Interface BillingOrBuilder (2.38.0)

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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.api.Billing.BillingDestinationOrBuilder>