Uses of Class
com.google.api.UsageRule
-
Packages that use UsageRule Package Description com.google.api -
-
Uses of UsageRule in com.google.api
Methods in com.google.api that return UsageRule Modifier and Type Method Description UsageRuleUsageRule.Builder. build()UsageRuleUsageRule.Builder. buildPartial()static UsageRuleUsageRule. getDefaultInstance()UsageRuleUsageRule.Builder. getDefaultInstanceForType()UsageRuleUsageRule. getDefaultInstanceForType()UsageRuleUsage.Builder. getRules(int index)A list of usage rules that apply to individual API methods.UsageRuleUsage. getRules(int index)A list of usage rules that apply to individual API methods.UsageRuleUsageOrBuilder. getRules(int index)A list of usage rules that apply to individual API methods.static UsageRuleUsageRule. parseDelimitedFrom(InputStream input)static UsageRuleUsageRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UsageRuleUsageRule. parseFrom(byte[] data)static UsageRuleUsageRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UsageRuleUsageRule. parseFrom(com.google.protobuf.ByteString data)static UsageRuleUsageRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UsageRuleUsageRule. parseFrom(com.google.protobuf.CodedInputStream input)static UsageRuleUsageRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UsageRuleUsageRule. parseFrom(InputStream input)static UsageRuleUsageRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UsageRuleUsageRule. parseFrom(ByteBuffer data)static UsageRuleUsageRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api that return types with arguments of type UsageRule Modifier and Type Method Description com.google.protobuf.Parser<UsageRule>UsageRule. getParserForType()List<UsageRule>Usage.Builder. getRulesList()A list of usage rules that apply to individual API methods.List<UsageRule>Usage. getRulesList()A list of usage rules that apply to individual API methods.List<UsageRule>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 UsageRule Modifier and Type Method Description Usage.BuilderUsage.Builder. addRules(int index, UsageRule value)A list of usage rules that apply to individual API methods.Usage.BuilderUsage.Builder. addRules(UsageRule value)A list of usage rules that apply to individual API methods.UsageRule.BuilderUsageRule.Builder. mergeFrom(UsageRule other)static UsageRule.BuilderUsageRule. newBuilder(UsageRule prototype)Usage.BuilderUsage.Builder. setRules(int index, UsageRule value)A list of usage rules that apply to individual API methods.Method parameters in com.google.api with type arguments of type UsageRule Modifier and Type Method Description Usage.BuilderUsage.Builder. addAllRules(Iterable<? extends UsageRule> values)A list of usage rules that apply to individual API methods.
-