You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/alloydb-v1.json
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1627,7 +1627,7 @@
1627
1627
}
1628
1628
}
1629
1629
},
1630
-
"revision": "20251009",
1630
+
"revision": "20251016",
1631
1631
"rootUrl": "https://alloydb.googleapis.com/",
1632
1632
"schemas": {
1633
1633
"AuthorizedNetwork": {
@@ -2141,6 +2141,10 @@
2141
2141
],
2142
2142
"type": "string"
2143
2143
},
2144
+
"dataplexConfig": {
2145
+
"$ref": "DataplexConfig",
2146
+
"description": "Optional. Configuration for Dataplex integration."
2147
+
},
2144
2148
"deleteTime": {
2145
2149
"description": "Output only. Delete time stamp",
2146
2150
"format": "google-datetime",
@@ -2581,6 +2585,17 @@
2581
2585
},
2582
2586
"type": "object"
2583
2587
},
2588
+
"DataplexConfig": {
2589
+
"description": "Configuration for Dataplex integration.",
2590
+
"id": "DataplexConfig",
2591
+
"properties": {
2592
+
"enabled": {
2593
+
"description": "Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex.\"",
2594
+
"type": "boolean"
2595
+
}
2596
+
},
2597
+
"type": "object"
2598
+
},
2584
2599
"DenyMaintenancePeriod": {
2585
2600
"description": "DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.",
Copy file name to clipboardExpand all lines: discovery/alloydb-v1alpha.json
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1627,7 +1627,7 @@
1627
1627
}
1628
1628
}
1629
1629
},
1630
-
"revision": "20251009",
1630
+
"revision": "20251016",
1631
1631
"rootUrl": "https://alloydb.googleapis.com/",
1632
1632
"schemas": {
1633
1633
"AuthorizedNetwork": {
@@ -2164,6 +2164,10 @@
2164
2164
],
2165
2165
"type": "string"
2166
2166
},
2167
+
"dataplexConfig": {
2168
+
"$ref": "DataplexConfig",
2169
+
"description": "Optional. Configuration for Dataplex integration."
2170
+
},
2167
2171
"deleteTime": {
2168
2172
"description": "Output only. Delete time stamp",
2169
2173
"format": "google-datetime",
@@ -2725,6 +2729,17 @@
2725
2729
},
2726
2730
"type": "object"
2727
2731
},
2732
+
"DataplexConfig": {
2733
+
"description": "Configuration for Dataplex integration.",
2734
+
"id": "DataplexConfig",
2735
+
"properties": {
2736
+
"enabled": {
2737
+
"description": "Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex.\"",
2738
+
"type": "boolean"
2739
+
}
2740
+
},
2741
+
"type": "object"
2742
+
},
2728
2743
"DenyMaintenancePeriod": {
2729
2744
"description": "DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.",
Copy file name to clipboardExpand all lines: discovery/alloydb-v1beta.json
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1624,7 +1624,7 @@
1624
1624
}
1625
1625
}
1626
1626
},
1627
-
"revision": "20251009",
1627
+
"revision": "20251016",
1628
1628
"rootUrl": "https://alloydb.googleapis.com/",
1629
1629
"schemas": {
1630
1630
"AuthorizedNetwork": {
@@ -2150,6 +2150,10 @@
2150
2150
],
2151
2151
"type": "string"
2152
2152
},
2153
+
"dataplexConfig": {
2154
+
"$ref": "DataplexConfig",
2155
+
"description": "Optional. Configuration for Dataplex integration."
2156
+
},
2153
2157
"deleteTime": {
2154
2158
"description": "Output only. Delete time stamp",
2155
2159
"format": "google-datetime",
@@ -2706,6 +2710,17 @@
2706
2710
},
2707
2711
"type": "object"
2708
2712
},
2713
+
"DataplexConfig": {
2714
+
"description": "Configuration for Dataplex integration.",
2715
+
"id": "DataplexConfig",
2716
+
"properties": {
2717
+
"enabled": {
2718
+
"description": "Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex.\"",
2719
+
"type": "boolean"
2720
+
}
2721
+
},
2722
+
"type": "object"
2723
+
},
2709
2724
"DenyMaintenancePeriod": {
2710
2725
"description": "DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.",
* Optional. The database engine major version. This is an optional field and it is populated at the Cluster creation time. If a database version is not supplied at cluster creation time, then a default database version will be used.
456
456
*/
457
457
databaseVersion?: string|null;
458
+
/**
459
+
* Optional. Configuration for Dataplex integration.
* Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex."
730
+
*/
731
+
enabled?: boolean|null;
732
+
}
720
733
/**
721
734
* DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.
* Optional. The database engine major version. This is an optional field and it is populated at the Cluster creation time. If a database version is not supplied at cluster creation time, then a default database version will be used.
473
473
*/
474
474
databaseVersion?: string|null;
475
+
/**
476
+
* Optional. Configuration for Dataplex integration.
* Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex."
820
+
*/
821
+
enabled?: boolean|null;
822
+
}
810
823
/**
811
824
* DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.
* Optional. The database engine major version. This is an optional field and it is populated at the Cluster creation time. If a database version is not supplied at cluster creation time, then a default database version will be used.
465
465
*/
466
466
databaseVersion?: string|null;
467
+
/**
468
+
* Optional. Configuration for Dataplex integration.
* Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex."
808
+
*/
809
+
enabled?: boolean|null;
810
+
}
798
811
/**
799
812
* DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.
0 commit comments