public static final class Note.Builder extends GeneratedMessageV3.Builder<Note.Builder> implements NoteOrBuilder
A type of analysis that can be done for a resource.Protobuf type
grafeas.v1.Note
Modifier and Type | Method and Description |
---|---|
Note.Builder |
addAllRelatedNoteNames(Iterable<String> values)
Other notes related to this note.
|
Note.Builder |
addAllRelatedUrl(Iterable<? extends RelatedUrl> values)
URLs associated with this note.
|
Note.Builder |
addRelatedNoteNames(String value)
Other notes related to this note.
|
Note.Builder |
addRelatedNoteNamesBytes(ByteString value)
Other notes related to this note.
|
Note.Builder |
addRelatedUrl(int index,
RelatedUrl.Builder builderForValue)
URLs associated with this note.
|
Note.Builder |
addRelatedUrl(int index,
RelatedUrl value)
URLs associated with this note.
|
Note.Builder |
addRelatedUrl(RelatedUrl.Builder builderForValue)
URLs associated with this note.
|
Note.Builder |
addRelatedUrl(RelatedUrl value)
URLs associated with this note.
|
RelatedUrl.Builder |
addRelatedUrlBuilder()
URLs associated with this note.
|
RelatedUrl.Builder |
addRelatedUrlBuilder(int index)
URLs associated with this note.
|
Note.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Note |
build() |
Note |
buildPartial() |
Note.Builder |
clear() |
Note.Builder |
clearAttestation()
A note describing an attestation role.
|
Note.Builder |
clearBuild()
A note describing build provenance for a verifiable build.
|
Note.Builder |
clearCreateTime()
Output only.
|
Note.Builder |
clearDeployment()
A note describing something that can be deployed.
|
Note.Builder |
clearDiscovery()
A note describing the initial analysis of a resource.
|
Note.Builder |
clearExpirationTime()
Time of expiration for this note.
|
Note.Builder |
clearField(Descriptors.FieldDescriptor field) |
Note.Builder |
clearImage()
A note describing a base image.
|
Note.Builder |
clearKind()
Output only.
|
Note.Builder |
clearLongDescription()
A detailed description of this note.
|
Note.Builder |
clearName()
Output only.
|
Note.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
Note.Builder |
clearPackage()
A note describing a package hosted by various package managers.
|
Note.Builder |
clearRelatedNoteNames()
Other notes related to this note.
|
Note.Builder |
clearRelatedUrl()
URLs associated with this note.
|
Note.Builder |
clearShortDescription()
A one sentence description of this note.
|
Note.Builder |
clearType() |
Note.Builder |
clearUpdateTime()
Output only.
|
Note.Builder |
clearVulnerability()
A note describing a package vulnerability.
|
Note.Builder |
clone() |
AttestationNote |
getAttestation()
A note describing an attestation role.
|
AttestationNote.Builder |
getAttestationBuilder()
A note describing an attestation role.
|
AttestationNoteOrBuilder |
getAttestationOrBuilder()
A note describing an attestation role.
|
BuildNote |
getBuild()
A note describing build provenance for a verifiable build.
|
BuildNote.Builder |
getBuildBuilder()
A note describing build provenance for a verifiable build.
|
BuildNoteOrBuilder |
getBuildOrBuilder()
A note describing build provenance for a verifiable build.
|
Timestamp |
getCreateTime()
Output only.
|
Timestamp.Builder |
getCreateTimeBuilder()
Output only.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
Note |
getDefaultInstanceForType() |
DeploymentNote |
getDeployment()
A note describing something that can be deployed.
|
DeploymentNote.Builder |
getDeploymentBuilder()
A note describing something that can be deployed.
|
DeploymentNoteOrBuilder |
getDeploymentOrBuilder()
A note describing something that can be deployed.
|
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
DiscoveryNote |
getDiscovery()
A note describing the initial analysis of a resource.
|
DiscoveryNote.Builder |
getDiscoveryBuilder()
A note describing the initial analysis of a resource.
|
DiscoveryNoteOrBuilder |
getDiscoveryOrBuilder()
A note describing the initial analysis of a resource.
|
Timestamp |
getExpirationTime()
Time of expiration for this note.
|
Timestamp.Builder |
getExpirationTimeBuilder()
Time of expiration for this note.
|
TimestampOrBuilder |
getExpirationTimeOrBuilder()
Time of expiration for this note.
|
ImageNote |
getImage()
A note describing a base image.
|
ImageNote.Builder |
getImageBuilder()
A note describing a base image.
|
ImageNoteOrBuilder |
getImageOrBuilder()
A note describing a base image.
|
NoteKind |
getKind()
Output only.
|
int |
getKindValue()
Output only.
|
String |
getLongDescription()
A detailed description of this note.
|
ByteString |
getLongDescriptionBytes()
A detailed description of this note.
|
String |
getName()
Output only.
|
ByteString |
getNameBytes()
Output only.
|
PackageNote |
getPackage()
A note describing a package hosted by various package managers.
|
PackageNote.Builder |
getPackageBuilder()
A note describing a package hosted by various package managers.
|
PackageNoteOrBuilder |
getPackageOrBuilder()
A note describing a package hosted by various package managers.
|
String |
getRelatedNoteNames(int index)
Other notes related to this note.
|
ByteString |
getRelatedNoteNamesBytes(int index)
Other notes related to this note.
|
int |
getRelatedNoteNamesCount()
Other notes related to this note.
|
ProtocolStringList |
getRelatedNoteNamesList()
Other notes related to this note.
|
RelatedUrl |
getRelatedUrl(int index)
URLs associated with this note.
|
RelatedUrl.Builder |
getRelatedUrlBuilder(int index)
URLs associated with this note.
|
List<RelatedUrl.Builder> |
getRelatedUrlBuilderList()
URLs associated with this note.
|
int |
getRelatedUrlCount()
URLs associated with this note.
|
List<RelatedUrl> |
getRelatedUrlList()
URLs associated with this note.
|
RelatedUrlOrBuilder |
getRelatedUrlOrBuilder(int index)
URLs associated with this note.
|
List<? extends RelatedUrlOrBuilder> |
getRelatedUrlOrBuilderList()
URLs associated with this note.
|
String |
getShortDescription()
A one sentence description of this note.
|
ByteString |
getShortDescriptionBytes()
A one sentence description of this note.
|
Note.TypeCase |
getTypeCase() |
Timestamp |
getUpdateTime()
Output only.
|
Timestamp.Builder |
getUpdateTimeBuilder()
Output only.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
VulnerabilityNote |
getVulnerability()
A note describing a package vulnerability.
|
VulnerabilityNote.Builder |
getVulnerabilityBuilder()
A note describing a package vulnerability.
|
VulnerabilityNoteOrBuilder |
getVulnerabilityOrBuilder()
A note describing a package vulnerability.
|
boolean |
hasAttestation()
A note describing an attestation role.
|
boolean |
hasBuild()
A note describing build provenance for a verifiable build.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasDeployment()
A note describing something that can be deployed.
|
boolean |
hasDiscovery()
A note describing the initial analysis of a resource.
|
boolean |
hasExpirationTime()
Time of expiration for this note.
|
boolean |
hasImage()
A note describing a base image.
|
boolean |
hasPackage()
A note describing a package hosted by various package managers.
|
boolean |
hasUpdateTime()
Output only.
|
boolean |
hasVulnerability()
A note describing a package vulnerability.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Note.Builder |
mergeAttestation(AttestationNote value)
A note describing an attestation role.
|
Note.Builder |
mergeBuild(BuildNote value)
A note describing build provenance for a verifiable build.
|
Note.Builder |
mergeCreateTime(Timestamp value)
Output only.
|
Note.Builder |
mergeDeployment(DeploymentNote value)
A note describing something that can be deployed.
|
Note.Builder |
mergeDiscovery(DiscoveryNote value)
A note describing the initial analysis of a resource.
|
Note.Builder |
mergeExpirationTime(Timestamp value)
Time of expiration for this note.
|
Note.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Note.Builder |
mergeFrom(Message other) |
Note.Builder |
mergeFrom(Note other) |
Note.Builder |
mergeImage(ImageNote value)
A note describing a base image.
|
Note.Builder |
mergePackage(PackageNote value)
A note describing a package hosted by various package managers.
|
Note.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
Note.Builder |
mergeUpdateTime(Timestamp value)
Output only.
|
Note.Builder |
mergeVulnerability(VulnerabilityNote value)
A note describing a package vulnerability.
|
Note.Builder |
removeRelatedUrl(int index)
URLs associated with this note.
|
Note.Builder |
setAttestation(AttestationNote.Builder builderForValue)
A note describing an attestation role.
|
Note.Builder |
setAttestation(AttestationNote value)
A note describing an attestation role.
|
Note.Builder |
setBuild(BuildNote.Builder builderForValue)
A note describing build provenance for a verifiable build.
|
Note.Builder |
setBuild(BuildNote value)
A note describing build provenance for a verifiable build.
|
Note.Builder |
setCreateTime(Timestamp.Builder builderForValue)
Output only.
|
Note.Builder |
setCreateTime(Timestamp value)
Output only.
|
Note.Builder |
setDeployment(DeploymentNote.Builder builderForValue)
A note describing something that can be deployed.
|
Note.Builder |
setDeployment(DeploymentNote value)
A note describing something that can be deployed.
|
Note.Builder |
setDiscovery(DiscoveryNote.Builder builderForValue)
A note describing the initial analysis of a resource.
|
Note.Builder |
setDiscovery(DiscoveryNote value)
A note describing the initial analysis of a resource.
|
Note.Builder |
setExpirationTime(Timestamp.Builder builderForValue)
Time of expiration for this note.
|
Note.Builder |
setExpirationTime(Timestamp value)
Time of expiration for this note.
|
Note.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
Note.Builder |
setImage(ImageNote.Builder builderForValue)
A note describing a base image.
|
Note.Builder |
setImage(ImageNote value)
A note describing a base image.
|
Note.Builder |
setKind(NoteKind value)
Output only.
|
Note.Builder |
setKindValue(int value)
Output only.
|
Note.Builder |
setLongDescription(String value)
A detailed description of this note.
|
Note.Builder |
setLongDescriptionBytes(ByteString value)
A detailed description of this note.
|
Note.Builder |
setName(String value)
Output only.
|
Note.Builder |
setNameBytes(ByteString value)
Output only.
|
Note.Builder |
setPackage(PackageNote.Builder builderForValue)
A note describing a package hosted by various package managers.
|
Note.Builder |
setPackage(PackageNote value)
A note describing a package hosted by various package managers.
|
Note.Builder |
setRelatedNoteNames(int index,
String value)
Other notes related to this note.
|
Note.Builder |
setRelatedUrl(int index,
RelatedUrl.Builder builderForValue)
URLs associated with this note.
|
Note.Builder |
setRelatedUrl(int index,
RelatedUrl value)
URLs associated with this note.
|
Note.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Note.Builder |
setShortDescription(String value)
A one sentence description of this note.
|
Note.Builder |
setShortDescriptionBytes(ByteString value)
A one sentence description of this note.
|
Note.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
Note.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
Output only.
|
Note.Builder |
setUpdateTime(Timestamp value)
Output only.
|
Note.Builder |
setVulnerability(VulnerabilityNote.Builder builderForValue)
A note describing a package vulnerability.
|
Note.Builder |
setVulnerability(VulnerabilityNote value)
A note describing a package vulnerability.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<Note.Builder>
public Note.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<Note.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<Note.Builder>
public Note getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public Note build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public Note buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public Note.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<Note.Builder>
public Note.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<Note.Builder>
public Note.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<Note.Builder>
public Note.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<Note.Builder>
public Note.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<Note.Builder>
public Note.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<Note.Builder>
public Note.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<Note.Builder>
public Note.Builder mergeFrom(Note other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<Note.Builder>
public Note.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<Note.Builder>
IOException
public Note.TypeCase getTypeCase()
getTypeCase
in interface NoteOrBuilder
public Note.Builder clearType()
public String getName()
Output only. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
string name = 1;
getName
in interface NoteOrBuilder
public ByteString getNameBytes()
Output only. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
string name = 1;
getNameBytes
in interface NoteOrBuilder
public Note.Builder setName(String value)
Output only. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
string name = 1;
public Note.Builder clearName()
Output only. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
string name = 1;
public Note.Builder setNameBytes(ByteString value)
Output only. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
string name = 1;
public String getShortDescription()
A one sentence description of this note.
string short_description = 2;
getShortDescription
in interface NoteOrBuilder
public ByteString getShortDescriptionBytes()
A one sentence description of this note.
string short_description = 2;
getShortDescriptionBytes
in interface NoteOrBuilder
public Note.Builder setShortDescription(String value)
A one sentence description of this note.
string short_description = 2;
public Note.Builder clearShortDescription()
A one sentence description of this note.
string short_description = 2;
public Note.Builder setShortDescriptionBytes(ByteString value)
A one sentence description of this note.
string short_description = 2;
public String getLongDescription()
A detailed description of this note.
string long_description = 3;
getLongDescription
in interface NoteOrBuilder
public ByteString getLongDescriptionBytes()
A detailed description of this note.
string long_description = 3;
getLongDescriptionBytes
in interface NoteOrBuilder
public Note.Builder setLongDescription(String value)
A detailed description of this note.
string long_description = 3;
public Note.Builder clearLongDescription()
A detailed description of this note.
string long_description = 3;
public Note.Builder setLongDescriptionBytes(ByteString value)
A detailed description of this note.
string long_description = 3;
public int getKindValue()
Output only. The type of analysis. This field can be used as a filter in list requests.
.grafeas.v1.NoteKind kind = 4;
getKindValue
in interface NoteOrBuilder
public Note.Builder setKindValue(int value)
Output only. The type of analysis. This field can be used as a filter in list requests.
.grafeas.v1.NoteKind kind = 4;
public NoteKind getKind()
Output only. The type of analysis. This field can be used as a filter in list requests.
.grafeas.v1.NoteKind kind = 4;
getKind
in interface NoteOrBuilder
public Note.Builder setKind(NoteKind value)
Output only. The type of analysis. This field can be used as a filter in list requests.
.grafeas.v1.NoteKind kind = 4;
public Note.Builder clearKind()
Output only. The type of analysis. This field can be used as a filter in list requests.
.grafeas.v1.NoteKind kind = 4;
public List<RelatedUrl> getRelatedUrlList()
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
getRelatedUrlList
in interface NoteOrBuilder
public int getRelatedUrlCount()
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
getRelatedUrlCount
in interface NoteOrBuilder
public RelatedUrl getRelatedUrl(int index)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
getRelatedUrl
in interface NoteOrBuilder
public Note.Builder setRelatedUrl(int index, RelatedUrl value)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public Note.Builder setRelatedUrl(int index, RelatedUrl.Builder builderForValue)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public Note.Builder addRelatedUrl(RelatedUrl value)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public Note.Builder addRelatedUrl(int index, RelatedUrl value)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public Note.Builder addRelatedUrl(RelatedUrl.Builder builderForValue)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public Note.Builder addRelatedUrl(int index, RelatedUrl.Builder builderForValue)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public Note.Builder addAllRelatedUrl(Iterable<? extends RelatedUrl> values)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public Note.Builder clearRelatedUrl()
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public Note.Builder removeRelatedUrl(int index)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public RelatedUrl.Builder getRelatedUrlBuilder(int index)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public RelatedUrlOrBuilder getRelatedUrlOrBuilder(int index)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
getRelatedUrlOrBuilder
in interface NoteOrBuilder
public List<? extends RelatedUrlOrBuilder> getRelatedUrlOrBuilderList()
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
getRelatedUrlOrBuilderList
in interface NoteOrBuilder
public RelatedUrl.Builder addRelatedUrlBuilder()
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public RelatedUrl.Builder addRelatedUrlBuilder(int index)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public List<RelatedUrl.Builder> getRelatedUrlBuilderList()
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
public boolean hasExpirationTime()
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
hasExpirationTime
in interface NoteOrBuilder
public Timestamp getExpirationTime()
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
getExpirationTime
in interface NoteOrBuilder
public Note.Builder setExpirationTime(Timestamp value)
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
public Note.Builder setExpirationTime(Timestamp.Builder builderForValue)
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
public Note.Builder mergeExpirationTime(Timestamp value)
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
public Note.Builder clearExpirationTime()
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
public Timestamp.Builder getExpirationTimeBuilder()
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
public TimestampOrBuilder getExpirationTimeOrBuilder()
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
getExpirationTimeOrBuilder
in interface NoteOrBuilder
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;
hasCreateTime
in interface NoteOrBuilder
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;
getCreateTime
in interface NoteOrBuilder
public Note.Builder setCreateTime(Timestamp value)
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;
public Note.Builder setCreateTime(Timestamp.Builder builderForValue)
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;
public Note.Builder mergeCreateTime(Timestamp value)
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;
public Note.Builder clearCreateTime()
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;
public Timestamp.Builder getCreateTimeBuilder()
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;
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;
getCreateTimeOrBuilder
in interface NoteOrBuilder
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;
hasUpdateTime
in interface NoteOrBuilder
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;
getUpdateTime
in interface NoteOrBuilder
public Note.Builder setUpdateTime(Timestamp value)
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;
public Note.Builder setUpdateTime(Timestamp.Builder builderForValue)
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;
public Note.Builder mergeUpdateTime(Timestamp value)
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;
public Note.Builder clearUpdateTime()
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;
public Timestamp.Builder getUpdateTimeBuilder()
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;
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;
getUpdateTimeOrBuilder
in interface NoteOrBuilder
public ProtocolStringList getRelatedNoteNamesList()
Other notes related to this note.
repeated string related_note_names = 9;
getRelatedNoteNamesList
in interface NoteOrBuilder
public int getRelatedNoteNamesCount()
Other notes related to this note.
repeated string related_note_names = 9;
getRelatedNoteNamesCount
in interface NoteOrBuilder
public String getRelatedNoteNames(int index)
Other notes related to this note.
repeated string related_note_names = 9;
getRelatedNoteNames
in interface NoteOrBuilder
public ByteString getRelatedNoteNamesBytes(int index)
Other notes related to this note.
repeated string related_note_names = 9;
getRelatedNoteNamesBytes
in interface NoteOrBuilder
public Note.Builder setRelatedNoteNames(int index, String value)
Other notes related to this note.
repeated string related_note_names = 9;
public Note.Builder addRelatedNoteNames(String value)
Other notes related to this note.
repeated string related_note_names = 9;
public Note.Builder addAllRelatedNoteNames(Iterable<String> values)
Other notes related to this note.
repeated string related_note_names = 9;
public Note.Builder clearRelatedNoteNames()
Other notes related to this note.
repeated string related_note_names = 9;
public Note.Builder addRelatedNoteNamesBytes(ByteString value)
Other notes related to this note.
repeated string related_note_names = 9;
public boolean hasVulnerability()
A note describing a package vulnerability.
.grafeas.v1.VulnerabilityNote vulnerability = 10;
hasVulnerability
in interface NoteOrBuilder
public VulnerabilityNote getVulnerability()
A note describing a package vulnerability.
.grafeas.v1.VulnerabilityNote vulnerability = 10;
getVulnerability
in interface NoteOrBuilder
public Note.Builder setVulnerability(VulnerabilityNote value)
A note describing a package vulnerability.
.grafeas.v1.VulnerabilityNote vulnerability = 10;
public Note.Builder setVulnerability(VulnerabilityNote.Builder builderForValue)
A note describing a package vulnerability.
.grafeas.v1.VulnerabilityNote vulnerability = 10;
public Note.Builder mergeVulnerability(VulnerabilityNote value)
A note describing a package vulnerability.
.grafeas.v1.VulnerabilityNote vulnerability = 10;
public Note.Builder clearVulnerability()
A note describing a package vulnerability.
.grafeas.v1.VulnerabilityNote vulnerability = 10;
public VulnerabilityNote.Builder getVulnerabilityBuilder()
A note describing a package vulnerability.
.grafeas.v1.VulnerabilityNote vulnerability = 10;
public VulnerabilityNoteOrBuilder getVulnerabilityOrBuilder()
A note describing a package vulnerability.
.grafeas.v1.VulnerabilityNote vulnerability = 10;
getVulnerabilityOrBuilder
in interface NoteOrBuilder
public boolean hasBuild()
A note describing build provenance for a verifiable build.
.grafeas.v1.BuildNote build = 11;
hasBuild
in interface NoteOrBuilder
public BuildNote getBuild()
A note describing build provenance for a verifiable build.
.grafeas.v1.BuildNote build = 11;
getBuild
in interface NoteOrBuilder
public Note.Builder setBuild(BuildNote value)
A note describing build provenance for a verifiable build.
.grafeas.v1.BuildNote build = 11;
public Note.Builder setBuild(BuildNote.Builder builderForValue)
A note describing build provenance for a verifiable build.
.grafeas.v1.BuildNote build = 11;
public Note.Builder mergeBuild(BuildNote value)
A note describing build provenance for a verifiable build.
.grafeas.v1.BuildNote build = 11;
public Note.Builder clearBuild()
A note describing build provenance for a verifiable build.
.grafeas.v1.BuildNote build = 11;
public BuildNote.Builder getBuildBuilder()
A note describing build provenance for a verifiable build.
.grafeas.v1.BuildNote build = 11;
public BuildNoteOrBuilder getBuildOrBuilder()
A note describing build provenance for a verifiable build.
.grafeas.v1.BuildNote build = 11;
getBuildOrBuilder
in interface NoteOrBuilder
public boolean hasImage()
A note describing a base image.
.grafeas.v1.ImageNote image = 12;
hasImage
in interface NoteOrBuilder
public ImageNote getImage()
A note describing a base image.
.grafeas.v1.ImageNote image = 12;
getImage
in interface NoteOrBuilder
public Note.Builder setImage(ImageNote value)
A note describing a base image.
.grafeas.v1.ImageNote image = 12;
public Note.Builder setImage(ImageNote.Builder builderForValue)
A note describing a base image.
.grafeas.v1.ImageNote image = 12;
public Note.Builder mergeImage(ImageNote value)
A note describing a base image.
.grafeas.v1.ImageNote image = 12;
public Note.Builder clearImage()
A note describing a base image.
.grafeas.v1.ImageNote image = 12;
public ImageNote.Builder getImageBuilder()
A note describing a base image.
.grafeas.v1.ImageNote image = 12;
public ImageNoteOrBuilder getImageOrBuilder()
A note describing a base image.
.grafeas.v1.ImageNote image = 12;
getImageOrBuilder
in interface NoteOrBuilder
public boolean hasPackage()
A note describing a package hosted by various package managers.
.grafeas.v1.PackageNote package = 13;
hasPackage
in interface NoteOrBuilder
public PackageNote getPackage()
A note describing a package hosted by various package managers.
.grafeas.v1.PackageNote package = 13;
getPackage
in interface NoteOrBuilder
public Note.Builder setPackage(PackageNote value)
A note describing a package hosted by various package managers.
.grafeas.v1.PackageNote package = 13;
public Note.Builder setPackage(PackageNote.Builder builderForValue)
A note describing a package hosted by various package managers.
.grafeas.v1.PackageNote package = 13;
public Note.Builder mergePackage(PackageNote value)
A note describing a package hosted by various package managers.
.grafeas.v1.PackageNote package = 13;
public Note.Builder clearPackage()
A note describing a package hosted by various package managers.
.grafeas.v1.PackageNote package = 13;
public PackageNote.Builder getPackageBuilder()
A note describing a package hosted by various package managers.
.grafeas.v1.PackageNote package = 13;
public PackageNoteOrBuilder getPackageOrBuilder()
A note describing a package hosted by various package managers.
.grafeas.v1.PackageNote package = 13;
getPackageOrBuilder
in interface NoteOrBuilder
public boolean hasDeployment()
A note describing something that can be deployed.
.grafeas.v1.DeploymentNote deployment = 14;
hasDeployment
in interface NoteOrBuilder
public DeploymentNote getDeployment()
A note describing something that can be deployed.
.grafeas.v1.DeploymentNote deployment = 14;
getDeployment
in interface NoteOrBuilder
public Note.Builder setDeployment(DeploymentNote value)
A note describing something that can be deployed.
.grafeas.v1.DeploymentNote deployment = 14;
public Note.Builder setDeployment(DeploymentNote.Builder builderForValue)
A note describing something that can be deployed.
.grafeas.v1.DeploymentNote deployment = 14;
public Note.Builder mergeDeployment(DeploymentNote value)
A note describing something that can be deployed.
.grafeas.v1.DeploymentNote deployment = 14;
public Note.Builder clearDeployment()
A note describing something that can be deployed.
.grafeas.v1.DeploymentNote deployment = 14;
public DeploymentNote.Builder getDeploymentBuilder()
A note describing something that can be deployed.
.grafeas.v1.DeploymentNote deployment = 14;
public DeploymentNoteOrBuilder getDeploymentOrBuilder()
A note describing something that can be deployed.
.grafeas.v1.DeploymentNote deployment = 14;
getDeploymentOrBuilder
in interface NoteOrBuilder
public boolean hasDiscovery()
A note describing the initial analysis of a resource.
.grafeas.v1.DiscoveryNote discovery = 15;
hasDiscovery
in interface NoteOrBuilder
public DiscoveryNote getDiscovery()
A note describing the initial analysis of a resource.
.grafeas.v1.DiscoveryNote discovery = 15;
getDiscovery
in interface NoteOrBuilder
public Note.Builder setDiscovery(DiscoveryNote value)
A note describing the initial analysis of a resource.
.grafeas.v1.DiscoveryNote discovery = 15;
public Note.Builder setDiscovery(DiscoveryNote.Builder builderForValue)
A note describing the initial analysis of a resource.
.grafeas.v1.DiscoveryNote discovery = 15;
public Note.Builder mergeDiscovery(DiscoveryNote value)
A note describing the initial analysis of a resource.
.grafeas.v1.DiscoveryNote discovery = 15;
public Note.Builder clearDiscovery()
A note describing the initial analysis of a resource.
.grafeas.v1.DiscoveryNote discovery = 15;
public DiscoveryNote.Builder getDiscoveryBuilder()
A note describing the initial analysis of a resource.
.grafeas.v1.DiscoveryNote discovery = 15;
public DiscoveryNoteOrBuilder getDiscoveryOrBuilder()
A note describing the initial analysis of a resource.
.grafeas.v1.DiscoveryNote discovery = 15;
getDiscoveryOrBuilder
in interface NoteOrBuilder
public boolean hasAttestation()
A note describing an attestation role.
.grafeas.v1.AttestationNote attestation = 16;
hasAttestation
in interface NoteOrBuilder
public AttestationNote getAttestation()
A note describing an attestation role.
.grafeas.v1.AttestationNote attestation = 16;
getAttestation
in interface NoteOrBuilder
public Note.Builder setAttestation(AttestationNote value)
A note describing an attestation role.
.grafeas.v1.AttestationNote attestation = 16;
public Note.Builder setAttestation(AttestationNote.Builder builderForValue)
A note describing an attestation role.
.grafeas.v1.AttestationNote attestation = 16;
public Note.Builder mergeAttestation(AttestationNote value)
A note describing an attestation role.
.grafeas.v1.AttestationNote attestation = 16;
public Note.Builder clearAttestation()
A note describing an attestation role.
.grafeas.v1.AttestationNote attestation = 16;
public AttestationNote.Builder getAttestationBuilder()
A note describing an attestation role.
.grafeas.v1.AttestationNote attestation = 16;
public AttestationNoteOrBuilder getAttestationOrBuilder()
A note describing an attestation role.
.grafeas.v1.AttestationNote attestation = 16;
getAttestationOrBuilder
in interface NoteOrBuilder
public final Note.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<Note.Builder>
public final Note.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<Note.Builder>
Copyright © 2019 Google LLC. All rights reserved.