Interface SourceImageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SourceImage,SourceImage.Builder
public interface SourceImageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringOptional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasImageData
boolean hasImageData()Optional. Raw bytes of the image to use.
bytes image_data = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the imageData field is set.
-
getImageData
com.google.protobuf.ByteString getImageData()Optional. Raw bytes of the image to use.
bytes image_data = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The imageData.
-
getImageCase
SourceImage.ImageCase getImageCase()
-