Uses of Class
com.google.cloud.dataproc.v1.stub.BatchControllerStubSettings
-
Packages that use BatchControllerStubSettings Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of BatchControllerStubSettings in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 with parameters of type BatchControllerStubSettings Modifier and Type Method Description static BatchControllerSettings
BatchControllerSettings. create(BatchControllerStubSettings stub)
-
Uses of BatchControllerStubSettings in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return BatchControllerStubSettings Modifier and Type Method Description BatchControllerStubSettings
BatchControllerStubSettings.Builder. build()
Methods in com.google.cloud.dataproc.v1.stub with parameters of type BatchControllerStubSettings Modifier and Type Method Description static GrpcBatchControllerStub
GrpcBatchControllerStub. create(BatchControllerStubSettings settings)
static HttpJsonBatchControllerStub
HttpJsonBatchControllerStub. create(BatchControllerStubSettings settings)
Constructors in com.google.cloud.dataproc.v1.stub with parameters of type BatchControllerStubSettings Constructor Description Builder(BatchControllerStubSettings settings)
GrpcBatchControllerStub(BatchControllerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcBatchControllerStub, using the given settings.GrpcBatchControllerStub(BatchControllerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcBatchControllerStub, using the given settings.HttpJsonBatchControllerStub(BatchControllerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonBatchControllerStub, using the given settings.HttpJsonBatchControllerStub(BatchControllerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonBatchControllerStub, using the given settings.
-