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()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CheckUpgradeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public CheckUpgradeRequest build()
Returns
buildPartial()
public CheckUpgradeRequest buildPartial()
Returns
clear()
public CheckUpgradeRequest.Builder clear()
Returns
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;
Returns
clearField(Descriptors.FieldDescriptor field)
public CheckUpgradeRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
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]+|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
clearOneof(Descriptors.OneofDescriptor oneof)
public CheckUpgradeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public CheckUpgradeRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public CheckUpgradeRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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]+|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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(CheckUpgradeRequest other)
public CheckUpgradeRequest.Builder mergeFrom(CheckUpgradeRequest other)
Parameter
Returns
public CheckUpgradeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public CheckUpgradeRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CheckUpgradeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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.
|
Returns
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.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public CheckUpgradeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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]+|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;
Parameter
Name |
Description |
value |
String
The imageVersion to set.
|
Returns
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]+|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;
Parameter
Name |
Description |
value |
ByteString
The bytes for imageVersion to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CheckUpgradeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CheckUpgradeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides