public interface StudioDatasourceReferencesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStudioReferences(int index)
public abstract StudioDatasourceReference getStudioReferences(int index)The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StudioDatasourceReference |
|
getStudioReferencesCount()
public abstract int getStudioReferencesCount()The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getStudioReferencesList()
public abstract List<StudioDatasourceReference> getStudioReferencesList()The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;
| Returns | |
|---|---|
| Type | Description |
List<StudioDatasourceReference> |
|
getStudioReferencesOrBuilder(int index)
public abstract StudioDatasourceReferenceOrBuilder getStudioReferencesOrBuilder(int index)The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StudioDatasourceReferenceOrBuilder |
|
getStudioReferencesOrBuilderList()
public abstract List<? extends StudioDatasourceReferenceOrBuilder> getStudioReferencesOrBuilderList()The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.geminidataanalytics.v1beta.StudioDatasourceReferenceOrBuilder> |
|