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 DatabaseDatabase.Builder. build()DatabaseDatabase.Builder. buildPartial()DatabaseFinding.Builder. getDatabase()Database associated with the finding.DatabaseFinding. getDatabase()Database associated with the finding.DatabaseFindingOrBuilder. getDatabase()Database associated with the finding.static DatabaseDatabase. getDefaultInstance()DatabaseDatabase.Builder. getDefaultInstanceForType()DatabaseDatabase. getDefaultInstanceForType()static DatabaseDatabase. parseDelimitedFrom(InputStream input)static DatabaseDatabase. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseDatabase. parseFrom(byte[] data)static DatabaseDatabase. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseDatabase. parseFrom(com.google.protobuf.ByteString data)static DatabaseDatabase. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseDatabase. parseFrom(com.google.protobuf.CodedInputStream input)static DatabaseDatabase. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseDatabase. parseFrom(InputStream input)static DatabaseDatabase. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseDatabase. parseFrom(ByteBuffer data)static DatabaseDatabase. 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.BuilderFinding.Builder. mergeDatabase(Database value)Database associated with the finding.Database.BuilderDatabase.Builder. mergeFrom(Database other)static Database.BuilderDatabase. newBuilder(Database prototype)Finding.BuilderFinding.Builder. setDatabase(Database value)Database associated with the finding.
-