class Google::Apis::ArtifactregistryV1beta2::ImportAptArtifactsResponse

The response message from importing artifacts.

Attributes

apt_artifacts[RW]

The Apt artifacts updated. Corresponds to the JSON property `aptArtifacts` @return [Array<Google::Apis::ArtifactregistryV1beta2::AptArtifact>]

errors[RW]

Detailed error info for packages that were not imported. Corresponds to the JSON property `errors` @return [Array<Google::Apis::ArtifactregistryV1beta2::ImportAptArtifactsErrorInfo>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/artifactregistry_v1beta2/classes.rb, line 385
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/artifactregistry_v1beta2/classes.rb, line 390
def update!(**args)
  @apt_artifacts = args[:apt_artifacts] if args.key?(:apt_artifacts)
  @errors = args[:errors] if args.key?(:errors)
end