public interface AnnotationValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBoolValue()
public abstract boolean getBoolValue()Value of boolean type annotation.
 bool bool_value = 9;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The boolValue.  | 
      
getCustomizedStructDataValue()
public abstract Struct getCustomizedStructDataValue()Value of customized struct annotation. This field does not have effects. Use customized_struct_value instead for customized struct annotation.
 .google.protobuf.Struct customized_struct_data_value = 10;
| Returns | |
|---|---|
| Type | Description | 
Struct | 
        The customizedStructDataValue.  | 
      
getCustomizedStructDataValueOrBuilder()
public abstract StructOrBuilder getCustomizedStructDataValueOrBuilder()Value of customized struct annotation. This field does not have effects. Use customized_struct_value instead for customized struct annotation.
 .google.protobuf.Struct customized_struct_data_value = 10;
| Returns | |
|---|---|
| Type | Description | 
StructOrBuilder | 
        |
getCustomizedStructValue()
public abstract AnnotationCustomizedStruct getCustomizedStructValue()Value of custom struct type annotation.
 .google.cloud.visionai.v1.AnnotationCustomizedStruct customized_struct_value = 6;
| Returns | |
|---|---|
| Type | Description | 
AnnotationCustomizedStruct | 
        The customizedStructValue.  | 
      
getCustomizedStructValueOrBuilder()
public abstract AnnotationCustomizedStructOrBuilder getCustomizedStructValueOrBuilder()Value of custom struct type annotation.
 .google.cloud.visionai.v1.AnnotationCustomizedStruct customized_struct_value = 6;
| Returns | |
|---|---|
| Type | Description | 
AnnotationCustomizedStructOrBuilder | 
        |
getDatetimeValue()
public abstract String getDatetimeValue()Value of date time type annotation.
 string datetime_value = 5;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The datetimeValue.  | 
      
getDatetimeValueBytes()
public abstract ByteString getDatetimeValueBytes()Value of date time type annotation.
 string datetime_value = 5;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for datetimeValue.  | 
      
getFloatValue()
public abstract float getFloatValue()Value of float type annotation.
 float float_value = 2;
| Returns | |
|---|---|
| Type | Description | 
float | 
        The floatValue.  | 
      
getGeoCoordinate()
public abstract GeoCoordinate getGeoCoordinate()Value of geo coordinate type annotation.
 .google.cloud.visionai.v1.GeoCoordinate geo_coordinate = 7;
| Returns | |
|---|---|
| Type | Description | 
GeoCoordinate | 
        The geoCoordinate.  | 
      
getGeoCoordinateOrBuilder()
public abstract GeoCoordinateOrBuilder getGeoCoordinateOrBuilder()Value of geo coordinate type annotation.
 .google.cloud.visionai.v1.GeoCoordinate geo_coordinate = 7;
| Returns | |
|---|---|
| Type | Description | 
GeoCoordinateOrBuilder | 
        |
getIntValue()
public abstract long getIntValue()Value of int type annotation.
 int64 int_value = 1;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The intValue.  | 
      
getListValue()
public abstract AnnotationList getListValue()Value of list type annotation.
 .google.cloud.visionai.v1.AnnotationList list_value = 11;
| Returns | |
|---|---|
| Type | Description | 
AnnotationList | 
        The listValue.  | 
      
getListValueOrBuilder()
public abstract AnnotationListOrBuilder getListValueOrBuilder()Value of list type annotation.
 .google.cloud.visionai.v1.AnnotationList list_value = 11;
| Returns | |
|---|---|
| Type | Description | 
AnnotationListOrBuilder | 
        |
getProtoAnyValue()
public abstract Any getProtoAnyValue()Value of any proto value.
 .google.protobuf.Any proto_any_value = 8;
| Returns | |
|---|---|
| Type | Description | 
Any | 
        The protoAnyValue.  | 
      
getProtoAnyValueOrBuilder()
public abstract AnyOrBuilder getProtoAnyValueOrBuilder()Value of any proto value.
 .google.protobuf.Any proto_any_value = 8;
| Returns | |
|---|---|
| Type | Description | 
AnyOrBuilder | 
        |
getStrValue()
public abstract String getStrValue()Value of string type annotation.
 string str_value = 3;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The strValue.  | 
      
getStrValueBytes()
public abstract ByteString getStrValueBytes()Value of string type annotation.
 string str_value = 3;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for strValue.  | 
      
getValueCase()
public abstract AnnotationValue.ValueCase getValueCase()| Returns | |
|---|---|
| Type | Description | 
AnnotationValue.ValueCase | 
        |
hasBoolValue()
public abstract boolean hasBoolValue()Value of boolean type annotation.
 bool bool_value = 9;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the boolValue field is set.  | 
      
hasCustomizedStructDataValue()
public abstract boolean hasCustomizedStructDataValue()Value of customized struct annotation. This field does not have effects. Use customized_struct_value instead for customized struct annotation.
 .google.protobuf.Struct customized_struct_data_value = 10;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the customizedStructDataValue field is set.  | 
      
hasCustomizedStructValue()
public abstract boolean hasCustomizedStructValue()Value of custom struct type annotation.
 .google.cloud.visionai.v1.AnnotationCustomizedStruct customized_struct_value = 6;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the customizedStructValue field is set.  | 
      
hasDatetimeValue()
public abstract boolean hasDatetimeValue()Value of date time type annotation.
 string datetime_value = 5;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the datetimeValue field is set.  | 
      
hasFloatValue()
public abstract boolean hasFloatValue()Value of float type annotation.
 float float_value = 2;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the floatValue field is set.  | 
      
hasGeoCoordinate()
public abstract boolean hasGeoCoordinate()Value of geo coordinate type annotation.
 .google.cloud.visionai.v1.GeoCoordinate geo_coordinate = 7;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the geoCoordinate field is set.  | 
      
hasIntValue()
public abstract boolean hasIntValue()Value of int type annotation.
 int64 int_value = 1;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the intValue field is set.  | 
      
hasListValue()
public abstract boolean hasListValue()Value of list type annotation.
 .google.cloud.visionai.v1.AnnotationList list_value = 11;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the listValue field is set.  | 
      
hasProtoAnyValue()
public abstract boolean hasProtoAnyValue()Value of any proto value.
 .google.protobuf.Any proto_any_value = 8;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the protoAnyValue field is set.  | 
      
hasStrValue()
public abstract boolean hasStrValue()Value of string type annotation.
 string str_value = 3;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the strValue field is set.  |