Class SerializedPolicyTag (1.43.0)

public final class SerializedPolicyTag extends GeneratedMessageV3 implements SerializedPolicyTagOrBuilder

Message representing one policy tag when exported as a nested proto.

Protobuf type google.cloud.datacatalog.v1beta1.SerializedPolicyTag

Static Fields

CHILD_POLICY_TAGS_FIELD_NUMBER

public static final int CHILD_POLICY_TAGS_FIELD_NUMBER
Field Value
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

POLICY_TAG_FIELD_NUMBER

public static final int POLICY_TAG_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SerializedPolicyTag getDefaultInstance()
Returns
TypeDescription
SerializedPolicyTag

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SerializedPolicyTag.Builder newBuilder()
Returns
TypeDescription
SerializedPolicyTag.Builder

newBuilder(SerializedPolicyTag prototype)

public static SerializedPolicyTag.Builder newBuilder(SerializedPolicyTag prototype)
Parameter
NameDescription
prototypeSerializedPolicyTag
Returns
TypeDescription
SerializedPolicyTag.Builder

parseDelimitedFrom(InputStream input)

public static SerializedPolicyTag parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SerializedPolicyTag
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SerializedPolicyTag parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SerializedPolicyTag
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SerializedPolicyTag parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SerializedPolicyTag
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SerializedPolicyTag parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SerializedPolicyTag
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SerializedPolicyTag parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SerializedPolicyTag
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SerializedPolicyTag parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SerializedPolicyTag
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SerializedPolicyTag parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SerializedPolicyTag
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SerializedPolicyTag parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SerializedPolicyTag
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SerializedPolicyTag parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SerializedPolicyTag
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SerializedPolicyTag parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SerializedPolicyTag
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SerializedPolicyTag parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SerializedPolicyTag
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SerializedPolicyTag parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SerializedPolicyTag
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SerializedPolicyTag> parser()
Returns
TypeDescription
Parser<SerializedPolicyTag>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getChildPolicyTags(int index)

public SerializedPolicyTag getChildPolicyTags(int index)

Children of the policy tag if any.

repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
SerializedPolicyTag

getChildPolicyTagsCount()

public int getChildPolicyTagsCount()

Children of the policy tag if any.

repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;

Returns
TypeDescription
int

getChildPolicyTagsList()

public List<SerializedPolicyTag> getChildPolicyTagsList()

Children of the policy tag if any.

repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;

Returns
TypeDescription
List<SerializedPolicyTag>

getChildPolicyTagsOrBuilder(int index)

public SerializedPolicyTagOrBuilder getChildPolicyTagsOrBuilder(int index)

Children of the policy tag if any.

repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
SerializedPolicyTagOrBuilder

getChildPolicyTagsOrBuilderList()

public List<? extends SerializedPolicyTagOrBuilder> getChildPolicyTagsOrBuilderList()

Children of the policy tag if any.

repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;

Returns
TypeDescription
List<? extends com.google.cloud.datacatalog.v1beta1.SerializedPolicyTagOrBuilder>

getDefaultInstanceForType()

public SerializedPolicyTag getDefaultInstanceForType()
Returns
TypeDescription
SerializedPolicyTag

getDescription()

public String getDescription()

Description of the serialized policy tag. The length of the description is limited to 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.

string description = 3;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Description of the serialized policy tag. The length of the description is limited to 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.

string description = 3;

Returns
TypeDescription
ByteString

The bytes for description.

getDisplayName()

public String getDisplayName()

Required. Display name of the policy tag. Max 200 bytes when encoded in UTF-8.

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Required. Display name of the policy tag. Max 200 bytes when encoded in UTF-8.

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for displayName.

getParserForType()

public Parser<SerializedPolicyTag> getParserForType()
Returns
TypeDescription
Parser<SerializedPolicyTag>
Overrides

getPolicyTag()

public String getPolicyTag()

Resource name of the policy tag.

This field will be ignored when calling ImportTaxonomies.

string policy_tag = 1;

Returns
TypeDescription
String

The policyTag.

getPolicyTagBytes()

public ByteString getPolicyTagBytes()

Resource name of the policy tag.

This field will be ignored when calling ImportTaxonomies.

string policy_tag = 1;

Returns
TypeDescription
ByteString

The bytes for policyTag.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SerializedPolicyTag.Builder newBuilderForType()
Returns
TypeDescription
SerializedPolicyTag.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SerializedPolicyTag.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SerializedPolicyTag.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SerializedPolicyTag.Builder toBuilder()
Returns
TypeDescription
SerializedPolicyTag.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException