Class Context.SchemaRelationship.SchemaPaths (0.9.0)

public static final class Context.SchemaRelationship.SchemaPaths extends GeneratedMessageV3 implements Context.SchemaRelationship.SchemaPathsOrBuilder

Represents an ordered set of paths within the table schema.

Protobuf type google.cloud.geminidataanalytics.v1beta.Context.SchemaRelationship.SchemaPaths

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Context.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 Context.SchemaRelationship.SchemaPaths getDefaultInstance()
Returns
Type Description
Context.SchemaRelationship.SchemaPaths

getDescriptor()

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

newBuilder()

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

newBuilder(Context.SchemaRelationship.SchemaPaths prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<Context.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 Context.SchemaRelationship.SchemaPaths getDefaultInstanceForType()
Returns
Type Description
Context.SchemaRelationship.SchemaPaths

getParserForType()

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

getPaths(int index)

public String getPaths(int index)

The ordered list of paths within the table schema.

repeated string paths = 2;

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)

The ordered list of paths within the table schema.

repeated string paths = 2;

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()

The ordered list of paths within the table schema.

repeated string paths = 2;

Returns
Type Description
int

The count of paths.

getPathsList()

public ProtocolStringList getPathsList()

The ordered list of paths within the table schema.

repeated string paths = 2;

Returns
Type Description
ProtocolStringList

A list containing the paths.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTableFqn()

public String getTableFqn()

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;

Returns
Type Description
String

The tableFqn.

getTableFqnBytes()

public ByteString getTableFqnBytes()

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;

Returns
Type Description
ByteString

The bytes for tableFqn.

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 Context.SchemaRelationship.SchemaPaths.Builder newBuilderForType()
Returns
Type Description
Context.SchemaRelationship.SchemaPaths.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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