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 grpc-core-proto Show documentation
Show all versions of grpc-core-proto Show documentation
GoogleAPI classes generated from core protos
// 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 {
/**
* repeated string metrics = 1;
*
*
* Names of the metrics to report to billing. Each name must
* be defined in [Service.metrics][google.api.Service.metrics] section.
*
*/
com.google.protobuf.ProtocolStringList
getMetricsList();
/**
* repeated string metrics = 1;
*
*
* Names of the metrics to report to billing. Each name must
* be defined in [Service.metrics][google.api.Service.metrics] section.
*
*/
int getMetricsCount();
/**
* repeated string metrics = 1;
*
*
* Names of the metrics to report to billing. Each name must
* be defined in [Service.metrics][google.api.Service.metrics] section.
*
*/
java.lang.String getMetrics(int index);
/**
* repeated string metrics = 1;
*
*
* Names of the metrics to report to billing. Each name must
* be defined in [Service.metrics][google.api.Service.metrics] section.
*
*/
com.google.protobuf.ByteString
getMetricsBytes(int index);
/**
* repeated .google.api.BillingStatusRule rules = 5;
*
*
* A list of billing status rules for configuring billing status check.
*
*/
java.util.List
getRulesList();
/**
* repeated .google.api.BillingStatusRule rules = 5;
*
*
* A list of billing status rules for configuring billing status check.
*
*/
com.google.api.BillingStatusRule getRules(int index);
/**
* repeated .google.api.BillingStatusRule rules = 5;
*
*
* A list of billing status rules for configuring billing status check.
*
*/
int getRulesCount();
/**
* repeated .google.api.BillingStatusRule rules = 5;
*
*
* A list of billing status rules for configuring billing status check.
*
*/
java.util.List extends com.google.api.BillingStatusRuleOrBuilder>
getRulesOrBuilderList();
/**
* repeated .google.api.BillingStatusRule rules = 5;
*
*
* A list of billing status rules for configuring billing status check.
*
*/
com.google.api.BillingStatusRuleOrBuilder getRulesOrBuilder(
int index);
}