- 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()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AnnotationSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AnnotationSpec.Builder |
build()
public AnnotationSpec build()
Returns | |
---|---|
Type | Description |
AnnotationSpec |
buildPartial()
public AnnotationSpec buildPartial()
Returns | |
---|---|
Type | Description |
AnnotationSpec |
clear()
public AnnotationSpec.Builder clear()
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
AnnotationSpec.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AnnotationSpec.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
AnnotationSpec.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AnnotationSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
AnnotationSpec.Builder |
clone()
public AnnotationSpec.Builder clone()
Returns | |
---|---|
Type | Description |
AnnotationSpec.Builder |
getDefaultInstanceForType()
public AnnotationSpec getDefaultInstanceForType()
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName()
Required. The display name of the AnnotationSpec. Maximum of 64 characters.
string display_name = 1;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Required. The display name of the AnnotationSpec. Maximum of 64 characters.
string display_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(AnnotationSpec other)
public AnnotationSpec.Builder mergeFrom(AnnotationSpec other)
Parameter | |
---|---|
Name | Description |
other |
AnnotationSpec |
Returns | |
---|---|
Type | Description |
AnnotationSpec.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AnnotationSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AnnotationSpec.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AnnotationSpec.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
AnnotationSpec.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnnotationSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
String The description to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for description to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
String The displayName to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for displayName to set. |
Returns | |
---|---|
Type | Description |
AnnotationSpec.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AnnotationSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AnnotationSpec.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnnotationSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
AnnotationSpec.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AnnotationSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AnnotationSpec.Builder |