Interface CheckUpgradeResponseOrBuilder

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

    public interface CheckUpgradeResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getBuildLogUri

        String getBuildLogUri()
         Output only. Url for a docker build log of an upgraded image.
         
        string build_log_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The buildLogUri.
      • getBuildLogUriBytes

        com.google.protobuf.ByteString getBuildLogUriBytes()
         Output only. Url for a docker build log of an upgraded image.
         
        string build_log_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for buildLogUri.
      • getContainsPypiModulesConflictValue

        int getContainsPypiModulesConflictValue()
         Output only. Whether build has succeeded or failed on modules conflicts.
         
        .google.cloud.orchestration.airflow.service.v1beta1.CheckUpgradeResponse.ConflictResult contains_pypi_modules_conflict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for containsPypiModulesConflict.
      • getContainsPypiModulesConflict

        CheckUpgradeResponse.ConflictResult getContainsPypiModulesConflict()
         Output only. Whether build has succeeded or failed on modules conflicts.
         
        .google.cloud.orchestration.airflow.service.v1beta1.CheckUpgradeResponse.ConflictResult contains_pypi_modules_conflict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The containsPypiModulesConflict.
      • getPypiConflictBuildLogExtract

        String getPypiConflictBuildLogExtract()
         Output only. Extract from a docker image build log containing information
         about pypi modules conflicts.
         
        string pypi_conflict_build_log_extract = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The pypiConflictBuildLogExtract.
      • getPypiConflictBuildLogExtractBytes

        com.google.protobuf.ByteString getPypiConflictBuildLogExtractBytes()
         Output only. Extract from a docker image build log containing information
         about pypi modules conflicts.
         
        string pypi_conflict_build_log_extract = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for pypiConflictBuildLogExtract.
      • getImageVersion

        String getImageVersion()
         Composer image for which the build was happening.
         
        string image_version = 5;
        Returns:
        The imageVersion.
      • getImageVersionBytes

        com.google.protobuf.ByteString getImageVersionBytes()
         Composer image for which the build was happening.
         
        string image_version = 5;
        Returns:
        The bytes for imageVersion.
      • getPypiDependenciesCount

        int getPypiDependenciesCount()
         Pypi dependencies specified in the environment configuration, at the time
         when the build was triggered.
         
        map<string, string> pypi_dependencies = 6;
      • containsPypiDependencies

        boolean containsPypiDependencies​(String key)
         Pypi dependencies specified in the environment configuration, at the time
         when the build was triggered.
         
        map<string, string> pypi_dependencies = 6;
      • getPypiDependenciesMap

        Map<String,​String> getPypiDependenciesMap()
         Pypi dependencies specified in the environment configuration, at the time
         when the build was triggered.
         
        map<string, string> pypi_dependencies = 6;
      • getPypiDependenciesOrDefault

        String getPypiDependenciesOrDefault​(String key,
                                            String defaultValue)
         Pypi dependencies specified in the environment configuration, at the time
         when the build was triggered.
         
        map<string, string> pypi_dependencies = 6;
      • getPypiDependenciesOrThrow

        String getPypiDependenciesOrThrow​(String key)
         Pypi dependencies specified in the environment configuration, at the time
         when the build was triggered.
         
        map<string, string> pypi_dependencies = 6;