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.
Parameters | |
---|---|
Name | Description |
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;
Returns | |
---|---|
Type | Description |
string |
setPayload
Generated from protobuf field bytes payload = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPayloadType
Generated from protobuf field string payload_type = 2;
Returns | |
---|---|
Type | Description |
string |
setPayloadType
Generated from protobuf field string payload_type = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSignatures
Generated from protobuf field repeated .grafeas.v1.EnvelopeSignature signatures = 3;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSignatures
Generated from protobuf field repeated .grafeas.v1.EnvelopeSignature signatures = 3;
Parameter | |
---|---|
Name | Description |
var |
array<Grafeas\V1\EnvelopeSignature>
|
Returns | |
---|---|
Type | Description |
$this |