class Google::Apis::ArtifactregistryV1beta2::ImportAptArtifactsRequest
The request to import new apt artifacts.
Attributes
gcs_source[RW]
Google
Cloud Storage location where the artifacts currently reside. Corresponds to the JSON property `gcsSource` @return [Google::Apis::ArtifactregistryV1beta2::ImportAptArtifactsGcsSource]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/artifactregistry_v1beta2/classes.rb, line 361 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 366 def update!(**args) @gcs_source = args[:gcs_source] if args.key?(:gcs_source) end