Uses of Class
com.google.cloud.deploy.v1.Rollout.ApprovalState
-
Packages that use Rollout.ApprovalState Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of Rollout.ApprovalState in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return Rollout.ApprovalState Modifier and Type Method Description static Rollout.ApprovalStateRollout.ApprovalState. forNumber(int value)Rollout.ApprovalStateRollout.Builder. getApprovalState()Output only.Rollout.ApprovalStateRollout. getApprovalState()Output only.Rollout.ApprovalStateRolloutOrBuilder. getApprovalState()Output only.static Rollout.ApprovalStateRollout.ApprovalState. valueOf(int value)Deprecated.static Rollout.ApprovalStateRollout.ApprovalState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Rollout.ApprovalStateRollout.ApprovalState. valueOf(String name)Returns the enum constant of this type with the specified name.static Rollout.ApprovalState[]Rollout.ApprovalState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.deploy.v1 that return types with arguments of type Rollout.ApprovalState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Rollout.ApprovalState>Rollout.ApprovalState. internalGetValueMap()Methods in com.google.cloud.deploy.v1 with parameters of type Rollout.ApprovalState Modifier and Type Method Description Rollout.BuilderRollout.Builder. setApprovalState(Rollout.ApprovalState value)Output only.
-