Interface ListAutoscalingPoliciesResponseOrBuilder (4.40.0)

public interface ListAutoscalingPoliciesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Output only. This token is included in the response if there are more results to fetch.

string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Output only. This token is included in the response if there are more results to fetch.

string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for nextPageToken.

getPolicies(int index)

public abstract AutoscalingPolicy getPolicies(int index)

Output only. Autoscaling policies list.

repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AutoscalingPolicy

getPoliciesCount()

public abstract int getPoliciesCount()

Output only. Autoscaling policies list.

repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getPoliciesList()

public abstract List<AutoscalingPolicy> getPoliciesList()

Output only. Autoscaling policies list.

repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<AutoscalingPolicy>

getPoliciesOrBuilder(int index)

public abstract AutoscalingPolicyOrBuilder getPoliciesOrBuilder(int index)

Output only. Autoscaling policies list.

repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AutoscalingPolicyOrBuilder

getPoliciesOrBuilderList()

public abstract List<? extends AutoscalingPolicyOrBuilder> getPoliciesOrBuilderList()

Output only. Autoscaling policies list.

repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.dataproc.v1.AutoscalingPolicyOrBuilder>