class Google::Apis::ArtifactregistryV1::ImportYumArtifactsResponse
The response message from importing artifacts.
Attributes
errors[RW]
Detailed error info for packages that were not imported. Corresponds to the JSON property `errors` @return [Array<Google::Apis::ArtifactregistryV1::ImportYumArtifactsErrorInfo>]
yum_artifacts[RW]
The yum artifacts updated. Corresponds to the JSON property `yumArtifacts` @return [Array<Google::Apis::ArtifactregistryV1::YumArtifact>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/artifactregistry_v1/classes.rb, line 332 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_v1/classes.rb, line 337 def update!(**args) @errors = args[:errors] if args.key?(:errors) @yum_artifacts = args[:yum_artifacts] if args.key?(:yum_artifacts) end