Class AutoscalingConfig.Builder (4.80.0)

public static final class AutoscalingConfig.Builder extends GeneratedMessage.Builder<AutoscalingConfig.Builder> implements AutoscalingConfigOrBuilder

Autoscaling Policy config associated with the cluster.

Protobuf type google.cloud.dataproc.v1.AutoscalingConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AutoscalingConfig build()
Returns
Type Description
AutoscalingConfig

buildPartial()

public AutoscalingConfig buildPartial()
Returns
Type Description
AutoscalingConfig

clear()

public AutoscalingConfig.Builder clear()
Returns
Type Description
AutoscalingConfig.Builder
Overrides

clearPolicyUri()

public AutoscalingConfig.Builder clearPolicyUri()

Optional. The autoscaling policy used by the cluster.

Only resource names including projectid and location (region) are valid. Examples:

  • https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]
  • projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]

    Note that the policy must be in the same project and Dataproc region.

string policy_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AutoscalingConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public AutoscalingConfig getDefaultInstanceForType()
Returns
Type Description
AutoscalingConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPolicyUri()

public String getPolicyUri()

Optional. The autoscaling policy used by the cluster.

Only resource names including projectid and location (region) are valid. Examples:

  • https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]
  • projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]

    Note that the policy must be in the same project and Dataproc region.

string policy_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The policyUri.

getPolicyUriBytes()

public ByteString getPolicyUriBytes()

Optional. The autoscaling policy used by the cluster.

Only resource names including projectid and location (region) are valid. Examples:

  • https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]
  • projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]

    Note that the policy must be in the same project and Dataproc region.

string policy_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for policyUri.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AutoscalingConfig other)

public AutoscalingConfig.Builder mergeFrom(AutoscalingConfig other)
Parameter
Name Description
other AutoscalingConfig
Returns
Type Description
AutoscalingConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AutoscalingConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoscalingConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AutoscalingConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AutoscalingConfig.Builder
Overrides

setPolicyUri(String value)

public AutoscalingConfig.Builder setPolicyUri(String value)

Optional. The autoscaling policy used by the cluster.

Only resource names including projectid and location (region) are valid. Examples:

  • https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]
  • projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]

    Note that the policy must be in the same project and Dataproc region.

string policy_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The policyUri to set.

Returns
Type Description
AutoscalingConfig.Builder

This builder for chaining.

setPolicyUriBytes(ByteString value)

public AutoscalingConfig.Builder setPolicyUriBytes(ByteString value)

Optional. The autoscaling policy used by the cluster.

Only resource names including projectid and location (region) are valid. Examples:

  • https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]
  • projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]

    Note that the policy must be in the same project and Dataproc region.

string policy_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for policyUri to set.

Returns
Type Description
AutoscalingConfig.Builder

This builder for chaining.