Interface SdpFinding.SdpFindingLocationOrBuilder (0.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface SdpFinding.SdpFindingLocationOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getByteRange()
publicabstractRangeInfogetByteRange()Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content.
.google.cloud.modelarmor.v1.RangeInfo byte_range = 1;
| Returns | |
|---|---|
| Type | Description |
RangeInfo |
The byteRange. |
getByteRangeOrBuilder()
publicabstractRangeInfoOrBuildergetByteRangeOrBuilder()Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content.
.google.cloud.modelarmor.v1.RangeInfo byte_range = 1;
| Returns | |
|---|---|
| Type | Description |
RangeInfoOrBuilder |
|
getCodepointRange()
publicabstractRangeInfogetCodepointRange()Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.
.google.cloud.modelarmor.v1.RangeInfo codepoint_range = 2;
| Returns | |
|---|---|
| Type | Description |
RangeInfo |
The codepointRange. |
getCodepointRangeOrBuilder()
publicabstractRangeInfoOrBuildergetCodepointRangeOrBuilder()Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.
.google.cloud.modelarmor.v1.RangeInfo codepoint_range = 2;
| Returns | |
|---|---|
| Type | Description |
RangeInfoOrBuilder |
|
hasByteRange()
publicabstractbooleanhasByteRange()Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content.
.google.cloud.modelarmor.v1.RangeInfo byte_range = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the byteRange field is set. |
hasCodepointRange()
publicabstractbooleanhasCodepointRange()Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.
.google.cloud.modelarmor.v1.RangeInfo codepoint_range = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the codepointRange field is set. |