Interface Service.ListGatewayBudgetPoliciesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.ListGatewayBudgetPolicies, Service.ListGatewayBudgetPolicies.Builder
Enclosing class:
Service

public static interface Service.ListGatewayBudgetPoliciesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    optional int64 max_results = 1;
    optional string page_token = 2;
    com.google.protobuf.ByteString
    optional string page_token = 2;
    boolean
    optional int64 max_results = 1;
    boolean
    optional string page_token = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasMaxResults

      boolean hasMaxResults()
      optional int64 max_results = 1;
      Returns:
      Whether the maxResults field is set.
    • getMaxResults

      long getMaxResults()
      optional int64 max_results = 1;
      Returns:
      The maxResults.
    • hasPageToken

      boolean hasPageToken()
      optional string page_token = 2;
      Returns:
      Whether the pageToken field is set.
    • getPageToken

      String getPageToken()
      optional string page_token = 2;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
      optional string page_token = 2;
      Returns:
      The bytes for pageToken.