- 2.53.0 (latest)
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.10
- 2.3.1
- 2.2.16
public interface NoteOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAttestationAuthority()
public abstract Authority getAttestationAuthority()
A note describing an attestation role.
.grafeas.v1beta1.attestation.Authority attestation_authority = 16;
Returns | |
---|---|
Type | Description |
Authority |
The attestationAuthority. |
getAttestationAuthorityOrBuilder()
public abstract AuthorityOrBuilder getAttestationAuthorityOrBuilder()
A note describing an attestation role.
.grafeas.v1beta1.attestation.Authority attestation_authority = 16;
Returns | |
---|---|
Type | Description |
AuthorityOrBuilder |
getBaseImage()
public abstract Basis getBaseImage()
A note describing a base image.
.grafeas.v1beta1.image.Basis base_image = 12;
Returns | |
---|---|
Type | Description |
Basis |
The baseImage. |
getBaseImageOrBuilder()
public abstract BasisOrBuilder getBaseImageOrBuilder()
A note describing a base image.
.grafeas.v1beta1.image.Basis base_image = 12;
Returns | |
---|---|
Type | Description |
BasisOrBuilder |
getBuild()
public abstract Build getBuild()
A note describing build provenance for a verifiable build.
.grafeas.v1beta1.build.Build build = 11;
Returns | |
---|---|
Type | Description |
Build |
The build. |
getBuildOrBuilder()
public abstract BuildOrBuilder getBuildOrBuilder()
A note describing build provenance for a verifiable build.
.grafeas.v1beta1.build.Build build = 11;
Returns | |
---|---|
Type | Description |
BuildOrBuilder |
getCreateTime()
public abstract 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 | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract 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 | |
---|---|
Type | Description |
TimestampOrBuilder |
getDeployable()
public abstract Deployable getDeployable()
A note describing something that can be deployed.
.grafeas.v1beta1.deployment.Deployable deployable = 14;
Returns | |
---|---|
Type | Description |
Deployable |
The deployable. |
getDeployableOrBuilder()
public abstract DeployableOrBuilder getDeployableOrBuilder()
A note describing something that can be deployed.
.grafeas.v1beta1.deployment.Deployable deployable = 14;
Returns | |
---|---|
Type | Description |
DeployableOrBuilder |
getDiscovery()
public abstract Discovery getDiscovery()
A note describing the initial analysis of a resource.
.grafeas.v1beta1.discovery.Discovery discovery = 15;
Returns | |
---|---|
Type | Description |
Discovery |
The discovery. |
getDiscoveryOrBuilder()
public abstract DiscoveryOrBuilder getDiscoveryOrBuilder()
A note describing the initial analysis of a resource.
.grafeas.v1beta1.discovery.Discovery discovery = 15;
Returns | |
---|---|
Type | Description |
DiscoveryOrBuilder |
getExpirationTime()
public abstract Timestamp getExpirationTime()
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
Returns | |
---|---|
Type | Description |
Timestamp |
The expirationTime. |
getExpirationTimeOrBuilder()
public abstract TimestampOrBuilder getExpirationTimeOrBuilder()
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getKind()
public abstract 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 | |
---|---|
Type | Description |
NoteKind |
The kind. |
getKindValue()
public abstract 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 | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for kind. |
getLongDescription()
public abstract String getLongDescription()
A detailed description of this note.
string long_description = 3;
Returns | |
---|---|
Type | Description |
String |
The longDescription. |
getLongDescriptionBytes()
public abstract ByteString getLongDescriptionBytes()
A detailed description of this note.
string long_description = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for longDescription. |
getName()
public abstract String getName()
Output only. The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getPackage()
public abstract Package getPackage()
A note describing a package hosted by various package managers.
.grafeas.v1beta1.package.Package package = 13;
Returns | |
---|---|
Type | Description |
Package |
The package. |
getPackageOrBuilder()
public abstract PackageOrBuilder getPackageOrBuilder()
A note describing a package hosted by various package managers.
.grafeas.v1beta1.package.Package package = 13;
Returns | |
---|---|
Type | Description |
PackageOrBuilder |
getRelatedNoteNames(int index)
public abstract String getRelatedNoteNames(int index)
Other notes related to this note.
repeated string related_note_names = 9;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The relatedNoteNames at the given index. |
getRelatedNoteNamesBytes(int index)
public abstract ByteString getRelatedNoteNamesBytes(int index)
Other notes related to this note.
repeated string related_note_names = 9;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the relatedNoteNames at the given index. |
getRelatedNoteNamesCount()
public abstract int getRelatedNoteNamesCount()
Other notes related to this note.
repeated string related_note_names = 9;
Returns | |
---|---|
Type | Description |
int |
The count of relatedNoteNames. |
getRelatedNoteNamesList()
public abstract List<String> getRelatedNoteNamesList()
Other notes related to this note.
repeated string related_note_names = 9;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the relatedNoteNames. |
getRelatedUrl(int index)
public abstract RelatedUrl getRelatedUrl(int index)
URLs associated with this note.
repeated .grafeas.v1beta1.RelatedUrl related_url = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RelatedUrl |
getRelatedUrlCount()
public abstract int getRelatedUrlCount()
URLs associated with this note.
repeated .grafeas.v1beta1.RelatedUrl related_url = 5;
Returns | |
---|---|
Type | Description |
int |
getRelatedUrlList()
public abstract List<RelatedUrl> getRelatedUrlList()
URLs associated with this note.
repeated .grafeas.v1beta1.RelatedUrl related_url = 5;
Returns | |
---|---|
Type | Description |
List<RelatedUrl> |
getRelatedUrlOrBuilder(int index)
public abstract RelatedUrlOrBuilder getRelatedUrlOrBuilder(int index)
URLs associated with this note.
repeated .grafeas.v1beta1.RelatedUrl related_url = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RelatedUrlOrBuilder |
getRelatedUrlOrBuilderList()
public abstract List<? extends RelatedUrlOrBuilder> getRelatedUrlOrBuilderList()
URLs associated with this note.
repeated .grafeas.v1beta1.RelatedUrl related_url = 5;
Returns | |
---|---|
Type | Description |
List<? extends io.grafeas.v1beta1.common.RelatedUrlOrBuilder> |
getShortDescription()
public abstract String getShortDescription()
A one sentence description of this note.
string short_description = 2;
Returns | |
---|---|
Type | Description |
String |
The shortDescription. |
getShortDescriptionBytes()
public abstract ByteString getShortDescriptionBytes()
A one sentence description of this note.
string short_description = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for shortDescription. |
getTypeCase()
public abstract Note.TypeCase getTypeCase()
Returns | |
---|---|
Type | Description |
Note.TypeCase |
getUpdateTime()
public abstract 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 | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract 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 | |
---|---|
Type | Description |
TimestampOrBuilder |
getVulnerability()
public abstract Vulnerability getVulnerability()
A note describing a package vulnerability.
.grafeas.v1beta1.vulnerability.Vulnerability vulnerability = 10;
Returns | |
---|---|
Type | Description |
Vulnerability |
The vulnerability. |
getVulnerabilityOrBuilder()
public abstract VulnerabilityOrBuilder getVulnerabilityOrBuilder()
A note describing a package vulnerability.
.grafeas.v1beta1.vulnerability.Vulnerability vulnerability = 10;
Returns | |
---|---|
Type | Description |
VulnerabilityOrBuilder |
hasAttestationAuthority()
public abstract boolean hasAttestationAuthority()
A note describing an attestation role.
.grafeas.v1beta1.attestation.Authority attestation_authority = 16;
Returns | |
---|---|
Type | Description |
boolean |
Whether the attestationAuthority field is set. |
hasBaseImage()
public abstract boolean hasBaseImage()
A note describing a base image.
.grafeas.v1beta1.image.Basis base_image = 12;
Returns | |
---|---|
Type | Description |
boolean |
Whether the baseImage field is set. |
hasBuild()
public abstract boolean hasBuild()
A note describing build provenance for a verifiable build.
.grafeas.v1beta1.build.Build build = 11;
Returns | |
---|---|
Type | Description |
boolean |
Whether the build field is set. |
hasCreateTime()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasDeployable()
public abstract boolean hasDeployable()
A note describing something that can be deployed.
.grafeas.v1beta1.deployment.Deployable deployable = 14;
Returns | |
---|---|
Type | Description |
boolean |
Whether the deployable field is set. |
hasDiscovery()
public abstract boolean hasDiscovery()
A note describing the initial analysis of a resource.
.grafeas.v1beta1.discovery.Discovery discovery = 15;
Returns | |
---|---|
Type | Description |
boolean |
Whether the discovery field is set. |
hasExpirationTime()
public abstract boolean hasExpirationTime()
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the expirationTime field is set. |
hasPackage()
public abstract boolean hasPackage()
A note describing a package hosted by various package managers.
.grafeas.v1beta1.package.Package package = 13;
Returns | |
---|---|
Type | Description |
boolean |
Whether the package field is set. |
hasUpdateTime()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |
hasVulnerability()
public abstract boolean hasVulnerability()
A note describing a package vulnerability.
.grafeas.v1beta1.vulnerability.Vulnerability vulnerability = 10;
Returns | |
---|---|
Type | Description |
boolean |
Whether the vulnerability field is set. |