Skip to content

Commit 87e652f

Browse files
feat(all): auto-regenerate discovery clients (#2833)
1 parent 3c8c94e commit 87e652f

File tree

12 files changed

+354
-66
lines changed

12 files changed

+354
-66
lines changed

‎datamigration/v1/datamigration-api.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2218,7 +2218,7 @@
22182218
}
22192219
}
22202220
},
2221-
"revision": "20241006",
2221+
"revision": "20241015",
22222222
"rootUrl": "https://datamigration.googleapis.com/",
22232223
"schemas": {
22242224
"AlloyDbConnectionProfile": {
@@ -2952,6 +2952,20 @@
29522952
],
29532953
"type": "string"
29542954
},
2955+
"role": {
2956+
"description": "Optional. The connection profile role.",
2957+
"enum": [
2958+
"ROLE_UNSPECIFIED",
2959+
"SOURCE",
2960+
"DESTINATION"
2961+
],
2962+
"enumDescriptions": [
2963+
"The role is unspecified.",
2964+
"The role is source.",
2965+
"The role is destination."
2966+
],
2967+
"type": "string"
2968+
},
29552969
"sqlserver": {
29562970
"$ref": "SqlServerConnectionProfile",
29572971
"description": "Connection profile for a SQL Server data source."

‎datamigration/v1/datamigration-gen.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎file/v1beta1/file-api.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@
10691069
}
10701070
}
10711071
},
1072-
"revision": "20241008",
1072+
"revision": "20241015",
10731073
"rootUrl": "https://file.googleapis.com/",
10741074
"schemas": {
10751075
"Backup": {
@@ -1322,8 +1322,14 @@
13221322
"description": "Fixed IOPS (input/output operations per second) parameters.",
13231323
"id": "FixedIOPS",
13241324
"properties": {
1325+
"maxIops": {
1326+
"description": "Required. Maximum raw IOPS.",
1327+
"format": "int64",
1328+
"type": "string"
1329+
},
13251330
"maxReadIops": {
1326-
"description": "Required. Maximum raw read IOPS.",
1331+
"deprecated": true,
1332+
"description": "Optional. Deprecated: `max_iops` should be used instead of this parameter. Maximum raw read IOPS.",
13271333
"format": "int64",
13281334
"type": "string"
13291335
}
@@ -1609,8 +1615,14 @@
16091615
"description": "IOPS per TB. Filestore defines TB as 1024^4 bytes (TiB).",
16101616
"id": "IOPSPerTB",
16111617
"properties": {
1618+
"maxIopsPerTb": {
1619+
"description": "Required. Maximum IOPS per TiB.",
1620+
"format": "int64",
1621+
"type": "string"
1622+
},
16121623
"maxReadIopsPerTb": {
1613-
"description": "Required. Maximum read IOPS per TiB.",
1624+
"deprecated": true,
1625+
"description": "Optional. Deprecated: `max_iops_per_tb` should be used instead of this parameter. Maximum read IOPS per TiB.",
16141626
"format": "int64",
16151627
"type": "string"
16161628
}

‎file/v1beta1/file-gen.go

Lines changed: 16 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎osconfig/v1/osconfig-api.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@
10831083
}
10841084
}
10851085
},
1086-
"revision": "20241002",
1086+
"revision": "20241021",
10871087
"rootUrl": "https://osconfig.googleapis.com/",
10881088
"schemas": {
10891089
"AptSettings": {
@@ -1495,6 +1495,50 @@
14951495
},
14961496
"type": "object"
14971497
},
1498+
"GoogleCloudOsconfigV2beta__OperationMetadata": {
1499+
"description": "Represents the metadata of the long-running operation.",
1500+
"id": "GoogleCloudOsconfigV2beta__OperationMetadata",
1501+
"properties": {
1502+
"apiVersion": {
1503+
"description": "Output only. API version used to start the operation.",
1504+
"readOnly": true,
1505+
"type": "string"
1506+
},
1507+
"createTime": {
1508+
"description": "Output only. The time the operation was created.",
1509+
"format": "google-datetime",
1510+
"readOnly": true,
1511+
"type": "string"
1512+
},
1513+
"endTime": {
1514+
"description": "Output only. The time the operation finished running.",
1515+
"format": "google-datetime",
1516+
"readOnly": true,
1517+
"type": "string"
1518+
},
1519+
"requestedCancellation": {
1520+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1521+
"readOnly": true,
1522+
"type": "boolean"
1523+
},
1524+
"statusMessage": {
1525+
"description": "Output only. Human-readable status of the operation, if any.",
1526+
"readOnly": true,
1527+
"type": "string"
1528+
},
1529+
"target": {
1530+
"description": "Output only. Server-defined resource path for the target of the operation.",
1531+
"readOnly": true,
1532+
"type": "string"
1533+
},
1534+
"verb": {
1535+
"description": "Output only. Name of the verb executed by the operation.",
1536+
"readOnly": true,
1537+
"type": "string"
1538+
}
1539+
},
1540+
"type": "object"
1541+
},
14981542
"Inventory": {
14991543
"description": "This API resource represents the available inventory data for a Compute Engine virtual machine (VM) instance at a given point in time. You can use this API resource to determine the inventory data of your VM. For more information, see [Information provided by OS inventory management](https://cloud.google.com/compute/docs/instances/os-inventory-management#data-collected).",
15001544
"id": "Inventory",

‎osconfig/v1/osconfig-gen.go

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎osconfig/v1alpha/osconfig-api.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@
707707
}
708708
}
709709
},
710-
"revision": "20240901",
710+
"revision": "20241021",
711711
"rootUrl": "https://osconfig.googleapis.com/",
712712
"schemas": {
713713
"CVSSv3": {
@@ -962,6 +962,50 @@
962962
},
963963
"type": "object"
964964
},
965+
"GoogleCloudOsconfigV2beta__OperationMetadata": {
966+
"description": "Represents the metadata of the long-running operation.",
967+
"id": "GoogleCloudOsconfigV2beta__OperationMetadata",
968+
"properties": {
969+
"apiVersion": {
970+
"description": "Output only. API version used to start the operation.",
971+
"readOnly": true,
972+
"type": "string"
973+
},
974+
"createTime": {
975+
"description": "Output only. The time the operation was created.",
976+
"format": "google-datetime",
977+
"readOnly": true,
978+
"type": "string"
979+
},
980+
"endTime": {
981+
"description": "Output only. The time the operation finished running.",
982+
"format": "google-datetime",
983+
"readOnly": true,
984+
"type": "string"
985+
},
986+
"requestedCancellation": {
987+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
988+
"readOnly": true,
989+
"type": "boolean"
990+
},
991+
"statusMessage": {
992+
"description": "Output only. Human-readable status of the operation, if any.",
993+
"readOnly": true,
994+
"type": "string"
995+
},
996+
"target": {
997+
"description": "Output only. Server-defined resource path for the target of the operation.",
998+
"readOnly": true,
999+
"type": "string"
1000+
},
1001+
"verb": {
1002+
"description": "Output only. Name of the verb executed by the operation.",
1003+
"readOnly": true,
1004+
"type": "string"
1005+
}
1006+
},
1007+
"type": "object"
1008+
},
9651009
"InstanceOSPoliciesCompliance": {
9661010
"deprecated": true,
9671011
"description": "This API resource represents the OS policies compliance data for a Compute Engine virtual machine (VM) instance at a given point in time. A Compute Engine VM can have multiple OS policy assignments, and each assignment can have multiple OS policies. As a result, multiple OS policies could be applied to a single VM. You can use this API resource to determine both the compliance state of your VM as well as the compliance state of an individual OS policy. For more information, see [View compliance](https://cloud.google.com/compute/docs/os-configuration-management/view-compliance).",

‎osconfig/v1alpha/osconfig-gen.go

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)