public final class UpdateTagTemplateRequest extends GeneratedMessageV3 implements UpdateTagTemplateRequestOrBuilder
Request message for
UpdateTagTemplate.
Protobuf type google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest
Static Fields
TAG_TEMPLATE_FIELD_NUMBER
public static final int TAG_TEMPLATE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static UpdateTagTemplateRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static UpdateTagTemplateRequest.Builder newBuilder()
newBuilder(UpdateTagTemplateRequest prototype)
public static UpdateTagTemplateRequest.Builder newBuilder(UpdateTagTemplateRequest prototype)
public static UpdateTagTemplateRequest parseDelimitedFrom(InputStream input)
public static UpdateTagTemplateRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static UpdateTagTemplateRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateTagTemplateRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static UpdateTagTemplateRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateTagTemplateRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateTagTemplateRequest parseFrom(CodedInputStream input)
public static UpdateTagTemplateRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateTagTemplateRequest parseFrom(InputStream input)
public static UpdateTagTemplateRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static UpdateTagTemplateRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateTagTemplateRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<UpdateTagTemplateRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public UpdateTagTemplateRequest getDefaultInstanceForType()
getParserForType()
public Parser<UpdateTagTemplateRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getTagTemplate()
public TagTemplate getTagTemplate()
Required. The template to update. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.TagTemplate tag_template = 1 [(.google.api.field_behavior) = REQUIRED];
getTagTemplateOrBuilder()
public TagTemplateOrBuilder getTagTemplateOrBuilder()
Required. The template to update. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.TagTemplate tag_template = 1 [(.google.api.field_behavior) = REQUIRED];
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
The field mask specifies the parts of the template to overwrite.
Allowed fields:
display_name
If absent or empty, all of the allowed fields above will be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns |
---|
Type | Description |
FieldMask | The updateMask.
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The field mask specifies the parts of the template to overwrite.
Allowed fields:
display_name
If absent or empty, all of the allowed fields above will be updated.
.google.protobuf.FieldMask update_mask = 2;
hasTagTemplate()
public boolean hasTagTemplate()
Required. The template to update. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.TagTemplate tag_template = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the tagTemplate field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
The field mask specifies the parts of the template to overwrite.
Allowed fields:
display_name
If absent or empty, all of the allowed fields above will be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns |
---|
Type | Description |
boolean | Whether the updateMask field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public UpdateTagTemplateRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateTagTemplateRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public UpdateTagTemplateRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides