public final class SdpImageFindingLocation extends GeneratedMessage implements SdpImageFindingLocationOrBuilderLocation of the finding within an image.
Protobuf type google.cloud.modelarmor.v1.SdpImageFindingLocation
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SdpImageFindingLocationImplements
SdpImageFindingLocationOrBuilderStatic Fields
BOUNDING_BOXES_FIELD_NUMBER
public static final int BOUNDING_BOXES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static SdpImageFindingLocation getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static SdpImageFindingLocation.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation.Builder |
|
newBuilder(SdpImageFindingLocation prototype)
public static SdpImageFindingLocation.Builder newBuilder(SdpImageFindingLocation prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
SdpImageFindingLocation |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation.Builder |
|
parseDelimitedFrom(InputStream input)
public static SdpImageFindingLocation parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SdpImageFindingLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static SdpImageFindingLocation parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SdpImageFindingLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static SdpImageFindingLocation parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SdpImageFindingLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static SdpImageFindingLocation parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SdpImageFindingLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static SdpImageFindingLocation parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SdpImageFindingLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static SdpImageFindingLocation parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SdpImageFindingLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<SdpImageFindingLocation> parser()| Returns | |
|---|---|
| Type | Description |
Parser<SdpImageFindingLocation> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getBoundingBoxes(int index)
public SdpImageFindingLocation.SdpBoundingBox getBoundingBoxes(int index)Bounding boxes locating the pixels within the image containing the finding.
repeated .google.cloud.modelarmor.v1.SdpImageFindingLocation.SdpBoundingBox bounding_boxes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation.SdpBoundingBox |
|
getBoundingBoxesCount()
public int getBoundingBoxesCount()Bounding boxes locating the pixels within the image containing the finding.
repeated .google.cloud.modelarmor.v1.SdpImageFindingLocation.SdpBoundingBox bounding_boxes = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBoundingBoxesList()
public List<SdpImageFindingLocation.SdpBoundingBox> getBoundingBoxesList()Bounding boxes locating the pixels within the image containing the finding.
repeated .google.cloud.modelarmor.v1.SdpImageFindingLocation.SdpBoundingBox bounding_boxes = 1;
| Returns | |
|---|---|
| Type | Description |
List<SdpBoundingBox> |
|
getBoundingBoxesOrBuilder(int index)
public SdpImageFindingLocation.SdpBoundingBoxOrBuilder getBoundingBoxesOrBuilder(int index)Bounding boxes locating the pixels within the image containing the finding.
repeated .google.cloud.modelarmor.v1.SdpImageFindingLocation.SdpBoundingBox bounding_boxes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation.SdpBoundingBoxOrBuilder |
|
getBoundingBoxesOrBuilderList()
public List<? extends SdpImageFindingLocation.SdpBoundingBoxOrBuilder> getBoundingBoxesOrBuilderList()Bounding boxes locating the pixels within the image containing the finding.
repeated .google.cloud.modelarmor.v1.SdpImageFindingLocation.SdpBoundingBox bounding_boxes = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.modelarmor.v1.SdpImageFindingLocation.SdpBoundingBoxOrBuilder> |
|
getDefaultInstanceForType()
public SdpImageFindingLocation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation |
|
getParserForType()
public Parser<SdpImageFindingLocation> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<SdpImageFindingLocation> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public SdpImageFindingLocation.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SdpImageFindingLocation.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation.Builder |
|
toBuilder()
public SdpImageFindingLocation.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|