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: 0.0.6
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.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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy