Interface VulnerabilityAssessmentNote.PublisherOrBuilder (2.17.0)

public static interface VulnerabilityAssessmentNote.PublisherOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIssuingAuthority()

public abstract String 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.

string issuing_authority = 2;

Returns
TypeDescription
String

The issuingAuthority.

getIssuingAuthorityBytes()

public abstract ByteString getIssuingAuthorityBytes()

Provides information about the authority of the issuing party to release the document, in particular, the party's constituency and responsibilities or other obligations.

string issuing_authority = 2;

Returns
TypeDescription
ByteString

The bytes for issuingAuthority.

getName()

public abstract String getName()

Name of the publisher. Examples: 'Google', 'Google Cloud Platform'.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the publisher. Examples: 'Google', 'Google Cloud Platform'.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getPublisherNamespace()

public abstract String 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

string publisher_namespace = 3;

Returns
TypeDescription
String

The publisherNamespace.

getPublisherNamespaceBytes()

public abstract ByteString getPublisherNamespaceBytes()

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

string publisher_namespace = 3;

Returns
TypeDescription
ByteString

The bytes for publisherNamespace.