Uses of Class
com.google.cloud.websecurityscanner.v1alpha.OutdatedLibrary
-
Packages that use OutdatedLibrary Package Description com.google.cloud.websecurityscanner.v1alpha A client to Web Security Scanner API -
-
Uses of OutdatedLibrary in com.google.cloud.websecurityscanner.v1alpha
Methods in com.google.cloud.websecurityscanner.v1alpha that return OutdatedLibrary Modifier and Type Method Description OutdatedLibrary
OutdatedLibrary.Builder. build()
OutdatedLibrary
OutdatedLibrary.Builder. buildPartial()
static OutdatedLibrary
OutdatedLibrary. getDefaultInstance()
OutdatedLibrary
OutdatedLibrary.Builder. getDefaultInstanceForType()
OutdatedLibrary
OutdatedLibrary. getDefaultInstanceForType()
OutdatedLibrary
Finding.Builder. getOutdatedLibrary()
An addon containing information about outdated libraries.OutdatedLibrary
Finding. 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutdatedLibrary
OutdatedLibrary. parseFrom(byte[] data)
static OutdatedLibrary
OutdatedLibrary. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutdatedLibrary
OutdatedLibrary. parseFrom(com.google.protobuf.ByteString data)
static OutdatedLibrary
OutdatedLibrary. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutdatedLibrary
OutdatedLibrary. parseFrom(com.google.protobuf.CodedInputStream input)
static OutdatedLibrary
OutdatedLibrary. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutdatedLibrary
OutdatedLibrary. parseFrom(InputStream input)
static OutdatedLibrary
OutdatedLibrary. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutdatedLibrary
OutdatedLibrary. parseFrom(ByteBuffer data)
static OutdatedLibrary
OutdatedLibrary. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.websecurityscanner.v1alpha that return types with arguments of type OutdatedLibrary Modifier and Type Method Description com.google.protobuf.Parser<OutdatedLibrary>
OutdatedLibrary. getParserForType()
static com.google.protobuf.Parser<OutdatedLibrary>
OutdatedLibrary. parser()
Methods in com.google.cloud.websecurityscanner.v1alpha with parameters of type OutdatedLibrary Modifier and Type Method 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.
-