Package | Description |
---|---|
com.google.api.services.dataproc.v1beta2 | |
com.google.api.services.dataproc.v1beta2.model |
Modifier and Type | Method and Description |
---|---|
Dataproc.Projects.Locations.AutoscalingPolicies.Create |
Dataproc.Projects.Locations.AutoscalingPolicies.create(String parent,
AutoscalingPolicy content)
Creates new autoscaling policy.
|
Dataproc.Projects.Regions.AutoscalingPolicies.Create |
Dataproc.Projects.Regions.AutoscalingPolicies.create(String parent,
AutoscalingPolicy content)
Creates new autoscaling policy.
|
Dataproc.Projects.Locations.AutoscalingPolicies.Update |
Dataproc.Projects.Locations.AutoscalingPolicies.update(String name,
AutoscalingPolicy content)
Updates (replaces) autoscaling policy.Disabled check for update_mask, because all updates will be
full replacements.
|
Dataproc.Projects.Regions.AutoscalingPolicies.Update |
Dataproc.Projects.Regions.AutoscalingPolicies.update(String name,
AutoscalingPolicy content)
Updates (replaces) autoscaling policy.Disabled check for update_mask, because all updates will be
full replacements.
|
Constructor and Description |
---|
Create(String parent,
AutoscalingPolicy content)
Creates new autoscaling policy.
|
Create(String parent,
AutoscalingPolicy content)
Creates new autoscaling policy.
|
Update(String name,
AutoscalingPolicy content)
Updates (replaces) autoscaling policy.Disabled check for update_mask, because all updates will
be full replacements.
|
Update(String name,
AutoscalingPolicy content)
Updates (replaces) autoscaling policy.Disabled check for update_mask, because all updates will
be full replacements.
|
Modifier and Type | Method and Description |
---|---|
AutoscalingPolicy |
AutoscalingPolicy.clone() |
AutoscalingPolicy |
AutoscalingPolicy.set(String fieldName,
Object value) |
AutoscalingPolicy |
AutoscalingPolicy.setBasicAlgorithm(BasicAutoscalingAlgorithm basicAlgorithm) |
AutoscalingPolicy |
AutoscalingPolicy.setId(String id)
Required.
|
AutoscalingPolicy |
AutoscalingPolicy.setName(String name)
Output only.
|
AutoscalingPolicy |
AutoscalingPolicy.setSecondaryWorkerConfig(InstanceGroupAutoscalingPolicyConfig secondaryWorkerConfig)
Optional.
|
AutoscalingPolicy |
AutoscalingPolicy.setWorkerConfig(InstanceGroupAutoscalingPolicyConfig workerConfig)
Required.
|
Modifier and Type | Method and Description |
---|---|
List<AutoscalingPolicy> |
ListAutoscalingPoliciesResponse.getPolicies()
Output only.
|
Modifier and Type | Method and Description |
---|---|
ListAutoscalingPoliciesResponse |
ListAutoscalingPoliciesResponse.setPolicies(List<AutoscalingPolicy> policies)
Output only.
|
Copyright © 2011–2021 Google. All rights reserved.