Uses of Class
com.google.api.SourceInfo.Builder
Packages that use SourceInfo.Builder
-
Uses of SourceInfo.Builder in com.google.api
Methods in com.google.api that return SourceInfo.BuilderModifier and TypeMethodDescriptionSourceInfo.Builder.addAllSourceFiles(Iterable<? extends com.google.protobuf.Any> values) All files used during config generation.SourceInfo.Builder.addSourceFiles(int index, com.google.protobuf.Any value) All files used during config generation.SourceInfo.Builder.addSourceFiles(int index, com.google.protobuf.Any.Builder builderForValue) All files used during config generation.SourceInfo.Builder.addSourceFiles(com.google.protobuf.Any value) All files used during config generation.SourceInfo.Builder.addSourceFiles(com.google.protobuf.Any.Builder builderForValue) All files used during config generation.SourceInfo.Builder.clear()SourceInfo.Builder.clearSourceFiles()All files used during config generation.Service.Builder.getSourceInfoBuilder()Output only.SourceInfo.Builder.mergeFrom(SourceInfo other) SourceInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SourceInfo.Builder.mergeFrom(com.google.protobuf.Message other) static SourceInfo.BuilderSourceInfo.newBuilder()static SourceInfo.BuilderSourceInfo.newBuilder(SourceInfo prototype) SourceInfo.newBuilderForType()protected SourceInfo.BuilderSourceInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SourceInfo.Builder.removeSourceFiles(int index) All files used during config generation.SourceInfo.Builder.setSourceFiles(int index, com.google.protobuf.Any value) All files used during config generation.SourceInfo.Builder.setSourceFiles(int index, com.google.protobuf.Any.Builder builderForValue) All files used during config generation.SourceInfo.toBuilder()Methods in com.google.api with parameters of type SourceInfo.BuilderModifier and TypeMethodDescriptionService.Builder.setSourceInfo(SourceInfo.Builder builderForValue) Output only.