Class: Google::Cloud::OsConfig::V1::OSPolicy::Resource::File::Remote

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

Specifies a file available via some URI.

Instance Attribute Summary collapse

Instance Attribute Details

#sha256_checksum::String

Returns SHA256 checksum of the remote file.

Returns:

  • (::String)

    SHA256 checksum of the remote file.



139
140
141
142
# File 'proto_docs/google/cloud/osconfig/v1/os_policy.rb', line 139

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

#uri::String

Returns Required. URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.

Returns:

  • (::String)

    Required. URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.



139
140
141
142
# File 'proto_docs/google/cloud/osconfig/v1/os_policy.rb', line 139

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