Uses of Class
com.google.api.BackendRule
-
Packages that use BackendRule Package Description com.google.api -
-
Uses of BackendRule in com.google.api
Methods in com.google.api that return BackendRule Modifier and Type Method Description BackendRuleBackendRule.Builder. build()BackendRuleBackendRule.Builder. buildPartial()static BackendRuleBackendRule. getDefaultInstance()BackendRuleBackendRule.Builder. getDefaultInstanceForType()BackendRuleBackendRule. getDefaultInstanceForType()BackendRuleBackendRule.Builder. getOverridesByRequestProtocolOrDefault(String key, BackendRule defaultValue)The map between request protocol and the backend address.BackendRuleBackendRule. getOverridesByRequestProtocolOrDefault(String key, BackendRule defaultValue)The map between request protocol and the backend address.BackendRuleBackendRuleOrBuilder. getOverridesByRequestProtocolOrDefault(String key, BackendRule defaultValue)The map between request protocol and the backend address.BackendRuleBackendRule.Builder. getOverridesByRequestProtocolOrThrow(String key)The map between request protocol and the backend address.BackendRuleBackendRule. getOverridesByRequestProtocolOrThrow(String key)The map between request protocol and the backend address.BackendRuleBackendRuleOrBuilder. getOverridesByRequestProtocolOrThrow(String key)The map between request protocol and the backend address.BackendRuleBackend.Builder. getRules(int index)A list of API backend rules that apply to individual API methods.BackendRuleBackend. getRules(int index)A list of API backend rules that apply to individual API methods.BackendRuleBackendOrBuilder. 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 BackendRule Modifier and Type Method Description Map<String,BackendRule>BackendRule.Builder. getMutableOverridesByRequestProtocol()Deprecated.Map<String,BackendRule>BackendRule.Builder. getOverridesByRequestProtocol()Deprecated.Map<String,BackendRule>BackendRule. getOverridesByRequestProtocol()Deprecated.Map<String,BackendRule>BackendRuleOrBuilder. getOverridesByRequestProtocol()Deprecated.Map<String,BackendRule>BackendRule.Builder. getOverridesByRequestProtocolMap()The map between request protocol and the backend address.Map<String,BackendRule>BackendRule. getOverridesByRequestProtocolMap()The map between request protocol and the backend address.Map<String,BackendRule>BackendRuleOrBuilder. getOverridesByRequestProtocolMap()The map between request protocol and the backend address.com.google.protobuf.Parser<BackendRule>BackendRule. getParserForType()List<BackendRule>Backend.Builder. getRulesList()A list of API backend rules that apply to individual API methods.List<BackendRule>Backend. getRulesList()A list of API backend rules that apply to individual API methods.List<BackendRule>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 BackendRule Modifier and Type Method Description Backend.BuilderBackend.Builder. addRules(int index, BackendRule value)A list of API backend rules that apply to individual API methods.Backend.BuilderBackend.Builder. addRules(BackendRule value)A list of API backend rules that apply to individual API methods.BackendRuleBackendRule.Builder. getOverridesByRequestProtocolOrDefault(String key, BackendRule defaultValue)The map between request protocol and the backend address.BackendRuleBackendRule. getOverridesByRequestProtocolOrDefault(String key, BackendRule defaultValue)The map between request protocol and the backend address.BackendRuleBackendRuleOrBuilder. getOverridesByRequestProtocolOrDefault(String key, BackendRule defaultValue)The map between request protocol and the backend address.BackendRule.BuilderBackendRule.Builder. mergeFrom(BackendRule other)static BackendRule.BuilderBackendRule. newBuilder(BackendRule prototype)BackendRule.BuilderBackendRule.Builder. putOverridesByRequestProtocol(String key, BackendRule value)The map between request protocol and the backend address.Backend.BuilderBackend.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 BackendRule Modifier and Type Method Description Backend.BuilderBackend.Builder. addAllRules(Iterable<? extends BackendRule> values)A list of API backend rules that apply to individual API methods.BackendRule.BuilderBackendRule.Builder. putAllOverridesByRequestProtocol(Map<String,BackendRule> values)The map between request protocol and the backend address.
-