com.google.api.BillingOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pekko-connectors-google-cloud-bigquery-storage_3 Show documentation
Show all versions of pekko-connectors-google-cloud-bigquery-storage_3 Show documentation
Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Pekko.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/billing.proto
// Protobuf Java Version: 3.25.3
package com.google.api;
public interface BillingOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.Billing)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
*/
java.util.List
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;
*/
com.google.api.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;
*/
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;
*/
java.util.List extends com.google.api.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;
*/
com.google.api.Billing.BillingDestinationOrBuilder getConsumerDestinationsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy