Class PollAirflowCommandRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
- com.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandRequest.Builder
-
- All Implemented Interfaces:
PollAirflowCommandRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- PollAirflowCommandRequest
public static final class PollAirflowCommandRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder> implements PollAirflowCommandRequestOrBuilder
Poll Airflow Command request.
Protobuf typegoogle.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PollAirflowCommandRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PollAirflowCommandRequestbuild()PollAirflowCommandRequestbuildPartial()PollAirflowCommandRequest.Builderclear()PollAirflowCommandRequest.BuilderclearEnvironment()The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"PollAirflowCommandRequest.BuilderclearExecutionId()The unique ID of the command execution.PollAirflowCommandRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)PollAirflowCommandRequest.BuilderclearNextLineNumber()Line number from which new logs should be fetched.PollAirflowCommandRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)PollAirflowCommandRequest.BuilderclearPod()The name of the pod where the command is executed.PollAirflowCommandRequest.BuilderclearPodNamespace()The namespace of the pod where the command is executed.PollAirflowCommandRequest.Builderclone()PollAirflowCommandRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetEnvironment()The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"com.google.protobuf.ByteStringgetEnvironmentBytes()The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"StringgetExecutionId()The unique ID of the command execution.com.google.protobuf.ByteStringgetExecutionIdBytes()The unique ID of the command execution.intgetNextLineNumber()Line number from which new logs should be fetched.StringgetPod()The name of the pod where the command is executed.com.google.protobuf.ByteStringgetPodBytes()The name of the pod where the command is executed.StringgetPodNamespace()The namespace of the pod where the command is executed.com.google.protobuf.ByteStringgetPodNamespaceBytes()The namespace of the pod where the command is executed.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()PollAirflowCommandRequest.BuildermergeFrom(PollAirflowCommandRequest other)PollAirflowCommandRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PollAirflowCommandRequest.BuildermergeFrom(com.google.protobuf.Message other)PollAirflowCommandRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PollAirflowCommandRequest.BuildersetEnvironment(String value)The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"PollAirflowCommandRequest.BuildersetEnvironmentBytes(com.google.protobuf.ByteString value)The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"PollAirflowCommandRequest.BuildersetExecutionId(String value)The unique ID of the command execution.PollAirflowCommandRequest.BuildersetExecutionIdBytes(com.google.protobuf.ByteString value)The unique ID of the command execution.PollAirflowCommandRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PollAirflowCommandRequest.BuildersetNextLineNumber(int value)Line number from which new logs should be fetched.PollAirflowCommandRequest.BuildersetPod(String value)The name of the pod where the command is executed.PollAirflowCommandRequest.BuildersetPodBytes(com.google.protobuf.ByteString value)The name of the pod where the command is executed.PollAirflowCommandRequest.BuildersetPodNamespace(String value)The namespace of the pod where the command is executed.PollAirflowCommandRequest.BuildersetPodNamespaceBytes(com.google.protobuf.ByteString value)The namespace of the pod where the command is executed.PollAirflowCommandRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)PollAirflowCommandRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
clear
public PollAirflowCommandRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
getDefaultInstanceForType
public PollAirflowCommandRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PollAirflowCommandRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PollAirflowCommandRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PollAirflowCommandRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
setField
public PollAirflowCommandRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
clearField
public PollAirflowCommandRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
clearOneof
public PollAirflowCommandRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
setRepeatedField
public PollAirflowCommandRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
addRepeatedField
public PollAirflowCommandRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
mergeFrom
public PollAirflowCommandRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PollAirflowCommandRequest.Builder>
-
mergeFrom
public PollAirflowCommandRequest.Builder mergeFrom(PollAirflowCommandRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
mergeFrom
public PollAirflowCommandRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PollAirflowCommandRequest.Builder>- Throws:
IOException
-
getEnvironment
public String getEnvironment()
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"string environment = 1;- Specified by:
getEnvironmentin interfacePollAirflowCommandRequestOrBuilder- Returns:
- The environment.
-
getEnvironmentBytes
public com.google.protobuf.ByteString getEnvironmentBytes()
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"string environment = 1;- Specified by:
getEnvironmentBytesin interfacePollAirflowCommandRequestOrBuilder- Returns:
- The bytes for environment.
-
setEnvironment
public PollAirflowCommandRequest.Builder setEnvironment(String value)
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"string environment = 1;- Parameters:
value- The environment to set.- Returns:
- This builder for chaining.
-
clearEnvironment
public PollAirflowCommandRequest.Builder clearEnvironment()
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"string environment = 1;- Returns:
- This builder for chaining.
-
setEnvironmentBytes
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;- Parameters:
value- The bytes for environment to set.- Returns:
- This builder for chaining.
-
getExecutionId
public String getExecutionId()
The unique ID of the command execution.
string execution_id = 2;- Specified by:
getExecutionIdin interfacePollAirflowCommandRequestOrBuilder- Returns:
- The executionId.
-
getExecutionIdBytes
public com.google.protobuf.ByteString getExecutionIdBytes()
The unique ID of the command execution.
string execution_id = 2;- Specified by:
getExecutionIdBytesin interfacePollAirflowCommandRequestOrBuilder- Returns:
- The bytes for executionId.
-
setExecutionId
public PollAirflowCommandRequest.Builder setExecutionId(String value)
The unique ID of the command execution.
string execution_id = 2;- Parameters:
value- The executionId to set.- Returns:
- This builder for chaining.
-
clearExecutionId
public PollAirflowCommandRequest.Builder clearExecutionId()
The unique ID of the command execution.
string execution_id = 2;- Returns:
- This builder for chaining.
-
setExecutionIdBytes
public PollAirflowCommandRequest.Builder setExecutionIdBytes(com.google.protobuf.ByteString value)
The unique ID of the command execution.
string execution_id = 2;- Parameters:
value- The bytes for executionId to set.- Returns:
- This builder for chaining.
-
getPod
public String getPod()
The name of the pod where the command is executed.
string pod = 3;- Specified by:
getPodin interfacePollAirflowCommandRequestOrBuilder- Returns:
- The pod.
-
getPodBytes
public com.google.protobuf.ByteString getPodBytes()
The name of the pod where the command is executed.
string pod = 3;- Specified by:
getPodBytesin interfacePollAirflowCommandRequestOrBuilder- Returns:
- The bytes for pod.
-
setPod
public PollAirflowCommandRequest.Builder setPod(String value)
The name of the pod where the command is executed.
string pod = 3;- Parameters:
value- The pod to set.- Returns:
- This builder for chaining.
-
clearPod
public PollAirflowCommandRequest.Builder clearPod()
The name of the pod where the command is executed.
string pod = 3;- Returns:
- This builder for chaining.
-
setPodBytes
public PollAirflowCommandRequest.Builder setPodBytes(com.google.protobuf.ByteString value)
The name of the pod where the command is executed.
string pod = 3;- Parameters:
value- The bytes for pod to set.- Returns:
- This builder for chaining.
-
getPodNamespace
public String getPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 4;- Specified by:
getPodNamespacein interfacePollAirflowCommandRequestOrBuilder- Returns:
- The podNamespace.
-
getPodNamespaceBytes
public com.google.protobuf.ByteString getPodNamespaceBytes()
The namespace of the pod where the command is executed.
string pod_namespace = 4;- Specified by:
getPodNamespaceBytesin interfacePollAirflowCommandRequestOrBuilder- Returns:
- The bytes for podNamespace.
-
setPodNamespace
public PollAirflowCommandRequest.Builder setPodNamespace(String value)
The namespace of the pod where the command is executed.
string pod_namespace = 4;- Parameters:
value- The podNamespace to set.- Returns:
- This builder for chaining.
-
clearPodNamespace
public PollAirflowCommandRequest.Builder clearPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 4;- Returns:
- This builder for chaining.
-
setPodNamespaceBytes
public PollAirflowCommandRequest.Builder setPodNamespaceBytes(com.google.protobuf.ByteString value)
The namespace of the pod where the command is executed.
string pod_namespace = 4;- Parameters:
value- The bytes for podNamespace to set.- Returns:
- This builder for chaining.
-
getNextLineNumber
public int getNextLineNumber()
Line number from which new logs should be fetched.
int32 next_line_number = 5;- Specified by:
getNextLineNumberin interfacePollAirflowCommandRequestOrBuilder- Returns:
- The nextLineNumber.
-
setNextLineNumber
public PollAirflowCommandRequest.Builder setNextLineNumber(int value)
Line number from which new logs should be fetched.
int32 next_line_number = 5;- Parameters:
value- The nextLineNumber to set.- Returns:
- This builder for chaining.
-
clearNextLineNumber
public PollAirflowCommandRequest.Builder clearNextLineNumber()
Line number from which new logs should be fetched.
int32 next_line_number = 5;- Returns:
- This builder for chaining.
-
setUnknownFields
public final PollAirflowCommandRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
mergeUnknownFields
public final PollAirflowCommandRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
-