Class Note (2.2.16)

public final class Note extends GeneratedMessageV3 implements NoteOrBuilder

A type of analysis that can be done for a resource.

Protobuf type grafeas.v1beta1.Note

Implements

NoteOrBuilder

Static Fields

ATTESTATION_AUTHORITY_FIELD_NUMBER

public static final int ATTESTATION_AUTHORITY_FIELD_NUMBER
Field Value
TypeDescription
int

BASE_IMAGE_FIELD_NUMBER

public static final int BASE_IMAGE_FIELD_NUMBER
Field Value
TypeDescription
int

BUILD_FIELD_NUMBER

public static final int BUILD_FIELD_NUMBER
Field Value
TypeDescription
int

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

DEPLOYABLE_FIELD_NUMBER

public static final int DEPLOYABLE_FIELD_NUMBER
Field Value
TypeDescription
int

DISCOVERY_FIELD_NUMBER

public static final int DISCOVERY_FIELD_NUMBER
Field Value
TypeDescription
int

EXPIRATION_TIME_FIELD_NUMBER

public static final int EXPIRATION_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
Field Value
TypeDescription
int

LONG_DESCRIPTION_FIELD_NUMBER

public static final int LONG_DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

PACKAGE_FIELD_NUMBER

public static final int PACKAGE_FIELD_NUMBER
Field Value
TypeDescription
int
public static final int RELATED_NOTE_NAMES_FIELD_NUMBER
Field Value
TypeDescription
int
public static final int RELATED_URL_FIELD_NUMBER
Field Value
TypeDescription
int

SHORT_DESCRIPTION_FIELD_NUMBER

public static final int SHORT_DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

UPDATE_TIME_FIELD_NUMBER

public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

VULNERABILITY_FIELD_NUMBER

public static final int VULNERABILITY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Note getDefaultInstance()
Returns
TypeDescription
Note

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Note.Builder newBuilder()
Returns
TypeDescription
Note.Builder

newBuilder(Note prototype)

public static Note.Builder newBuilder(Note prototype)
Parameter
NameDescription
prototypeNote
Returns
TypeDescription
Note.Builder

parseDelimitedFrom(InputStream input)

public static Note parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Note
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Note parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Note
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Note parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Note
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Note parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Note
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Note parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Note
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Note parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Note
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Note parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Note
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Note parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Note
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Note parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Note
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Note parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Note
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Note parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Note
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Note parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Note
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Note> parser()
Returns
TypeDescription
Parser<Note>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAttestationAuthority()

public Authority getAttestationAuthority()

A note describing an attestation role.

.grafeas.v1beta1.attestation.Authority attestation_authority = 16;

Returns
TypeDescription
Authority

The attestationAuthority.

getAttestationAuthorityOrBuilder()

public AuthorityOrBuilder getAttestationAuthorityOrBuilder()

A note describing an attestation role.

.grafeas.v1beta1.attestation.Authority attestation_authority = 16;

Returns
TypeDescription
AuthorityOrBuilder

getBaseImage()

public Basis getBaseImage()

A note describing a base image.

.grafeas.v1beta1.image.Basis base_image = 12;

Returns
TypeDescription
Basis

The baseImage.

getBaseImageOrBuilder()

public BasisOrBuilder getBaseImageOrBuilder()

A note describing a base image.

.grafeas.v1beta1.image.Basis base_image = 12;

Returns
TypeDescription
BasisOrBuilder

getBuild()

public Build getBuild()

A note describing build provenance for a verifiable build.

.grafeas.v1beta1.build.Build build = 11;

Returns
TypeDescription
Build

The build.

getBuildOrBuilder()

public BuildOrBuilder getBuildOrBuilder()

A note describing build provenance for a verifiable build.

.grafeas.v1beta1.build.Build build = 11;

Returns
TypeDescription
BuildOrBuilder

getCreateTime()

public Timestamp getCreateTime()

Output only. The time this note was created. This field can be used as a filter in list requests.

.google.protobuf.Timestamp create_time = 7;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time this note was created. This field can be used as a filter in list requests.

.google.protobuf.Timestamp create_time = 7;

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public Note getDefaultInstanceForType()
Returns
TypeDescription
Note

getDeployable()

