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.RolloutStatusRollout.RolloutStatus. forNumber(int value)Rollout.RolloutStatusRollout.Builder. getStatus()The status of this rollout.Rollout.RolloutStatusRollout. getStatus()The status of this rollout.Rollout.RolloutStatusRolloutOrBuilder. getStatus()The status of this rollout.static Rollout.RolloutStatusRollout.RolloutStatus. valueOf(int value)Deprecated.static Rollout.RolloutStatusRollout.RolloutStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Rollout.RolloutStatusRollout.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.BuilderRollout.Builder. setStatus(Rollout.RolloutStatus value)The status of this rollout.
-