public interface ImageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Image.DataCase |
getDataCase() |
com.google.protobuf.ByteString |
getImageBytes()
Image content represented as a stream of bytes.
|
String |
getThumbnailUri()
Output only.
|
com.google.protobuf.ByteString |
getThumbnailUriBytes()
Output only.
|
boolean |
hasImageBytes()
Image content represented as a stream of bytes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasImageBytes()
Image content represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
bytes image_bytes = 1;com.google.protobuf.ByteString getImageBytes()
Image content represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
bytes image_bytes = 1;String getThumbnailUri()
Output only. HTTP URI to the thumbnail image.
string thumbnail_uri = 4;com.google.protobuf.ByteString getThumbnailUriBytes()
Output only. HTTP URI to the thumbnail image.
string thumbnail_uri = 4;Image.DataCase getDataCase()
Copyright © 2025 Google LLC. All rights reserved.