Interface SearchRequest.ImageQueryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchRequest.ImageQuery
,SearchRequest.ImageQuery.Builder
- Enclosing class:
- SearchRequest
public static interface SearchRequest.ImageQueryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getImageBytes()
Base64 encoded image bytes.com.google.protobuf.ByteString
getImageBytesBytes()
Base64 encoded image bytes.SearchRequest.ImageQuery.ImageCase
getImageCase()
boolean
hasImageBytes()
Base64 encoded image bytes.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasImageBytes
boolean hasImageBytes()
Base64 encoded image bytes. Supported image formats: JPEG, PNG, and BMP.
string image_bytes = 1;
- Returns:
- Whether the imageBytes field is set.
-
getImageBytes
String getImageBytes()
Base64 encoded image bytes. Supported image formats: JPEG, PNG, and BMP.
string image_bytes = 1;
- Returns:
- The imageBytes.
-
getImageBytesBytes
com.google.protobuf.ByteString getImageBytesBytes()
Base64 encoded image bytes. Supported image formats: JPEG, PNG, and BMP.
string image_bytes = 1;
- Returns:
- The bytes for imageBytes.
-
getImageCase
SearchRequest.ImageQuery.ImageCase getImageCase()
-
-