Package com.google.cloud.osconfig.v1
Interface VulnerabilityReport.Vulnerability.Details.ReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VulnerabilityReport.Vulnerability.Details.Reference
,VulnerabilityReport.Vulnerability.Details.Reference.Builder
- Enclosing class:
- VulnerabilityReport.Vulnerability.Details
public static interface VulnerabilityReport.Vulnerability.Details.ReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSource()
The source of the reference e.g.com.google.protobuf.ByteString
getSourceBytes()
The source of the reference e.g.String
getUrl()
The url of the reference.com.google.protobuf.ByteString
getUrlBytes()
The url of the reference.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrl
String getUrl()
The url of the reference.
string url = 1;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
The url of the reference.
string url = 1;
- Returns:
- The bytes for url.
-
getSource
String getSource()
The source of the reference e.g. NVD.
string source = 2;
- Returns:
- The source.
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()
The source of the reference e.g. NVD.
string source = 2;
- Returns:
- The bytes for source.
-
-