public interface DatasourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBigqueryTableReference()
public abstract BigQueryTableReference getBigqueryTableReference()
A reference to a BigQuery table.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference bigquery_table_reference = 1;
Returns | |
---|---|
Type | Description |
BigQueryTableReference |
The bigqueryTableReference. |
getBigqueryTableReferenceOrBuilder()
public abstract BigQueryTableReferenceOrBuilder getBigqueryTableReferenceOrBuilder()
A reference to a BigQuery table.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference bigquery_table_reference = 1;
Returns | |
---|---|
Type | Description |
BigQueryTableReferenceOrBuilder |
getLookerExploreReference()
public abstract LookerExploreReference getLookerExploreReference()
A reference to a Looker explore.
.google.cloud.geminidataanalytics.v1beta.LookerExploreReference looker_explore_reference = 4;
Returns | |
---|---|
Type | Description |
LookerExploreReference |
The lookerExploreReference. |
getLookerExploreReferenceOrBuilder()
public abstract LookerExploreReferenceOrBuilder getLookerExploreReferenceOrBuilder()
A reference to a Looker explore.
.google.cloud.geminidataanalytics.v1beta.LookerExploreReference looker_explore_reference = 4;
Returns | |
---|---|
Type | Description |
LookerExploreReferenceOrBuilder |
getReferenceCase()
public abstract Datasource.ReferenceCase getReferenceCase()
Returns | |
---|---|
Type | Description |
Datasource.ReferenceCase |
getSchema()
public abstract Schema getSchema()
Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Schema |
The schema. |
getSchemaOrBuilder()
public abstract SchemaOrBuilder getSchemaOrBuilder()
Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SchemaOrBuilder |
getStudioDatasourceId()
public abstract String getStudioDatasourceId()
A reference to a Looker Studio datasource.
string studio_datasource_id = 2;
Returns | |
---|---|
Type | Description |
String |
The studioDatasourceId. |
getStudioDatasourceIdBytes()
public abstract ByteString getStudioDatasourceIdBytes()
A reference to a Looker Studio datasource.
string studio_datasource_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for studioDatasourceId. |
hasBigqueryTableReference()
public abstract boolean hasBigqueryTableReference()
A reference to a BigQuery table.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference bigquery_table_reference = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the bigqueryTableReference field is set. |
hasLookerExploreReference()
public abstract boolean hasLookerExploreReference()
A reference to a Looker explore.
.google.cloud.geminidataanalytics.v1beta.LookerExploreReference looker_explore_reference = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the lookerExploreReference field is set. |
hasSchema()
public abstract boolean hasSchema()
Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the schema field is set. |
hasStudioDatasourceId()
public abstract boolean hasStudioDatasourceId()
A reference to a Looker Studio datasource.
string studio_datasource_id = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the studioDatasourceId field is set. |