Uses of Class
com.google.cloud.deploy.v1.JobRun.State
-
Packages that use JobRun.State Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of JobRun.State in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return JobRun.State Modifier and Type Method Description static JobRun.StateJobRun.State. forNumber(int value)JobRun.StateJobRun.Builder. getState()Output only.JobRun.StateJobRun. getState()Output only.JobRun.StateJobRunOrBuilder. getState()Output only.static JobRun.StateJobRun.State. valueOf(int value)Deprecated.static JobRun.StateJobRun.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static JobRun.StateJobRun.State. valueOf(String name)Returns the enum constant of this type with the specified name.static JobRun.State[]JobRun.State. 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 JobRun.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<JobRun.State>JobRun.State. internalGetValueMap()Methods in com.google.cloud.deploy.v1 with parameters of type JobRun.State Modifier and Type Method Description JobRun.BuilderJobRun.Builder. setState(JobRun.State value)Output only.
-