public static interface Context.SchemaRelationship.SchemaPathsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPaths(int index)
public abstract 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 abstract 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 abstract 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 abstract List<String> getPathsList()The ordered list of paths within the table schema.
repeated string paths = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the paths. |
getTableFqn()
public abstract 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 abstract 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. |