Uses of Class
com.google.api.servicemanagement.v1.Rollout.RolloutStatus
-
Packages that use Rollout.RolloutStatus Package Description com.google.api.servicemanagement.v1 -
-
Uses of Rollout.RolloutStatus in com.google.api.servicemanagement.v1
Methods in com.google.api.servicemanagement.v1 that return Rollout.RolloutStatus Modifier and Type Method Description static Rollout.RolloutStatus
Rollout.RolloutStatus. forNumber(int value)
Rollout.RolloutStatus
Rollout.Builder. getStatus()
The status of this rollout.Rollout.RolloutStatus
Rollout. getStatus()
The status of this rollout.Rollout.RolloutStatus
RolloutOrBuilder. getStatus()
The status of this rollout.static Rollout.RolloutStatus
Rollout.RolloutStatus. valueOf(int value)
Deprecated.static Rollout.RolloutStatus
Rollout.RolloutStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Rollout.RolloutStatus
Rollout.RolloutStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rollout.RolloutStatus[]
Rollout.RolloutStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.servicemanagement.v1 that return types with arguments of type Rollout.RolloutStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Rollout.RolloutStatus>
Rollout.RolloutStatus. internalGetValueMap()
Methods in com.google.api.servicemanagement.v1 with parameters of type Rollout.RolloutStatus Modifier and Type Method Description Rollout.Builder
Rollout.Builder. setStatus(Rollout.RolloutStatus value)
The status of this rollout.
-