public static final class CheckUpgradeRequest.Builder extends GeneratedMessageV3.Builder<CheckUpgradeRequest.Builder> implements CheckUpgradeRequestOrBuilder
Request to check whether image upgrade will succeed.
Protobuf type google.cloud.orchestration.airflow.service.v1beta1.CheckUpgradeRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CheckUpgradeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CheckUpgradeRequest build()
buildPartial()
public CheckUpgradeRequest buildPartial()
clear()
public CheckUpgradeRequest.Builder clear()
Overrides
clearEnvironment()
public CheckUpgradeRequest.Builder clearEnvironment()
The resource name of the environment to check upgrade for, in the
form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
clearField(Descriptors.FieldDescriptor field)
public CheckUpgradeRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearImageVersion()
public CheckUpgradeRequest.Builder clearImageVersion()
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]+(-preview\.[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 image version is a full
semantic version, or an alias in the form of major
version number or latest
. When an alias is provided, the server replaces
it with the current Cloud Composer version that satisfies the alias.
The Apache Airflow portion of the image version is a full semantic version
that points to one of the supported Apache Airflow versions, or an alias in
the form of only major or major.minor versions specified. When an alias is
provided, the server replaces it with the latest Apache Airflow version
that satisfies the alias and is supported in the given Cloud Composer
version.
In all cases, the resolved image version is stored in the same field.
See also version
list and versioning
overview.
string image_version = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public CheckUpgradeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public CheckUpgradeRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public CheckUpgradeRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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]+(-preview\.[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 image version is a full
semantic version, or an alias in the form of major
version number or latest
. When an alias is provided, the server replaces
it with the current Cloud Composer version that satisfies the alias.
The Apache Airflow portion of the image version is a full semantic version
that points to one of the supported Apache Airflow versions, or an alias in
the form of only major or major.minor versions specified. When an alias is
provided, the server replaces it with the latest Apache Airflow version
that satisfies the alias and is supported in the given Cloud Composer
version.
In all cases, the resolved image version is stored in the same field.
See also version
list and versioning
overview.
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]+(-preview\.[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 image version is a full
semantic version, or an alias in the form of major
version number or latest
. When an alias is provided, the server replaces
it with the current Cloud Composer version that satisfies the alias.
The Apache Airflow portion of the image version is a full semantic version
that points to one of the supported Apache Airflow versions, or an alias in
the form of only major or major.minor versions specified. When an alias is
provided, the server replaces it with the latest Apache Airflow version
that satisfies the alias and is supported in the given Cloud Composer
version.
In all cases, the resolved image version is stored in the same field.
See also version
list and versioning
overview.
string image_version = 2;
Returns |
Type |
Description |
ByteString |
The bytes for imageVersion.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(CheckUpgradeRequest other)
public CheckUpgradeRequest.Builder mergeFrom(CheckUpgradeRequest other)
public CheckUpgradeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CheckUpgradeRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CheckUpgradeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEnvironment(String value)
public CheckUpgradeRequest.Builder setEnvironment(String value)
The resource name of the environment to check upgrade for, in the
form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
Parameter |
Name |
Description |
value |
String
The environment to set.
|
setEnvironmentBytes(ByteString value)
public CheckUpgradeRequest.Builder setEnvironmentBytes(ByteString value)
The resource name of the environment to check upgrade for, in the
form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for environment to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public CheckUpgradeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setImageVersion(String value)
public CheckUpgradeRequest.Builder setImageVersion(String value)
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]+(-preview\.[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 image version is a full
semantic version, or an alias in the form of major
version number or latest
. When an alias is provided, the server replaces
it with the current Cloud Composer version that satisfies the alias.
The Apache Airflow portion of the image version is a full semantic version
that points to one of the supported Apache Airflow versions, or an alias in
the form of only major or major.minor versions specified. When an alias is
provided, the server replaces it with the latest Apache Airflow version
that satisfies the alias and is supported in the given Cloud Composer
version.
In all cases, the resolved image version is stored in the same field.
See also version
list and versioning
overview.
string image_version = 2;
Parameter |
Name |
Description |
value |
String
The imageVersion to set.
|
setImageVersionBytes(ByteString value)
public CheckUpgradeRequest.Builder setImageVersionBytes(ByteString value)
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]+(-preview\.[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 image version is a full
semantic version, or an alias in the form of major
version number or latest
. When an alias is provided, the server replaces
it with the current Cloud Composer version that satisfies the alias.
The Apache Airflow portion of the image version is a full semantic version
that points to one of the supported Apache Airflow versions, or an alias in
the form of only major or major.minor versions specified. When an alias is
provided, the server replaces it with the latest Apache Airflow version
that satisfies the alias and is supported in the given Cloud Composer
version.
In all cases, the resolved image version is stored in the same field.
See also version
list and versioning
overview.
string image_version = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for imageVersion to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CheckUpgradeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CheckUpgradeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides