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