@ConfigurationProperties(value="spring.cloud.gcp.trace") public class GcpTraceProperties extends Object implements CredentialsSupplier
Constructor and Description |
---|
GcpTraceProperties() |
Modifier and Type | Method and Description |
---|---|
int |
getBufferSizeBytes() |
Credentials |
getCredentials()
Supplies credentials configuration.
|
int |
getExecutorThreads() |
String |
getProjectId() |
int |
getScheduledDelaySeconds() |
void |
setBufferSizeBytes(int bufferSizeBytes) |
void |
setExecutorThreads(int executorThreads) |
void |
setProjectId(String projectId) |
void |
setScheduledDelaySeconds(int scheduledDelaySeconds) |
public int getExecutorThreads()
public void setExecutorThreads(int executorThreads)
public int getBufferSizeBytes()
public void setBufferSizeBytes(int bufferSizeBytes)
public int getScheduledDelaySeconds()
public void setScheduledDelaySeconds(int scheduledDelaySeconds)
public String getProjectId()
public void setProjectId(String projectId)
public Credentials getCredentials()
CredentialsSupplier
getCredentials
in interface CredentialsSupplier
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.