public final class CheckUpgradeRequest extends GeneratedMessageV3 implements CheckUpgradeRequestOrBuilder
Request to check whether image upgrade will succeed.
Protobuf type google.cloud.orchestration.airflow.service.v1beta1.CheckUpgradeRequest
Static Fields
ENVIRONMENT_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
Field Value
IMAGE_VERSION_FIELD_NUMBER
public static final int IMAGE_VERSION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CheckUpgradeRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CheckUpgradeRequest.Builder newBuilder()
Returns
newBuilder(CheckUpgradeRequest prototype)
public static CheckUpgradeRequest.Builder newBuilder(CheckUpgradeRequest prototype)
Parameter
Returns
public static CheckUpgradeRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CheckUpgradeRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CheckUpgradeRequest parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CheckUpgradeRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CheckUpgradeRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CheckUpgradeRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CheckUpgradeRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CheckUpgradeRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CheckUpgradeRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CheckUpgradeRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CheckUpgradeRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CheckUpgradeRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CheckUpgradeRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public CheckUpgradeRequest getDefaultInstanceForType()
Returns
getEnvironment()
public String getEnvironment()
The resource name of the environment to check upgrade for, 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 to check upgrade for, in the
form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
Returns
Type |
Description |
ByteString |
The bytes for environment.
|
getImageVersion()
public String getImageVersion()
The version of the software running in the environment.
This encapsulates both the version of Cloud Composer functionality and the
version of Apache Airflow. It must match the regular expression
composer-([0-9]+\.[0-9]+\.[0-9]+|latest)-airflow-[0-9]+\.[0-9]+(\.[0-9]+.*)?
.
When used as input, the server also checks if the provided version is
supported and denies the request for an unsupported version.
The Cloud Composer portion of the version is a
semantic version or latest
. When the patch version
is omitted, the current Cloud Composer patch version is selected.
When latest
is provided instead of an explicit version number,
the server replaces latest
with the current Cloud Composer version
and stores that version number in the same field.
The portion of the image version that follows airflow-
is an
official Apache Airflow repository
release name.
See also Version List.
string image_version = 2;
Returns
Type |
Description |
String |
The imageVersion.
|
getImageVersionBytes()
public ByteString getImageVersionBytes()
The version of the software running in the environment.
This encapsulates both the version of Cloud Composer functionality and the
version of Apache Airflow. It must match the regular expression
composer-([0-9]+\.[0-9]+\.[0-9]+|latest)-airflow-[0-9]+\.[0-9]+(\.[0-9]+.*)?
.
When used as input, the server also checks if the provided version is
supported and denies the request for an unsupported version.
The Cloud Composer portion of the version is a
semantic version or latest
. When the patch version
is omitted, the current Cloud Composer patch version is selected.
When latest
is provided instead of an explicit version number,
the server replaces latest
with the current Cloud Composer version
and stores that version number in the same field.
The portion of the image version that follows airflow-
is an
official Apache Airflow repository
release name.
See also Version List.
string image_version = 2;
Returns
Type |
Description |
ByteString |
The bytes for imageVersion.
|
getParserForType()
public Parser<CheckUpgradeRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CheckUpgradeRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CheckUpgradeRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CheckUpgradeRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions