Uses of Class
com.google.cloud.securitycenter.v1.Database
-
Packages that use Database Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Database in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Database Modifier and Type Method Description Database
Database.Builder. build()
Database
Database.Builder. buildPartial()
Database
Finding.Builder. getDatabase()
Database associated with the finding.Database
Finding. getDatabase()
Database associated with the finding.Database
FindingOrBuilder. getDatabase()
Database associated with the finding.static Database
Database. getDefaultInstance()
Database
Database.Builder. getDefaultInstanceForType()
Database
Database. getDefaultInstanceForType()
static Database
Database. parseDelimitedFrom(InputStream input)
static Database
Database. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Database
Database. parseFrom(byte[] data)
static Database
Database. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Database
Database. parseFrom(com.google.protobuf.ByteString data)
static Database
Database. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Database
Database. parseFrom(com.google.protobuf.CodedInputStream input)
static Database
Database. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Database
Database. parseFrom(InputStream input)
static Database
Database. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Database
Database. parseFrom(ByteBuffer data)
static Database
Database. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Database Modifier and Type Method Description com.google.protobuf.Parser<Database>
Database. getParserForType()
static com.google.protobuf.Parser<Database>
Database. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Database Modifier and Type Method Description Finding.Builder
Finding.Builder. mergeDatabase(Database value)
Database associated with the finding.Database.Builder
Database.Builder. mergeFrom(Database other)
static Database.Builder
Database. newBuilder(Database prototype)
Finding.Builder
Finding.Builder. setDatabase(Database value)
Database associated with the finding.
-