Skip to content

Commit 3890e9e

Browse files
Revert "updated FQDN's to googleapis.com with a trailing dot (#2214)" (#2283)
This reverts commit 13d4ed5.
1 parent c56372a commit 3890e9e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

handwritten/logging/src/log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ Log.prototype.warning = function(entry, options, callback) {
545545
* //-
546546
* // You may also pass multiple log entries to write.
547547
* //-
548-
* var secondEntry = log.entry('gce_instance', {
548+
* var secondEntry = log.entry('compute.googleapis.com', {
549549
* user: 'my_username'
550550
* });
551551
*

handwritten/logging/src/v2/config_service_v2_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,4 +602,4 @@ function ConfigServiceV2ClientBuilder(gaxGrpc) {
602602
}
603603
module.exports = ConfigServiceV2ClientBuilder;
604604
module.exports.SERVICE_ADDRESS = SERVICE_ADDRESS;
605-
module.exports.ALL_SCOPES = ALL_SCOPES;
605+
module.exports.ALL_SCOPES = ALL_SCOPES;

handwritten/logging/src/v2/logging_service_v2_client.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ LoggingServiceV2Client.prototype.getProjectId = function(callback) {
229229
*
230230
* `[LOG_ID]` must be URL-encoded. For example,
231231
* `"projects/my-project-id/logs/syslog"`,
232-
* `"organizations/1234567890/logs/cloudresourcemanager.googleapis.com.%2Factivity"`.
232+
* `"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity"`.
233233
* For more information about log names, see
234234
* {@link LogEntry}.
235235
* @param {Object=} options
@@ -287,7 +287,7 @@ LoggingServiceV2Client.prototype.deleteLog = function(request, options, callback
287287
*
288288
* `[LOG_ID]` must be URL-encoded. For example,
289289
* `"projects/my-project-id/logs/syslog"` or
290-
* `"organizations/1234567890/logs/cloudresourcemanager.googleapis.com.%2Factivity"`.
290+
* `"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity"`.
291291
* For more information about log names, see
292292
* {@link LogEntry}.
293293
* @param {Object=} request.resource
@@ -835,4 +835,4 @@ function LoggingServiceV2ClientBuilder(gaxGrpc) {
835835
}
836836
module.exports = LoggingServiceV2ClientBuilder;
837837
module.exports.SERVICE_ADDRESS = SERVICE_ADDRESS;
838-
module.exports.ALL_SCOPES = ALL_SCOPES;
838+
module.exports.ALL_SCOPES = ALL_SCOPES;

handwritten/logging/src/v2/metrics_service_v2_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,4 +555,4 @@ function MetricsServiceV2ClientBuilder(gaxGrpc) {
555555
}
556556
module.exports = MetricsServiceV2ClientBuilder;
557557
module.exports.SERVICE_ADDRESS = SERVICE_ADDRESS;
558-
module.exports.ALL_SCOPES = ALL_SCOPES;
558+
module.exports.ALL_SCOPES = ALL_SCOPES;

0 commit comments

Comments
 (0)