Represents a VexAssessment.
Package
@google-cloud/containeranalysisConstructors
(constructor)(properties)
constructor(properties?: grafeas.v1.VulnerabilityOccurrence.IVexAssessment);
Constructs a new VexAssessment.
Parameter | |
---|---|
Name | Description |
properties |
IVexAssessment
Properties to set |
Properties
cve
public cve: string;
VexAssessment cve.
impacts
public impacts: string[];
VexAssessment impacts.
justification
public justification?: (grafeas.v1.VulnerabilityAssessmentNote.Assessment.IJustification|null);
VexAssessment justification.
noteName
public noteName: string;
VexAssessment noteName.
relatedUris
public relatedUris: grafeas.v1.IRelatedUrl[];
VexAssessment relatedUris.
remediations
public remediations: grafeas.v1.VulnerabilityAssessmentNote.Assessment.IRemediation[];
VexAssessment remediations.
state
public state: (grafeas.v1.VulnerabilityAssessmentNote.Assessment.State|keyof typeof grafeas.v1.VulnerabilityAssessmentNote.Assessment.State);
VexAssessment state.
Methods
create(properties)
public static create(properties?: grafeas.v1.VulnerabilityOccurrence.IVexAssessment): grafeas.v1.VulnerabilityOccurrence.VexAssessment;
Creates a new VexAssessment instance using the specified properties.
Parameter | |
---|---|
Name | Description |
properties |
IVexAssessment
Properties to set |
Returns | |
---|---|
Type | Description |
VexAssessment |
VexAssessment instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): grafeas.v1.VulnerabilityOccurrence.VexAssessment;
Decodes a VexAssessment message from the specified reader or buffer.
Parameters | |
---|---|
Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Returns | |
---|---|
Type | Description |
VexAssessment |
VexAssessment |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): grafeas.v1.VulnerabilityOccurrence.VexAssessment;
Decodes a VexAssessment message from the specified reader or buffer, length delimited.
Parameter | |
---|---|
Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
Returns | |
---|---|
Type | Description |
VexAssessment |
VexAssessment |
encode(message, writer)
public static encode(message: grafeas.v1.VulnerabilityOccurrence.IVexAssessment, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified VexAssessment message. Does not implicitly messages.
Parameters | |
---|---|
Name | Description |
message |
IVexAssessment
VexAssessment message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Returns | |
---|---|
Type | Description |
$protobuf.Writer |
Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: grafeas.v1.VulnerabilityOccurrence.IVexAssessment, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified VexAssessment message, length delimited. Does not implicitly messages.
Parameters | |
---|---|
Name | Description |
message |
IVexAssessment
VexAssessment message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Returns | |
---|---|
Type | Description |
$protobuf.Writer |
Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): grafeas.v1.VulnerabilityOccurrence.VexAssessment;
Creates a VexAssessment message from a plain object. Also converts values to their respective internal types.
Parameter | |
---|---|
Name | Description |
object |
{ [k: string]: any }
Plain object |
Returns | |
---|---|
Type | Description |
VexAssessment |
VexAssessment |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;
Gets the default type url for VexAssessment
Parameter | |
---|---|
Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
Returns | |
---|---|
Type | Description |
string |
The default type url |
toJSON()
public toJSON(): { [k: string]: any };
Converts this VexAssessment to JSON.
Returns | |
---|---|
Type | Description |
{ [k: string]: any } |
JSON object |
toObject(message, options)
public static toObject(message: grafeas.v1.VulnerabilityOccurrence.VexAssessment, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a VexAssessment message. Also converts values to other types if specified.
Parameters | |
---|---|
Name | Description |
message |
VexAssessment
VexAssessment |
options |
$protobuf.IConversionOptions
Conversion options |
Returns | |
---|---|
Type | Description |
{ [k: string]: any } |
Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a VexAssessment message.
Parameter | |
---|---|
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Returns | |
---|---|
Type | Description |
(string|null) |
|