public interface BillingStatusRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAllowedStatuses(int index)
Allowed billing statuses.
|
com.google.protobuf.ByteString |
getAllowedStatusesBytes(int index)
Allowed billing statuses.
|
int |
getAllowedStatusesCount()
Allowed billing statuses.
|
java.util.List<java.lang.String> |
getAllowedStatusesList()
Allowed billing statuses.
|
java.lang.String |
getSelector()
Selects the operation names to which this rule applies.
|
com.google.protobuf.ByteString |
getSelectorBytes()
Selects the operation names to which this rule applies.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.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()
Selects the operation names to which this rule applies. Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
optional string selector = 1;java.util.List<java.lang.String> 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)
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;