@ConfigurationProperties(value="spring.cloud.gcp.bigquery") public class GcpBigQueryProperties extends Object implements CredentialsSupplier
| Constructor and Description |
|---|
GcpBigQueryProperties() |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getCredentials() |
String |
getDatasetName() |
int |
getJsonWriterBatchSize() |
String |
getProjectId() |
int |
getThreadPoolSize() |
void |
setDatasetName(String datasetName) |
void |
setJsonWriterBatchSize(int jsonWriterBatchSize) |
void |
setProjectId(String projectId) |
void |
setThreadPoolSize(int threadPoolSize) |
public int getJsonWriterBatchSize()
public int getThreadPoolSize()
public void setThreadPoolSize(int threadPoolSize)
public void setJsonWriterBatchSize(int jsonWriterBatchSize)
public Credentials getCredentials()
getCredentials in interface CredentialsSupplierpublic String getProjectId()
public void setProjectId(String projectId)
public String getDatasetName()
public void setDatasetName(String datasetName)
Copyright © 2023. All rights reserved.