
com.google.api.BillingStatusRuleOrBuilder 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 BillingStatusRuleOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.BillingStatusRule)
com.google.protobuf.MessageOrBuilder {
/**
*
* Selects the operation names to which this rule applies.
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
*
*
* optional 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.
*
*
* optional string selector = 1;
*/
com.google.protobuf.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.protobuf.ByteString
getAllowedStatusesBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy