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