Class: Google::Apis::ArtifactregistryV1::ImportGoogetArtifactsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ArtifactregistryV1::ImportGoogetArtifactsResponse
- 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
Overview
The response message from importing artifacts.
Instance Attribute Summary collapse
-
#errors ⇒ Array<Google::Apis::ArtifactregistryV1::ImportGoogetArtifactsErrorInfo>
Detailed error info for packages that were not imported.
-
#googet_artifacts ⇒ Array<Google::Apis::ArtifactregistryV1::GoogetArtifact>
The GooGet artifacts updated.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImportGoogetArtifactsResponse
constructor
A new instance of ImportGoogetArtifactsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImportGoogetArtifactsResponse
Returns a new instance of ImportGoogetArtifactsResponse.
953 954 955 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 953 def initialize(**args) update!(**args) end |
Instance Attribute Details
#errors ⇒ Array<Google::Apis::ArtifactregistryV1::ImportGoogetArtifactsErrorInfo>
Detailed error info for packages that were not imported.
Corresponds to the JSON property errors
946 947 948 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 946 def errors @errors end |
#googet_artifacts ⇒ Array<Google::Apis::ArtifactregistryV1::GoogetArtifact>
The GooGet artifacts updated.
Corresponds to the JSON property googetArtifacts
951 952 953 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 951 def googet_artifacts @googet_artifacts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
958 959 960 961 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 958 def update!(**args) @errors = args[:errors] if args.key?(:errors) @googet_artifacts = args[:googet_artifacts] if args.key?(:googet_artifacts) end |