Package com.google.cloud.dataproc.v1
Interface ListAutoscalingPoliciesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAutoscalingPoliciesResponse,ListAutoscalingPoliciesResponse.Builder
public interface ListAutoscalingPoliciesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNextPageToken()Output only.com.google.protobuf.ByteStringgetNextPageTokenBytes()Output only.AutoscalingPolicygetPolicies(int index)Output only.intgetPoliciesCount()Output only.List<AutoscalingPolicy>getPoliciesList()Output only.AutoscalingPolicyOrBuildergetPoliciesOrBuilder(int index)Output only.List<? extends AutoscalingPolicyOrBuilder>getPoliciesOrBuilderList()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPoliciesList
List<AutoscalingPolicy> getPoliciesList()
Output only. Autoscaling policies list.
repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPolicies
AutoscalingPolicy getPolicies(int index)
Output only. Autoscaling policies list.
repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPoliciesCount
int getPoliciesCount()
Output only. Autoscaling policies list.
repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPoliciesOrBuilderList
List<? extends AutoscalingPolicyOrBuilder> getPoliciesOrBuilderList()
Output only. Autoscaling policies list.
repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPoliciesOrBuilder
AutoscalingPolicyOrBuilder getPoliciesOrBuilder(int index)
Output only. Autoscaling policies list.
repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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:
- The bytes for nextPageToken.
-
-