public final class ImagePayload extends GeneratedMessage implements ImagePayloadOrBuilderContainer of information about an image.
Protobuf type google.cloud.datalabeling.v1beta1.ImagePayload
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ImagePayloadImplements
ImagePayloadOrBuilderStatic Fields
IMAGE_THUMBNAIL_FIELD_NUMBER
public static final int IMAGE_THUMBNAIL_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
IMAGE_URI_FIELD_NUMBER
public static final int IMAGE_URI_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
MIME_TYPE_FIELD_NUMBER
public static final int MIME_TYPE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SIGNED_URI_FIELD_NUMBER
public static final int SIGNED_URI_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ImagePayload getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ImagePayload.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ImagePayload.Builder |
|
newBuilder(ImagePayload prototype)
public static ImagePayload.Builder newBuilder(ImagePayload prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ImagePayload |
| Returns | |
|---|---|
| Type | Description |
ImagePayload.Builder |
|
parseDelimitedFrom(InputStream input)
public static ImagePayload parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImagePayload parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ImagePayload parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImagePayload parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ImagePayload parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImagePayload parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ImagePayload parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImagePayload parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ImagePayload parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImagePayload parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ImagePayload parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImagePayload parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ImagePayload> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ImagePayload> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ImagePayload getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ImagePayload |
|
getImageThumbnail()
public ByteString getImageThumbnail()A byte string of a thumbnail image.
bytes image_thumbnail = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The imageThumbnail. |
getImageUri()
public String getImageUri()Image uri from the user bucket.
string image_uri = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The imageUri. |
getImageUriBytes()
public ByteString getImageUriBytes()Image uri from the user bucket.
string image_uri = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for imageUri. |
getMimeType()
public String getMimeType()Image format.
string mime_type = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The mimeType. |
getMimeTypeBytes()
public ByteString getMimeTypeBytes()Image format.
string mime_type = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mimeType. |
getParserForType()
public Parser<ImagePayload> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ImagePayload> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSignedUri()
public String getSignedUri()Signed uri of the image file in the service bucket.
string signed_uri = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The signedUri. |
getSignedUriBytes()
public ByteString getSignedUriBytes()Signed uri of the image file in the service bucket.
string signed_uri = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for signedUri. |
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 ImagePayload.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ImagePayload.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ImagePayload.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ImagePayload.Builder |
|
toBuilder()
public ImagePayload.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ImagePayload.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|