Interface BuildEventStreamProtos.WorkspaceConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.WorkspaceConfig,BuildEventStreamProtos.WorkspaceConfig.Builder
- Enclosing class:
- BuildEventStreamProtos
public static interface BuildEventStreamProtos.WorkspaceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe root of the local blaze exec root.com.google.protobuf.ByteStringThe root of the local blaze exec root.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLocalExecRoot
String getLocalExecRoot()The root of the local blaze exec root. All output files live underneath this at "blaze-out/".
string local_exec_root = 1;- Returns:
- The localExecRoot.
-
getLocalExecRootBytes
com.google.protobuf.ByteString getLocalExecRootBytes()The root of the local blaze exec root. All output files live underneath this at "blaze-out/".
string local_exec_root = 1;- Returns:
- The bytes for localExecRoot.
-