Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1beta |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
OutdatedLibrary |
OutdatedLibrary.Builder.build() |
OutdatedLibrary |
OutdatedLibrary.Builder.buildPartial() |
static OutdatedLibrary |
OutdatedLibrary.getDefaultInstance() |
OutdatedLibrary |
OutdatedLibrary.getDefaultInstanceForType() |
OutdatedLibrary |
OutdatedLibrary.Builder.getDefaultInstanceForType() |
OutdatedLibrary |
Finding.getOutdatedLibrary()
An addon containing information about outdated libraries.
|
OutdatedLibrary |
Finding.Builder.getOutdatedLibrary()
An addon containing information about outdated libraries.
|
OutdatedLibrary |
FindingOrBuilder.getOutdatedLibrary()
An addon containing information about outdated libraries.
|
static OutdatedLibrary |
OutdatedLibrary.parseDelimitedFrom(InputStream input) |
static OutdatedLibrary |
OutdatedLibrary.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static OutdatedLibrary |
OutdatedLibrary.parseFrom(byte[] data) |
static OutdatedLibrary |
OutdatedLibrary.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static OutdatedLibrary |
OutdatedLibrary.parseFrom(ByteBuffer data) |
static OutdatedLibrary |
OutdatedLibrary.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static OutdatedLibrary |
OutdatedLibrary.parseFrom(ByteString data) |
static OutdatedLibrary |
OutdatedLibrary.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static OutdatedLibrary |
OutdatedLibrary.parseFrom(CodedInputStream input) |
static OutdatedLibrary |
OutdatedLibrary.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static OutdatedLibrary |
OutdatedLibrary.parseFrom(InputStream input) |
static OutdatedLibrary |
OutdatedLibrary.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<OutdatedLibrary> |
OutdatedLibrary.getParserForType() |
static Parser<OutdatedLibrary> |
OutdatedLibrary.parser() |
Modifier and Type | Method and Description |
---|---|
OutdatedLibrary.Builder |
OutdatedLibrary.Builder.mergeFrom(OutdatedLibrary other) |
Finding.Builder |
Finding.Builder.mergeOutdatedLibrary(OutdatedLibrary value)
An addon containing information about outdated libraries.
|
static OutdatedLibrary.Builder |
OutdatedLibrary.newBuilder(OutdatedLibrary prototype) |
Finding.Builder |
Finding.Builder.setOutdatedLibrary(OutdatedLibrary value)
An addon containing information about outdated libraries.
|
Copyright © 2022 Google LLC. All rights reserved.