Class: Grafeas::V1::Hash

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/provenance.rb

Overview

Container message for hash values.

Instance Attribute Summary collapse

Instance Attribute Details

#type::String

Returns Required. The type of hash that was performed, e.g. "SHA-256".

Returns:

  • (::String)

    Required. The type of hash that was performed, e.g. "SHA-256".



135
136
137
138
# File 'proto_docs/grafeas/v1/provenance.rb', line 135

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

#value::String

Returns Required. The hash value.

Returns:

  • (::String)

    Required. The hash value.



135
136
137
138
# File 'proto_docs/grafeas/v1/provenance.rb', line 135

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