Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2833

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(all): auto-regenerate discovery clients
  • Loading branch information
yoshi-automation committed Oct 22, 2024
commit f52ee9f6a78fb980fc9f65a12917ad92ebaa83a8
16 changes: 15 additions & 1 deletion datamigration/v1/datamigration-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@
}
}
},
"revision": "20241006",
"revision": "20241015",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AlloyDbConnectionProfile": {
Expand Down Expand Up @@ -2952,6 +2952,20 @@
],
"type": "string"
},
"role": {
"description": "Optional. The connection profile role.",
"enum": [
"ROLE_UNSPECIFIED",
"SOURCE",
"DESTINATION"
],
"enumDescriptions": [
"The role is unspecified.",
"The role is source.",
"The role is destination."
],
"type": "string"
},
"sqlserver": {
"$ref": "SqlServerConnectionProfile",
"description": "Connection profile for a SQL Server data source."
Expand Down
7 changes: 7 additions & 0 deletions datamigration/v1/datamigration-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 15 additions & 3 deletions file/v1beta1/file-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@
}
}
},
"revision": "20241008",
"revision": "20241015",
"rootUrl": "https://file.googleapis.com/",
"schemas": {
"Backup": {
Expand Down Expand Up @@ -1322,8 +1322,14 @@
"description": "Fixed IOPS (input/output operations per second) parameters.",
"id": "FixedIOPS",
"properties": {
"maxIops": {
"description": "Required. Maximum raw IOPS.",
"format": "int64",
"type": "string"
},
"maxReadIops": {
"description": "Required. Maximum raw read IOPS.",
"deprecated": true,
"description": "Optional. Deprecated: `max_iops` should be used instead of this parameter. Maximum raw read IOPS.",
"format": "int64",
"type": "string"
}
Expand Down Expand Up @@ -1609,8 +1615,14 @@
"description": "IOPS per TB. Filestore defines TB as 1024^4 bytes (TiB).",
"id": "IOPSPerTB",
"properties": {
"maxIopsPerTb": {
"description": "Required. Maximum IOPS per TiB.",
"format": "int64",
"type": "string"
},
"maxReadIopsPerTb": {
"description": "Required. Maximum read IOPS per TiB.",
"deprecated": true,
"description": "Optional. Deprecated: `max_iops_per_tb` should be used instead of this parameter. Maximum read IOPS per TiB.",
"format": "int64",
"type": "string"
}
Expand Down
26 changes: 16 additions & 10 deletions file/v1beta1/file-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 45 additions & 1 deletion osconfig/v1/osconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@
}
}
},
"revision": "20241002",
"revision": "20241021",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptSettings": {
Expand Down Expand Up @@ -1495,6 +1495,50 @@
},
"type": "object"
},
"GoogleCloudOsconfigV2beta__OperationMetadata": {
"description": "Represents the metadata of the long-running operation.",
"id": "GoogleCloudOsconfigV2beta__OperationMetadata",
"properties": {
"apiVersion": {
"description": "Output only. API version used to start the operation.",
"readOnly": true,
"type": "string"
},
"createTime": {
"description": "Output only. The time the operation was created.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"endTime": {
"description": "Output only. The time the operation finished running.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"requestedCancellation": {
"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`.",
"readOnly": true,
"type": "boolean"
},
"statusMessage": {
"description": "Output only. Human-readable status of the operation, if any.",
"readOnly": true,
"type": "string"
},
"target": {
"description": "Output only. Server-defined resource path for the target of the operation.",
"readOnly": true,
"type": "string"
},
"verb": {
"description": "Output only. Name of the verb executed by the operation.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"Inventory": {
"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).",
"id": "Inventory",
Expand Down
39 changes: 39 additions & 0 deletions osconfig/v1/osconfig-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 45 additions & 1 deletion osconfig/v1alpha/osconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
}
}
},
"revision": "20240901",
"revision": "20241021",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"CVSSv3": {
Expand Down Expand Up @@ -962,6 +962,50 @@
},
"type": "object"
},
"GoogleCloudOsconfigV2beta__OperationMetadata": {
"description": "Represents the metadata of the long-running operation.",
"id": "GoogleCloudOsconfigV2beta__OperationMetadata",
"properties": {
"apiVersion": {
"description": "Output only. API version used to start the operation.",
"readOnly": true,
"type": "string"
},
"createTime": {
"description": "Output only. The time the operation was created.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"endTime": {
"description": "Output only. The time the operation finished running.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"requestedCancellation": {
"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`.",
"readOnly": true,
"type": "boolean"
},
"statusMessage": {
"description": "Output only. Human-readable status of the operation, if any.",
"readOnly": true,
"type": "string"
},
"target": {
"description": "Output only. Server-defined resource path for the target of the operation.",
"readOnly": true,
"type": "string"
},
"verb": {
"description": "Output only. Name of the verb executed by the operation.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"InstanceOSPoliciesCompliance": {
"deprecated": true,
"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).",
Expand Down
39 changes: 39 additions & 0 deletions osconfig/v1alpha/osconfig-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading