public static interface PollAirflowCommandResponse.ExitInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Error message.
|
com.google.protobuf.ByteString |
getErrorBytes()
Error message.
|
int |
getExitCode()
The exit code from the command execution.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getExitCode()
The exit code from the command execution.
int32 exit_code = 1;String getError()
Error message. Empty if there was no error.
string error = 2;com.google.protobuf.ByteString getErrorBytes()
Error message. Empty if there was no error.
string error = 2;Copyright © 2023 Google LLC. All rights reserved.