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