Interface BatchOptimizeToursRequestOrBuilder (1.39.0)

public interface BatchOptimizeToursRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModelConfigs(int index)

public abstract BatchOptimizeToursRequest.AsyncModelConfig getModelConfigs(int index)

Required. Input/Output information each purchase model, such as file paths and data formats.

repeated .google.cloud.optimization.v1.BatchOptimizeToursRequest.AsyncModelConfig model_configs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
BatchOptimizeToursRequest.AsyncModelConfig

getModelConfigsCount()

public abstract int getModelConfigsCount()

Required. Input/Output information each purchase model, such as file paths and data formats.

repeated .google.cloud.optimization.v1.BatchOptimizeToursRequest.AsyncModelConfig model_configs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getModelConfigsList()

public abstract List<BatchOptimizeToursRequest.AsyncModelConfig> getModelConfigsList()

Required. Input/Output information each purchase model, such as file paths and data formats.

repeated .google.cloud.optimization.v1.BatchOptimizeToursRequest.AsyncModelConfig model_configs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<AsyncModelConfig>

getModelConfigsOrBuilder(int index)

public abstract BatchOptimizeToursRequest.AsyncModelConfigOrBuilder getModelConfigsOrBuilder(int index)

Required. Input/Output information each purchase model, such as file paths and data formats.

repeated .google.cloud.optimization.v1.BatchOptimizeToursRequest.AsyncModelConfig model_configs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
BatchOptimizeToursRequest.AsyncModelConfigOrBuilder

getModelConfigsOrBuilderList()

public abstract List<? extends BatchOptimizeToursRequest.AsyncModelConfigOrBuilder> getModelConfigsOrBuilderList()

Required. Input/Output information each purchase model, such as file paths and data formats.

repeated .google.cloud.optimization.v1.BatchOptimizeToursRequest.AsyncModelConfig model_configs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.cloud.optimization.v1.BatchOptimizeToursRequest.AsyncModelConfigOrBuilder>

getParent()

public abstract String getParent()

Required. Target project and location to make a call.

Format: projects/{project-id}/locations/{location-id}.

If no location is specified, a region will be chosen automatically.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Target project and location to make a call.

Format: projects/{project-id}/locations/{location-id}.

If no location is specified, a region will be chosen automatically.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for parent.