public static final class TagTemplateField.Builder extends GeneratedMessageV3.Builder<TagTemplateField.Builder> implements TagTemplateFieldOrBuilderThe template for an individual field within a tag template.
Protobuf type google.cloud.datacatalog.v1beta1.TagTemplateField
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TagTemplateField.BuilderImplements
TagTemplateFieldOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TagTemplateField.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
TagTemplateField.Builder |
build()
public TagTemplateField build()| Type | Description |
TagTemplateField |
buildPartial()
public TagTemplateField buildPartial()| Type | Description |
TagTemplateField |
clear()
public TagTemplateField.Builder clear()| Type | Description |
TagTemplateField.Builder |
clearDisplayName()
public TagTemplateField.Builder clearDisplayName()The display name for this field. Defaults to an empty string.
string display_name = 1;
| Type | Description |
TagTemplateField.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public TagTemplateField.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
TagTemplateField.Builder |
clearIsRequired()
public TagTemplateField.Builder clearIsRequired()Whether this is a required field. Defaults to false.
bool is_required = 3;
| Type | Description |
TagTemplateField.Builder |
This builder for chaining. |
clearName()
public TagTemplateField.Builder clearName()Output only. The resource name of the tag template field in URL format. Example:
- projects/{project_id}/locations/{location}/tagTemplates/{tag_template}/fields/{field} Note that this TagTemplateField may not actually be stored in the location in this name.
string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
TagTemplateField.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public TagTemplateField.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
TagTemplateField.Builder |
clearOrder()
public TagTemplateField.Builder clearOrder()The order of this field with respect to other fields in this tag template. A higher value indicates a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag do not have to be sequential.
int32 order = 5;
| Type | Description |
TagTemplateField.Builder |
This builder for chaining. |
clearType()
public TagTemplateField.Builder clearType()Required. The type of value this tag field can contain.
.google.cloud.datacatalog.v1beta1.FieldType type = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
TagTemplateField.Builder |
clone()
public TagTemplateField.Builder clone()| Type | Description |
TagTemplateField.Builder |
getDefaultInstanceForType()
public TagTemplateField getDefaultInstanceForType()| Type | Description |
TagTemplateField |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName()The display name for this field. Defaults to an empty string.
string display_name = 1;
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()The display name for this field. Defaults to an empty string.
string display_name = 1;
| Type | Description |
ByteString |
The bytes for displayName. |
getIsRequired()
public boolean getIsRequired()Whether this is a required field. Defaults to false.
bool is_required = 3;
| Type | Description |
boolean |
The isRequired. |
getName()
public String getName()Output only. The resource name of the tag template field in URL format. Example:
- projects/{project_id}/locations/{location}/tagTemplates/{tag_template}/fields/{field} Note that this TagTemplateField may not actually be stored in the location in this name.
string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Output only. The resource name of the tag template field in URL format. Example:
- projects/{project_id}/locations/{location}/tagTemplates/{tag_template}/fields/{field} Note that this TagTemplateField may not actually be stored in the location in this name.
string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
ByteString |
The bytes for name. |
getOrder()
public int getOrder()The order of this field with respect to other fields in this tag template. A higher value indicates a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag do not have to be sequential.
int32 order = 5;
| Type | Description |
int |
The order. |
getType()
public FieldType getType()Required. The type of value this tag field can contain.
.google.cloud.datacatalog.v1beta1.FieldType type = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
FieldType |
The type. |
getTypeBuilder()
public FieldType.Builder getTypeBuilder()Required. The type of value this tag field can contain.
.google.cloud.datacatalog.v1beta1.FieldType type = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
FieldType.Builder |
getTypeOrBuilder()
public FieldTypeOrBuilder getTypeOrBuilder()Required. The type of value this tag field can contain.
.google.cloud.datacatalog.v1beta1.FieldType type = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
FieldTypeOrBuilder |
hasType()
public boolean hasType()Required. The type of value this tag field can contain.
.google.cloud.datacatalog.v1beta1.FieldType type = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
boolean |
Whether the type field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeFrom(TagTemplateField other)
public TagTemplateField.Builder mergeFrom(TagTemplateField other)| Name | Description |
other |
TagTemplateField |
| Type | Description |
TagTemplateField.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TagTemplateField.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
TagTemplateField.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public TagTemplateField.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
TagTemplateField.Builder |
mergeType(FieldType value)
public TagTemplateField.Builder mergeType(FieldType value)Required. The type of value this tag field can contain.
.google.cloud.datacatalog.v1beta1.FieldType type = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
value |
FieldType |
| Type | Description |
TagTemplateField.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TagTemplateField.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
TagTemplateField.Builder |
setDisplayName(String value)
public TagTemplateField.Builder setDisplayName(String value)The display name for this field. Defaults to an empty string.
string display_name = 1;
| Name | Description |
value |
StringThe displayName to set. |
| Type | Description |
TagTemplateField.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public TagTemplateField.Builder setDisplayNameBytes(ByteString value)The display name for this field. Defaults to an empty string.
string display_name = 1;
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Type | Description |
TagTemplateField.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public TagTemplateField.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
TagTemplateField.Builder |
setIsRequired(boolean value)
public TagTemplateField.Builder setIsRequired(boolean value)Whether this is a required field. Defaults to false.
bool is_required = 3;
| Name | Description |
value |
booleanThe isRequired to set. |
| Type | Description |
TagTemplateField.Builder |
This builder for chaining. |
setName(String value)
public TagTemplateField.Builder setName(String value)Output only. The resource name of the tag template field in URL format. Example:
- projects/{project_id}/locations/{location}/tagTemplates/{tag_template}/fields/{field} Note that this TagTemplateField may not actually be stored in the location in this name.
string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
value |
StringThe name to set. |
| Type | Description |
TagTemplateField.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public TagTemplateField.Builder setNameBytes(ByteString value)Output only. The resource name of the tag template field in URL format. Example:
- projects/{project_id}/locations/{location}/tagTemplates/{tag_template}/fields/{field} Note that this TagTemplateField may not actually be stored in the location in this name.
string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Type | Description |
TagTemplateField.Builder |
This builder for chaining. |
setOrder(int value)
public TagTemplateField.Builder setOrder(int value)The order of this field with respect to other fields in this tag template. A higher value indicates a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag do not have to be sequential.
int32 order = 5;
| Name | Description |
value |
intThe order to set. |
| Type | Description |
TagTemplateField.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TagTemplateField.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
TagTemplateField.Builder |
setType(FieldType value)
public TagTemplateField.Builder setType(FieldType value)Required. The type of value this tag field can contain.
.google.cloud.datacatalog.v1beta1.FieldType type = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
value |
FieldType |
| Type | Description |
TagTemplateField.Builder |
setType(FieldType.Builder builderForValue)
public TagTemplateField.Builder setType(FieldType.Builder builderForValue)Required. The type of value this tag field can contain.
.google.cloud.datacatalog.v1beta1.FieldType type = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
builderForValue |
FieldType.Builder |
| Type | Description |
TagTemplateField.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TagTemplateField.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
TagTemplateField.Builder |