Class: Google::Apis::ArtifactregistryV1beta2::ImportAptArtifactsRequest
- Inherits:
-
Object
- Object
- Google::Apis::ArtifactregistryV1beta2::ImportAptArtifactsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/artifactregistry_v1beta2/classes.rb,
lib/google/apis/artifactregistry_v1beta2/representations.rb,
lib/google/apis/artifactregistry_v1beta2/representations.rb
Overview
The request to import new apt artifacts.
Instance Attribute Summary collapse
-
#gcs_source ⇒ Google::Apis::ArtifactregistryV1beta2::ImportAptArtifactsGcsSource
Google Cloud Storage location where the artifacts currently reside.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImportAptArtifactsRequest
constructor
A new instance of ImportAptArtifactsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImportAptArtifactsRequest
Returns a new instance of ImportAptArtifactsRequest.
416 417 418 |
# File 'lib/google/apis/artifactregistry_v1beta2/classes.rb', line 416 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_source ⇒ Google::Apis::ArtifactregistryV1beta2::ImportAptArtifactsGcsSource
Google Cloud Storage location where the artifacts currently reside.
Corresponds to the JSON property gcsSource
414 415 416 |
# File 'lib/google/apis/artifactregistry_v1beta2/classes.rb', line 414 def gcs_source @gcs_source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
421 422 423 |
# File 'lib/google/apis/artifactregistry_v1beta2/classes.rb', line 421 def update!(**args) @gcs_source = args[:gcs_source] if args.key?(:gcs_source) end |