Class: Google::Apis::ArtifactregistryV1::UploadAptArtifactResponse
- Inherits:
-
Object
- Object
- Google::Apis::ArtifactregistryV1::UploadAptArtifactResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/artifactregistry_v1/classes.rb,
lib/google/apis/artifactregistry_v1/representations.rb,
lib/google/apis/artifactregistry_v1/representations.rb more...
Overview
The response of the completed artifact upload operation. This response is contained in the Operation and available to users.
Instance Attribute Summary collapse
-
#apt_artifacts ⇒ Array<Google::Apis::ArtifactregistryV1::AptArtifact>
The Apt artifacts updated.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UploadAptArtifactResponse
constructor
A new instance of UploadAptArtifactResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UploadAptArtifactResponse
Returns a new instance of UploadAptArtifactResponse.
2548 2549 2550 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 2548 def initialize(**args) update!(**args) end |
Instance Attribute Details
#apt_artifacts ⇒ Array<Google::Apis::ArtifactregistryV1::AptArtifact>
The Apt artifacts updated.
Corresponds to the JSON property aptArtifacts
2546 2547 2548 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 2546 def apt_artifacts @apt_artifacts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2553 2554 2555 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 2553 def update!(**args) @apt_artifacts = args[:apt_artifacts] if args.key?(:apt_artifacts) end |