Uses of Class
com.google.cloud.batch.v1alpha.stub.BatchServiceStubSettings
-
Packages that use BatchServiceStubSettings Package Description com.google.cloud.batch.v1alpha A client to Batch APIcom.google.cloud.batch.v1alpha.stub -
-
Uses of BatchServiceStubSettings in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha with parameters of type BatchServiceStubSettings Modifier and Type Method Description static BatchServiceSettings
BatchServiceSettings. create(BatchServiceStubSettings stub)
-
Uses of BatchServiceStubSettings in com.google.cloud.batch.v1alpha.stub
Methods in com.google.cloud.batch.v1alpha.stub that return BatchServiceStubSettings Modifier and Type Method Description BatchServiceStubSettings
BatchServiceStubSettings.Builder. build()
Methods in com.google.cloud.batch.v1alpha.stub with parameters of type BatchServiceStubSettings Modifier and Type Method Description static GrpcBatchServiceStub
GrpcBatchServiceStub. create(BatchServiceStubSettings settings)
static HttpJsonBatchServiceStub
HttpJsonBatchServiceStub. create(BatchServiceStubSettings settings)
Constructors in com.google.cloud.batch.v1alpha.stub with parameters of type BatchServiceStubSettings Constructor Description Builder(BatchServiceStubSettings settings)
GrpcBatchServiceStub(BatchServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcBatchServiceStub, using the given settings.GrpcBatchServiceStub(BatchServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcBatchServiceStub, using the given settings.HttpJsonBatchServiceStub(BatchServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonBatchServiceStub, using the given settings.HttpJsonBatchServiceStub(BatchServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonBatchServiceStub, using the given settings.
-