| Modifier and Type | Method and Description |
|---|---|
Database |
Database.Builder.build() |
Database |
Database.Builder.buildPartial() |
Database |
FindingOrBuilder.getDatabase()
Database associated with the finding.
|
Database |
Finding.getDatabase()
Database associated with the finding.
|
Database |
Finding.Builder.getDatabase()
Database associated with the finding.
|
static Database |
Database.getDefaultInstance() |
Database |
Database.getDefaultInstanceForType() |
Database |
Database.Builder.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(ByteBuffer data) |
static Database |
Database.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Database> |
Database.getParserForType() |
static com.google.protobuf.Parser<Database> |
Database.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.