public final class UpdatePolicyTagRequest extends GeneratedMessageV3 implements UpdatePolicyTagRequestOrBuilder
Request message for
UpdatePolicyTag.
Protobuf type google.cloud.datacatalog.v1beta1.UpdatePolicyTagRequest
Static Fields
POLICY_TAG_FIELD_NUMBER
public static final int POLICY_TAG_FIELD_NUMBER
Field Value
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static UpdatePolicyTagRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static UpdatePolicyTagRequest.Builder newBuilder()
Returns
newBuilder(UpdatePolicyTagRequest prototype)
public static UpdatePolicyTagRequest.Builder newBuilder(UpdatePolicyTagRequest prototype)
Parameter
Returns
public static UpdatePolicyTagRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdatePolicyTagRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static UpdatePolicyTagRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdatePolicyTagRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static UpdatePolicyTagRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdatePolicyTagRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdatePolicyTagRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdatePolicyTagRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdatePolicyTagRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdatePolicyTagRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static UpdatePolicyTagRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdatePolicyTagRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<UpdatePolicyTagRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public UpdatePolicyTagRequest getDefaultInstanceForType()
Returns
getParserForType()
public Parser<UpdatePolicyTagRequest> getParserForType()
Returns
Overrides
getPolicyTag()
public PolicyTag getPolicyTag()
The policy tag to update. Only the description, display_name, and
parent_policy_tag fields can be updated.
.google.cloud.datacatalog.v1beta1.PolicyTag policy_tag = 1;
Returns
getPolicyTagOrBuilder()
public PolicyTagOrBuilder getPolicyTagOrBuilder()
The policy tag to update. Only the description, display_name, and
parent_policy_tag fields can be updated.
.google.cloud.datacatalog.v1beta1.PolicyTag policy_tag = 1;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
The update mask applies to the resource. Only display_name, description and
parent_policy_tag can be updated and thus can be listed in the mask. If
update_mask is not provided, all allowed fields (i.e. display_name,
description and parent) will be updated. For more information including the
FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;
Returns
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The update mask applies to the resource. Only display_name, description and
parent_policy_tag can be updated and thus can be listed in the mask. If
update_mask is not provided, all allowed fields (i.e. display_name,
description and parent) will be updated. For more information including the
FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;
Returns
hasPolicyTag()
public boolean hasPolicyTag()
The policy tag to update. Only the description, display_name, and
parent_policy_tag fields can be updated.
.google.cloud.datacatalog.v1beta1.PolicyTag policy_tag = 1;
Returns
Type | Description |
boolean | Whether the policyTag field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
The update mask applies to the resource. Only display_name, description and
parent_policy_tag can be updated and thus can be listed in the mask. If
update_mask is not provided, all allowed fields (i.e. display_name,
description and parent) will be updated. For more information including the
FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;
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 UpdatePolicyTagRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdatePolicyTagRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public UpdatePolicyTagRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions