public interface DataStoreSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEngines(int index)
public abstract DataStoreSettings.Engine getEngines(int index)Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataStoreSettings.Engine |
|
getEnginesCount()
public abstract int getEnginesCount()Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getEnginesList()
public abstract List<DataStoreSettings.Engine> getEnginesList()Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Engine> |
|
getEnginesOrBuilder(int index)
public abstract DataStoreSettings.EngineOrBuilder getEnginesOrBuilder(int index)Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataStoreSettings.EngineOrBuilder |
|
getEnginesOrBuilderList()
public abstract List<? extends DataStoreSettings.EngineOrBuilder> getEnginesOrBuilderList()Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.ces.v1.DataStoreSettings.EngineOrBuilder> |
|