Uses of Class
com.google.api.UsageRule
Packages that use UsageRule
-
Uses of UsageRule in com.google.api
Methods in com.google.api that return UsageRuleModifier and TypeMethodDescriptionUsageRule.Builder.build()
UsageRule.Builder.buildPartial()
static UsageRule
UsageRule.getDefaultInstance()
UsageRule.Builder.getDefaultInstanceForType()
UsageRule.getDefaultInstanceForType()
Usage.Builder.getRules
(int index) A list of usage rules that apply to individual API methods.Usage.getRules
(int index) A list of usage rules that apply to individual API methods.UsageOrBuilder.getRules
(int index) A list of usage rules that apply to individual API methods.static UsageRule
UsageRule.parseDelimitedFrom
(InputStream input) static UsageRule
UsageRule.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UsageRule
UsageRule.parseFrom
(byte[] data) static UsageRule
UsageRule.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UsageRule
UsageRule.parseFrom
(com.google.protobuf.ByteString data) static UsageRule
UsageRule.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UsageRule
UsageRule.parseFrom
(com.google.protobuf.CodedInputStream input) static UsageRule
UsageRule.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UsageRule
UsageRule.parseFrom
(InputStream input) static UsageRule
UsageRule.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UsageRule
UsageRule.parseFrom
(ByteBuffer data) static UsageRule
UsageRule.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type UsageRuleModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<UsageRule> UsageRule.getParserForType()
Usage.Builder.getRulesList()
A list of usage rules that apply to individual API methods.Usage.getRulesList()
A list of usage rules that apply to individual API methods.UsageOrBuilder.getRulesList()
A list of usage rules that apply to individual API methods.static com.google.protobuf.Parser
<UsageRule> UsageRule.parser()
Methods in com.google.api with parameters of type UsageRuleModifier and TypeMethodDescriptionA list of usage rules that apply to individual API methods.A list of usage rules that apply to individual API methods.static UsageRule.Builder
UsageRule.newBuilder
(UsageRule prototype) A list of usage rules that apply to individual API methods.Method parameters in com.google.api with type arguments of type UsageRuleModifier and TypeMethodDescriptionUsage.Builder.addAllRules
(Iterable<? extends UsageRule> values) A list of usage rules that apply to individual API methods.