Interface CheckUpgradeRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CheckUpgradeRequest, CheckUpgradeRequest.Builder

    public interface CheckUpgradeRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEnvironment()
      The resource name of the environment to check upgrade for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
      com.google.protobuf.ByteString getEnvironmentBytes()
      The resource name of the environment to check upgrade for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
      String getImageVersion()
      The version of the software running in the environment.
      com.google.protobuf.ByteString getImageVersionBytes()
      The version of the software running in the environment.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getEnvironment

        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:
        The environment.
      • getEnvironmentBytes

        com.google.protobuf.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:
        The bytes for environment.
      • getImageVersion

        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](https://semver.org), 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](/composer/docs/concepts/versioning/composer-versions) and [versioning
         overview](/composer/docs/concepts/versioning/composer-versioning-overview).
         
        string image_version = 2;
        Returns:
        The imageVersion.
      • getImageVersionBytes

        com.google.protobuf.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](https://semver.org), 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](/composer/docs/concepts/versioning/composer-versions) and [versioning
         overview](/composer/docs/concepts/versioning/composer-versioning-overview).
         
        string image_version = 2;
        Returns:
        The bytes for imageVersion.