Uses of Class
com.google.cloud.optimization.v1.SkippedShipment.Reason.Code
-
Packages that use SkippedShipment.Reason.Code Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of SkippedShipment.Reason.Code in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return SkippedShipment.Reason.Code Modifier and Type Method Description static SkippedShipment.Reason.Code
SkippedShipment.Reason.Code. forNumber(int value)
SkippedShipment.Reason.Code
SkippedShipment.Reason.Builder. getCode()
Refer to the comments of Code.SkippedShipment.Reason.Code
SkippedShipment.Reason. getCode()
Refer to the comments of Code.SkippedShipment.Reason.Code
SkippedShipment.ReasonOrBuilder. getCode()
Refer to the comments of Code.static SkippedShipment.Reason.Code
SkippedShipment.Reason.Code. valueOf(int value)
Deprecated.static SkippedShipment.Reason.Code
SkippedShipment.Reason.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SkippedShipment.Reason.Code
SkippedShipment.Reason.Code. valueOf(String name)
Returns the enum constant of this type with the specified name.static SkippedShipment.Reason.Code[]
SkippedShipment.Reason.Code. 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 SkippedShipment.Reason.Code Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SkippedShipment.Reason.Code>
SkippedShipment.Reason.Code. internalGetValueMap()
Methods in com.google.cloud.optimization.v1 with parameters of type SkippedShipment.Reason.Code Modifier and Type Method Description SkippedShipment.Reason.Builder
SkippedShipment.Reason.Builder. setCode(SkippedShipment.Reason.Code value)
Refer to the comments of Code.
-