Uses of Class
com.google.api.Backend.Builder
Packages that use Backend.Builder
-
Uses of Backend.Builder in com.google.api
Methods in com.google.api that return Backend.BuilderModifier and TypeMethodDescriptionBackend.Builder.addAllRules(Iterable<? extends BackendRule> values) A list of API backend rules that apply to individual API methods.Backend.Builder.addRules(int index, BackendRule value) A list of API backend rules that apply to individual API methods.Backend.Builder.addRules(int index, BackendRule.Builder builderForValue) 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.Backend.Builder.addRules(BackendRule.Builder builderForValue) A list of API backend rules that apply to individual API methods.Backend.Builder.clear()Backend.Builder.clearRules()A list of API backend rules that apply to individual API methods.Service.Builder.getBackendBuilder()API backend configuration.Backend.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Backend.Builder.mergeFrom(com.google.protobuf.Message other) static Backend.BuilderBackend.newBuilder()static Backend.BuilderBackend.newBuilder(Backend prototype) Backend.newBuilderForType()protected Backend.BuilderBackend.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Backend.Builder.removeRules(int index) A list of API backend rules that apply to individual API methods.Backend.Builder.setRules(int index, BackendRule value) A list of API backend rules that apply to individual API methods.Backend.Builder.setRules(int index, BackendRule.Builder builderForValue) A list of API backend rules that apply to individual API methods.Backend.toBuilder()Methods in com.google.api with parameters of type Backend.BuilderModifier and TypeMethodDescriptionService.Builder.setBackend(Backend.Builder builderForValue) API backend configuration.