Class DataStoreSettings.Builder (0.1.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

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>
Returns
Type Description
DataStoreSettings.Builder

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];

Parameter
Name Description
value DataStoreSettings.Engine
Returns
Type Description
DataStoreSettings.Builder

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];

Parameter
Name Description
builderForValue DataStoreSettings.Engine.Builder
Returns
Type Description
DataStoreSettings.Builder

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];

Parameters
Name Description
index int
value DataStoreSettings.Engine
Returns
Type Description
DataStoreSettings.Builder

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];

Parameters
Name Description
index int
builderForValue DataStoreSettings.Engine.Builder
Returns
Type Description
DataStoreSettings.Builder

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];

Returns
Type Description
DataStoreSettings.Engine.Builder

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
Returns
Type Description
DataStoreSettings.Engine.Builder

build()

public DataStoreSettings build()
Returns
Type Description
DataStoreSettings

buildPartial()

public DataStoreSettings buildPartial()
Returns
Type Description
DataStoreSettings

clear()

public DataStoreSettings.Builder clear()
Returns
Type Description
DataStoreSettings.Builder
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];

Returns
Type Description
DataStoreSettings.Builder

getDefaultInstanceForType()

public DataStoreSettings getDefaultInstanceForType()
Returns
Type Description
DataStoreSettings

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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
Returns
Type Description
DataStoreSettings.Engine

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
Returns
Type Description
DataStoreSettings.Engine.Builder

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];

Returns
Type Description
List<Builder>

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];

Returns
Type Description
List<Engine>

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
Returns
Type Description
DataStoreSettings.EngineOrBuilder

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()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DataStoreSettings other)

public DataStoreSettings.Builder mergeFrom(DataStoreSettings other)
Parameter
Name Description
other DataStoreSettings
Returns
Type Description
DataStoreSettings.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DataStoreSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataStoreSettings.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DataStoreSettings.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DataStoreSettings.Builder
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
Returns
Type Description
DataStoreSettings.Builder

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];

Parameters
Name Description
index int
value DataStoreSettings.Engine
Returns
Type Description
DataStoreSettings.Builder

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];

Parameters
Name Description
index int
builderForValue DataStoreSettings.Engine.Builder
Returns
Type Description
DataStoreSettings.Builder