Reference documentation and code samples for the Grafeas V1 Client class Subject.
Generated from protobuf message grafeas.v1.Subject
Namespace
Grafeas \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
|
↳ digest |
array|Google\Protobuf\Internal\MapField
|
getName
Generated from protobuf field string name = 1;
Returns | |
---|---|
Type | Description |
string |
setName
Generated from protobuf field string name = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |