Cloud OS Config V1 API - Class Google::Cloud::OsConfig::V1::OSPolicy::Resource::RepositoryResource::GooRepository (v0.16.0)

Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::OSPolicy::Resource::RepositoryResource::GooRepository.

Represents a Goo package repository. These are added to a repo file that is managed at C:/ProgramData/GooGet/repos/google_osconfig.repo.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the repository.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the repository.
Returns
  • (::String) — Required. The name of the repository.

#url

def url() -> ::String
Returns
  • (::String) — Required. The url of the repository.

#url=

def url=(value) -> ::String
Parameter
  • value (::String) — Required. The url of the repository.
Returns
  • (::String) — Required. The url of the repository.