@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()
CredentialsSupplier
getCredentials
in interface CredentialsSupplier
public String getProjectId()
public void setProjectId(String projectId)
public String getHostPort()
public void setHostPort(String hostPort)
Copyright © 2021. All rights reserved.