Uses of Class
com.google.dataflow.v1beta3.stub.JobsV1Beta3StubSettings
-
Packages that use JobsV1Beta3StubSettings Package Description com.google.dataflow.v1beta3 A client to Dataflow APIcom.google.dataflow.v1beta3.stub -
-
Uses of JobsV1Beta3StubSettings in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 with parameters of type JobsV1Beta3StubSettings Modifier and Type Method Description static JobsV1Beta3Settings
JobsV1Beta3Settings. create(JobsV1Beta3StubSettings stub)
-
Uses of JobsV1Beta3StubSettings in com.google.dataflow.v1beta3.stub
Methods in com.google.dataflow.v1beta3.stub that return JobsV1Beta3StubSettings Modifier and Type Method Description JobsV1Beta3StubSettings
JobsV1Beta3StubSettings.Builder. build()
Methods in com.google.dataflow.v1beta3.stub with parameters of type JobsV1Beta3StubSettings Modifier and Type Method Description static GrpcJobsV1Beta3Stub
GrpcJobsV1Beta3Stub. create(JobsV1Beta3StubSettings settings)
static HttpJsonJobsV1Beta3Stub
HttpJsonJobsV1Beta3Stub. create(JobsV1Beta3StubSettings settings)
Constructors in com.google.dataflow.v1beta3.stub with parameters of type JobsV1Beta3StubSettings Constructor Description Builder(JobsV1Beta3StubSettings settings)
GrpcJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcJobsV1Beta3Stub, using the given settings.GrpcJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcJobsV1Beta3Stub, using the given settings.HttpJsonJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonJobsV1Beta3Stub, using the given settings.HttpJsonJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonJobsV1Beta3Stub, using the given settings.
-