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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1/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.



401
402
403
404
# File 'proto_docs/google/cloud/osconfig/v1/os_policy.rb', line 401

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.



401
402
403
404
# File 'proto_docs/google/cloud/osconfig/v1/os_policy.rb', line 401

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