public interface CreateAnnotationSpecSetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotationSpecSet |
getAnnotationSpecSet()
Required.
|
AnnotationSpecSetOrBuilder |
getAnnotationSpecSetOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasAnnotationSpecSet()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. AnnotationSpecSet resource parent, format:
projects/{project_id}
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. AnnotationSpecSet resource parent, format:
projects/{project_id}
string parent = 1;boolean hasAnnotationSpecSet()
Required. Annotation spec set to create. Annotation specs must be included. Only one annotation spec will be accepted for annotation specs with same display_name.
.google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_set = 2;AnnotationSpecSet getAnnotationSpecSet()
Required. Annotation spec set to create. Annotation specs must be included. Only one annotation spec will be accepted for annotation specs with same display_name.
.google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_set = 2;AnnotationSpecSetOrBuilder getAnnotationSpecSetOrBuilder()
Required. Annotation spec set to create. Annotation specs must be included. Only one annotation spec will be accepted for annotation specs with same display_name.
.google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_set = 2;Copyright © 2019 Google LLC. All rights reserved.