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 |
---|
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 UpdatePolicyTagRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static UpdatePolicyTagRequest.Builder newBuilder()
newBuilder(UpdatePolicyTagRequest prototype)
public static UpdatePolicyTagRequest.Builder newBuilder(UpdatePolicyTagRequest prototype)
public static UpdatePolicyTagRequest parseDelimitedFrom(InputStream input)
public static UpdatePolicyTagRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static UpdatePolicyTagRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdatePolicyTagRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static UpdatePolicyTagRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdatePolicyTagRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdatePolicyTagRequest parseFrom(CodedInputStream input)
public static UpdatePolicyTagRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdatePolicyTagRequest parseFrom(InputStream input)
public static UpdatePolicyTagRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static UpdatePolicyTagRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdatePolicyTagRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<UpdatePolicyTagRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public UpdatePolicyTagRequest getDefaultInstanceForType()
getParserForType()
public Parser<UpdatePolicyTagRequest> getParserForType()
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 |
---|
Type | Description |
PolicyTag | The policyTag.
|
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;
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
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 |
---|
Type | Description |
FieldMask | The updateMask.
|
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;
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 |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public UpdatePolicyTagRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdatePolicyTagRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public UpdatePolicyTagRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides