@ConfigurationProperties(value="spring.cloud.gcp.config") public class GcpConfigProperties extends Object implements CredentialsSupplier
GoogleConfigPropertySourceLocator.| Constructor and Description |
|---|
GcpConfigProperties(org.springframework.core.env.Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getCredentials() |
String |
getName() |
String |
getProfile() |
String |
getProjectId() |
int |
getTimeoutMillis() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setName(String name) |
void |
setProfile(String profile) |
void |
setProjectId(String projectId) |
void |
setTimeoutMillis(int timeoutMillis) |
public GcpConfigProperties(org.springframework.core.env.Environment environment)
public void setEnabled(boolean enabled)
public boolean isEnabled()
public void setName(String name)
public String getName()
public void setProfile(String profile)
public String getProfile()
public void setTimeoutMillis(int timeoutMillis)
public int getTimeoutMillis()
public String getProjectId()
public void setProjectId(String projectId)
public Credentials getCredentials()
getCredentials in interface CredentialsSupplierCopyright © 2019 Pivotal Software, Inc.. All rights reserved.