Class: Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/apt_artifact.rb
Overview
The request to import new apt artifacts.
Instance Attribute Summary collapse
-
#gcs_source ⇒ ::Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsGcsSource
Google Cloud Storage location where input content is located.
-
#parent ⇒ ::String
The name of the parent resource where the artifacts will be imported.
Instance Attribute Details
#gcs_source ⇒ ::Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsGcsSource
Returns Google Cloud Storage location where input content is located.
81 82 83 84 |
# File 'proto_docs/google/devtools/artifactregistry/v1/apt_artifact.rb', line 81 class ImportAptArtifactsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The name of the parent resource where the artifacts will be imported.
81 82 83 84 |
# File 'proto_docs/google/devtools/artifactregistry/v1/apt_artifact.rb', line 81 class ImportAptArtifactsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |