public interface StopAirflowCommandResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsDone()
Whether the execution is still running.
|
String |
getOutput(int index)
Output message from stopping execution request.
|
com.google.protobuf.ByteString |
getOutputBytes(int index)
Output message from stopping execution request.
|
int |
getOutputCount()
Output message from stopping execution request.
|
List<String> |
getOutputList()
Output message from stopping execution request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getIsDone()
Whether the execution is still running.
bool is_done = 1;List<String> getOutputList()
Output message from stopping execution request.
repeated string output = 2;int getOutputCount()
Output message from stopping execution request.
repeated string output = 2;String getOutput(int index)
Output message from stopping execution request.
repeated string output = 2;index - The index of the element to return.com.google.protobuf.ByteString getOutputBytes(int index)
Output message from stopping execution request.
repeated string output = 2;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.