public Deployable getDeployable()

A note describing something that can be deployed.

.grafeas.v1beta1.deployment.Deployable deployable = 14;

Returns
TypeDescription
Deployable

The deployable.

getDeployableOrBuilder()

public DeployableOrBuilder getDeployableOrBuilder()

A note describing something that can be deployed.

.grafeas.v1beta1.deployment.Deployable deployable = 14;

Returns
TypeDescription
DeployableOrBuilder

getDiscovery()

public Discovery getDiscovery()

A note describing the initial analysis of a resource.

.grafeas.v1beta1.discovery.Discovery discovery = 15;

Returns
TypeDescription
Discovery

The discovery.

getDiscoveryOrBuilder()

public DiscoveryOrBuilder getDiscoveryOrBuilder()

A note describing the initial analysis of a resource.

.grafeas.v1beta1.discovery.Discovery discovery = 15;

Returns
TypeDescription
DiscoveryOrBuilder

getExpirationTime()

public Timestamp getExpirationTime()

Time of expiration for this note. Empty if note does not expire.

.google.protobuf.Timestamp expiration_time = 6;

Returns
TypeDescription
Timestamp

The expirationTime.

getExpirationTimeOrBuilder()

public TimestampOrBuilder getExpirationTimeOrBuilder()

Time of expiration for this note. Empty if note does not expire.

.google.protobuf.Timestamp expiration_time = 6;

Returns
TypeDescription
TimestampOrBuilder

getKind()

public NoteKind getKind()

Output only. The type of analysis. This field can be used as a filter in list requests.

.grafeas.v1beta1.NoteKind kind = 4;

Returns
TypeDescription
NoteKind

The kind.

getKindValue()

public int getKindValue()

Output only. The type of analysis. This field can be used as a filter in list requests.

.grafeas.v1beta1.NoteKind kind = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for kind.

getLongDescription()

public String getLongDescription()

A detailed description of this note.

string long_description = 3;

Returns
TypeDescription
String

The longDescription.

getLongDescriptionBytes()

public ByteString getLongDescriptionBytes()

A detailed description of this note.

string long_description = 3;

Returns
TypeDescription
ByteString

The bytes for longDescription.

getName()

public String getName()

Output only. The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getPackage()

public Package getPackage()

A note describing a package hosted by various package managers.

.grafeas.v1beta1.package.Package package = 13;

Returns
TypeDescription
Package

The package.

getPackageOrBuilder()

public PackageOrBuilder getPackageOrBuilder()

A note describing a package hosted by various package managers.

.grafeas.v1beta1.package.Package package = 13;

Returns
TypeDescription
PackageOrBuilder

getParserForType()

public Parser<Note> getParserForType()
Returns
TypeDescription
Parser<Note>
Overrides

getRelatedNoteNames(int index)

public String getRelatedNoteNames(int index)

Other notes related to this note.

repeated string related_note_names = 9;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The relatedNoteNames at the given index.

getRelatedNoteNamesBytes(int index)

public ByteString getRelatedNoteNamesBytes(int index)

Other notes related to this note.

repeated string related_note_names = 9;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the relatedNoteNames at the given index.

getRelatedNoteNamesCount()

public int getRelatedNoteNamesCount()

Other notes related to this note.

repeated string related_note_names = 9;

Returns
TypeDescription
int

The count of relatedNoteNames.

getRelatedNoteNamesList()

public ProtocolStringList getRelatedNoteNamesList()

Other notes related to this note.

repeated string related_note_names = 9;

Returns
TypeDescription
ProtocolStringList

A list containing the relatedNoteNames.

getRelatedUrl(int index)

public RelatedUrl getRelatedUrl(int index)

URLs associated with this note.

repeated .grafeas.v1beta1.RelatedUrl related_url = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
RelatedUrl

getRelatedUrlCount()

public int getRelatedUrlCount()

URLs associated with this note.

repeated .grafeas.v1beta1.RelatedUrl related_url = 5;

Returns
TypeDescription
int

getRelatedUrlList()

public List<RelatedUrl> getRelatedUrlList()

URLs associated with this note.

repeated .grafeas.v1beta1.RelatedUrl related_url = 5;

Returns
TypeDescription
List<RelatedUrl>

