Class: Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsGcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ImportAptArtifactsGcsSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/apt_artifact.rb
Overview
Google Cloud Storage location where the artifacts currently reside.
Instance Attribute Summary collapse
-
#uris ⇒ ::Array<::String>
Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
-
#use_wildcards ⇒ ::Boolean
Supports URI wildcards for matching multiple objects from a single URI.
Instance Attribute Details
#uris ⇒ ::Array<::String>
Returns Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
69 70 71 72 |
# File 'proto_docs/google/devtools/artifactregistry/v1/apt_artifact.rb', line 69 class ImportAptArtifactsGcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#use_wildcards ⇒ ::Boolean
Returns Supports URI wildcards for matching multiple objects from a single URI.
69 70 71 72 |
# File 'proto_docs/google/devtools/artifactregistry/v1/apt_artifact.rb', line 69 class ImportAptArtifactsGcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |