Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.ConvenienceSymlink.Builder
Packages that use BuildEventStreamProtos.ConvenienceSymlink.Builder
-
Uses of BuildEventStreamProtos.ConvenienceSymlink.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.ConvenienceSymlink.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder.addConvenienceSymlinksBuilder()repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;BuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder.addConvenienceSymlinksBuilder(int index) repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;BuildEventStreamProtos.ConvenienceSymlink.Builder.clear()BuildEventStreamProtos.ConvenienceSymlink.Builder.clearAction()The operation we are performing on the symlink.BuildEventStreamProtos.ConvenienceSymlink.Builder.clearPath()The path of the symlink to be created or deleted, absolute or relative to the workspace, creating any directories necessary.BuildEventStreamProtos.ConvenienceSymlink.Builder.clearTarget()If action is CREATE, this is the target path (relative to the output base) that the symlink should point to.BuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder.getConvenienceSymlinksBuilder(int index) repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;BuildEventStreamProtos.ConvenienceSymlink.Builder.mergeFrom(BuildEventStreamProtos.ConvenienceSymlink other) BuildEventStreamProtos.ConvenienceSymlink.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.ConvenienceSymlink.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.ConvenienceSymlink.newBuilder()BuildEventStreamProtos.ConvenienceSymlink.newBuilder(BuildEventStreamProtos.ConvenienceSymlink prototype) BuildEventStreamProtos.ConvenienceSymlink.newBuilderForType()BuildEventStreamProtos.ConvenienceSymlink.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.ConvenienceSymlink.Builder.setAction(BuildEventStreamProtos.ConvenienceSymlink.Action value) The operation we are performing on the symlink.BuildEventStreamProtos.ConvenienceSymlink.Builder.setActionValue(int value) The operation we are performing on the symlink.The path of the symlink to be created or deleted, absolute or relative to the workspace, creating any directories necessary.BuildEventStreamProtos.ConvenienceSymlink.Builder.setPathBytes(com.google.protobuf.ByteString value) The path of the symlink to be created or deleted, absolute or relative to the workspace, creating any directories necessary.If action is CREATE, this is the target path (relative to the output base) that the symlink should point to.BuildEventStreamProtos.ConvenienceSymlink.Builder.setTargetBytes(com.google.protobuf.ByteString value) If action is CREATE, this is the target path (relative to the output base) that the symlink should point to.BuildEventStreamProtos.ConvenienceSymlink.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.ConvenienceSymlink.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder.getConvenienceSymlinksBuilderList()repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.ConvenienceSymlink.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder.addConvenienceSymlinks(int index, BuildEventStreamProtos.ConvenienceSymlink.Builder builderForValue) repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;BuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder.addConvenienceSymlinks(BuildEventStreamProtos.ConvenienceSymlink.Builder builderForValue) repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;BuildEventStreamProtos.ConvenienceSymlinksIdentified.Builder.setConvenienceSymlinks(int index, BuildEventStreamProtos.ConvenienceSymlink.Builder builderForValue) repeated .build_event_stream.ConvenienceSymlink convenience_symlinks = 1;