Class: Grafeas::V1::Envelope

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

Overview

MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type.

Instance Attribute Summary collapse

Instance Attribute Details

#payload::String

Returns:

  • (::String)


97
98
99
100
# File 'proto_docs/grafeas/v1/common.rb', line 97

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

#payload_type::String

Returns:

  • (::String)


97
98
99
100
# File 'proto_docs/grafeas/v1/common.rb', line 97

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

#signatures::Array<::Grafeas::V1::EnvelopeSignature>

Returns:



97
98
99
100
# File 'proto_docs/grafeas/v1/common.rb', line 97

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