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

com.google.api.BillingStatusRuleOrBuilder 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 BillingStatusRuleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.BillingStatusRule)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * Selects the operation names to which this rule applies.
   * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
   * 
* * string selector = 1; */ java.lang.String getSelector(); /** *
   * Selects the operation names to which this rule applies.
   * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
   * 
* * string selector = 1; */ com.google.proto4pingcap.ByteString getSelectorBytes(); /** *
   * Allowed billing statuses. The billing status check passes if the actual
   * billing status matches any of the provided values here.
   * 
* * repeated string allowed_statuses = 2; */ java.util.List getAllowedStatusesList(); /** *
   * Allowed billing statuses. The billing status check passes if the actual
   * billing status matches any of the provided values here.
   * 
* * repeated string allowed_statuses = 2; */ int getAllowedStatusesCount(); /** *
   * Allowed billing statuses. The billing status check passes if the actual
   * billing status matches any of the provided values here.
   * 
* * repeated string allowed_statuses = 2; */ java.lang.String getAllowedStatuses(int index); /** *
   * Allowed billing statuses. The billing status check passes if the actual
   * billing status matches any of the provided values here.
   * 
* * repeated string allowed_statuses = 2; */ com.google.proto4pingcap.ByteString getAllowedStatusesBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy