Interface BuildEventStreamProtos.ExecRequestConstructedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.ExecRequestConstructed,BuildEventStreamProtos.ExecRequestConstructed.Builder
- Enclosing class:
- BuildEventStreamProtos
public static interface BuildEventStreamProtos.ExecRequestConstructedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetArgv(int index) repeated bytes argv = 2;intrepeated bytes argv = 2;List<com.google.protobuf.ByteString>repeated bytes argv = 2;getEnvironmentVariable(int index) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;intrepeated .build_event_stream.EnvironmentVariable environment_variable = 3;repeated .build_event_stream.EnvironmentVariable environment_variable = 3;getEnvironmentVariableOrBuilder(int index) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;repeated .build_event_stream.EnvironmentVariable environment_variable = 3;com.google.protobuf.ByteStringgetEnvironmentVariableToClear(int index) repeated bytes environment_variable_to_clear = 4;intrepeated bytes environment_variable_to_clear = 4;List<com.google.protobuf.ByteString>repeated bytes environment_variable_to_clear = 4;booleanbool should_exec = 5;com.google.protobuf.ByteStringbytes working_directory = 1;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
-
getWorkingDirectory
com.google.protobuf.ByteString getWorkingDirectory()bytes working_directory = 1;- Returns:
- The workingDirectory.
-
getArgvList
List<com.google.protobuf.ByteString> getArgvList()repeated bytes argv = 2;- Returns:
- A list containing the argv.
-
getArgvCount
int getArgvCount()repeated bytes argv = 2;- Returns:
- The count of argv.
-
getArgv
com.google.protobuf.ByteString getArgv(int index) repeated bytes argv = 2;- Parameters:
index- The index of the element to return.- Returns:
- The argv at the given index.
-
getEnvironmentVariableList
List<BuildEventStreamProtos.EnvironmentVariable> getEnvironmentVariableList()repeated .build_event_stream.EnvironmentVariable environment_variable = 3; -
getEnvironmentVariable
repeated .build_event_stream.EnvironmentVariable environment_variable = 3; -
getEnvironmentVariableCount
int getEnvironmentVariableCount()repeated .build_event_stream.EnvironmentVariable environment_variable = 3; -
getEnvironmentVariableOrBuilderList
List<? extends BuildEventStreamProtos.EnvironmentVariableOrBuilder> getEnvironmentVariableOrBuilderList()repeated .build_event_stream.EnvironmentVariable environment_variable = 3; -
getEnvironmentVariableOrBuilder
repeated .build_event_stream.EnvironmentVariable environment_variable = 3; -
getEnvironmentVariableToClearList
List<com.google.protobuf.ByteString> getEnvironmentVariableToClearList()repeated bytes environment_variable_to_clear = 4;- Returns:
- A list containing the environmentVariableToClear.
-
getEnvironmentVariableToClearCount
int getEnvironmentVariableToClearCount()repeated bytes environment_variable_to_clear = 4;- Returns:
- The count of environmentVariableToClear.
-
getEnvironmentVariableToClear
com.google.protobuf.ByteString getEnvironmentVariableToClear(int index) repeated bytes environment_variable_to_clear = 4;- Parameters:
index- The index of the element to return.- Returns:
- The environmentVariableToClear at the given index.
-
getShouldExec
boolean getShouldExec()bool should_exec = 5;- Returns:
- The shouldExec.
-