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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLocalExecRoot()The root of the local blaze exec root.com.google.protobuf.ByteStringgetLocalExecRootBytes()The root of the local blaze exec root.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocalExecRoot
java.lang.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.
-
-