Package viam.app.v1

Interface Billing.GetAvailableBillingTiersResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Billing.GetAvailableBillingTiersResponse, Billing.GetAvailableBillingTiersResponse.Builder
Enclosing class:
Billing

public static interface Billing.GetAvailableBillingTiersResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getTiers(int index)
    repeated string tiers = 1 [json_name = "tiers"];
    com.google.protobuf.ByteString
    getTiersBytes(int index)
    repeated string tiers = 1 [json_name = "tiers"];
    int
    repeated string tiers = 1 [json_name = "tiers"];
    repeated string tiers = 1 [json_name = "tiers"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getTiersList

      List<String> getTiersList()
      repeated string tiers = 1 [json_name = "tiers"];
      Returns:
      A list containing the tiers.
    • getTiersCount

      int getTiersCount()
      repeated string tiers = 1 [json_name = "tiers"];
      Returns:
      The count of tiers.
    • getTiers

      String getTiers(int index)
      repeated string tiers = 1 [json_name = "tiers"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The tiers at the given index.
    • getTiersBytes

      com.google.protobuf.ByteString getTiersBytes(int index)
      repeated string tiers = 1 [json_name = "tiers"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The tiers at the given index.