Uses of Class
com.google.cloud.tasks.v2beta3.stub.CloudTasksStubSettings
-
Packages that use CloudTasksStubSettings Package Description com.google.cloud.tasks.v2beta3 A client to Cloud Tasks APIcom.google.cloud.tasks.v2beta3.stub -
-
Uses of CloudTasksStubSettings in com.google.cloud.tasks.v2beta3
Methods in com.google.cloud.tasks.v2beta3 with parameters of type CloudTasksStubSettings Modifier and Type Method Description static CloudTasksSettings
CloudTasksSettings. create(CloudTasksStubSettings stub)
-
Uses of CloudTasksStubSettings in com.google.cloud.tasks.v2beta3.stub
Methods in com.google.cloud.tasks.v2beta3.stub that return CloudTasksStubSettings Modifier and Type Method Description CloudTasksStubSettings
CloudTasksStubSettings.Builder. build()
Methods in com.google.cloud.tasks.v2beta3.stub with parameters of type CloudTasksStubSettings Modifier and Type Method Description static GrpcCloudTasksStub
GrpcCloudTasksStub. create(CloudTasksStubSettings settings)
static HttpJsonCloudTasksStub
HttpJsonCloudTasksStub. create(CloudTasksStubSettings settings)
Constructors in com.google.cloud.tasks.v2beta3.stub with parameters of type CloudTasksStubSettings Constructor Description Builder(CloudTasksStubSettings settings)
GrpcCloudTasksStub(CloudTasksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcCloudTasksStub, using the given settings.GrpcCloudTasksStub(CloudTasksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcCloudTasksStub, using the given settings.HttpJsonCloudTasksStub(CloudTasksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonCloudTasksStub, using the given settings.HttpJsonCloudTasksStub(CloudTasksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonCloudTasksStub, using the given settings.
-