public interface ImagePayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getImageThumbnail()
A byte string of a full 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.
|
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 full 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;Copyright © 2019 Google LLC. All rights reserved.