
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 googleapis-common-protos
Show all versions of googleapis-common-protos
GoogleAPI classes generated from core protos
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/billing.proto
package com.google.api;
public interface BillingOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.Billing)
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;
*/
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;
*/
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 com.google.api.BillingStatusRuleOrBuilder>
getRulesOrBuilderList();
/**
*
* A list of billing status rules for configuring billing status check.
*
*
* repeated .google.api.BillingStatusRule rules = 5;
*/
com.google.api.BillingStatusRuleOrBuilder getRulesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy