public static final class Context.SchemaRelationship.SchemaPaths extends GeneratedMessage implements Context.SchemaRelationship.SchemaPathsOrBuilderRepresents an ordered set of paths within the table schema.
Protobuf type
google.cloud.geminidataanalytics.v1beta.Context.SchemaRelationship.SchemaPaths
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Context.SchemaRelationship.SchemaPathsStatic 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 |
|
getDefaultInstanceForType()
public Context.SchemaRelationship.SchemaPaths getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Context.SchemaRelationship.SchemaPaths |
|
getParserForType()
public Parser<Context.SchemaRelationship.SchemaPaths> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<SchemaPaths> |
|
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 |
intThe 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 |
intThe 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 |
|
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 |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Context.SchemaRelationship.SchemaPaths.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Context.SchemaRelationship.SchemaPaths.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Context.SchemaRelationship.SchemaPaths.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Context.SchemaRelationship.SchemaPaths.Builder |
|
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 |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|