public interface AnnotationSpecSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotationSpec |
getAnnotationSpecs(int index)
Required.
|
int |
getAnnotationSpecsCount()
Required.
|
List<AnnotationSpec> |
getAnnotationSpecsList()
Required.
|
AnnotationSpecOrBuilder |
getAnnotationSpecsOrBuilder(int index)
Required.
|
List<? extends AnnotationSpecOrBuilder> |
getAnnotationSpecsOrBuilderList()
Required.
|
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only.
AnnotationSpecSet resource name, format:
projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
string name = 1;com.google.protobuf.ByteString getNameBytes()
Output only.
AnnotationSpecSet resource name, format:
projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
string name = 1;String getDisplayName()
Required. The display name for AnnotationSpecSet defined by user. Maximum of 64 characters.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
Required. The display name for AnnotationSpecSet defined by user. Maximum of 64 characters.
string display_name = 2;String getDescription()
Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
string description = 3;List<AnnotationSpec> getAnnotationSpecsList()
Required. The actual spec set defined by the users.
repeated .google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_specs = 4;AnnotationSpec getAnnotationSpecs(int index)
Required. The actual spec set defined by the users.
repeated .google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_specs = 4;int getAnnotationSpecsCount()
Required. The actual spec set defined by the users.
repeated .google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_specs = 4;List<? extends AnnotationSpecOrBuilder> getAnnotationSpecsOrBuilderList()
Required. The actual spec set defined by the users.
repeated .google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_specs = 4;AnnotationSpecOrBuilder getAnnotationSpecsOrBuilder(int index)
Required. The actual spec set defined by the users.
repeated .google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_specs = 4;Copyright © 2019 Google LLC. All rights reserved.