Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1alpha |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.addAllLearnMoreUrls(Iterable<String> values)
URLs to learn more information about the vulnerabilities in the library.
|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.addLearnMoreUrls(String value)
URLs to learn more information about the vulnerabilities in the library.
|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.addLearnMoreUrlsBytes(ByteString value)
URLs to learn more information about the vulnerabilities in the library.
|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.clear() |
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.clearField(Descriptors.FieldDescriptor field) |
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.clearLearnMoreUrls()
URLs to learn more information about the vulnerabilities in the library.
|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.clearLibraryName()
The name of the outdated library.
|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.clearVersion()
The version number.
|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.clone() |
OutdatedLibrary.Builder |
Finding.Builder.getOutdatedLibraryBuilder()
An addon containing information about outdated libraries.
|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.mergeFrom(Message other) |
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.mergeFrom(OutdatedLibrary other) |
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static OutdatedLibrary.Builder |
OutdatedLibrary.newBuilder() |
static OutdatedLibrary.Builder |
OutdatedLibrary.newBuilder(OutdatedLibrary prototype) |
OutdatedLibrary.Builder |
OutdatedLibrary.newBuilderForType() |
protected OutdatedLibrary.Builder |
OutdatedLibrary.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.setLearnMoreUrls(int index,
String value)
URLs to learn more information about the vulnerabilities in the library.
|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.setLibraryName(String value)
The name of the outdated library.
|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.setLibraryNameBytes(ByteString value)
The name of the outdated library.
|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.setVersion(String value)
The version number.
|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.setVersionBytes(ByteString value)
The version number.
|
OutdatedLibrary.Builder |
OutdatedLibrary.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Finding.Builder |
Finding.Builder.setOutdatedLibrary(OutdatedLibrary.Builder builderForValue)
An addon containing information about outdated libraries.
|
Copyright © 2022 Google LLC. All rights reserved.