Grafeas V1 Client - Class Subject (0.6.0)

Reference documentation and code samples for the Grafeas V1 Client class Subject.

Generated from protobuf message grafeas.v1.Subject

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string
↳ digest array|Google\Protobuf\Internal\MapField

"<ALGORITHM>": "<HEX_VALUE>" Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet

getName

Generated from protobuf field string name = 1;

Returns
TypeDescription
string

setName

Generated from protobuf field string name = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDigest

"<ALGORITHM>": "<HEX_VALUE>" Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setDigest

"<ALGORITHM>": "<HEX_VALUE>" Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this