Google Cloud Dataproc V1 Client - Class UpdateAutoscalingPolicyRequest (3.2.2)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class UpdateAutoscalingPolicyRequest.

A request to update an autoscaling policy.

Generated from protobuf message google.cloud.dataproc.v1.UpdateAutoscalingPolicyRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ policy Google\Cloud\Dataproc\V1\AutoscalingPolicy

Required. The updated autoscaling policy.

getPolicy

Required. The updated autoscaling policy.

Generated from protobuf field .google.cloud.dataproc.v1.AutoscalingPolicy policy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Google\Cloud\Dataproc\V1\AutoscalingPolicy|null

hasPolicy

clearPolicy

setPolicy

Required. The updated autoscaling policy.

Generated from protobuf field .google.cloud.dataproc.v1.AutoscalingPolicy policy = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var Google\Cloud\Dataproc\V1\AutoscalingPolicy
Returns
TypeDescription
$this