Uses of Class
com.google.cloud.tasks.v2beta3.ListQueuesResponse
-
Packages that use ListQueuesResponse Package Description com.google.cloud.tasks.v2beta3 A client to Cloud Tasks APIcom.google.cloud.tasks.v2beta3.stub -
-
Uses of ListQueuesResponse in com.google.cloud.tasks.v2beta3
Methods in com.google.cloud.tasks.v2beta3 that return ListQueuesResponse Modifier and Type Method Description ListQueuesResponse
ListQueuesResponse.Builder. build()
ListQueuesResponse
ListQueuesResponse.Builder. buildPartial()
static ListQueuesResponse
ListQueuesResponse. getDefaultInstance()
ListQueuesResponse
ListQueuesResponse.Builder. getDefaultInstanceForType()
ListQueuesResponse
ListQueuesResponse. getDefaultInstanceForType()
ListQueuesResponse
CloudTasksGrpc.CloudTasksBlockingStub. listQueues(ListQueuesRequest request)
Lists queues.static ListQueuesResponse
ListQueuesResponse. parseDelimitedFrom(InputStream input)
static ListQueuesResponse
ListQueuesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListQueuesResponse
ListQueuesResponse. parseFrom(byte[] data)
static ListQueuesResponse
ListQueuesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListQueuesResponse
ListQueuesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListQueuesResponse
ListQueuesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListQueuesResponse
ListQueuesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListQueuesResponse
ListQueuesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListQueuesResponse
ListQueuesResponse. parseFrom(InputStream input)
static ListQueuesResponse
ListQueuesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListQueuesResponse
ListQueuesResponse. parseFrom(ByteBuffer data)
static ListQueuesResponse
ListQueuesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tasks.v2beta3 that return types with arguments of type ListQueuesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListQueuesRequest,ListQueuesResponse>
CloudTasksGrpc. getListQueuesMethod()
com.google.protobuf.Parser<ListQueuesResponse>
ListQueuesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListQueuesResponse>
CloudTasksGrpc.CloudTasksFutureStub. listQueues(ListQueuesRequest request)
Lists queues.com.google.api.gax.rpc.UnaryCallable<ListQueuesRequest,ListQueuesResponse>
CloudTasksClient. listQueuesCallable()
Lists queues.com.google.api.gax.rpc.PagedCallSettings.Builder<ListQueuesRequest,ListQueuesResponse,CloudTasksClient.ListQueuesPagedResponse>
CloudTasksSettings.Builder. listQueuesSettings()
Returns the builder for the settings used for calls to listQueues.com.google.api.gax.rpc.PagedCallSettings<ListQueuesRequest,ListQueuesResponse,CloudTasksClient.ListQueuesPagedResponse>
CloudTasksSettings. listQueuesSettings()
Returns the object with the settings used for calls to listQueues.static com.google.protobuf.Parser<ListQueuesResponse>
ListQueuesResponse. parser()
Methods in com.google.cloud.tasks.v2beta3 with parameters of type ListQueuesResponse Modifier and Type Method Description protected CloudTasksClient.ListQueuesPage
CloudTasksClient.ListQueuesPage. createPage(com.google.api.gax.rpc.PageContext<ListQueuesRequest,ListQueuesResponse,Queue> context, ListQueuesResponse response)
ListQueuesResponse.Builder
ListQueuesResponse.Builder. mergeFrom(ListQueuesResponse other)
static ListQueuesResponse.Builder
ListQueuesResponse. newBuilder(ListQueuesResponse prototype)
Method parameters in com.google.cloud.tasks.v2beta3 with type arguments of type ListQueuesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudTasksClient.ListQueuesPagedResponse>
CloudTasksClient.ListQueuesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListQueuesRequest,ListQueuesResponse,Queue> context, com.google.api.core.ApiFuture<ListQueuesResponse> futureResponse)
static com.google.api.core.ApiFuture<CloudTasksClient.ListQueuesPagedResponse>
CloudTasksClient.ListQueuesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListQueuesRequest,ListQueuesResponse,Queue> context, com.google.api.core.ApiFuture<ListQueuesResponse> futureResponse)
protected CloudTasksClient.ListQueuesPage
CloudTasksClient.ListQueuesPage. createPage(com.google.api.gax.rpc.PageContext<ListQueuesRequest,ListQueuesResponse,Queue> context, ListQueuesResponse response)
com.google.api.core.ApiFuture<CloudTasksClient.ListQueuesPage>
CloudTasksClient.ListQueuesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListQueuesRequest,ListQueuesResponse,Queue> context, com.google.api.core.ApiFuture<ListQueuesResponse> futureResponse)
com.google.api.core.ApiFuture<CloudTasksClient.ListQueuesPage>
CloudTasksClient.ListQueuesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListQueuesRequest,ListQueuesResponse,Queue> context, com.google.api.core.ApiFuture<ListQueuesResponse> futureResponse)
default void
CloudTasksGrpc.AsyncService. listQueues(ListQueuesRequest request, io.grpc.stub.StreamObserver<ListQueuesResponse> responseObserver)
Lists queues.void
CloudTasksGrpc.CloudTasksStub. listQueues(ListQueuesRequest request, io.grpc.stub.StreamObserver<ListQueuesResponse> responseObserver)
Lists queues. -
Uses of ListQueuesResponse in com.google.cloud.tasks.v2beta3.stub
Methods in com.google.cloud.tasks.v2beta3.stub that return types with arguments of type ListQueuesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListQueuesRequest,ListQueuesResponse>
CloudTasksStub. listQueuesCallable()
com.google.api.gax.rpc.UnaryCallable<ListQueuesRequest,ListQueuesResponse>
GrpcCloudTasksStub. listQueuesCallable()
com.google.api.gax.rpc.UnaryCallable<ListQueuesRequest,ListQueuesResponse>
HttpJsonCloudTasksStub. listQueuesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListQueuesRequest,ListQueuesResponse,CloudTasksClient.ListQueuesPagedResponse>
CloudTasksStubSettings.Builder. listQueuesSettings()
Returns the builder for the settings used for calls to listQueues.com.google.api.gax.rpc.PagedCallSettings<ListQueuesRequest,ListQueuesResponse,CloudTasksClient.ListQueuesPagedResponse>
CloudTasksStubSettings. listQueuesSettings()
Returns the object with the settings used for calls to listQueues.
-