Interface BillingOrBuilder

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

    public interface BillingOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getConsumerDestinationsList

        java.util.List<Billing.BillingDestination> getConsumerDestinationsList()
         Billing configurations for sending metrics to the consumer project.
         There can be multiple consumer destinations per service, each one must have
         a different monitored resource type. A metric can be used in at most
         one consumer destination.
         
        repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
      • getConsumerDestinations

        Billing.BillingDestination getConsumerDestinations​(int index)
         Billing configurations for sending metrics to the consumer project.
         There can be multiple consumer destinations per service, each one must have
         a different monitored resource type. A metric can be used in at most
         one consumer destination.
         
        repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
      • getConsumerDestinationsCount

        int getConsumerDestinationsCount()
         Billing configurations for sending metrics to the consumer project.
         There can be multiple consumer destinations per service, each one must have
         a different monitored resource type. A metric can be used in at most
         one consumer destination.
         
        repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
      • getConsumerDestinationsOrBuilderList

        java.util.List<? extends Billing.BillingDestinationOrBuilder> getConsumerDestinationsOrBuilderList()
         Billing configurations for sending metrics to the consumer project.
         There can be multiple consumer destinations per service, each one must have
         a different monitored resource type. A metric can be used in at most
         one consumer destination.
         
        repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
      • getConsumerDestinationsOrBuilder

        Billing.BillingDestinationOrBuilder getConsumerDestinationsOrBuilder​(int index)
         Billing configurations for sending metrics to the consumer project.
         There can be multiple consumer destinations per service, each one must have
         a different monitored resource type. A metric can be used in at most
         one consumer destination.
         
        repeated .google.api.Billing.BillingDestination consumer_destinations = 8;