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