Skip to content

Commit

Permalink
updated FQDN's to googleapis.com with a trailing dot (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericuldall authored and callmehiphop committed Apr 14, 2017
1 parent 04ec2d0 commit 12f0b0b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ Log.prototype.warning = function(entry, options, callback) {
* //-
* // You may also pass multiple log entries to write.
* //-
* var secondEntry = log.entry('compute.googleapis.com', {
* var secondEntry = log.entry('gce_instance', {
* user: 'my_username'
* });
*
Expand Down
2 changes: 1 addition & 1 deletion src/v2/config_service_v2_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -602,4 +602,4 @@ function ConfigServiceV2ClientBuilder(gaxGrpc) {
}
module.exports = ConfigServiceV2ClientBuilder;
module.exports.SERVICE_ADDRESS = SERVICE_ADDRESS;
module.exports.ALL_SCOPES = ALL_SCOPES;
module.exports.ALL_SCOPES = ALL_SCOPES;
6 changes: 3 additions & 3 deletions src/v2/logging_service_v2_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ LoggingServiceV2Client.prototype.getProjectId = function(callback) {
*
* `[LOG_ID]` must be URL-encoded. For example,
* `"projects/my-project-id/logs/syslog"`,
* `"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity"`.
* `"organizations/1234567890/logs/cloudresourcemanager.googleapis.com.%2Factivity"`.
* For more information about log names, see
* {@link LogEntry}.
* @param {Object=} options
Expand Down Expand Up @@ -287,7 +287,7 @@ LoggingServiceV2Client.prototype.deleteLog = function(request, options, callback
*
* `[LOG_ID]` must be URL-encoded. For example,
* `"projects/my-project-id/logs/syslog"` or
* `"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity"`.
* `"organizations/1234567890/logs/cloudresourcemanager.googleapis.com.%2Factivity"`.
* For more information about log names, see
* {@link LogEntry}.
* @param {Object=} request.resource
Expand Down Expand Up @@ -835,4 +835,4 @@ function LoggingServiceV2ClientBuilder(gaxGrpc) {
}
module.exports = LoggingServiceV2ClientBuilder;
module.exports.SERVICE_ADDRESS = SERVICE_ADDRESS;
module.exports.ALL_SCOPES = ALL_SCOPES;
module.exports.ALL_SCOPES = ALL_SCOPES;
2 changes: 1 addition & 1 deletion src/v2/metrics_service_v2_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,4 +555,4 @@ function MetricsServiceV2ClientBuilder(gaxGrpc) {
}
module.exports = MetricsServiceV2ClientBuilder;
module.exports.SERVICE_ADDRESS = SERVICE_ADDRESS;
module.exports.ALL_SCOPES = ALL_SCOPES;
module.exports.ALL_SCOPES = ALL_SCOPES;

0 comments on commit 12f0b0b

Please sign in to comment.