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.clear()SelectiveGapicGeneration.Builder.clearGenerateOmittedAsInternal()Setting this to true indicates to the client generators that methods that would be excluded from the generation should instead be generated in a way that indicates these methods should not be consumed by end users.SelectiveGapicGeneration.Builder.clearMethods()An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.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.newBuilder()SelectiveGapicGeneration.newBuilder(SelectiveGapicGeneration prototype) SelectiveGapicGeneration.newBuilderForType()protected SelectiveGapicGeneration.BuilderSelectiveGapicGeneration.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SelectiveGapicGeneration.Builder.setGenerateOmittedAsInternal(boolean value) Setting this to true indicates to the client generators that methods that would be excluded from the generation should instead be generated in a way that indicates these methods should not be consumed by end users.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.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.