Class DataDocumentationResult.SchemaRelationship.SchemaPaths (1.89.0)

public static final class DataDocumentationResult.SchemaRelationship.SchemaPaths extends GeneratedMessage implements DataDocumentationResult.SchemaRelationship.SchemaPathsOrBuilder

Represents an ordered set of paths within a table's schema.

Protobuf type google.cloud.dataplex.v1.DataDocumentationResult.SchemaRelationship.SchemaPaths

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DataDocumentationResult.SchemaRelationship.SchemaPaths

Static Fields

PATHS_FIELD_NUMBER

public static final int PATHS_FIELD_NUMBER
Field Value
Type Description
int

TABLE_FQN_FIELD_NUMBER

public static final int TABLE_FQN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DataDocumentationResult.SchemaRelationship.SchemaPaths getDefaultInstance()
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths

getDescriptor()

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

newBuilder()

public static DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder newBuilder()
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder

newBuilder(DataDocumentationResult.SchemaRelationship.SchemaPaths prototype)

public static DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder newBuilder(DataDocumentationResult.SchemaRelationship.SchemaPaths prototype)
Parameter
Name Description
prototype DataDocumentationResult.SchemaRelationship.SchemaPaths
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder

parseDelimitedFrom(InputStream input)

public static DataDocumentationResult.SchemaRelationship.SchemaPaths parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataDocumentationResult.SchemaRelationship.SchemaPaths parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DataDocumentationResult.SchemaRelationship.SchemaPaths parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static DataDocumentationResult.SchemaRelationship.SchemaPaths parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DataDocumentationResult.SchemaRelationship.SchemaPaths parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DataDocumentationResult.SchemaRelationship.SchemaPaths parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DataDocumentationResult.SchemaRelationship.SchemaPaths parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DataDocumentationResult.SchemaRelationship.SchemaPaths parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataDocumentationResult.SchemaRelationship.SchemaPaths parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DataDocumentationResult.SchemaRelationship.SchemaPaths parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DataDocumentationResult.SchemaRelationship.SchemaPaths parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DataDocumentationResult.SchemaRelationship.SchemaPaths> parser()
Returns
Type Description
Parser<SchemaPaths>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DataDocumentationResult.SchemaRelationship.SchemaPaths getDefaultInstanceForType()
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths

getParserForType()

public Parser<DataDocumentationResult.SchemaRelationship.SchemaPaths> getParserForType()
Returns
Type Description
Parser<SchemaPaths>
Overrides

getPaths(int index)

public String getPaths(int index)

Output only. An ordered set of Paths to fields within the schema of the table. For fields nested within a top level field of type record, use '.' to separate field names. Examples: Top level field - top_level Nested field - top_level.child.sub_field

repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The paths at the given index.

getPathsBytes(int index)

public ByteString getPathsBytes(int index)

Output only. An ordered set of Paths to fields within the schema of the table. For fields nested within a top level field of type record, use '.' to separate field names. Examples: Top level field - top_level Nested field - top_level.child.sub_field

repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the paths at the given index.

getPathsCount()

public int getPathsCount()

Output only. An ordered set of Paths to fields within the schema of the table. For fields nested within a top level field of type record, use '.' to separate field names. Examples: Top level field - top_level Nested field - top_level.child.sub_field

repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of paths.

getPathsList()

public ProtocolStringList getPathsList()

Output only. An ordered set of Paths to fields within the schema of the table. For fields nested within a top level field of type record, use '.' to separate field names. Examples: Top level field - top_level Nested field - top_level.child.sub_field

repeated string paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the paths.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTableFqn()

public String getTableFqn()

Output only. The service-qualified full resource name of the table Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

string table_fqn = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The tableFqn.

getTableFqnBytes()

public ByteString getTableFqnBytes()

Output only. The service-qualified full resource name of the table Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

string table_fqn = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for tableFqn.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder newBuilderForType()
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder
Overrides

toBuilder()

public DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder toBuilder()
Returns
Type Description
DataDocumentationResult.SchemaRelationship.SchemaPaths.Builder

writeTo(CodedOutputStream output)

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