All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.BillingOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show 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.proto4pingcap.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.proto4pingcap.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 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 - 2024 Weber Informatics LLC | Privacy Policy