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