| Modifier and Type | Method and Description |
|---|---|
Database |
Database.Builder.build() |
Database |
Database.Builder.buildPartial() |
Database |
ListDatabasesResponseOrBuilder.getDatabases(int index)
Databases that matched the request.
|
Database |
ListDatabasesResponse.getDatabases(int index)
Databases that matched the request.
|
Database |
ListDatabasesResponse.Builder.getDatabases(int index)
Databases that matched the request.
|
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 |
|---|---|
List<Database> |
ListDatabasesResponseOrBuilder.getDatabasesList()
Databases that matched the request.
|
List<Database> |
ListDatabasesResponse.getDatabasesList()
Databases that matched the request.
|
List<Database> |
ListDatabasesResponse.Builder.getDatabasesList()
Databases that matched the request.
|
com.google.protobuf.Parser<Database> |
Database.getParserForType() |
static com.google.protobuf.Parser<Database> |
Database.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListDatabasesResponse.Builder |
ListDatabasesResponse.Builder.addDatabases(Database value)
Databases that matched the request.
|
ListDatabasesResponse.Builder |
ListDatabasesResponse.Builder.addDatabases(int index,
Database value)
Databases that matched the request.
|
Database.Builder |
Database.Builder.mergeFrom(Database other) |
static Database.Builder |
Database.newBuilder(Database prototype) |
ListDatabasesResponse.Builder |
ListDatabasesResponse.Builder.setDatabases(int index,
Database value)
Databases that matched the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatabasesResponse.Builder |
ListDatabasesResponse.Builder.addAllDatabases(Iterable<? extends Database> values)
Databases that matched the request.
|
Copyright © 2020 Google LLC. All rights reserved.