Uses of Class
com.google.cloud.deploy.v1.JobRun
-
Packages that use JobRun Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of JobRun in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return JobRun Modifier and Type Method Description JobRunJobRun.Builder. build()JobRunJobRun.Builder. buildPartial()static JobRunJobRun. getDefaultInstance()JobRunJobRun.Builder. getDefaultInstanceForType()JobRunJobRun. getDefaultInstanceForType()JobRunCloudDeployClient. getJobRun(GetJobRunRequest request)Gets details of a single JobRun.JobRunCloudDeployClient. getJobRun(JobRunName name)Gets details of a single JobRun.JobRunCloudDeployClient. getJobRun(String name)Gets details of a single JobRun.JobRunCloudDeployGrpc.CloudDeployBlockingStub. getJobRun(GetJobRunRequest request)Gets details of a single JobRun.JobRunListJobRunsResponse.Builder. getJobRuns(int index)The `JobRun` objects.JobRunListJobRunsResponse. getJobRuns(int index)The `JobRun` objects.JobRunListJobRunsResponseOrBuilder. getJobRuns(int index)The `JobRun` objects.static JobRunJobRun. parseDelimitedFrom(InputStream input)static JobRunJobRun. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobRunJobRun. parseFrom(byte[] data)static JobRunJobRun. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobRunJobRun. parseFrom(com.google.protobuf.ByteString data)static JobRunJobRun. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobRunJobRun. parseFrom(com.google.protobuf.CodedInputStream input)static JobRunJobRun. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobRunJobRun. parseFrom(InputStream input)static JobRunJobRun. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobRunJobRun. parseFrom(ByteBuffer data)static JobRunJobRun. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.deploy.v1 that return types with arguments of type JobRun Modifier and Type Method Description static io.grpc.MethodDescriptor<GetJobRunRequest,JobRun>CloudDeployGrpc. getGetJobRunMethod()com.google.common.util.concurrent.ListenableFuture<JobRun>CloudDeployGrpc.CloudDeployFutureStub. getJobRun(GetJobRunRequest request)Gets details of a single JobRun.com.google.api.gax.rpc.UnaryCallable<GetJobRunRequest,JobRun>CloudDeployClient. getJobRunCallable()Gets details of a single JobRun.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRunRequest,JobRun>CloudDeploySettings.Builder. getJobRunSettings()Returns the builder for the settings used for calls to getJobRun.com.google.api.gax.rpc.UnaryCallSettings<GetJobRunRequest,JobRun>CloudDeploySettings. getJobRunSettings()Returns the object with the settings used for calls to getJobRun.List<JobRun>ListJobRunsResponse.Builder. getJobRunsList()The `JobRun` objects.List<JobRun>ListJobRunsResponse. getJobRunsList()The `JobRun` objects.List<JobRun>ListJobRunsResponseOrBuilder. getJobRunsList()The `JobRun` objects.com.google.protobuf.Parser<JobRun>JobRun. getParserForType()static com.google.protobuf.Parser<JobRun>JobRun. parser()Methods in com.google.cloud.deploy.v1 with parameters of type JobRun Modifier and Type Method Description ListJobRunsResponse.BuilderListJobRunsResponse.Builder. addJobRuns(int index, JobRun value)The `JobRun` objects.ListJobRunsResponse.BuilderListJobRunsResponse.Builder. addJobRuns(JobRun value)The `JobRun` objects.JobRun.BuilderJobRun.Builder. mergeFrom(JobRun other)static JobRun.BuilderJobRun. newBuilder(JobRun prototype)ListJobRunsResponse.BuilderListJobRunsResponse.Builder. setJobRuns(int index, JobRun value)The `JobRun` objects.Method parameters in com.google.cloud.deploy.v1 with type arguments of type JobRun Modifier and Type Method Description ListJobRunsResponse.BuilderListJobRunsResponse.Builder. addAllJobRuns(Iterable<? extends JobRun> values)The `JobRun` objects.static com.google.api.core.ApiFuture<CloudDeployClient.ListJobRunsPagedResponse>CloudDeployClient.ListJobRunsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun> context, com.google.api.core.ApiFuture<ListJobRunsResponse> futureResponse)protected CloudDeployClient.ListJobRunsPageCloudDeployClient.ListJobRunsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun> context, ListJobRunsResponse response)com.google.api.core.ApiFuture<CloudDeployClient.ListJobRunsPage>CloudDeployClient.ListJobRunsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun> context, com.google.api.core.ApiFuture<ListJobRunsResponse> futureResponse)default voidCloudDeployGrpc.AsyncService. getJobRun(GetJobRunRequest request, io.grpc.stub.StreamObserver<JobRun> responseObserver)Gets details of a single JobRun.voidCloudDeployGrpc.CloudDeployStub. getJobRun(GetJobRunRequest request, io.grpc.stub.StreamObserver<JobRun> responseObserver)Gets details of a single JobRun. -
Uses of JobRun in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type JobRun Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetJobRunRequest,JobRun>CloudDeployStub. getJobRunCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRunRequest,JobRun>GrpcCloudDeployStub. getJobRunCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRunRequest,JobRun>HttpJsonCloudDeployStub. getJobRunCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRunRequest,JobRun>CloudDeployStubSettings.Builder. getJobRunSettings()Returns the builder for the settings used for calls to getJobRun.com.google.api.gax.rpc.UnaryCallSettings<GetJobRunRequest,JobRun>CloudDeployStubSettings. getJobRunSettings()Returns the object with the settings used for calls to getJobRun.
-