Uses of Class
io.grafeas.v1beta1.vulnerability.CVSSv3
-
Packages that use CVSSv3 Package Description io.grafeas.v1beta1.vulnerability -
-
Uses of CVSSv3 in io.grafeas.v1beta1.vulnerability
Methods in io.grafeas.v1beta1.vulnerability that return CVSSv3 Modifier and Type Method Description CVSSv3
CVSSv3.Builder. build()
CVSSv3
CVSSv3.Builder. buildPartial()
CVSSv3
Vulnerability.Builder. getCvssV3()
The full description of the CVSSv3.CVSSv3
Vulnerability. getCvssV3()
The full description of the CVSSv3.CVSSv3
VulnerabilityOrBuilder. getCvssV3()
The full description of the CVSSv3.static CVSSv3
CVSSv3. getDefaultInstance()
CVSSv3
CVSSv3.Builder. getDefaultInstanceForType()
CVSSv3
CVSSv3. 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(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)
static CVSSv3
CVSSv3. parseFrom(ByteBuffer data)
static CVSSv3
CVSSv3. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grafeas.v1beta1.vulnerability that return types with arguments of type CVSSv3 Modifier and Type Method Description com.google.protobuf.Parser<CVSSv3>
CVSSv3. getParserForType()
static com.google.protobuf.Parser<CVSSv3>
CVSSv3. parser()
Methods in io.grafeas.v1beta1.vulnerability with parameters of type CVSSv3 Modifier and Type Method Description Vulnerability.Builder
Vulnerability.Builder. mergeCvssV3(CVSSv3 value)
The full description of the CVSSv3.CVSSv3.Builder
CVSSv3.Builder. mergeFrom(CVSSv3 other)
static CVSSv3.Builder
CVSSv3. newBuilder(CVSSv3 prototype)
Vulnerability.Builder
Vulnerability.Builder. setCvssV3(CVSSv3 value)
The full description of the CVSSv3.
-