Class: Google::Apis::ArtifactregistryV1beta1::UploadAptArtifactResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/artifactregistry_v1beta1/classes.rb,
lib/google/apis/artifactregistry_v1beta1/representations.rb,
lib/google/apis/artifactregistry_v1beta1/representations.rb

Overview

The response of the completed artifact upload operation. This response is contained in the Operation and available to users.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UploadAptArtifactResponse

Returns a new instance of UploadAptArtifactResponse.



1116
1117
1118
# File 'lib/google/apis/artifactregistry_v1beta1/classes.rb', line 1116

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#apt_artifactsArray<Google::Apis::ArtifactregistryV1beta1::AptArtifact>

The Apt artifacts updated. Corresponds to the JSON property aptArtifacts



1114
1115
1116
# File 'lib/google/apis/artifactregistry_v1beta1/classes.rb', line 1114

def apt_artifacts
  @apt_artifacts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1121
1122
1123
# File 'lib/google/apis/artifactregistry_v1beta1/classes.rb', line 1121

def update!(**args)
  @apt_artifacts = args[:apt_artifacts] if args.key?(:apt_artifacts)
end