public final class UpdateTagTemplateFieldRequest extends GeneratedMessageV3 implements UpdateTagTemplateFieldRequestOrBuilder
Request message for
UpdateTagTemplateField.
Protobuf type google.cloud.datacatalog.v1.UpdateTagTemplateFieldRequest
Static Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
TAG_TEMPLATE_FIELD_FIELD_NUMBER
public static final int TAG_TEMPLATE_FIELD_FIELD_NUMBER
Field Value
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static UpdateTagTemplateFieldRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static UpdateTagTemplateFieldRequest.Builder newBuilder()
Returns
newBuilder(UpdateTagTemplateFieldRequest prototype)
public static UpdateTagTemplateFieldRequest.Builder newBuilder(UpdateTagTemplateFieldRequest prototype)
Parameter
Returns
public static UpdateTagTemplateFieldRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateTagTemplateFieldRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static UpdateTagTemplateFieldRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateTagTemplateFieldRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static UpdateTagTemplateFieldRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateTagTemplateFieldRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTagTemplateFieldRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdateTagTemplateFieldRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTagTemplateFieldRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateTagTemplateFieldRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static UpdateTagTemplateFieldRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateTagTemplateFieldRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<UpdateTagTemplateFieldRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public UpdateTagTemplateFieldRequest getDefaultInstanceForType()
Returns
getName()
Required. The name of the tag template field.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. The name of the tag template field.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
getParserForType()
public Parser<UpdateTagTemplateFieldRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTagTemplateField()
public TagTemplateField getTagTemplateField()
Required. The template to update.
.google.cloud.datacatalog.v1.TagTemplateField tag_template_field = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getTagTemplateFieldOrBuilder()
public TagTemplateFieldOrBuilder getTagTemplateFieldOrBuilder()
Required. The template to update.
.google.cloud.datacatalog.v1.TagTemplateField tag_template_field = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
Optional. Names of fields whose values to overwrite on an individual field of a tag
template. The following fields are modifiable:
display_name
type.enum_type
is_required
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 with one exception: when updating an enum
type, the provided values are merged with the existing values. Therefore,
enum values can only be added, existing enum values cannot be deleted or
renamed.
Additionally, updating a template field from optional to required is
not allowed.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. Names of fields whose values to overwrite on an individual field of a tag
template. The following fields are modifiable:
display_name
type.enum_type
is_required
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 with one exception: when updating an enum
type, the provided values are merged with the existing values. Therefore,
enum values can only be added, existing enum values cannot be deleted or
renamed.
Additionally, updating a template field from optional to required is
not allowed.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
hasTagTemplateField()
public boolean hasTagTemplateField()
Required. The template to update.
.google.cloud.datacatalog.v1.TagTemplateField tag_template_field = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the tagTemplateField field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
Optional. Names of fields whose values to overwrite on an individual field of a tag
template. The following fields are modifiable:
display_name
type.enum_type
is_required
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 with one exception: when updating an enum
type, the provided values are merged with the existing values. Therefore,
enum values can only be added, existing enum values cannot be deleted or
renamed.
Additionally, updating a template field from optional to required is
not allowed.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
boolean | Whether the updateMask field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public UpdateTagTemplateFieldRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateTagTemplateFieldRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public UpdateTagTemplateFieldRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions