Interface ListAutoscalingPoliciesResponseOrBuilder (2.3.1)

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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.dataproc.v1.AutoscalingPolicyOrBuilder>