Interface DataDocumentationResult.TableResultOrBuilder (1.78.0)

public static interface DataDocumentationResult.TableResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

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

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

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

Returns
Type Description
ByteString

The bytes for name.

getOverview()

public abstract String getOverview()

Output only. Generated description of the table.

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

Returns
Type Description
String

The overview.

getOverviewBytes()

public abstract ByteString getOverviewBytes()

Output only. Generated description of the table.

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

Returns
Type Description
ByteString

The bytes for overview.

getQueries(int index)

public abstract DataDocumentationResult.Query getQueries(int index)

Output only. Sample SQL queries for the table.

repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataDocumentationResult.Query

getQueriesCount()

public abstract int getQueriesCount()

Output only. Sample SQL queries for the table.

repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getQueriesList()

public abstract List<DataDocumentationResult.Query> getQueriesList()

Output only. Sample SQL queries for the table.

repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Query>

getQueriesOrBuilder(int index)

public abstract DataDocumentationResult.QueryOrBuilder getQueriesOrBuilder(int index)

Output only. Sample SQL queries for the table.

repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataDocumentationResult.QueryOrBuilder

getQueriesOrBuilderList()

public abstract List<? extends DataDocumentationResult.QueryOrBuilder> getQueriesOrBuilderList()

Output only. Sample SQL queries for the table.

repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.dataplex.v1.DataDocumentationResult.QueryOrBuilder>

getSchema()

public abstract DataDocumentationResult.Schema getSchema()

Output only. Schema of the table with generated metadata of the columns in the schema.

.google.cloud.dataplex.v1.DataDocumentationResult.Schema schema = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataDocumentationResult.Schema

The schema.

getSchemaOrBuilder()

public abstract DataDocumentationResult.SchemaOrBuilder getSchemaOrBuilder()

Output only. Schema of the table with generated metadata of the columns in the schema.

.google.cloud.dataplex.v1.DataDocumentationResult.Schema schema = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataDocumentationResult.SchemaOrBuilder

hasSchema()

public abstract boolean hasSchema()

Output only. Schema of the table with generated metadata of the columns in the schema.

.google.cloud.dataplex.v1.DataDocumentationResult.Schema schema = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the schema field is set.