Uses of Class
com.google.api.UsageRule.Builder
Packages that use UsageRule.Builder
-
Uses of UsageRule.Builder in com.google.api
Methods in com.google.api that return UsageRule.BuilderModifier and TypeMethodDescriptionUsageRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Usage.Builder.addRulesBuilder()A list of usage rules that apply to individual API methods.Usage.Builder.addRulesBuilder(int index) A list of usage rules that apply to individual API methods.UsageRule.Builder.clear()UsageRule.Builder.clearAllowUnregisteredCalls()If true, the selected method allows unregistered calls, e.g.UsageRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) UsageRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) UsageRule.Builder.clearSelector()Selects the methods to which this rule applies.UsageRule.Builder.clearSkipServiceControl()If true, the selected method should skip service control and the control plane features, such as quota and billing, will not be available.UsageRule.Builder.clone()Usage.Builder.getRulesBuilder(int index) A list of usage rules that apply to individual API methods.UsageRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UsageRule.Builder.mergeFrom(com.google.protobuf.Message other) final UsageRule.BuilderUsageRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static UsageRule.BuilderUsageRule.newBuilder()static UsageRule.BuilderUsageRule.newBuilder(UsageRule prototype) UsageRule.newBuilderForType()protected UsageRule.BuilderUsageRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) UsageRule.Builder.setAllowUnregisteredCalls(boolean value) If true, the selected method allows unregistered calls, e.g.UsageRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UsageRule.Builder.setSelector(String value) Selects the methods to which this rule applies.UsageRule.Builder.setSelectorBytes(com.google.protobuf.ByteString value) Selects the methods to which this rule applies.UsageRule.Builder.setSkipServiceControl(boolean value) If true, the selected method should skip service control and the control plane features, such as quota and billing, will not be available.final UsageRule.BuilderUsageRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UsageRule.toBuilder()Methods in com.google.api that return types with arguments of type UsageRule.BuilderModifier and TypeMethodDescriptionUsage.Builder.getRulesBuilderList()A list of usage rules that apply to individual API methods.Methods in com.google.api with parameters of type UsageRule.BuilderModifier and TypeMethodDescriptionUsage.Builder.addRules(int index, UsageRule.Builder builderForValue) A list of usage rules that apply to individual API methods.Usage.Builder.addRules(UsageRule.Builder builderForValue) A list of usage rules that apply to individual API methods.Usage.Builder.setRules(int index, UsageRule.Builder builderForValue) A list of usage rules that apply to individual API methods.