- 0.173.0 (latest)
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
public static final class AnnotationSpec.Builder extends GeneratedMessageV3.Builder<AnnotationSpec.Builder> implements AnnotationSpecOrBuilder
Container of information related to one possible annotation that can be used
in a labeling task. For example, an image classification task where images
are labeled as dog
or cat
must reference an AnnotationSpec for dog
and
an AnnotationSpec for cat
.
Protobuf type google.cloud.datalabeling.v1beta1.AnnotationSpec
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AnnotationSpec.BuilderImplements
AnnotationSpecOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AnnotationSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AnnotationSpec.Builder |
build()
public AnnotationSpec build()
Type | Description |
AnnotationSpec |
buildPartial()
public AnnotationSpec buildPartial()
Type | Description |
AnnotationSpec |
clear()
public AnnotationSpec.Builder clear()
Type | Description |
AnnotationSpec.Builder |
clearDescription()
public AnnotationSpec.Builder clearDescription()
Optional. User-provided description of the annotation specification. The description can be up to 10,000 characters long.
string description = 2;
Type | Description |
AnnotationSpec.Builder | This builder for chaining. |
clearDisplayName()
public AnnotationSpec.Builder clearDisplayName()
Required. The display name of the AnnotationSpec. Maximum of 64 characters.
string display_name = 1;
Type | Description |
AnnotationSpec.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AnnotationSpec.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
AnnotationSpec.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AnnotationSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
AnnotationSpec.Builder |
clone()
public AnnotationSpec.Builder clone()
Type | Description |
AnnotationSpec.Builder |
getDefaultInstanceForType()
public AnnotationSpec getDefaultInstanceForType()
Type | Description |
AnnotationSpec |
getDescription()
public String getDescription()
Optional. User-provided description of the annotation specification. The description can be up to 10,000 characters long.
string description = 2;
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Optional. User-provided description of the annotation specification. The description can be up to 10,000 characters long.
string description = 2;
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName()
Required. The display name of the AnnotationSpec. Maximum of 64 characters.
string display_name = 1;
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Required. The display name of the AnnotationSpec. Maximum of 64 characters.
string display_name = 1;
Type | Description |
ByteString | The bytes for displayName. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(AnnotationSpec other)
public AnnotationSpec.Builder mergeFrom(AnnotationSpec other)
Name | Description |
other | AnnotationSpec |
Type | Description |
AnnotationSpec.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AnnotationSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AnnotationSpec.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public AnnotationSpec.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
AnnotationSpec.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnnotationSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AnnotationSpec.Builder |
setDescription(String value)
public AnnotationSpec.Builder setDescription(String value)
Optional. User-provided description of the annotation specification. The description can be up to 10,000 characters long.
string description = 2;
Name | Description |
value | String The description to set. |
Type | Description |
AnnotationSpec.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public AnnotationSpec.Builder setDescriptionBytes(ByteString value)
Optional. User-provided description of the annotation specification. The description can be up to 10,000 characters long.
string description = 2;
Name | Description |
value | ByteString The bytes for description to set. |
Type | Description |
AnnotationSpec.Builder | This builder for chaining. |
setDisplayName(String value)
public AnnotationSpec.Builder setDisplayName(String value)
Required. The display name of the AnnotationSpec. Maximum of 64 characters.
string display_name = 1;
Name | Description |
value | String The displayName to set. |
Type | Description |
AnnotationSpec.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public AnnotationSpec.Builder setDisplayNameBytes(ByteString value)
Required. The display name of the AnnotationSpec. Maximum of 64 characters.
string display_name = 1;
Name | Description |
value | ByteString The bytes for displayName to set. |
Type | Description |
AnnotationSpec.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AnnotationSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AnnotationSpec.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnnotationSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
AnnotationSpec.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AnnotationSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AnnotationSpec.Builder |