@ConfigurationProperties(value="spring.cloud.gcp.datastore") public class GcpDatastoreProperties extends Object implements CredentialsSupplier
Constructor and Description |
---|
GcpDatastoreProperties() |
Modifier and Type | Method and Description |
---|---|
Credentials |
getCredentials()
Supplies credentials configuration.
|
EmulatorSettings |
getEmulator() |
String |
getEmulatorHost()
Deprecated.
use
getHost() instead |
String |
getHost() |
String |
getNamespace() |
String |
getProjectId() |
void |
setEmulatorHost(String emulatorHost)
Deprecated.
use
setHost(String) instead |
void |
setHost(String host) |
void |
setNamespace(String namespace) |
void |
setProjectId(String projectId) |
public Credentials getCredentials()
CredentialsSupplier
getCredentials
in interface CredentialsSupplier
public EmulatorSettings getEmulator()
public String getProjectId()
public void setProjectId(String projectId)
public String getNamespace()
public void setNamespace(String namespace)
public String getHost()
public void setHost(String host)
@Deprecated public String getEmulatorHost()
getHost()
instead@Deprecated public void setEmulatorHost(String emulatorHost)
setHost(String)
insteademulatorHost
- the emulator postCopyright © 2020 Pivotal Software, Inc.. All rights reserved.