getRelatedUrlOrBuilder(int index)

public RelatedUrlOrBuilder getRelatedUrlOrBuilder(int index)

URLs associated with this note.

repeated .grafeas.v1beta1.RelatedUrl related_url = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
RelatedUrlOrBuilder

getRelatedUrlOrBuilderList()

public List<? extends RelatedUrlOrBuilder> getRelatedUrlOrBuilderList()

URLs associated with this note.

repeated .grafeas.v1beta1.RelatedUrl related_url = 5;

Returns
TypeDescription
List<? extends io.grafeas.v1beta1.common.RelatedUrlOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getShortDescription()

public String getShortDescription()

A one sentence description of this note.

string short_description = 2;

Returns
TypeDescription
String

The shortDescription.

getShortDescriptionBytes()

public ByteString getShortDescriptionBytes()

A one sentence description of this note.

string short_description = 2;

Returns
TypeDescription
ByteString

The bytes for shortDescription.

getTypeCase()

public Note.TypeCase getTypeCase()
Returns
TypeDescription
Note.TypeCase

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The time this note was last updated. This field can be used as a filter in list requests.

.google.protobuf.Timestamp update_time = 8;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time this note was last updated. This field can be used as a filter in list requests.

.google.protobuf.Timestamp update_time = 8;

Returns
TypeDescription
TimestampOrBuilder

getVulnerability()

public Vulnerability getVulnerability()

A note describing a package vulnerability.

.grafeas.v1beta1.vulnerability.Vulnerability vulnerability = 10;

Returns
TypeDescription
Vulnerability

The vulnerability.

getVulnerabilityOrBuilder()

public VulnerabilityOrBuilder getVulnerabilityOrBuilder()

A note describing a package vulnerability.

.grafeas.v1beta1.vulnerability.Vulnerability vulnerability = 10;

Returns
TypeDescription
VulnerabilityOrBuilder

hasAttestationAuthority()

public boolean hasAttestationAuthority()

A note describing an attestation role.

.grafeas.v1beta1.attestation.Authority attestation_authority = 16;

Returns
TypeDescription
boolean

Whether the attestationAuthority field is set.

hasBaseImage()

public boolean hasBaseImage()

A note describing a base image.

.grafeas.v1beta1.image.Basis base_image = 12;

Returns
TypeDescription
boolean

Whether the baseImage field is set.

hasBuild()

public boolean hasBuild()

A note describing build provenance for a verifiable build.

.grafeas.v1beta1.build.Build build = 11;

Returns
TypeDescription
boolean

Whether the build field is set.

hasCreateTime()

public boolean hasCreateTime()

Output only. The time this note was created. This field can be used as a filter in list requests.

.google.protobuf.Timestamp create_time = 7;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasDeployable()

public boolean hasDeployable()

A note describing something that can be deployed.

.grafeas.v1beta1.deployment.Deployable deployable = 14;

Returns
TypeDescription
boolean

Whether the deployable field is set.

hasDiscovery()

public boolean hasDiscovery()

A note describing the initial analysis of a resource.

.grafeas.v1beta1.discovery.Discovery discovery = 15;

Returns
TypeDescription
boolean

Whether the discovery field is set.

hasExpirationTime()

public boolean hasExpirationTime()

Time of expiration for this note. Empty if note does not expire.

.google.protobuf.Timestamp expiration_time = 6;

Returns
TypeDescription
boolean

Whether the expirationTime field is set.

hasPackage()

public boolean hasPackage()

A note describing a package hosted by various package managers.

.grafeas.v1beta1.package.Package package = 13;

Returns
TypeDescription
boolean

Whether the package field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The time this note was last updated. This field can be used as a filter in list requests.

.google.protobuf.Timestamp update_time = 8;

Returns
TypeDescription
boolean

Whether the updateTime field is set.

hasVulnerability()

public boolean hasVulnerability()

A note describing a package vulnerability.

.grafeas.v1beta1.vulnerability.Vulnerability vulnerability = 10;

Returns
TypeDescription
boolean

Whether the vulnerability field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Note.Builder newBuilderForType()
Returns
TypeDescription
Note.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Note.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Note.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Note.Builder toBuilder()
Returns
TypeDescription
Note.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException