Class: Grafeas::V1::Envelope
- Inherits:
-
Object
- Object
- Grafeas::V1::Envelope
- 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
- #payload ⇒ ::String
- #payload_type ⇒ ::String
- #signatures ⇒ ::Array<::Grafeas::V1::EnvelopeSignature>
Instance Attribute Details
#payload ⇒ ::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 |