Class: Google::Cloud::Orchestration::Airflow::Service::V1::CheckUpgradeResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb

Overview

Message containing information about the result of an upgrade check operation.

Defined Under Namespace

Modules: ConflictResult Classes: PypiDependenciesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#build_log_uri::String (readonly)

Returns Output only. Url for a docker build log of an upgraded image.

Returns:

  • (::String)

    Output only. Url for a docker build log of an upgraded image.



1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1356

class CheckUpgradeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PypiDependenciesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Whether there were python modules conflict during image build.
  module ConflictResult
    # It is unknown whether build had conflicts or not.
    CONFLICT_RESULT_UNSPECIFIED = 0

    # There were python packages conflicts.
    CONFLICT = 1

    # There were no python packages conflicts.
    NO_CONFLICT = 2
  end
end

#contains_pypi_modules_conflict::Google::Cloud::Orchestration::Airflow::Service::V1::CheckUpgradeResponse::ConflictResult (readonly)

Returns Output only. Whether build has succeeded or failed on modules conflicts.

Returns:



1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1356

class CheckUpgradeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PypiDependenciesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Whether there were python modules conflict during image build.
  module ConflictResult
    # It is unknown whether build had conflicts or not.
    CONFLICT_RESULT_UNSPECIFIED = 0

    # There were python packages conflicts.
    CONFLICT = 1

    # There were no python packages conflicts.
    NO_CONFLICT = 2
  end
end

#image_version::String

Returns Composer image for which the build was happening.

Returns:

  • (::String)

    Composer image for which the build was happening.



1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1356

class CheckUpgradeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PypiDependenciesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Whether there were python modules conflict during image build.
  module ConflictResult
    # It is unknown whether build had conflicts or not.
    CONFLICT_RESULT_UNSPECIFIED = 0

    # There were python packages conflicts.
    CONFLICT = 1

    # There were no python packages conflicts.
    NO_CONFLICT = 2
  end
end

#pypi_conflict_build_log_extract::String (readonly)

Returns Output only. Extract from a docker image build log containing information about pypi modules conflicts.

Returns:

  • (::String)

    Output only. Extract from a docker image build log containing information about pypi modules conflicts.



1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1356

class CheckUpgradeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PypiDependenciesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Whether there were python modules conflict during image build.
  module ConflictResult
    # It is unknown whether build had conflicts or not.
    CONFLICT_RESULT_UNSPECIFIED = 0

    # There were python packages conflicts.
    CONFLICT = 1

    # There were no python packages conflicts.
    NO_CONFLICT = 2
  end
end

#pypi_dependencies::Google::Protobuf::Map{::String => ::String}

Returns Pypi dependencies specified in the environment configuration, at the time when the build was triggered.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Pypi dependencies specified in the environment configuration, at the time when the build was triggered.



1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1356

class CheckUpgradeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PypiDependenciesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Whether there were python modules conflict during image build.
  module ConflictResult
    # It is unknown whether build had conflicts or not.
    CONFLICT_RESULT_UNSPECIFIED = 0

    # There were python packages conflicts.
    CONFLICT = 1

    # There were no python packages conflicts.
    NO_CONFLICT = 2
  end
end