public static final class DataStoreSettings.Builder extends GeneratedMessage.Builder<DataStoreSettings.Builder> implements DataStoreSettingsOrBuilder
Data store related settings for the app.
Protobuf type google.cloud.ces.v1.DataStoreSettings
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllEngines(Iterable<? extends DataStoreSettings.Engine> values)
public DataStoreSettings.Builder addAllEngines(Iterable<? extends DataStoreSettings.Engine> values)
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 |
values |
Iterable<? extends com.google.cloud.ces.v1.DataStoreSettings.Engine>
|
addEngines(DataStoreSettings.Engine value)
public DataStoreSettings.Builder addEngines(DataStoreSettings.Engine value)
Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addEngines(DataStoreSettings.Engine.Builder builderForValue)
public DataStoreSettings.Builder addEngines(DataStoreSettings.Engine.Builder builderForValue)
Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addEngines(int index, DataStoreSettings.Engine value)
public DataStoreSettings.Builder addEngines(int index, DataStoreSettings.Engine value)
Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addEngines(int index, DataStoreSettings.Engine.Builder builderForValue)
public DataStoreSettings.Builder addEngines(int index, DataStoreSettings.Engine.Builder builderForValue)
Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addEnginesBuilder()
public DataStoreSettings.Engine.Builder addEnginesBuilder()
Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addEnginesBuilder(int index)
public DataStoreSettings.Engine.Builder addEnginesBuilder(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
|
build()
public DataStoreSettings build()
buildPartial()
public DataStoreSettings buildPartial()
clear()
public DataStoreSettings.Builder clear()
Overrides
clearEngines()
public DataStoreSettings.Builder clearEngines()
Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public DataStoreSettings getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEngines(int index)
public 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
|
getEnginesBuilder(int index)
public DataStoreSettings.Engine.Builder getEnginesBuilder(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
|
getEnginesBuilderList()
public List<DataStoreSettings.Engine.Builder> getEnginesBuilderList()
Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEnginesCount()
public 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 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];
getEnginesOrBuilder(int index)
public 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
|
getEnginesOrBuilderList()
public 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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(DataStoreSettings other)
public DataStoreSettings.Builder mergeFrom(DataStoreSettings other)
public DataStoreSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DataStoreSettings.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeEngines(int index)
public DataStoreSettings.Builder removeEngines(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
|
setEngines(int index, DataStoreSettings.Engine value)
public DataStoreSettings.Builder setEngines(int index, DataStoreSettings.Engine value)
Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
setEngines(int index, DataStoreSettings.Engine.Builder builderForValue)
public DataStoreSettings.Builder setEngines(int index, DataStoreSettings.Engine.Builder builderForValue)
Output only. The engines for the app.
repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];