public interface ListAutoscalingPoliciesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Output only.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Output only.
|
AutoscalingPolicy |
getPolicies(int index)
Output only.
|
int |
getPoliciesCount()
Output only.
|
List<AutoscalingPolicy> |
getPoliciesList()
Output only.
|
AutoscalingPolicyOrBuilder |
getPoliciesOrBuilder(int index)
Output only.
|
List<? extends AutoscalingPolicyOrBuilder> |
getPoliciesOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AutoscalingPolicy> getPoliciesList()
Output only. Autoscaling policies list.
repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
AutoscalingPolicy getPolicies(int index)
Output only. Autoscaling policies list.
repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getPoliciesCount()
Output only. Autoscaling policies list.
repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends AutoscalingPolicyOrBuilder> getPoliciesOrBuilderList()
Output only. Autoscaling policies list.
repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
AutoscalingPolicyOrBuilder getPoliciesOrBuilder(int index)
Output only. Autoscaling policies list.
repeated .google.cloud.dataproc.v1.AutoscalingPolicy policies = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];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];Copyright © 2024 Google LLC. All rights reserved.