@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()
Supplies credentials configuration.
|
Long |
getDeadlineMs() |
Integer |
getMaxInboundSize() |
Integer |
getMaxOutboundSize() |
int |
getMessageTimeout() |
int |
getNumExecutorThreads() |
String |
getProjectId() |
Long |
getServerResponseTimeoutMs() |
Boolean |
isWaitForReady() |
void |
setAuthority(String authority) |
void |
setCompression(String compression) |
void |
setDeadlineMs(long deadlineMs) |
void |
setMaxInboundSize(int maxInboundSize) |
void |
setMaxOutboundSize(int maxOutboundSize) |
void |
setMessageTimeout(int messageTimeout) |
void |
setNumExecutorThreads(int numExecutorThreads) |
void |
setProjectId(String projectId) |
void |
setServerResponseTimeoutMs(Long serverResponseTimeoutMs) |
void |
setWaitForReady(boolean waitForReady) |
public String getProjectId()
public void setProjectId(String projectId)
public Credentials getCredentials()
CredentialsSupplier
getCredentials
in interface CredentialsSupplier
public 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)
public int getMessageTimeout()
public void setMessageTimeout(int messageTimeout)
public Long getServerResponseTimeoutMs()
public void setServerResponseTimeoutMs(Long serverResponseTimeoutMs)
Copyright © 2021. All rights reserved.