Uses of Class
com.google.cloud.batch.v1.JobStatus
-
Packages that use JobStatus Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of JobStatus in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return JobStatus Modifier and Type Method Description JobStatusJobStatus.Builder. build()JobStatusJobStatus.Builder. buildPartial()static JobStatusJobStatus. getDefaultInstance()JobStatusJobStatus.Builder. getDefaultInstanceForType()JobStatusJobStatus. getDefaultInstanceForType()JobStatusJob.Builder. getStatus()Output only.JobStatusJob. getStatus()Output only.JobStatusJobOrBuilder. getStatus()Output only.static JobStatusJobStatus. parseDelimitedFrom(InputStream input)static JobStatusJobStatus. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobStatusJobStatus. parseFrom(byte[] data)static JobStatusJobStatus. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobStatusJobStatus. parseFrom(com.google.protobuf.ByteString data)static JobStatusJobStatus. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobStatusJobStatus. parseFrom(com.google.protobuf.CodedInputStream input)static JobStatusJobStatus. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobStatusJobStatus. parseFrom(InputStream input)static JobStatusJobStatus. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobStatusJobStatus. parseFrom(ByteBuffer data)static JobStatusJobStatus. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.batch.v1 that return types with arguments of type JobStatus Modifier and Type Method Description com.google.protobuf.Parser<JobStatus>JobStatus. getParserForType()static com.google.protobuf.Parser<JobStatus>JobStatus. parser()Methods in com.google.cloud.batch.v1 with parameters of type JobStatus Modifier and Type Method Description JobStatus.BuilderJobStatus.Builder. mergeFrom(JobStatus other)Job.BuilderJob.Builder. mergeStatus(JobStatus value)Output only.static JobStatus.BuilderJobStatus. newBuilder(JobStatus prototype)Job.BuilderJob.Builder. setStatus(JobStatus value)Output only.
-