Class RelationDescriptor.ColumnDescriptor (0.35.0)

public static final class RelationDescriptor.ColumnDescriptor extends GeneratedMessageV3 implements RelationDescriptor.ColumnDescriptorOrBuilder

Describes a column.

Protobuf type google.cloud.dataform.v1beta1.RelationDescriptor.ColumnDescriptor

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RelationDescriptor.ColumnDescriptor

Static Fields

BIGQUERY_POLICY_TAGS_FIELD_NUMBER

public static final int BIGQUERY_POLICY_TAGS_FIELD_NUMBER
Field Value
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

PATH_FIELD_NUMBER

public static final int PATH_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RelationDescriptor.ColumnDescriptor getDefaultInstance()
Returns
TypeDescription
RelationDescriptor.ColumnDescriptor

getDescriptor()

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

newBuilder()

public static RelationDescriptor.ColumnDescriptor.Builder newBuilder()
Returns
TypeDescription
RelationDescriptor.ColumnDescriptor.Builder

newBuilder(RelationDescriptor.ColumnDescriptor prototype)

public static RelationDescriptor.ColumnDescriptor.Builder newBuilder(RelationDescriptor.ColumnDescriptor prototype)
Parameter
NameDescription
prototypeRelationDescriptor.ColumnDescriptor
Returns
TypeDescription
RelationDescriptor.ColumnDescriptor.Builder

parseDelimitedFrom(InputStream input)

public static RelationDescriptor.ColumnDescriptor parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RelationDescriptor.ColumnDescriptor
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static RelationDescriptor.ColumnDescriptor parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
RelationDescriptor.ColumnDescriptor
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static RelationDescriptor.ColumnDescriptor parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
RelationDescriptor.ColumnDescriptor
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static RelationDescriptor.ColumnDescriptor parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RelationDescriptor.ColumnDescriptor
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static RelationDescriptor.ColumnDescriptor parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
RelationDescriptor.ColumnDescriptor
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<RelationDescriptor.ColumnDescriptor> parser()
Returns
TypeDescription
Parser<ColumnDescriptor>

Methods

equals(Object obj)

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

getBigqueryPolicyTags(int index)

public String getBigqueryPolicyTags(int index)

A list of BigQuery policy tags that will be applied to the column.

repeated string bigquery_policy_tags = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The bigqueryPolicyTags at the given index.

getBigqueryPolicyTagsBytes(int index)

public ByteString getBigqueryPolicyTagsBytes(int index)

A list of BigQuery policy tags that will be applied to the column.

repeated string bigquery_policy_tags = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the bigqueryPolicyTags at the given index.

getBigqueryPolicyTagsCount()

public int getBigqueryPolicyTagsCount()

A list of BigQuery policy tags that will be applied to the column.

repeated string bigquery_policy_tags = 3;

Returns
TypeDescription
int

The count of bigqueryPolicyTags.

getBigqueryPolicyTagsList()

public ProtocolStringList getBigqueryPolicyTagsList()

A list of BigQuery policy tags that will be applied to the column.

repeated string bigquery_policy_tags = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the bigqueryPolicyTags.

getDefaultInstanceForType()

public RelationDescriptor.ColumnDescriptor getDefaultInstanceForType()
Returns
TypeDescription
RelationDescriptor.ColumnDescriptor

getDescription()

public String getDescription()

A textual description of the column.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

A textual description of the column.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getParserForType()

public Parser<RelationDescriptor.ColumnDescriptor> getParserForType()
Returns
TypeDescription
Parser<ColumnDescriptor>
Overrides

getPath(int index)

public String getPath(int index)

The identifier for the column. Each entry in path represents one level of nesting.

repeated string path = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The path at the given index.

getPathBytes(int index)

public ByteString getPathBytes(int index)

The identifier for the column. Each entry in path represents one level of nesting.

repeated string path = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the path at the given index.

getPathCount()

public int getPathCount()

The identifier for the column. Each entry in path represents one level of nesting.

repeated string path = 1;

Returns
TypeDescription
int

The count of path.

getPathList()

public ProtocolStringList getPathList()

The identifier for the column. Each entry in path represents one level of nesting.

repeated string path = 1;

Returns
TypeDescription
ProtocolStringList

A list containing the path.

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 RelationDescriptor.ColumnDescriptor.Builder newBuilderForType()
Returns
TypeDescription
RelationDescriptor.ColumnDescriptor.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public RelationDescriptor.ColumnDescriptor.Builder toBuilder()
Returns
TypeDescription
RelationDescriptor.ColumnDescriptor.Builder

writeTo(CodedOutputStream output)

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