Interface ListAutoscalingPoliciesResponseOrBuilder

    • 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.