Interface BillingOrBuilder (2.9.5)

public interface BillingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConsumerDestinations(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Billing.BillingDestination

getConsumerDestinationsCount()

public abstract 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;

Returns
TypeDescription
int

getConsumerDestinationsList()

public abstract 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;

Returns
TypeDescription
List<BillingDestination>

getConsumerDestinationsOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Billing.BillingDestinationOrBuilder

getConsumerDestinationsOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.api.Billing.BillingDestinationOrBuilder>