Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::AutoscalingPolicyService::Rest::ServiceStub (v1.3.1)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::AutoscalingPolicyService::Rest::ServiceStub.

REST service stub for the AutoscalingPolicyService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#create_autoscaling_policy

defcreate_autoscaling_policy(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::AutoscalingPolicy

Baseline implementation for the create_autoscaling_policy REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#delete_autoscaling_policy

defdelete_autoscaling_policy(request_pb,options=nil){|result,operation|...}->::Google::Protobuf::Empty

Baseline implementation for the delete_autoscaling_policy REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#endpoint

defendpoint()->String

The effective endpoint

Returns
  • (String)

#get_autoscaling_policy

defget_autoscaling_policy(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::AutoscalingPolicy

Baseline implementation for the get_autoscaling_policy REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#list_autoscaling_policies

deflist_autoscaling_policies(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::ListAutoscalingPoliciesResponse

Baseline implementation for the list_autoscaling_policies REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#logger

deflogger(stub:false)->Logger

The logger used for request/response debug logging.

Returns
  • (Logger)

#universe_domain

defuniverse_domain()->String

The effective universe domain

Returns
  • (String)

#update_autoscaling_policy

defupdate_autoscaling_policy(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::AutoscalingPolicy

Baseline implementation for the update_autoscaling_policy REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.