Uses of Class
com.google.cloud.batch.v1alpha.GetJobRequest
-
Packages that use GetJobRequest Package Description com.google.cloud.batch.v1alpha A client to Batch APIcom.google.cloud.batch.v1alpha.stub -
-
Uses of GetJobRequest in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return GetJobRequest Modifier and Type Method Description GetJobRequestGetJobRequest.Builder. build()GetJobRequestGetJobRequest.Builder. buildPartial()static GetJobRequestGetJobRequest. getDefaultInstance()GetJobRequestGetJobRequest.Builder. getDefaultInstanceForType()GetJobRequestGetJobRequest. getDefaultInstanceForType()static GetJobRequestGetJobRequest. parseDelimitedFrom(InputStream input)static GetJobRequestGetJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(byte[] data)static GetJobRequestGetJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.ByteString data)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(InputStream input)static GetJobRequestGetJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(ByteBuffer data)static GetJobRequestGetJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.batch.v1alpha that return types with arguments of type GetJobRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetJobRequest,Job>BatchServiceGrpc. getGetJobMethod()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>BatchServiceClient. getJobCallable()Get a Job specified by its resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>BatchServiceSettings.Builder. getJobSettings()Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>BatchServiceSettings. getJobSettings()Returns the object with the settings used for calls to getJob.com.google.protobuf.Parser<GetJobRequest>GetJobRequest. getParserForType()static com.google.protobuf.Parser<GetJobRequest>GetJobRequest. parser()Methods in com.google.cloud.batch.v1alpha with parameters of type GetJobRequest Modifier and Type Method Description JobBatchServiceClient. getJob(GetJobRequest request)Get a Job specified by its resource name.default voidBatchServiceGrpc.AsyncService. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Get a Job specified by its resource name.JobBatchServiceGrpc.BatchServiceBlockingStub. getJob(GetJobRequest request)Get a Job specified by its resource name.com.google.common.util.concurrent.ListenableFuture<Job>BatchServiceGrpc.BatchServiceFutureStub. getJob(GetJobRequest request)Get a Job specified by its resource name.voidBatchServiceGrpc.BatchServiceStub. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Get a Job specified by its resource name.GetJobRequest.BuilderGetJobRequest.Builder. mergeFrom(GetJobRequest other)static GetJobRequest.BuilderGetJobRequest. newBuilder(GetJobRequest prototype) -
Uses of GetJobRequest in com.google.cloud.batch.v1alpha.stub
Methods in com.google.cloud.batch.v1alpha.stub that return types with arguments of type GetJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>BatchServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>GrpcBatchServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>HttpJsonBatchServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>BatchServiceStubSettings.Builder. getJobSettings()Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>BatchServiceStubSettings. getJobSettings()Returns the object with the settings used for calls to getJob.
-