Class: Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsResponse
- 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
-
#errors ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsErrorInfo>
Detailed error info for packages that were not imported.
-
#yum_artifacts ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::YumArtifact>
The yum artifacts imported.
Instance Attribute Details
#errors ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsErrorInfo>
Returns Detailed error info for packages that were not imported.
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.
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 |