Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.WorkspaceConfig.Builder
Packages that use BuildEventStreamProtos.WorkspaceConfig.Builder
-
Uses of BuildEventStreamProtos.WorkspaceConfig.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.WorkspaceConfig.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.WorkspaceConfig.Builder.clear()BuildEventStreamProtos.WorkspaceConfig.Builder.clearLocalExecRoot()The root of the local blaze exec root.BuildEventStreamProtos.BuildEvent.Builder.getWorkspaceInfoBuilder().build_event_stream.WorkspaceConfig workspace_info = 25;BuildEventStreamProtos.WorkspaceConfig.Builder.mergeFrom(BuildEventStreamProtos.WorkspaceConfig other) BuildEventStreamProtos.WorkspaceConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.WorkspaceConfig.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.WorkspaceConfig.newBuilder()BuildEventStreamProtos.WorkspaceConfig.newBuilder(BuildEventStreamProtos.WorkspaceConfig prototype) BuildEventStreamProtos.WorkspaceConfig.newBuilderForType()BuildEventStreamProtos.WorkspaceConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.WorkspaceConfig.Builder.setLocalExecRoot(String value) The root of the local blaze exec root.BuildEventStreamProtos.WorkspaceConfig.Builder.setLocalExecRootBytes(com.google.protobuf.ByteString value) The root of the local blaze exec root.BuildEventStreamProtos.WorkspaceConfig.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.WorkspaceConfig.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setWorkspaceInfo(BuildEventStreamProtos.WorkspaceConfig.Builder builderForValue) .build_event_stream.WorkspaceConfig workspace_info = 25;