Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsResponse.
The response message from importing APT artifacts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#apt_artifacts
def apt_artifacts() -> ::Array<::Google::Cloud::ArtifactRegistry::V1::AptArtifact>
Returns
- (::Array<::Google::Cloud::ArtifactRegistry::V1::AptArtifact>) — The Apt artifacts imported.
#apt_artifacts=
def apt_artifacts=(value) -> ::Array<::Google::Cloud::ArtifactRegistry::V1::AptArtifact>
Parameter
- value (::Array<::Google::Cloud::ArtifactRegistry::V1::AptArtifact>) — The Apt artifacts imported.
Returns
- (::Array<::Google::Cloud::ArtifactRegistry::V1::AptArtifact>) — The Apt artifacts imported.
#errors
def errors() -> ::Array<::Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsErrorInfo>
Returns
- (::Array<::Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsErrorInfo>) — Detailed error info for packages that were not imported.
#errors=
def errors=(value) -> ::Array<::Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsErrorInfo>
Parameter
- value (::Array<::Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsErrorInfo>) — Detailed error info for packages that were not imported.
Returns
- (::Array<::Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsErrorInfo>) — Detailed error info for packages that were not imported.