Class RelationDescriptor.ColumnDescriptor (0.42.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
Type Description
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type Description
int

PATH_FIELD_NUMBER

public static final int PATH_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RelationDescriptor.ColumnDescriptor getDefaultInstance()
Returns
Type Description
RelationDescriptor.ColumnDescriptor

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static RelationDescriptor.ColumnDescriptor.Builder newBuilder()
Returns
Type Description
RelationDescriptor.ColumnDescriptor.Builder

newBuilder(RelationDescriptor.ColumnDescriptor prototype)

public static RelationDescriptor.ColumnDescriptor.Builder newBuilder(RelationDescriptor.ColumnDescriptor prototype)
Parameter
Name Description
prototype RelationDescriptor.ColumnDescriptor
Returns
Type Description
RelationDescriptor.ColumnDescriptor.Builder

parseDelimitedFrom(InputStream input)

public static RelationDescriptor.ColumnDescriptor parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RelationDescriptor.ColumnDescriptor
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RelationDescriptor.ColumnDescriptor parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RelationDescriptor.ColumnDescriptor
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RelationDescriptor.ColumnDescriptor parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RelationDescriptor.ColumnDescriptor
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RelationDescriptor.ColumnDescriptor parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RelationDescriptor.ColumnDescriptor
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RelationDescriptor.ColumnDescriptor parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RelationDescriptor.ColumnDescriptor
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RelationDescriptor.ColumnDescriptor parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RelationDescriptor.ColumnDescriptor
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RelationDescriptor.ColumnDescriptor parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RelationDescriptor.ColumnDescriptor
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RelationDescriptor.ColumnDescriptor parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RelationDescriptor.ColumnDescriptor
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RelationDescriptor.ColumnDescriptor parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RelationDescriptor.ColumnDescriptor
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RelationDescriptor.ColumnDescriptor parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RelationDescriptor.ColumnDescriptor
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RelationDescriptor.ColumnDescriptor parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RelationDescriptor.ColumnDescriptor
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RelationDescriptor.ColumnDescriptor parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RelationDescriptor.ColumnDescriptor
Exceptions
Type Description
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Name Description
index int

The index of the value to return.

Returns
Type Description
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
Type Description
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
Type Description
ProtocolStringList

A list containing the bigqueryPolicyTags.

getDefaultInstanceForType()

public RelationDescriptor.ColumnDescriptor getDefaultInstanceForType()
Returns
Type Description
RelationDescriptor.ColumnDescriptor

getDescription()

public String getDescription()

A textual description of the column.

string description = 2;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

A textual description of the column.

string description = 2;

Returns
Type Description
ByteString

The bytes for description.

getParserForType()

public Parser<RelationDescriptor.ColumnDescriptor> getParserForType()
Returns
Type Description
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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Name Description
index int

The index of the value to return.

Returns
Type Description
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
Type Description
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
Type Description
ProtocolStringList

A list containing the path.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RelationDescriptor.ColumnDescriptor.Builder newBuilderForType()
Returns
Type Description
RelationDescriptor.ColumnDescriptor.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RelationDescriptor.ColumnDescriptor.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RelationDescriptor.ColumnDescriptor.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RelationDescriptor.ColumnDescriptor.Builder toBuilder()
Returns
Type Description
RelationDescriptor.ColumnDescriptor.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException