Skip to content

Commit

Permalink
Revert "updated FQDN's to googleapis.com with a trailing dot (#2214)" (
Browse files Browse the repository at this point in the history
…#2283)

This reverts commit 13d4ed5.
  • Loading branch information
stephenplusplus authored and sofisl committed Oct 13, 2022
1 parent b6caff4 commit 3028dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var configData = require('./language_service_client_config');
var extend = require('extend');
var gax = require('google-gax');

var SERVICE_ADDRESS = 'language.googleapis.com.';
var SERVICE_ADDRESS = 'language.googleapis.com';

var DEFAULT_SERVICE_PORT = 443;

Expand Down Expand Up @@ -369,4 +369,4 @@ function LanguageServiceClientBuilder(gaxGrpc) {
}
module.exports = LanguageServiceClientBuilder;
module.exports.SERVICE_ADDRESS = SERVICE_ADDRESS;
module.exports.ALL_SCOPES = ALL_SCOPES;
module.exports.ALL_SCOPES = ALL_SCOPES;
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var configData = require('./language_service_client_config');
var extend = require('extend');
var gax = require('google-gax');

var SERVICE_ADDRESS = 'language.googleapis.com.';
var SERVICE_ADDRESS = 'language.googleapis.com';

var DEFAULT_SERVICE_PORT = 443;

Expand Down Expand Up @@ -426,4 +426,4 @@ function LanguageServiceClientBuilder(gaxGrpc) {
}
module.exports = LanguageServiceClientBuilder;
module.exports.SERVICE_ADDRESS = SERVICE_ADDRESS;
module.exports.ALL_SCOPES = ALL_SCOPES;
module.exports.ALL_SCOPES = ALL_SCOPES;

0 comments on commit 3028dba

Please sign in to comment.