Interface ListSkusResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListSkusResponse, ListSkusResponse.Builder

    public interface ListSkusResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNextPageToken()
      A token to retrieve the next page of results.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      A token to retrieve the next page of results.
      Sku getSkus​(int index)
      The list of public SKUs of the given service.
      int getSkusCount()
      The list of public SKUs of the given service.
      List<Sku> getSkusList()
      The list of public SKUs of the given service.
      SkuOrBuilder getSkusOrBuilder​(int index)
      The list of public SKUs of the given service.
      List<? extends SkuOrBuilder> getSkusOrBuilderList()
      The list of public SKUs of the given service.
      • 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

      • getSkusList

        List<Sku> getSkusList()
         The list of public SKUs of the given service.
         
        repeated .google.cloud.billing.v1.Sku skus = 1;
      • getSkus

        Sku getSkus​(int index)
         The list of public SKUs of the given service.
         
        repeated .google.cloud.billing.v1.Sku skus = 1;
      • getSkusCount

        int getSkusCount()
         The list of public SKUs of the given service.
         
        repeated .google.cloud.billing.v1.Sku skus = 1;
      • getSkusOrBuilderList

        List<? extends SkuOrBuilder> getSkusOrBuilderList()
         The list of public SKUs of the given service.
         
        repeated .google.cloud.billing.v1.Sku skus = 1;
      • getSkusOrBuilder

        SkuOrBuilder getSkusOrBuilder​(int index)
         The list of public SKUs of the given service.
         
        repeated .google.cloud.billing.v1.Sku skus = 1;
      • getNextPageToken

        String getNextPageToken()
         A token to retrieve the next page of results. To retrieve the next page,
         call `ListSkus` again with the `page_token` field set to this
         value. This field is empty if there are no more results to retrieve.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token to retrieve the next page of results. To retrieve the next page,
         call `ListSkus` again with the `page_token` field set to this
         value. This field is empty if there are no more results to retrieve.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.