Reference documentation and code samples for the Cloud OS Config V1alpha API class Google::Cloud::OsConfig::V1alpha::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.