Class: Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::YumRepository::PublicRepository

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

Overview

Publicly available Yum repositories constructed from a common repository base and a custom repository path.

Defined Under Namespace

Modules: RepositoryBase

Instance Attribute Summary collapse

Instance Attribute Details

#repository_base::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::YumRepository::PublicRepository::RepositoryBase

Returns A common public repository base for Yum.



317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 317

class PublicRepository
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Predefined list of publicly available repository bases for Yum.
  module RepositoryBase
    # Unspecified repository base.
    REPOSITORY_BASE_UNSPECIFIED = 0

    # CentOS.
    CENTOS = 1

    # CentOS Debug.
    CENTOS_DEBUG = 2

    # CentOS Vault.
    CENTOS_VAULT = 3

    # CentOS Stream.
    CENTOS_STREAM = 4

    # Rocky.
    ROCKY = 5

    # Fedora Extra Packages for Enterprise Linux (EPEL).
    EPEL = 6
  end
end

#repository_path::String

Returns A custom field to define a path to a specific repository from the base.

Returns:

  • (::String)

    A custom field to define a path to a specific repository from the base.



317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 317

class PublicRepository
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Predefined list of publicly available repository bases for Yum.
  module RepositoryBase
    # Unspecified repository base.
    REPOSITORY_BASE_UNSPECIFIED = 0

    # CentOS.
    CENTOS = 1

    # CentOS Debug.
    CENTOS_DEBUG = 2

    # CentOS Vault.
    CENTOS_VAULT = 3

    # CentOS Stream.
    CENTOS_STREAM = 4

    # Rocky.
    ROCKY = 5

    # Fedora Extra Packages for Enterprise Linux (EPEL).
    EPEL = 6
  end
end