Uses of Interface
com.google.cloud.optimization.v1.OptimizeToursValidationErrorOrBuilder
-
Packages that use OptimizeToursValidationErrorOrBuilder Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of OptimizeToursValidationErrorOrBuilder in com.google.cloud.optimization.v1
Classes in com.google.cloud.optimization.v1 that implement OptimizeToursValidationErrorOrBuilder Modifier and Type Class Description class
OptimizeToursValidationError
Describes an error encountered when validating an `OptimizeToursRequest`.static class
OptimizeToursValidationError.Builder
Describes an error encountered when validating an `OptimizeToursRequest`.Methods in com.google.cloud.optimization.v1 that return OptimizeToursValidationErrorOrBuilder Modifier and Type Method Description OptimizeToursValidationErrorOrBuilder
OptimizeToursResponse.Builder. getValidationErrorsOrBuilder(int index)
List of all the validation errors that we were able to detect independently.OptimizeToursValidationErrorOrBuilder
OptimizeToursResponse. getValidationErrorsOrBuilder(int index)
List of all the validation errors that we were able to detect independently.OptimizeToursValidationErrorOrBuilder
OptimizeToursResponseOrBuilder. getValidationErrorsOrBuilder(int index)
List of all the validation errors that we were able to detect independently.Methods in com.google.cloud.optimization.v1 that return types with arguments of type OptimizeToursValidationErrorOrBuilder Modifier and Type Method Description List<? extends OptimizeToursValidationErrorOrBuilder>
OptimizeToursResponse.Builder. getValidationErrorsOrBuilderList()
List of all the validation errors that we were able to detect independently.List<? extends OptimizeToursValidationErrorOrBuilder>
OptimizeToursResponse. getValidationErrorsOrBuilderList()
List of all the validation errors that we were able to detect independently.List<? extends OptimizeToursValidationErrorOrBuilder>
OptimizeToursResponseOrBuilder. getValidationErrorsOrBuilderList()
List of all the validation errors that we were able to detect independently.
-