@ConfigurationProperties(value="spring.cloud.gcp.trace") public class GcpTraceProperties extends Object implements CredentialsSupplier
| Constructor and Description |
|---|
GcpTraceProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthority() |
String |
getCompression() |
Credentials |
getCredentials() |
Long |
getDeadlineMs() |
Integer |
getMaxInboundSize() |
Integer |
getMaxOutboundSize() |
int |
getNumExecutorThreads() |
String |
getProjectId() |
Boolean |
isWaitForReady() |
void |
setAuthority(String authority) |
void |
setCompression(String compression) |
void |
setDeadlineMs(long deadlineMs) |
void |
setMaxInboundSize(int maxInboundSize) |
void |
setMaxOutboundSize(int maxOutboundSize) |
void |
setNumExecutorThreads(int numExecutorThreads) |
void |
setProjectId(String projectId) |
void |
setWaitForReady(boolean waitForReady) |
public String getProjectId()
public void setProjectId(String projectId)
public Credentials getCredentials()
getCredentials in interface CredentialsSupplierpublic int getNumExecutorThreads()
public void setNumExecutorThreads(int numExecutorThreads)
public String getAuthority()
public void setAuthority(String authority)
public String getCompression()
public void setCompression(String compression)
public Long getDeadlineMs()
public void setDeadlineMs(long deadlineMs)
public Integer getMaxInboundSize()
public void setMaxInboundSize(int maxInboundSize)
public Integer getMaxOutboundSize()
public void setMaxOutboundSize(int maxOutboundSize)
public Boolean isWaitForReady()
public void setWaitForReady(boolean waitForReady)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.