Skip to content

Commit 1a1df9b

Browse files
feat(logging): update the api
#### 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)
1 parent 3273b94 commit 1a1df9b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

googleapiclient/discovery_cache/documents/logging.v2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7668,7 +7668,7 @@
76687668
}
76697669
}
76707670
},
7671-
"revision": "20240108",
7671+
"revision": "20240112",
76727672
"rootUrl": "https://logging.googleapis.com/",
76737673
"schemas": {
76747674
"BigQueryDataset": {
@@ -7808,6 +7808,10 @@
78087808
"description": "Identifies whether the user has requested cancellation of the operation.",
78097809
"type": "boolean"
78107810
},
7811+
"destination": {
7812+
"description": "Destination to which to copy log entries.For example, a Cloud Storage bucket:\"storage.googleapis.com/my-cloud-storage-bucket\"",
7813+
"type": "string"
7814+
},
78117815
"endTime": {
78127816
"description": "The end time of an operation.",
78137817
"format": "google-datetime",
@@ -7822,6 +7826,10 @@
78227826
"$ref": "CopyLogEntriesRequest",
78237827
"description": "CopyLogEntries RPC request."
78247828
},
7829+
"source": {
7830+
"description": "Source from which to copy log entries.For example, a log bucket:\"projects/my-project/locations/global/buckets/my-source-bucket\"",
7831+
"type": "string"
7832+
},
78257833
"startTime": {
78267834
"description": "The create time of an operation.",
78277835
"format": "google-datetime",
@@ -7852,6 +7860,10 @@
78527860
"readOnly": true,
78537861
"type": "string"
78547862
},
7863+
"verb": {
7864+
"description": "Name of the verb executed by the operation.For example,\"copy\"",
7865+
"type": "string"
7866+
},
78557867
"writerIdentity": {
78567868
"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:[email protected]\"",
78577869
"type": "string"

0 commit comments

Comments
 (0)