Reference documentation and code samples for the Grafeas V1 Client class Publisher.
Publisher contains information about the publisher of this Note.
(-- api-linter: core::0123::resource-annotation=disabled aip.dev/not-precedent: Publisher is not a separate resource. --)
Generated from protobuf message grafeas.v1.VulnerabilityAssessmentNote.Publisher
Namespace
Grafeas \ V1 \ VulnerabilityAssessmentNoteMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the publisher. Examples: 'Google', 'Google Cloud Platform'. |
↳ issuing_authority |
string
Provides information about the authority of the issuing party to release the document, in particular, the party's constituency and responsibilities or other obligations. |
↳ publisher_namespace |
string
The context or namespace. Contains a URL which is under control of the issuing party and can be used as a globally unique identifier for that issuing party. Example: https://csaf.io |
getName
Name of the publisher.
Examples: 'Google', 'Google Cloud Platform'.
Returns | |
---|---|
Type | Description |
string |
setName
Name of the publisher.
Examples: 'Google', 'Google Cloud Platform'.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getIssuingAuthority
Provides information about the authority of the issuing party to release the document, in particular, the party's constituency and responsibilities or other obligations.
Returns | |
---|---|
Type | Description |
string |
setIssuingAuthority
Provides information about the authority of the issuing party to release the document, in particular, the party's constituency and responsibilities or other obligations.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPublisherNamespace
The context or namespace.
Contains a URL which is under control of the issuing party and can be used as a globally unique identifier for that issuing party. Example: https://csaf.io
Returns | |
---|---|
Type | Description |
string |
setPublisherNamespace
The context or namespace.
Contains a URL which is under control of the issuing party and can be used as a globally unique identifier for that issuing party. Example: https://csaf.io
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |