Uses of Class
com.google.cloud.tasks.v2.GetTaskRequest
-
Packages that use GetTaskRequest Package Description com.google.cloud.tasks.v2 A client to Cloud Tasks APIcom.google.cloud.tasks.v2.stub -
-
Uses of GetTaskRequest in com.google.cloud.tasks.v2
Methods in com.google.cloud.tasks.v2 that return GetTaskRequest Modifier and Type Method Description GetTaskRequest
GetTaskRequest.Builder. build()
GetTaskRequest
GetTaskRequest.Builder. buildPartial()
static GetTaskRequest
GetTaskRequest. getDefaultInstance()
GetTaskRequest
GetTaskRequest.Builder. getDefaultInstanceForType()
GetTaskRequest
GetTaskRequest. getDefaultInstanceForType()
static GetTaskRequest
GetTaskRequest. parseDelimitedFrom(InputStream input)
static GetTaskRequest
GetTaskRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTaskRequest
GetTaskRequest. parseFrom(byte[] data)
static GetTaskRequest
GetTaskRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTaskRequest
GetTaskRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTaskRequest
GetTaskRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTaskRequest
GetTaskRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTaskRequest
GetTaskRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTaskRequest
GetTaskRequest. parseFrom(InputStream input)
static GetTaskRequest
GetTaskRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTaskRequest
GetTaskRequest. parseFrom(ByteBuffer data)
static GetTaskRequest
GetTaskRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tasks.v2 that return types with arguments of type GetTaskRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTaskRequest,Task>
CloudTasksGrpc. getGetTaskMethod()
com.google.protobuf.Parser<GetTaskRequest>
GetTaskRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>
CloudTasksClient. getTaskCallable()
Gets a task.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTaskRequest,Task>
CloudTasksSettings.Builder. getTaskSettings()
Returns the builder for the settings used for calls to getTask.com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task>
CloudTasksSettings. 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.tasks.v2 with parameters of type GetTaskRequest Modifier and Type Method Description Task
CloudTasksClient. getTask(GetTaskRequest request)
Gets a task.default void
CloudTasksGrpc.AsyncService. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)
Gets a task.Task
CloudTasksGrpc.CloudTasksBlockingStub. getTask(GetTaskRequest request)
Gets a task.com.google.common.util.concurrent.ListenableFuture<Task>
CloudTasksGrpc.CloudTasksFutureStub. getTask(GetTaskRequest request)
Gets a task.void
CloudTasksGrpc.CloudTasksStub. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)
Gets a task.GetTaskRequest.Builder
GetTaskRequest.Builder. mergeFrom(GetTaskRequest other)
static GetTaskRequest.Builder
GetTaskRequest. newBuilder(GetTaskRequest prototype)
-
Uses of GetTaskRequest in com.google.cloud.tasks.v2.stub
Methods in com.google.cloud.tasks.v2.stub that return types with arguments of type GetTaskRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>
CloudTasksStub. getTaskCallable()
com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>
GrpcCloudTasksStub. getTaskCallable()
com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>
HttpJsonCloudTasksStub. getTaskCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTaskRequest,Task>
CloudTasksStubSettings.Builder. getTaskSettings()
Returns the builder for the settings used for calls to getTask.com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task>
CloudTasksStubSettings. getTaskSettings()
Returns the object with the settings used for calls to getTask.
-