Jelajahi Sumber

Generated 2019-11-20 for Ga.

sdk-team 5 tahun lalu
induk
melakukan
99ad81bc82
3 mengubah file dengan 7 tambahan dan 4 penghapusan
  1. 3 0
      CHANGELOG
  2. 1 1
      VERSION
  3. 3 3
      ga/src/GaClient.cc

+ 3 - 0
CHANGELOG

@@ -1,3 +1,6 @@
+2021-06-21 Version: 1.36.793
+- Generated 2019-11-20 for `Ga`.
+
 2021-06-21 Version: 1.36.792
 - Generated 2016-04-28 for `Vpc`.
 

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.36.792
+1.36.793

+ 3 - 3
ga/src/GaClient.cc

@@ -31,21 +31,21 @@ GaClient::GaClient(const Credentials &credentials, const ClientConfiguration &co
 	RpcServiceClient(SERVICE_NAME, std::make_shared<SimpleCredentialsProvider>(credentials), configuration)
 {
 	auto locationClient = std::make_shared<LocationClient>(credentials, configuration);
-	endpointProvider_ = std::make_shared<EndpointProvider>(locationClient, configuration.regionId(), SERVICE_NAME, "ga");
+	endpointProvider_ = std::make_shared<EndpointProvider>(locationClient, configuration.regionId(), SERVICE_NAME, "gaplus");
 }
 
 GaClient::GaClient(const std::shared_ptr<CredentialsProvider>& credentialsProvider, const ClientConfiguration & configuration) :
 	RpcServiceClient(SERVICE_NAME, credentialsProvider, configuration)
 {
 	auto locationClient = std::make_shared<LocationClient>(credentialsProvider, configuration);
-	endpointProvider_ = std::make_shared<EndpointProvider>(locationClient, configuration.regionId(), SERVICE_NAME, "ga");
+	endpointProvider_ = std::make_shared<EndpointProvider>(locationClient, configuration.regionId(), SERVICE_NAME, "gaplus");
 }
 
 GaClient::GaClient(const std::string & accessKeyId, const std::string & accessKeySecret, const ClientConfiguration & configuration) :
 	RpcServiceClient(SERVICE_NAME, std::make_shared<SimpleCredentialsProvider>(accessKeyId, accessKeySecret), configuration)
 {
 	auto locationClient = std::make_shared<LocationClient>(accessKeyId, accessKeySecret, configuration);
-	endpointProvider_ = std::make_shared<EndpointProvider>(locationClient, configuration.regionId(), SERVICE_NAME, "ga");
+	endpointProvider_ = std::make_shared<EndpointProvider>(locationClient, configuration.regionId(), SERVICE_NAME, "gaplus");
 }
 
 GaClient::~GaClient()