public interface BatchOptimizeToursRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Name | Description |
index |
int |
| Type | Description |
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];
| Type | Description |
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];
| Type | Description |
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];
| Name | Description |
index |
int |
| Type | Description |
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];
| Type | Description |
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];
| Type | Description |
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];
| Type | Description |
ByteString |
The bytes for parent. |