Class: Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#apt_artifacts::Array<::Google::Cloud::ArtifactRegistry::V1::AptArtifact>

Returns The Apt artifacts imported.

Returns:



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.

Returns:



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