public static final class UpdateTagRequest.Builder extends GeneratedMessageV3.Builder<UpdateTagRequest.Builder> implements UpdateTagRequestOrBuilder
Request message for
UpdateTag.
Protobuf type google.cloud.datacatalog.v1.UpdateTagRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateTagRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateTagRequest build()
buildPartial()
public UpdateTagRequest buildPartial()
clear()
public UpdateTagRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdateTagRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateTagRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearTag()
public UpdateTagRequest.Builder clearTag()
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
clearUpdateMask()
public UpdateTagRequest.Builder clearUpdateMask()
Names of fields whose values to overwrite on a tag. Currently, a tag has
the only modifiable field with the name fields
.
In general, if this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
.google.protobuf.FieldMask update_mask = 2;
clone()
public UpdateTagRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public UpdateTagRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getTag()
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
Tag | The tag.
|
getTagBuilder()
public Tag.Builder getTagBuilder()
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
getTagOrBuilder()
public TagOrBuilder getTagOrBuilder()
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
public FieldMask getUpdateMask()
Names of fields whose values to overwrite on a tag. Currently, a tag has
the only modifiable field with the name fields
.
In general, if this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
.google.protobuf.FieldMask update_mask = 2;
Returns |
---|
Type | Description |
FieldMask | The updateMask.
|
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
Names of fields whose values to overwrite on a tag. Currently, a tag has
the only modifiable field with the name fields
.
In general, if this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
.google.protobuf.FieldMask update_mask = 2;
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Names of fields whose values to overwrite on a tag. Currently, a tag has
the only modifiable field with the name fields
.
In general, if this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
.google.protobuf.FieldMask update_mask = 2;
hasTag()
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the tag field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
Names of fields whose values to overwrite on a tag. Currently, a tag has
the only modifiable field with the name fields
.
In general, if this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
.google.protobuf.FieldMask update_mask = 2;
Returns |
---|
Type | Description |
boolean | Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UpdateTagRequest other)
public UpdateTagRequest.Builder mergeFrom(UpdateTagRequest other)
public UpdateTagRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateTagRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeTag(Tag value)
public UpdateTagRequest.Builder mergeTag(Tag value)
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | Tag
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateTagRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeUpdateMask(FieldMask value)
public UpdateTagRequest.Builder mergeUpdateMask(FieldMask value)
Names of fields whose values to overwrite on a tag. Currently, a tag has
the only modifiable field with the name fields
.
In general, if this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
.google.protobuf.FieldMask update_mask = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateTagRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateTagRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setTag(Tag value)
public UpdateTagRequest.Builder setTag(Tag value)
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | Tag
|
setTag(Tag.Builder builderForValue)
public UpdateTagRequest.Builder setTag(Tag.Builder builderForValue)
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateTagRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUpdateMask(FieldMask value)
public UpdateTagRequest.Builder setUpdateMask(FieldMask value)
Names of fields whose values to overwrite on a tag. Currently, a tag has
the only modifiable field with the name fields
.
In general, if this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
.google.protobuf.FieldMask update_mask = 2;
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateTagRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Names of fields whose values to overwrite on a tag. Currently, a tag has
the only modifiable field with the name fields
.
In general, if this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
.google.protobuf.FieldMask update_mask = 2;
Parameter |
---|
Name | Description |
builderForValue | Builder
|