public interface SdpContentLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContainerName()
public abstract String getContainerName()Name of the container where the finding is located. The top level name is the source file name or table name.
Nested names could be absent if the embedded object has no string identifier (for example, an image contained within a document).
string container_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The containerName. |
getContainerNameBytes()
public abstract ByteString getContainerNameBytes()Name of the container where the finding is located. The top level name is the source file name or table name.
Nested names could be absent if the embedded object has no string identifier (for example, an image contained within a document).
string container_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for containerName. |
getImageFindingLocation()
public abstract SdpImageFindingLocation getImageFindingLocation()Location within an image's pixels.
.google.cloud.modelarmor.v1.SdpImageFindingLocation image_finding_location = 2;
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
The imageFindingLocation. |
getImageFindingLocationOrBuilder()
public abstract SdpImageFindingLocationOrBuilder getImageFindingLocationOrBuilder()Location within an image's pixels.
.google.cloud.modelarmor.v1.SdpImageFindingLocation image_finding_location = 2;
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocationOrBuilder |
|
getLocationCase()
public abstract SdpContentLocation.LocationCase getLocationCase()| Returns | |
|---|---|
| Type | Description |
SdpContentLocation.LocationCase |
|
hasImageFindingLocation()
public abstract boolean hasImageFindingLocation()Location within an image's pixels.
.google.cloud.modelarmor.v1.SdpImageFindingLocation image_finding_location = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the imageFindingLocation field is set. |