Interface LabelImagePolylineOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LabelImagePolylineOperationMetadata
,LabelImagePolylineOperationMetadata.Builder
public interface LabelImagePolylineOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HumanAnnotationConfig
getBasicConfig()
Basic human annotation config used in labeling request.HumanAnnotationConfigOrBuilder
getBasicConfigOrBuilder()
Basic human annotation config used in labeling request.boolean
hasBasicConfig()
Basic human annotation config used in labeling request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBasicConfig
boolean hasBasicConfig()
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
- Returns:
- Whether the basicConfig field is set.
-
getBasicConfig
HumanAnnotationConfig getBasicConfig()
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
- Returns:
- The basicConfig.
-
getBasicConfigOrBuilder
HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
-
-