| Modifier and Type | Method and Description |
|---|---|
Cvssv3 |
Cvssv3.Builder.build() |
Cvssv3 |
Cvssv3.Builder.buildPartial() |
Cvssv3 |
Cve.getCvssv3()
Describe Common Vulnerability Scoring System specified at
https://www.first.org/cvss/v3.1/specification-document
|
Cvssv3 |
Cve.Builder.getCvssv3()
Describe Common Vulnerability Scoring System specified at
https://www.first.org/cvss/v3.1/specification-document
|
Cvssv3 |
CveOrBuilder.getCvssv3()
Describe Common Vulnerability Scoring System specified at
https://www.first.org/cvss/v3.1/specification-document
|
static Cvssv3 |
Cvssv3.getDefaultInstance() |
Cvssv3 |
Cvssv3.getDefaultInstanceForType() |
Cvssv3 |
Cvssv3.Builder.getDefaultInstanceForType() |
static Cvssv3 |
Cvssv3.parseDelimitedFrom(InputStream input) |
static Cvssv3 |
Cvssv3.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cvssv3 |
Cvssv3.parseFrom(byte[] data) |
static Cvssv3 |
Cvssv3.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cvssv3 |
Cvssv3.parseFrom(ByteBuffer data) |
static Cvssv3 |
Cvssv3.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cvssv3 |
Cvssv3.parseFrom(com.google.protobuf.ByteString data) |
static Cvssv3 |
Cvssv3.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cvssv3 |
Cvssv3.parseFrom(com.google.protobuf.CodedInputStream input) |
static Cvssv3 |
Cvssv3.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cvssv3 |
Cvssv3.parseFrom(InputStream input) |
static Cvssv3 |
Cvssv3.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Cvssv3> |
Cvssv3.getParserForType() |
static com.google.protobuf.Parser<Cvssv3> |
Cvssv3.parser() |
| Modifier and Type | Method and Description |
|---|---|
Cve.Builder |
Cve.Builder.mergeCvssv3(Cvssv3 value)
Describe Common Vulnerability Scoring System specified at
https://www.first.org/cvss/v3.1/specification-document
|
Cvssv3.Builder |
Cvssv3.Builder.mergeFrom(Cvssv3 other) |
static Cvssv3.Builder |
Cvssv3.newBuilder(Cvssv3 prototype) |
Cve.Builder |
Cve.Builder.setCvssv3(Cvssv3 value)
Describe Common Vulnerability Scoring System specified at
https://www.first.org/cvss/v3.1/specification-document
|
Copyright © 2024 Google LLC. All rights reserved.