@ConfigurationProperties(value="spring.cloud.gcp.firestore") public class GcpFirestoreProperties extends Object implements CredentialsSupplier
| Constructor and Description |
|---|
GcpFirestoreProperties() |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getCredentials()
Supplies credentials configuration.
|
String |
getHostPort() |
String |
getProjectId() |
void |
setHostPort(String hostPort) |
void |
setProjectId(String projectId) |
public Credentials getCredentials()
CredentialsSuppliergetCredentials in interface CredentialsSupplierpublic String getProjectId()
public void setProjectId(String projectId)
public String getHostPort()
public void setHostPort(String hostPort)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.