Uses of Class
com.google.api.BackendRule
Packages that use BackendRule
-
Uses of BackendRule in com.google.api
Methods in com.google.api that return BackendRuleModifier and TypeMethodDescriptionBackendRule.Builder.build()BackendRule.Builder.buildPartial()static BackendRuleBackendRule.getDefaultInstance()BackendRule.Builder.getDefaultInstanceForType()BackendRule.getDefaultInstanceForType()BackendRule.Builder.getOverridesByRequestProtocolOrDefault(String key, BackendRule defaultValue) The map between request protocol and the backend address.BackendRule.getOverridesByRequestProtocolOrDefault(String key, BackendRule defaultValue) The map between request protocol and the backend address.BackendRuleOrBuilder.getOverridesByRequestProtocolOrDefault(String key, BackendRule defaultValue) The map between request protocol and the backend address.BackendRule.Builder.getOverridesByRequestProtocolOrThrow(String key) The map between request protocol and the backend address.BackendRule.getOverridesByRequestProtocolOrThrow(String key) The map between request protocol and the backend address.BackendRuleOrBuilder.getOverridesByRequestProtocolOrThrow(String key) The map between request protocol and the backend address.Backend.Builder.getRules(int index) A list of API backend rules that apply to individual API methods.Backend.getRules(int index) A list of API backend rules that apply to individual API methods.BackendOrBuilder.getRules(int index) A list of API backend rules that apply to individual API methods.static BackendRuleBackendRule.parseDelimitedFrom(InputStream input) static BackendRuleBackendRule.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackendRuleBackendRule.parseFrom(byte[] data) static BackendRuleBackendRule.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackendRuleBackendRule.parseFrom(com.google.protobuf.ByteString data) static BackendRuleBackendRule.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackendRuleBackendRule.parseFrom(com.google.protobuf.CodedInputStream input) static BackendRuleBackendRule.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackendRuleBackendRule.parseFrom(InputStream input) static BackendRuleBackendRule.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackendRuleBackendRule.parseFrom(ByteBuffer data) static BackendRuleBackendRule.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type BackendRuleModifier and TypeMethodDescriptionBackendRule.Builder.getMutableOverridesByRequestProtocol()Deprecated.BackendRule.Builder.getOverridesByRequestProtocol()Deprecated.BackendRule.getOverridesByRequestProtocol()Deprecated.BackendRuleOrBuilder.getOverridesByRequestProtocol()Deprecated.BackendRule.Builder.getOverridesByRequestProtocolMap()The map between request protocol and the backend address.BackendRule.getOverridesByRequestProtocolMap()The map between request protocol and the backend address.BackendRuleOrBuilder.getOverridesByRequestProtocolMap()The map between request protocol and the backend address.com.google.protobuf.Parser<BackendRule>BackendRule.getParserForType()Backend.Builder.getRulesList()A list of API backend rules that apply to individual API methods.Backend.getRulesList()A list of API backend rules that apply to individual API methods.BackendOrBuilder.getRulesList()A list of API backend rules that apply to individual API methods.static com.google.protobuf.Parser<BackendRule>BackendRule.parser()Methods in com.google.api with parameters of type BackendRuleModifier and TypeMethodDescriptionBackend.Builder.addRules(int index, BackendRule value) A list of API backend rules that apply to individual API methods.Backend.Builder.addRules(BackendRule value) A list of API backend rules that apply to individual API methods.BackendRule.Builder.getOverridesByRequestProtocolOrDefault(String key, BackendRule defaultValue) The map between request protocol and the backend address.BackendRule.getOverridesByRequestProtocolOrDefault(String key, BackendRule defaultValue) The map between request protocol and the backend address.BackendRuleOrBuilder.getOverridesByRequestProtocolOrDefault(String key, BackendRule defaultValue) The map between request protocol and the backend address.BackendRule.Builder.mergeFrom(BackendRule other) static BackendRule.BuilderBackendRule.newBuilder(BackendRule prototype) BackendRule.Builder.putOverridesByRequestProtocol(String key, BackendRule value) The map between request protocol and the backend address.Backend.Builder.setRules(int index, BackendRule value) A list of API backend rules that apply to individual API methods.Method parameters in com.google.api with type arguments of type BackendRuleModifier and TypeMethodDescriptionBackend.Builder.addAllRules(Iterable<? extends BackendRule> values) A list of API backend rules that apply to individual API methods.BackendRule.Builder.putAllOverridesByRequestProtocol(Map<String, BackendRule> values) The map between request protocol and the backend address.