public final class StopAirflowCommandRequest extends GeneratedMessageV3 implements StopAirflowCommandRequestOrBuilder
Stop Airflow Command request.
Protobuf type
google.cloud.orchestration.airflow.service.v1beta1.StopAirflowCommandRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > StopAirflowCommandRequestImplements
StopAirflowCommandRequestOrBuilderStatic Fields
ENVIRONMENT_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
EXECUTION_ID_FIELD_NUMBER
public static final int EXECUTION_ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
FORCE_FIELD_NUMBER
public static final int FORCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
POD_FIELD_NUMBER
public static final int POD_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
POD_NAMESPACE_FIELD_NUMBER
public static final int POD_NAMESPACE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static StopAirflowCommandRequest getDefaultInstance()
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static StopAirflowCommandRequest.Builder newBuilder()
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest.Builder |
newBuilder(StopAirflowCommandRequest prototype)
public static StopAirflowCommandRequest.Builder newBuilder(StopAirflowCommandRequest prototype)
Parameter | |
---|---|
Name | Description |
prototype |
StopAirflowCommandRequest |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest.Builder |
parseDelimitedFrom(InputStream input)
public static StopAirflowCommandRequest parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StopAirflowCommandRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static StopAirflowCommandRequest parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StopAirflowCommandRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static StopAirflowCommandRequest parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StopAirflowCommandRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static StopAirflowCommandRequest parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StopAirflowCommandRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static StopAirflowCommandRequest parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StopAirflowCommandRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static StopAirflowCommandRequest parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StopAirflowCommandRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<StopAirflowCommandRequest> parser()
Returns | |
---|---|
Type | Description |
Parser<StopAirflowCommandRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public StopAirflowCommandRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest |
getEnvironment()
public String getEnvironment()
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;
Returns | |
---|---|
Type | Description |
String |
The environment. |
getEnvironmentBytes()
public ByteString getEnvironmentBytes()
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for environment. |
getExecutionId()
public String getExecutionId()
The unique ID of the command execution.
string execution_id = 2;
Returns | |
---|---|
Type | Description |
String |
The executionId. |
getExecutionIdBytes()
public ByteString getExecutionIdBytes()
The unique ID of the command execution.
string execution_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for executionId. |
getForce()
public boolean getForce()
If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.
bool force = 5;
Returns | |
---|---|
Type | Description |
boolean |
The force. |
getParserForType()
public Parser<StopAirflowCommandRequest> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<StopAirflowCommandRequest> |
getPod()
public String getPod()
The name of the pod where the command is executed.
string pod = 3;
Returns | |
---|---|
Type | Description |
String |
The pod. |
getPodBytes()
public ByteString getPodBytes()
The name of the pod where the command is executed.
string pod = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pod. |
getPodNamespace()
public String getPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 4;
Returns | |
---|---|
Type | Description |
String |
The podNamespace. |
getPodNamespaceBytes()
public ByteString getPodNamespaceBytes()
The namespace of the pod where the command is executed.
string pod_namespace = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for podNamespace. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public StopAirflowCommandRequest.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StopAirflowCommandRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public StopAirflowCommandRequest.Builder toBuilder()
Returns | |
---|---|
Type | Description |
StopAirflowCommandRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |