Class: Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsGcsSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb

Overview

Google Cloud Storage location where the artifacts currently reside.

Instance Attribute Summary collapse

Instance Attribute Details

#uris::Array<::String>

Returns Cloud Storage paths URI (e.g., gs://my_bucket//my_object).

Returns:

  • (::Array<::String>)

    Cloud Storage paths URI (e.g., gs://my_bucket//my_object).



61
62
63
64
# File 'proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb', line 61

class ImportYumArtifactsGcsSource
  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.

Returns:

  • (::Boolean)

    Supports URI wildcards for matching multiple objects from a single URI.



61
62
63
64
# File 'proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb', line 61

class ImportYumArtifactsGcsSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end