Interface BatchOptimizeToursRequestOrBuilder (1.7.0)

publicinterface BatchOptimizeToursRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getModelConfigs(int index)

publicabstractBatchOptimizeToursRequest.AsyncModelConfiggetModelConfigs(intindex)

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
Name Description
index int
Returns
Type Description

getModelConfigsCount()

publicabstractintgetModelConfigsCount()

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
Type Description
int

getModelConfigsList()

publicabstractList<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
Type Description

getModelConfigsOrBuilder(int index)

publicabstractBatchOptimizeToursRequest.AsyncModelConfigOrBuildergetModelConfigsOrBuilder(intindex)

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
Name Description
index int
Returns
Type Description

getModelConfigsOrBuilderList()

publicabstractList<?extendsBatchOptimizeToursRequest.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
Type Description
List<? extends com.google.cloud.optimization.v1.BatchOptimizeToursRequest.AsyncModelConfigOrBuilder>

getParent()

publicabstractStringgetParent()

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
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

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
Type Description
ByteString

The bytes for parent.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.