Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.ConvenienceSymlink
-
Packages that use BuildEventStreamProtos.ConvenienceSymlink Package Description com.google.devtools.build.lib.buildeventstream -
-
Uses of BuildEventStreamProtos.ConvenienceSymlink in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.ConvenienceSymlink Modifier and Type Method Description BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink.Builder. build()BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink.Builder. buildPartial()BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder. getConvenienceSymlinks(int index)repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlinksIdentified. getConvenienceSymlinks(int index)repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlinksIdentifiedOrBuilder. getConvenienceSymlinks(int index)repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. getDefaultInstance()BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink.Builder. getDefaultInstanceForType()BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. getDefaultInstanceForType()static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. parseDelimitedFrom(java.io.InputStream input)static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. parseFrom(byte[] data)static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. parseFrom(com.google.protobuf.ByteString data)static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. parseFrom(com.google.protobuf.CodedInputStream input)static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. parseFrom(java.io.InputStream input)static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. parseFrom(java.nio.ByteBuffer data)static BuildEventStreamProtos.ConvenienceSymlinkBuildEventStreamProtos.ConvenienceSymlink. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.ConvenienceSymlink Modifier and Type Method Description java.util.List<BuildEventStreamProtos.ConvenienceSymlink>BuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder. getConvenienceSymlinksList()repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;java.util.List<BuildEventStreamProtos.ConvenienceSymlink>BuildEventStreamProtos.ConvenienceSymlinksIdentified. getConvenienceSymlinksList()repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;java.util.List<BuildEventStreamProtos.ConvenienceSymlink>BuildEventStreamProtos.ConvenienceSymlinksIdentifiedOrBuilder. getConvenienceSymlinksList()repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;com.google.protobuf.Parser<BuildEventStreamProtos.ConvenienceSymlink>BuildEventStreamProtos.ConvenienceSymlink. getParserForType()static com.google.protobuf.Parser<BuildEventStreamProtos.ConvenienceSymlink>BuildEventStreamProtos.ConvenienceSymlink. parser()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.ConvenienceSymlink Modifier and Type Method Description BuildEventStreamProtos.ConvenienceSymlinksIdentified.BuilderBuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder. addConvenienceSymlinks(int index, BuildEventStreamProtos.ConvenienceSymlink value)repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;BuildEventStreamProtos.ConvenienceSymlinksIdentified.BuilderBuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder. addConvenienceSymlinks(BuildEventStreamProtos.ConvenienceSymlink value)repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;BuildEventStreamProtos.ConvenienceSymlink.BuilderBuildEventStreamProtos.ConvenienceSymlink.Builder. mergeFrom(BuildEventStreamProtos.ConvenienceSymlink other)static BuildEventStreamProtos.ConvenienceSymlink.BuilderBuildEventStreamProtos.ConvenienceSymlink. newBuilder(BuildEventStreamProtos.ConvenienceSymlink prototype)BuildEventStreamProtos.ConvenienceSymlinksIdentified.BuilderBuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder. setConvenienceSymlinks(int index, BuildEventStreamProtos.ConvenienceSymlink value)repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;Method parameters in com.google.devtools.build.lib.buildeventstream with type arguments of type BuildEventStreamProtos.ConvenienceSymlink Modifier and Type Method Description BuildEventStreamProtos.ConvenienceSymlinksIdentified.BuilderBuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder. addAllConvenienceSymlinks(java.lang.Iterable<? extends BuildEventStreamProtos.ConvenienceSymlink> values)repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;
-