Class: Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::RepositoryResource::GooRepository

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the repository.

Returns:

  • (::String)

    Required. The name of the repository.



418
419
420
421
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 418

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

#url::String

Returns Required. The url of the repository.

Returns:

  • (::String)

    Required. The url of the repository.



418
419
420
421
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 418

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