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.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Backend.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Backend.Builder.clearRules()
A list of API backend rules that apply to individual API methods.Backend.Builder.clone()
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) final Backend.Builder
Backend.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Backend.Builder
Backend.newBuilder()
static Backend.Builder
Backend.newBuilder
(Backend prototype) Backend.newBuilderForType()
protected Backend.Builder
Backend.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Backend.Builder.removeRules
(int index) A list of API backend rules that apply to individual API methods.Backend.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final Backend.Builder
Backend.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Backend.toBuilder()
Methods in com.google.api with parameters of type Backend.BuilderModifier and TypeMethodDescriptionService.Builder.setBackend
(Backend.Builder builderForValue) API backend configuration.