Skip to content

Commit 84e2928

Browse files
1 parent 8fd6f8b commit 84e2928

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Logging/LogEntry.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class LogEntry extends \Google\Collection
9191
* Optional. A map of key, value pairs that provides additional information
9292
* about the log entry. The labels can be user-defined or system-defined.User-
9393
* defined labels are arbitrary key, value pairs that you can use to classify
94-
* logs.System-defined labels are defined by GCP services for platform logs.
94+
* logs.System-defined labels are defined by cloud services for platform logs.
9595
* They have two components - a service namespace component and the attribute
9696
* name. For example: compute.googleapis.com/resource_name.Cloud Logging
9797
* truncates label keys that exceed 512 B and label values that exceed 64 KB
@@ -361,7 +361,7 @@ public function getJsonPayload()
361361
* Optional. A map of key, value pairs that provides additional information
362362
* about the log entry. The labels can be user-defined or system-defined.User-
363363
* defined labels are arbitrary key, value pairs that you can use to classify
364-
* logs.System-defined labels are defined by GCP services for platform logs.
364+
* logs.System-defined labels are defined by cloud services for platform logs.
365365
* They have two components - a service namespace component and the attribute
366366
* name. For example: compute.googleapis.com/resource_name.Cloud Logging
367367
* truncates label keys that exceed 512 B and label values that exceed 64 KB

0 commit comments

Comments
 (0)