Skip to content

Commit

Permalink
feat(logging): update the api
Browse files Browse the repository at this point in the history
#### logging:v2

The following keys were added:
- schemas.CopyLogEntriesMetadata.properties.destination.type (Total Keys: 1)
- schemas.CopyLogEntriesMetadata.properties.source.type (Total Keys: 1)
- schemas.CopyLogEntriesMetadata.properties.verb.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 23, 2024
1 parent 3273b94 commit 1a1df9b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion googleapiclient/discovery_cache/documents/logging.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7668,7 +7668,7 @@
}
}
},
"revision": "20240108",
"revision": "20240112",
"rootUrl": "https://logging.googleapis.com/",
"schemas": {
"BigQueryDataset": {
Expand Down Expand Up @@ -7808,6 +7808,10 @@
"description": "Identifies whether the user has requested cancellation of the operation.",
"type": "boolean"
},
"destination": {
"description": "Destination to which to copy log entries.For example, a Cloud Storage bucket:\"storage.googleapis.com/my-cloud-storage-bucket\"",
"type": "string"
},
"endTime": {
"description": "The end time of an operation.",
"format": "google-datetime",
Expand All @@ -7822,6 +7826,10 @@
"$ref": "CopyLogEntriesRequest",
"description": "CopyLogEntries RPC request."
},
"source": {
"description": "Source from which to copy log entries.For example, a log bucket:\"projects/my-project/locations/global/buckets/my-source-bucket\"",
"type": "string"
},
"startTime": {
"description": "The create time of an operation.",
"format": "google-datetime",
Expand Down Expand Up @@ -7852,6 +7860,10 @@
"readOnly": true,
"type": "string"
},
"verb": {
"description": "Name of the verb executed by the operation.For example,\"copy\"",
"type": "string"
},
"writerIdentity": {
"description": "The IAM identity of a service account that must be granted access to the destination.If the service account is not granted permission to the destination within an hour, the operation will be cancelled.For example: \"serviceAccount:foo@bar.com\"",
"type": "string"
Expand Down

0 comments on commit 1a1df9b

Please sign in to comment.