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.v1.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.v1.PollAirflowCommandRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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(PollAirflowCommandRequest other)
PollAirflowCommandRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PollAirflowCommandRequest.Builder
mergeFrom(com.google.protobuf.Message 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)
-
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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
clear
public PollAirflowCommandRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
getDefaultInstanceForType
public PollAirflowCommandRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PollAirflowCommandRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PollAirflowCommandRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PollAirflowCommandRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
setField
public PollAirflowCommandRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
clearField
public PollAirflowCommandRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
clearOneof
public PollAirflowCommandRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
setRepeatedField
public PollAirflowCommandRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
addRepeatedField
public PollAirflowCommandRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
mergeFrom
public PollAirflowCommandRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PollAirflowCommandRequest.Builder>
-
mergeFrom
public PollAirflowCommandRequest.Builder mergeFrom(PollAirflowCommandRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
getEnvironment
in 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:
getEnvironmentBytes
in 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:
getExecutionId
in interfacePollAirflowCommandRequestOrBuilder
- Returns:
- The executionId.
-
getExecutionIdBytes
public com.google.protobuf.ByteString getExecutionIdBytes()
The unique ID of the command execution.
string execution_id = 2;
- Specified by:
getExecutionIdBytes
in 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:
getPod
in 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:
getPodBytes
in 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:
getPodNamespace
in 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:
getPodNamespaceBytes
in 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:
getNextLineNumber
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
mergeUnknownFields
public final PollAirflowCommandRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PollAirflowCommandRequest.Builder>
-
-