nl.topicus.jdbc.shaded.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 spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// Generated by the protocol buffer nl.topicus.jdbc.shaded.com.iler. DO NOT EDIT!
// source: google/api/billing.proto
package nl.topicus.jdbc.shaded.com.google.api;
public interface BillingOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.Billing)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* Names of the metrics to report to billing. Each name must
* be defined in [Service.metrics][google.api.Service.metrics] section.
*
*
* repeated string metrics = 1;
*/
java.util.List
getMetricsList();
/**
*
* Names of the metrics to report to billing. Each name must
* be defined in [Service.metrics][google.api.Service.metrics] section.
*
*
* repeated string metrics = 1;
*/
int getMetricsCount();
/**
*
* Names of the metrics to report to billing. Each name must
* be defined in [Service.metrics][google.api.Service.metrics] section.
*
*
* repeated string metrics = 1;
*/
java.lang.String getMetrics(int index);
/**
*
* Names of the metrics to report to billing. Each name must
* be defined in [Service.metrics][google.api.Service.metrics] section.
*
*
* repeated string metrics = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getMetricsBytes(int index);
/**
*
* A list of billing status rules for configuring billing status check.
*
*
* repeated .google.api.BillingStatusRule rules = 5;
*/
java.util.List
getRulesList();
/**
*
* A list of billing status rules for configuring billing status check.
*
*
* repeated .google.api.BillingStatusRule rules = 5;
*/
nl.topicus.jdbc.shaded.com.google.api.BillingStatusRule getRules(int index);
/**
*
* A list of billing status rules for configuring billing status check.
*
*
* repeated .google.api.BillingStatusRule rules = 5;
*/
int getRulesCount();
/**
*
* A list of billing status rules for configuring billing status check.
*
*
* repeated .google.api.BillingStatusRule rules = 5;
*/
java.util.List extends nl.topicus.jdbc.shaded.com.google.api.BillingStatusRuleOrBuilder>
getRulesOrBuilderList();
/**
*
* A list of billing status rules for configuring billing status check.
*
*
* repeated .google.api.BillingStatusRule rules = 5;
*/
nl.topicus.jdbc.shaded.com.google.api.BillingStatusRuleOrBuilder getRulesOrBuilder(
int index);
}