public interface ExecuteAirflowCommandResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Error message.
|
com.google.protobuf.ByteString |
getErrorBytes()
Error message.
|
String |
getExecutionId()
The unique ID of the command execution for polling.
|
com.google.protobuf.ByteString |
getExecutionIdBytes()
The unique ID of the command execution for polling.
|
String |
getPod()
The name of the pod where the command is executed.
|
com.google.protobuf.ByteString |
getPodBytes()
The name of the pod where the command is executed.
|
String |
getPodNamespace()
The namespace of the pod where the command is executed.
|
com.google.protobuf.ByteString |
getPodNamespaceBytes()
The namespace of the pod where the command is executed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getExecutionId()
The unique ID of the command execution for polling.
string execution_id = 1;com.google.protobuf.ByteString getExecutionIdBytes()
The unique ID of the command execution for polling.
string execution_id = 1;String getPod()
The name of the pod where the command is executed.
string pod = 2;com.google.protobuf.ByteString getPodBytes()
The name of the pod where the command is executed.
string pod = 2;String getPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 3;com.google.protobuf.ByteString getPodNamespaceBytes()
The namespace of the pod where the command is executed.
string pod_namespace = 3;String getError()
Error message. Empty if there was no error.
string error = 4;com.google.protobuf.ByteString getErrorBytes()
Error message. Empty if there was no error.
string error = 4;Copyright © 2023 Google LLC. All rights reserved.