Class: Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb

Overview

The response message from importing YUM artifacts.

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array<::Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsErrorInfo>

Returns Detailed error info for packages that were not imported.

Returns:



97
98
99
100
# File 'proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb', line 97

class ImportYumArtifactsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#yum_artifacts::Array<::Google::Cloud::ArtifactRegistry::V1::YumArtifact>

Returns The yum artifacts imported.

Returns:



97
98
99
100
# File 'proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb', line 97

class ImportYumArtifactsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end