Uses of Class
com.google.api.SelectiveGapicGeneration.Builder
Packages that use SelectiveGapicGeneration.Builder
-
Uses of SelectiveGapicGeneration.Builder in com.google.api
Methods in com.google.api that return SelectiveGapicGeneration.BuilderModifier and TypeMethodDescriptionSelectiveGapicGeneration.Builder.addAllMethods
(Iterable<String> values) An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.SelectiveGapicGeneration.Builder.addMethods
(String value) An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.SelectiveGapicGeneration.Builder.addMethodsBytes
(com.google.protobuf.ByteString value) An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.SelectiveGapicGeneration.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SelectiveGapicGeneration.Builder.clear()
SelectiveGapicGeneration.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) SelectiveGapicGeneration.Builder.clearMethods()
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.SelectiveGapicGeneration.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) SelectiveGapicGeneration.Builder.clone()
CommonLanguageSettings.Builder.getSelectiveGapicGenerationBuilder()
Configuration for which RPCs should be generated in the GAPIC client.SelectiveGapicGeneration.Builder.mergeFrom
(SelectiveGapicGeneration other) SelectiveGapicGeneration.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SelectiveGapicGeneration.Builder.mergeFrom
(com.google.protobuf.Message other) SelectiveGapicGeneration.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) SelectiveGapicGeneration.newBuilder()
SelectiveGapicGeneration.newBuilder
(SelectiveGapicGeneration prototype) SelectiveGapicGeneration.newBuilderForType()
protected SelectiveGapicGeneration.Builder
SelectiveGapicGeneration.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SelectiveGapicGeneration.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SelectiveGapicGeneration.Builder.setMethods
(int index, String value) An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.SelectiveGapicGeneration.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SelectiveGapicGeneration.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) SelectiveGapicGeneration.toBuilder()
Methods in com.google.api with parameters of type SelectiveGapicGeneration.BuilderModifier and TypeMethodDescriptionCommonLanguageSettings.Builder.setSelectiveGapicGeneration
(SelectiveGapicGeneration.Builder builderForValue) Configuration for which RPCs should be generated in the GAPIC client.