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()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 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.BackendRule.BuilderBackendRule.Builder. mergeFrom(BackendRule other)static BackendRule.BuilderBackendRule. newBuilder(BackendRule prototype)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.
-