Interface DataDocumentationResult.DatasetResultOrBuilder (1.89.0)

public static interface DataDocumentationResult.DatasetResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOverview()

public abstract String getOverview()

Output only. Generated Dataset description.

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

Returns
Type Description
String

The overview.

getOverviewBytes()

public abstract ByteString getOverviewBytes()

Output only. Generated Dataset description.

string overview = 1 [(.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 dataset.

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 dataset.

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 dataset.

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 dataset.

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 dataset.

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>

getSchemaRelationships(int index)

public abstract DataDocumentationResult.SchemaRelationship getSchemaRelationships(int index)

Output only. Relationships suggesting how tables in the dataset are related to each other, based on their schema.

repeated .google.cloud.dataplex.v1.DataDocumentationResult.SchemaRelationship schema_relationships = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataDocumentationResult.SchemaRelationship

getSchemaRelationshipsCount()

public abstract int getSchemaRelationshipsCount()

Output only. Relationships suggesting how tables in the dataset are related to each other, based on their schema.

repeated .google.cloud.dataplex.v1.DataDocumentationResult.SchemaRelationship schema_relationships = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getSchemaRelationshipsList()

public abstract List<DataDocumentationResult.SchemaRelationship> getSchemaRelationshipsList()

Output only. Relationships suggesting how tables in the dataset are related to each other, based on their schema.

repeated .google.cloud.dataplex.v1.DataDocumentationResult.SchemaRelationship schema_relationships = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<SchemaRelationship>

getSchemaRelationshipsOrBuilder(int index)

public abstract DataDocumentationResult.SchemaRelationshipOrBuilder getSchemaRelationshipsOrBuilder(int index)

Output only. Relationships suggesting how tables in the dataset are related to each other, based on their schema.

repeated .google.cloud.dataplex.v1.DataDocumentationResult.SchemaRelationship schema_relationships = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataDocumentationResult.SchemaRelationshipOrBuilder

getSchemaRelationshipsOrBuilderList()

public abstract List<? extends DataDocumentationResult.SchemaRelationshipOrBuilder> getSchemaRelationshipsOrBuilderList()

Output only. Relationships suggesting how tables in the dataset are related to each other, based on their schema.

repeated .google.cloud.dataplex.v1.DataDocumentationResult.SchemaRelationship schema_relationships = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

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