Uses of Class
com.google.cloud.optimization.v1.OptimizeToursRequest.SearchMode
-
Packages that use OptimizeToursRequest.SearchMode Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of OptimizeToursRequest.SearchMode in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return OptimizeToursRequest.SearchMode Modifier and Type Method Description static OptimizeToursRequest.SearchMode
OptimizeToursRequest.SearchMode. forNumber(int value)
OptimizeToursRequest.SearchMode
OptimizeToursRequest.Builder. getSearchMode()
Search mode used to solve the request.OptimizeToursRequest.SearchMode
OptimizeToursRequest. getSearchMode()
Search mode used to solve the request.OptimizeToursRequest.SearchMode
OptimizeToursRequestOrBuilder. getSearchMode()
Search mode used to solve the request.static OptimizeToursRequest.SearchMode
OptimizeToursRequest.SearchMode. valueOf(int value)
Deprecated.static OptimizeToursRequest.SearchMode
OptimizeToursRequest.SearchMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static OptimizeToursRequest.SearchMode
OptimizeToursRequest.SearchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static OptimizeToursRequest.SearchMode[]
OptimizeToursRequest.SearchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.optimization.v1 that return types with arguments of type OptimizeToursRequest.SearchMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OptimizeToursRequest.SearchMode>
OptimizeToursRequest.SearchMode. internalGetValueMap()
Methods in com.google.cloud.optimization.v1 with parameters of type OptimizeToursRequest.SearchMode Modifier and Type Method Description OptimizeToursRequest.Builder
OptimizeToursRequest.Builder. setSearchMode(OptimizeToursRequest.SearchMode value)
Search mode used to solve the request.
-