public interface ListDatabasesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Database |
getDatabases(int index)
The databases in the project.
|
int |
getDatabasesCount()
The databases in the project.
|
List<Database> |
getDatabasesList()
The databases in the project.
|
DatabaseOrBuilder |
getDatabasesOrBuilder(int index)
The databases in the project.
|
List<? extends DatabaseOrBuilder> |
getDatabasesOrBuilderList()
The databases in the project.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Database> getDatabasesList()
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1;
Database getDatabases(int index)
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1;
int getDatabasesCount()
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1;
List<? extends DatabaseOrBuilder> getDatabasesOrBuilderList()
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1;
DatabaseOrBuilder getDatabasesOrBuilder(int index)
The databases in the project.
repeated .google.firestore.admin.v1.Database databases = 1;
Copyright © 2023 Google LLC. All rights reserved.