setAPIKey method

ClientConfig setAPIKey(
  1. String apiKey
)

Implementation

ClientConfig setAPIKey(String apiKey) {
  apiKey_ = apiKey;
  return this;
}