Interface Service.ListGatewayBudgetPoliciesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getMaxResults()
      optional int64 max_results = 1;
      java.lang.String getPageToken()
      optional string page_token = 2;
      com.google.protobuf.ByteString getPageTokenBytes()
      optional string page_token = 2;
      boolean hasMaxResults()
      optional int64 max_results = 1;
      boolean hasPageToken()
      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 Detail

      • 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

        java.lang.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.