Package com.google.cloud.optimization.v1
Interface BatchOptimizeToursRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchOptimizeToursRequest
,BatchOptimizeToursRequest.Builder
public interface BatchOptimizeToursRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchOptimizeToursRequest.AsyncModelConfig
getModelConfigs(int index)
Required.int
getModelConfigsCount()
Required.List<BatchOptimizeToursRequest.AsyncModelConfig>
getModelConfigsList()
Required.BatchOptimizeToursRequest.AsyncModelConfigOrBuilder
getModelConfigsOrBuilder(int index)
Required.List<? extends BatchOptimizeToursRequest.AsyncModelConfigOrBuilder>
getModelConfigsOrBuilderList()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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:
- The parent.
-
getParentBytes
com.google.protobuf.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:
- The bytes for parent.
-
getModelConfigsList
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];
-
getModelConfigs
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];
-
getModelConfigsCount
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];
-
getModelConfigsOrBuilderList
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];
-
getModelConfigsOrBuilder
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];
-
-