public static final class PollAirflowCommandRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder> implements PollAirflowCommandRequestOrBuilder
Poll Airflow Command request.Protobuf type
google.cloud.orchestration.airflow.service.v1.PollAirflowCommandRequest| Modifier and Type | Method and Description |
|---|---|
PollAirflowCommandRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PollAirflowCommandRequest |
build() |
PollAirflowCommandRequest |
buildPartial() |
PollAirflowCommandRequest.Builder |
clear() |
PollAirflowCommandRequest.Builder |
clearEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
|
PollAirflowCommandRequest.Builder |
clearExecutionId()
The unique ID of the command execution.
|
PollAirflowCommandRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PollAirflowCommandRequest.Builder |
clearNextLineNumber()
Line number from which new logs should be fetched.
|
PollAirflowCommandRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PollAirflowCommandRequest.Builder |
clearPod()
The name of the pod where the command is executed.
|
PollAirflowCommandRequest.Builder |
clearPodNamespace()
The namespace of the pod where the command is executed.
|
PollAirflowCommandRequest.Builder |
clone() |
PollAirflowCommandRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
|
com.google.protobuf.ByteString |
getEnvironmentBytes()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
|
String |
getExecutionId()
The unique ID of the command execution.
|
com.google.protobuf.ByteString |
getExecutionIdBytes()
The unique ID of the command execution.
|
int |
getNextLineNumber()
Line number from which new logs should be fetched.
|
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PollAirflowCommandRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PollAirflowCommandRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
PollAirflowCommandRequest.Builder |
mergeFrom(PollAirflowCommandRequest other) |
PollAirflowCommandRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PollAirflowCommandRequest.Builder |
setEnvironment(String value)
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
|
PollAirflowCommandRequest.Builder |
setEnvironmentBytes(com.google.protobuf.ByteString value)
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
|
PollAirflowCommandRequest.Builder |
setExecutionId(String value)
The unique ID of the command execution.
|
PollAirflowCommandRequest.Builder |
setExecutionIdBytes(com.google.protobuf.ByteString value)
The unique ID of the command execution.
|
PollAirflowCommandRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PollAirflowCommandRequest.Builder |
setNextLineNumber(int value)
Line number from which new logs should be fetched.
|
PollAirflowCommandRequest.Builder |
setPod(String value)
The name of the pod where the command is executed.
|
PollAirflowCommandRequest.Builder |
setPodBytes(com.google.protobuf.ByteString value)
The name of the pod where the command is executed.
|
PollAirflowCommandRequest.Builder |
setPodNamespace(String value)
The namespace of the pod where the command is executed.
|
PollAirflowCommandRequest.Builder |
setPodNamespaceBytes(com.google.protobuf.ByteString value)
The namespace of the pod where the command is executed.
|
PollAirflowCommandRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PollAirflowCommandRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>public PollAirflowCommandRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>public PollAirflowCommandRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PollAirflowCommandRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PollAirflowCommandRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PollAirflowCommandRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>public PollAirflowCommandRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>public PollAirflowCommandRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>public PollAirflowCommandRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>public PollAirflowCommandRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>public PollAirflowCommandRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>public PollAirflowCommandRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PollAirflowCommandRequest.Builder>public PollAirflowCommandRequest.Builder mergeFrom(PollAirflowCommandRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>public PollAirflowCommandRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PollAirflowCommandRequest.Builder>IOExceptionpublic String getEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;getEnvironment in interface PollAirflowCommandRequestOrBuilderpublic com.google.protobuf.ByteString getEnvironmentBytes()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;getEnvironmentBytes in interface PollAirflowCommandRequestOrBuilderpublic PollAirflowCommandRequest.Builder setEnvironment(String value)
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;value - The environment to set.public PollAirflowCommandRequest.Builder clearEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;public PollAirflowCommandRequest.Builder setEnvironmentBytes(com.google.protobuf.ByteString value)
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;value - The bytes for environment to set.public String getExecutionId()
The unique ID of the command execution.
string execution_id = 2;getExecutionId in interface PollAirflowCommandRequestOrBuilderpublic com.google.protobuf.ByteString getExecutionIdBytes()
The unique ID of the command execution.
string execution_id = 2;getExecutionIdBytes in interface PollAirflowCommandRequestOrBuilderpublic PollAirflowCommandRequest.Builder setExecutionId(String value)
The unique ID of the command execution.
string execution_id = 2;value - The executionId to set.public PollAirflowCommandRequest.Builder clearExecutionId()
The unique ID of the command execution.
string execution_id = 2;public PollAirflowCommandRequest.Builder setExecutionIdBytes(com.google.protobuf.ByteString value)
The unique ID of the command execution.
string execution_id = 2;value - The bytes for executionId to set.public String getPod()
The name of the pod where the command is executed.
string pod = 3;getPod in interface PollAirflowCommandRequestOrBuilderpublic com.google.protobuf.ByteString getPodBytes()
The name of the pod where the command is executed.
string pod = 3;getPodBytes in interface PollAirflowCommandRequestOrBuilderpublic PollAirflowCommandRequest.Builder setPod(String value)
The name of the pod where the command is executed.
string pod = 3;value - The pod to set.public PollAirflowCommandRequest.Builder clearPod()
The name of the pod where the command is executed.
string pod = 3;public PollAirflowCommandRequest.Builder setPodBytes(com.google.protobuf.ByteString value)
The name of the pod where the command is executed.
string pod = 3;value - The bytes for pod to set.public String getPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 4;getPodNamespace in interface PollAirflowCommandRequestOrBuilderpublic com.google.protobuf.ByteString getPodNamespaceBytes()
The namespace of the pod where the command is executed.
string pod_namespace = 4;getPodNamespaceBytes in interface PollAirflowCommandRequestOrBuilderpublic PollAirflowCommandRequest.Builder setPodNamespace(String value)
The namespace of the pod where the command is executed.
string pod_namespace = 4;value - The podNamespace to set.public PollAirflowCommandRequest.Builder clearPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 4;public PollAirflowCommandRequest.Builder setPodNamespaceBytes(com.google.protobuf.ByteString value)
The namespace of the pod where the command is executed.
string pod_namespace = 4;value - The bytes for podNamespace to set.public int getNextLineNumber()
Line number from which new logs should be fetched.
int32 next_line_number = 5;getNextLineNumber in interface PollAirflowCommandRequestOrBuilderpublic PollAirflowCommandRequest.Builder setNextLineNumber(int value)
Line number from which new logs should be fetched.
int32 next_line_number = 5;value - The nextLineNumber to set.public PollAirflowCommandRequest.Builder clearNextLineNumber()
Line number from which new logs should be fetched.
int32 next_line_number = 5;public final PollAirflowCommandRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>public final PollAirflowCommandRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>Copyright © 2024 Google LLC. All rights reserved.