public interface SchemaResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatasources(int index)
public abstract Datasource getDatasources(int index)Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Datasource |
|
getDatasourcesCount()
public abstract int getDatasourcesCount()Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getDatasourcesList()
public abstract List<Datasource> getDatasourcesList()Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Datasource> |
|
getDatasourcesOrBuilder(int index)
public abstract DatasourceOrBuilder getDatasourcesOrBuilder(int index)Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DatasourceOrBuilder |
|
getDatasourcesOrBuilderList()
public abstract List<? extends DatasourceOrBuilder> getDatasourcesOrBuilderList()Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.geminidataanalytics.v1beta.DatasourceOrBuilder> |
|