Reference documentation and code samples for the Grafeas V1 Client class Envelope.
MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto . An authenticated message of arbitrary type.
Generated from protobuf message grafeas.v1.Envelope
Namespace
Grafeas \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ payload
string
↳ payload_type
string
↳ signatures
array< Grafeas\V1\EnvelopeSignature
>
getPayload
Generated from protobuf field bytes payload = 1;
string
setPayload
Generated from protobuf field bytes payload = 1;
var
string
$this
getPayloadType
Generated from protobuf field string payload_type = 2;
string
setPayloadType
Generated from protobuf field string payload_type = 2;
var
string
$this
getSignatures
Generated from protobuf field repeated .grafeas.v1.EnvelopeSignature signatures = 3;
setSignatures
Generated from protobuf field repeated .grafeas.v1.EnvelopeSignature signatures = 3;
$this