Class: Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/apt_artifact.rb
Overview
The response message from importing APT artifacts.
Instance Attribute Summary collapse
-
#apt_artifacts ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::AptArtifact>
The Apt artifacts imported.
-
#errors ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsErrorInfo>
Detailed error info for packages that were not imported.
Instance Attribute Details
#apt_artifacts ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::AptArtifact>
Returns The Apt artifacts imported.
105 106 107 108 |
# File 'proto_docs/google/devtools/artifactregistry/v1/apt_artifact.rb', line 105 class ImportAptArtifactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#errors ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsErrorInfo>
Returns Detailed error info for packages that were not imported.
105 106 107 108 |
# File 'proto_docs/google/devtools/artifactregistry/v1/apt_artifact.rb', line 105 class ImportAptArtifactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |