- 1.85.0 (latest)
- 1.83.0
- 1.82.0
- 1.80.0
- 1.78.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
public static final class PollAirflowCommandResponse.Builder extends GeneratedMessage.Builder<PollAirflowCommandResponse.Builder> implements PollAirflowCommandResponseOrBuilderResponse to PollAirflowCommandRequest.
Protobuf type google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PollAirflowCommandResponse.BuilderImplements
PollAirflowCommandResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllOutput(Iterable<? extends PollAirflowCommandResponse.Line> values)
public PollAirflowCommandResponse.Builder addAllOutput(Iterable<? extends PollAirflowCommandResponse.Line> values)Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line> |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
addOutput(PollAirflowCommandResponse.Line value)
public PollAirflowCommandResponse.Builder addOutput(PollAirflowCommandResponse.Line value)Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
PollAirflowCommandResponse.Line |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
addOutput(PollAirflowCommandResponse.Line.Builder builderForValue)
public PollAirflowCommandResponse.Builder addOutput(PollAirflowCommandResponse.Line.Builder builderForValue)Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PollAirflowCommandResponse.Line.Builder |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
addOutput(int index, PollAirflowCommandResponse.Line value)
public PollAirflowCommandResponse.Builder addOutput(int index, PollAirflowCommandResponse.Line value)Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
PollAirflowCommandResponse.Line |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
addOutput(int index, PollAirflowCommandResponse.Line.Builder builderForValue)
public PollAirflowCommandResponse.Builder addOutput(int index, PollAirflowCommandResponse.Line.Builder builderForValue)Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
PollAirflowCommandResponse.Line.Builder |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
addOutputBuilder()
public PollAirflowCommandResponse.Line.Builder addOutputBuilder()Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Line.Builder |
|
addOutputBuilder(int index)
public PollAirflowCommandResponse.Line.Builder addOutputBuilder(int index)Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Line.Builder |
|
build()
public PollAirflowCommandResponse build()| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse |
|
buildPartial()
public PollAirflowCommandResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse |
|
clear()
public PollAirflowCommandResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
clearExitInfo()
public PollAirflowCommandResponse.Builder clearExitInfo()The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
clearOutput()
public PollAirflowCommandResponse.Builder clearOutput()Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
clearOutputEnd()
public PollAirflowCommandResponse.Builder clearOutputEnd()Whether the command execution has finished and there is no more output.
bool output_end = 2;
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public PollAirflowCommandResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getExitInfo()
public PollAirflowCommandResponse.ExitInfo getExitInfo()The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.ExitInfo |
The exitInfo. |
getExitInfoBuilder()
public PollAirflowCommandResponse.ExitInfo.Builder getExitInfoBuilder()The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.ExitInfo.Builder |
|
getExitInfoOrBuilder()
public PollAirflowCommandResponse.ExitInfoOrBuilder getExitInfoOrBuilder()The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.ExitInfoOrBuilder |
|
getOutput(int index)
public PollAirflowCommandResponse.Line getOutput(int index)Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Line |
|
getOutputBuilder(int index)
public PollAirflowCommandResponse.Line.Builder getOutputBuilder(int index)Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Line.Builder |
|
getOutputBuilderList()
public List<PollAirflowCommandResponse.Line.Builder> getOutputBuilderList()Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getOutputCount()
public int getOutputCount()Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getOutputEnd()
public boolean getOutputEnd()Whether the command execution has finished and there is no more output.
bool output_end = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The outputEnd. |
getOutputList()
public List<PollAirflowCommandResponse.Line> getOutputList()Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Returns | |
|---|---|
| Type | Description |
List<Line> |
|
getOutputOrBuilder(int index)
public PollAirflowCommandResponse.LineOrBuilder getOutputOrBuilder(int index)Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.LineOrBuilder |
|
getOutputOrBuilderList()
public List<? extends PollAirflowCommandResponse.LineOrBuilder> getOutputOrBuilderList()Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.LineOrBuilder> |
|
hasExitInfo()
public boolean hasExitInfo()The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the exitInfo field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeExitInfo(PollAirflowCommandResponse.ExitInfo value)
public PollAirflowCommandResponse.Builder mergeExitInfo(PollAirflowCommandResponse.ExitInfo value)The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
PollAirflowCommandResponse.ExitInfo |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
mergeFrom(PollAirflowCommandResponse other)
public PollAirflowCommandResponse.Builder mergeFrom(PollAirflowCommandResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
PollAirflowCommandResponse |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PollAirflowCommandResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PollAirflowCommandResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
removeOutput(int index)
public PollAirflowCommandResponse.Builder removeOutput(int index)Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
setExitInfo(PollAirflowCommandResponse.ExitInfo value)
public PollAirflowCommandResponse.Builder setExitInfo(PollAirflowCommandResponse.ExitInfo value)The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
PollAirflowCommandResponse.ExitInfo |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
setExitInfo(PollAirflowCommandResponse.ExitInfo.Builder builderForValue)
public PollAirflowCommandResponse.Builder setExitInfo(PollAirflowCommandResponse.ExitInfo.Builder builderForValue)The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PollAirflowCommandResponse.ExitInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
setOutput(int index, PollAirflowCommandResponse.Line value)
public PollAirflowCommandResponse.Builder setOutput(int index, PollAirflowCommandResponse.Line value)Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
PollAirflowCommandResponse.Line |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
setOutput(int index, PollAirflowCommandResponse.Line.Builder builderForValue)
public PollAirflowCommandResponse.Builder setOutput(int index, PollAirflowCommandResponse.Line.Builder builderForValue)Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line output = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
PollAirflowCommandResponse.Line.Builder |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
|
setOutputEnd(boolean value)
public PollAirflowCommandResponse.Builder setOutputEnd(boolean value)Whether the command execution has finished and there is no more output.
bool output_end = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe outputEnd to set. |
| Returns | |
|---|---|
| Type | Description |
PollAirflowCommandResponse.Builder |
This builder for chaining. |