public interface ImagePayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getImageThumbnail()
A byte string of a thumbnail image.
|
String |
getImageUri()
Image uri from the user bucket.
|
com.google.protobuf.ByteString |
getImageUriBytes()
Image uri from the user bucket.
|
String |
getMimeType()
Image format.
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
Image format.
|
String |
getSignedUri()
Signed uri of the image file in the service bucket.
|
com.google.protobuf.ByteString |
getSignedUriBytes()
Signed uri of the image file in the service bucket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMimeType()
Image format.
string mime_type = 1;com.google.protobuf.ByteString getMimeTypeBytes()
Image format.
string mime_type = 1;com.google.protobuf.ByteString getImageThumbnail()
A byte string of a thumbnail image.
bytes image_thumbnail = 2;String getImageUri()
Image uri from the user bucket.
string image_uri = 3;com.google.protobuf.ByteString getImageUriBytes()
Image uri from the user bucket.
string image_uri = 3;String getSignedUri()
Signed uri of the image file in the service bucket.
string signed_uri = 4;com.google.protobuf.ByteString getSignedUriBytes()
Signed uri of the image file in the service bucket.
string signed_uri = 4;Copyright © 2019 Google LLC. All rights reserved.