public final class FirestoreOptions extends ServiceOptions<Firestore,FirestoreOptions>
| Modifier and Type | Class and Description |
|---|---|
static class |
FirestoreOptions.Builder |
static class |
FirestoreOptions.DefaultFirestoreFactory |
static class |
FirestoreOptions.DefaultFirestoreRpcFactory |
CREDENTIAL_ENV_NAME, credentials| Modifier | Constructor and Description |
|---|---|
protected |
FirestoreOptions(FirestoreOptions.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDatabaseId() |
static GrpcTransportOptions |
getDefaultGrpcTransportOptions() |
protected String |
getDefaultHost() |
static FirestoreOptions |
getDefaultInstance()
Returns a default
FirestoreOptions instance. |
protected Set<String> |
getScopes() |
int |
hashCode() |
static FirestoreOptions.Builder |
newBuilder() |
protected boolean |
projectIdRequired() |
FirestoreOptions.Builder |
toBuilder() |
baseEquals, baseHashCode, defaultRetrySettings, getAppEngineAppId, getAppEngineProjectId, getAppEngineProjectIdFromAppId, getApplicationName, getClock, getCredentials, getDefaultProject, getDefaultProjectId, getDefaultRetrySettings, getFromServiceLoader, getGoogApiClientLibName, getGoogleCloudProjectId, getHost, getLibraryName, getLibraryVersion, getMergedHeaderProvider, getNoRetrySettings, getProjectId, getRetrySettings, getRpc, getScopedCredentials, getService, getServiceAccountProjectId, getTransportOptions, getUserAgent, newInstance@InternalApi(value="This class should only be extended within google-cloud-java") protected FirestoreOptions(FirestoreOptions.Builder builder)
public static FirestoreOptions getDefaultInstance()
FirestoreOptions instance.protected boolean projectIdRequired()
projectIdRequired in class ServiceOptions<Firestore,FirestoreOptions>protected String getDefaultHost()
getDefaultHost in class ServiceOptions<Firestore,FirestoreOptions>public String getDatabaseId()
@Nonnull public static GrpcTransportOptions getDefaultGrpcTransportOptions()
protected Set<String> getScopes()
getScopes in class ServiceOptions<Firestore,FirestoreOptions>@Nonnull public FirestoreOptions.Builder toBuilder()
toBuilder in class ServiceOptions<Firestore,FirestoreOptions>@Nonnull public static FirestoreOptions.Builder newBuilder()
Copyright © 2018 Google LLC. All rights reserved.