Uses of Class
com.google.cloud.osconfig.v1alpha.CVSSv3
-
Packages that use CVSSv3 Package Description com.google.cloud.osconfig.v1alpha A client to OS Config API -
-
Uses of CVSSv3 in com.google.cloud.osconfig.v1alpha
Methods in com.google.cloud.osconfig.v1alpha that return CVSSv3 Modifier and Type Method Description CVSSv3
CVSSv3.Builder. build()
CVSSv3
CVSSv3.Builder. buildPartial()
CVSSv3
VulnerabilityReport.Vulnerability.Details.Builder. getCvssV3()
The full description of the CVSSv3 for this vulnerability from NVD.CVSSv3
VulnerabilityReport.Vulnerability.Details. getCvssV3()
The full description of the CVSSv3 for this vulnerability from NVD.CVSSv3
VulnerabilityReport.Vulnerability.DetailsOrBuilder. getCvssV3()
The full description of the CVSSv3 for this vulnerability from NVD.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 com.google.cloud.osconfig.v1alpha 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 com.google.cloud.osconfig.v1alpha with parameters of type CVSSv3 Modifier and Type Method Description VulnerabilityReport.Vulnerability.Details.Builder
VulnerabilityReport.Vulnerability.Details.Builder. mergeCvssV3(CVSSv3 value)
The full description of the CVSSv3 for this vulnerability from NVD.CVSSv3.Builder
CVSSv3.Builder. mergeFrom(CVSSv3 other)
static CVSSv3.Builder
CVSSv3. newBuilder(CVSSv3 prototype)
VulnerabilityReport.Vulnerability.Details.Builder
VulnerabilityReport.Vulnerability.Details.Builder. setCvssV3(CVSSv3 value)
The full description of the CVSSv3 for this vulnerability from NVD.
-