File tree 4 files changed +10
-12
lines changed
packages/datadog-api-client-v2/models 4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-05-13 17:47:36.253536 ",
8
- "spec_repo_commit": "b673a489 "
7
+ "regenerated": "2025-05-14 09:52:27.501368 ",
8
+ "spec_repo_commit": "996fd99d "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-05-13 17:47:36.271169 ",
13
- "spec_repo_commit": "b673a489 "
12
+ "regenerated": "2025-05-14 09:52:27.517174 ",
13
+ "spec_repo_commit": "996fd99d "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -24406,7 +24406,8 @@ components:
24406
24406
description: Optional prefix for object keys within the GCS bucket.
24407
24407
type: string
24408
24408
metadata:
24409
- description: Custom metadata key-value pairs added to each object.
24409
+ description: Custom metadata to attach to each object uploaded to the GCS
24410
+ bucket.
24410
24411
items:
24411
24412
$ref: '#/components/schemas/ObservabilityPipelineMetadataEntry'
24412
24413
type: array
@@ -24422,7 +24423,6 @@ components:
24422
24423
- auth
24423
24424
- storage_class
24424
24425
- acl
24425
- - metadata
24426
24426
type: object
24427
24427
ObservabilityPipelineGoogleCloudStorageDestinationAcl:
24428
24428
description: Access control list setting for objects written to the bucket.
@@ -24701,8 +24701,7 @@ components:
24701
24701
x-enum-varnames:
24702
24702
- LOGSTASH
24703
24703
ObservabilityPipelineMetadataEntry:
24704
- description: A custom metadata entry to attach to each object uploaded to the
24705
- GCS bucket.
24704
+ description: A custom metadata entry.
24706
24705
properties:
24707
24706
name:
24708
24707
description: The metadata key.
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ export class ObservabilityPipelineGoogleCloudStorageDestination {
41
41
*/
42
42
"keyPrefix" ?: string ;
43
43
/**
44
- * Custom metadata key-value pairs added to each object.
44
+ * Custom metadata to attach to each object uploaded to the GCS bucket .
45
45
*/
46
- "metadata" : Array < ObservabilityPipelineMetadataEntry > ;
46
+ "metadata" ? : Array < ObservabilityPipelineMetadataEntry > ;
47
47
/**
48
48
* Storage class used for objects stored in GCS.
49
49
*/
@@ -101,7 +101,6 @@ export class ObservabilityPipelineGoogleCloudStorageDestination {
101
101
metadata : {
102
102
baseName : "metadata" ,
103
103
type : "Array<ObservabilityPipelineMetadataEntry>" ,
104
- required : true ,
105
104
} ,
106
105
storageClass : {
107
106
baseName : "storage_class" ,
Original file line number Diff line number Diff line change 7
7
import { AttributeTypeMap } from "../../datadog-api-client-common/util" ;
8
8
9
9
/**
10
- * A custom metadata entry to attach to each object uploaded to the GCS bucket .
10
+ * A custom metadata entry.
11
11
*/
12
12
export class ObservabilityPipelineMetadataEntry {
13
13
/**
You can’t perform that action at this time.
0 commit comments