Uses of Class
com.google.cloud.run.v2.GetTaskRequest
-
Packages that use GetTaskRequest Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of GetTaskRequest in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return GetTaskRequest Modifier and Type Method Description GetTaskRequestGetTaskRequest.Builder. build()GetTaskRequestGetTaskRequest.Builder. buildPartial()static GetTaskRequestGetTaskRequest. getDefaultInstance()GetTaskRequestGetTaskRequest.Builder. getDefaultInstanceForType()GetTaskRequestGetTaskRequest. getDefaultInstanceForType()static GetTaskRequestGetTaskRequest. parseDelimitedFrom(InputStream input)static GetTaskRequestGetTaskRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTaskRequestGetTaskRequest. parseFrom(byte[] data)static GetTaskRequestGetTaskRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTaskRequestGetTaskRequest. parseFrom(com.google.protobuf.ByteString data)static GetTaskRequestGetTaskRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTaskRequestGetTaskRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetTaskRequestGetTaskRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTaskRequestGetTaskRequest. parseFrom(InputStream input)static GetTaskRequestGetTaskRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTaskRequestGetTaskRequest. parseFrom(ByteBuffer data)static GetTaskRequestGetTaskRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.run.v2 that return types with arguments of type GetTaskRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTaskRequest,Task>TasksGrpc. getGetTaskMethod()com.google.protobuf.Parser<GetTaskRequest>GetTaskRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>TasksClient. getTaskCallable()Gets information about a Task.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTaskRequest,Task>TasksSettings.Builder. getTaskSettings()Returns the builder for the settings used for calls to getTask.com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task>TasksSettings. getTaskSettings()Returns the object with the settings used for calls to getTask.static com.google.protobuf.Parser<GetTaskRequest>GetTaskRequest. parser()Methods in com.google.cloud.run.v2 with parameters of type GetTaskRequest Modifier and Type Method Description TaskTasksClient. getTask(GetTaskRequest request)Gets information about a Task.default voidTasksGrpc.AsyncService. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Gets information about a Task.TaskTasksGrpc.TasksBlockingStub. getTask(GetTaskRequest request)Gets information about a Task.com.google.common.util.concurrent.ListenableFuture<Task>TasksGrpc.TasksFutureStub. getTask(GetTaskRequest request)Gets information about a Task.voidTasksGrpc.TasksStub. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Gets information about a Task.GetTaskRequest.BuilderGetTaskRequest.Builder. mergeFrom(GetTaskRequest other)static GetTaskRequest.BuilderGetTaskRequest. newBuilder(GetTaskRequest prototype) -
Uses of GetTaskRequest in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type GetTaskRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>GrpcTasksStub. getTaskCallable()com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>HttpJsonTasksStub. getTaskCallable()com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>TasksStub. getTaskCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTaskRequest,Task>TasksStubSettings.Builder. getTaskSettings()Returns the builder for the settings used for calls to getTask.com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task>TasksStubSettings. getTaskSettings()Returns the object with the settings used for calls to getTask.
-