Class: Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsErrorInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsErrorInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb
Overview
Error information explaining why a package was not imported.
Instance Attribute Summary collapse
-
#error ⇒ ::Google::Rpc::Status
The detailed error status.
-
#gcs_source ⇒ ::Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsGcsSource
Google Cloud Storage location requested.
Instance Attribute Details
#error ⇒ ::Google::Rpc::Status
Returns The detailed error status.
85 86 87 88 |
# File 'proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb', line 85 class ImportYumArtifactsErrorInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_source ⇒ ::Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsGcsSource
Returns Google Cloud Storage location requested.
85 86 87 88 |
# File 'proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb', line 85 class ImportYumArtifactsErrorInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |