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 #2750

Merged
merged 1 commit into from
Aug 23, 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
17 changes: 16 additions & 1 deletion accessapproval/v1/accessapproval-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@
}
}
},
"revision": "20240607",
"revision": "20240820",
"rootUrl": "https://accessapproval.googleapis.com/",
"schemas": {
"AccessApprovalServiceAccount": {
Expand Down Expand Up @@ -1076,6 +1076,10 @@
"format": "google-datetime",
"type": "string"
},
"requestedAugmentedInfo": {
"$ref": "AugmentedInfo",
"description": "This field contains the augmented information of the request."
},
"requestedDuration": {
"description": "The requested access duration.",
"format": "google-duration",
Expand Down Expand Up @@ -1147,6 +1151,17 @@
},
"type": "object"
},
"AugmentedInfo": {
"description": "This field contains the augmented information of the request.",
"id": "AugmentedInfo",
"properties": {
"command": {
"description": "For command-line tools, the full command-line exactly as entered by the actor without adding any additional characters (such as quotation marks).",
"type": "string"
}
},
"type": "object"
},
"DismissApprovalRequestMessage": {
"description": "Request to dismiss an approval request.",
"id": "DismissApprovalRequestMessage",
Expand Down
27 changes: 27 additions & 0 deletions accessapproval/v1/accessapproval-gen.go

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

7 changes: 6 additions & 1 deletion androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@
}
}
},
"revision": "20240808",
"revision": "20240821",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -6123,6 +6123,11 @@
"description": "The carrier name associated with this SIM card.",
"type": "string"
},
"iccId": {
"description": "Output only. The ICCID associated with this SIM card.",
"readOnly": true,
"type": "string"
},
"phoneNumber": {
"description": "The phone number associated with this SIM card.",
"type": "string"
Expand Down
2 changes: 2 additions & 0 deletions androidmanagement/v1/androidmanagement-gen.go

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

5 changes: 3 additions & 2 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,8 @@
],
"parameters": {
"ackBundleInstallationWarning": {
"description": "Must be set to true if the app bundle installation may trigger a warning on user devices (for example, if installation size may be over a threshold, typically 100 MB).",
"deprecated": true,
"description": "Deprecated. The installation warning has been removed, it's not necessary to set this field anymore.",
"location": "query",
"type": "boolean"
},
Expand Down Expand Up @@ -4731,7 +4732,7 @@
}
}
},
"revision": "20240820",
"revision": "20240821",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down
5 changes: 2 additions & 3 deletions androidpublisher/v3/androidpublisher-gen.go

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

14 changes: 11 additions & 3 deletions assuredworkloads/v1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
}
}
},
"revision": "20240801",
"revision": "20240821",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1281,21 +1281,29 @@
"LOCAL_CONTROLS_BY_S3NS",
"SOVEREIGN_CONTROLS_BY_T_SYSTEMS",
"SOVEREIGN_CONTROLS_BY_SIA_MINSAIT",
"SOVEREIGN_CONTROLS_BY_PSN"
"SOVEREIGN_CONTROLS_BY_PSN",
"SOVEREIGN_CONTROLS_BY_CNTXT",
"SOVEREIGN_CONTROLS_BY_CNTXT_NO_EKM"
],
"enumDescriptions": [
"",
"Enum representing S3NS (Thales) partner.",
"Enum representing T_SYSTEM (TSI) partner.",
"Enum representing SIA_MINSAIT (Indra) partner.",
"Enum representing PSN (TIM) partner."
"Enum representing PSN (TIM) partner.",
"Enum representing CNTXT (Kingdom of Saudi Arabia) partner.",
"Enum representing CNTXT (Kingdom of Saudi Arabia) partner offering without EKM."
],
"type": "string"
},
"partnerPermissions": {
"$ref": "GoogleCloudAssuredworkloadsV1WorkloadPartnerPermissions",
"description": "Optional. Permissions granted to the AW Partner SA account for the customer workload"
},
"partnerServicesBillingAccount": {
"description": "Optional. Billing account necessary for purchasing services from Sovereign Partners. This field is required for creating SIA/PSN partner workloads. The caller should have 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC",
"type": "string"
},
"provisionedResourcesParent": {
"description": "Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id}",
"type": "string"
Expand Down
11 changes: 11 additions & 0 deletions assuredworkloads/v1/assuredworkloads-gen.go

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

14 changes: 11 additions & 3 deletions assuredworkloads/v1beta1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
}
}
},
"revision": "20240801",
"revision": "20240821",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1296,21 +1296,29 @@
"LOCAL_CONTROLS_BY_S3NS",
"SOVEREIGN_CONTROLS_BY_T_SYSTEMS",
"SOVEREIGN_CONTROLS_BY_SIA_MINSAIT",
"SOVEREIGN_CONTROLS_BY_PSN"
"SOVEREIGN_CONTROLS_BY_PSN",
"SOVEREIGN_CONTROLS_BY_CNTXT",
"SOVEREIGN_CONTROLS_BY_CNTXT_NO_EKM"
],
"enumDescriptions": [
"",
"Enum representing S3NS (Thales) partner.",
"Enum representing T_SYSTEM (TSI) partner.",
"Enum representing SIA_MINSAIT (Indra) partner.",
"Enum representing PSN (TIM) partner."
"Enum representing PSN (TIM) partner.",
"Enum representing CNTXT (Kingdom of Saudi Arabia) partner.",
"Enum representing CNTXT (Kingdom of Saudi Arabia) partner offering without EKM."
],
"type": "string"
},
"partnerPermissions": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions",
"description": "Optional. Permissions granted to the AW Partner SA account for the customer workload"
},
"partnerServicesBillingAccount": {
"description": "Optional. Billing account necessary for purchasing services from Sovereign Partners. This field is required for creating SIA/PSN partner workloads. The caller should have 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC",
"type": "string"
},
"provisionedResourcesParent": {
"description": "Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id}",
"type": "string"
Expand Down
11 changes: 11 additions & 0 deletions assuredworkloads/v1beta1/assuredworkloads-gen.go

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

7 changes: 1 addition & 6 deletions backupdr/v1/backupdr-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@
}
}
},
"revision": "20240808",
"revision": "20240815",
"rootUrl": "https://backupdr.googleapis.com/",
"schemas": {
"AbandonBackupRequest": {
Expand Down Expand Up @@ -2486,11 +2486,6 @@
"format": "google-datetime",
"type": "string"
},
"enforcedRetentionDuration": {
"description": "Required. The default retention period for each backup in the backup vault (Deprecated).",
"format": "google-duration",
"type": "string"
},
"etag": {
"description": "Optional. Server specified ETag for the backup vault resource to prevent simultaneous updates from overwiting each other.",
"type": "string"
Expand Down
3 changes: 0 additions & 3 deletions backupdr/v1/backupdr-gen.go

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

4 changes: 2 additions & 2 deletions cloudidentity/v1/cloudidentity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
],
"enumDescriptions": [
"Default value. The value is unused.",
"This view contains all devices imported by the company admin. Each device in the response contains all information specified by the company admin when importing the device (i.e. asset tags). This includes devices that may be unaassigned or assigned to users.",
"This view contains all devices imported by the company admin. Each device in the response contains all information specified by the company admin when importing the device (i.e. asset tags). This includes devices that may be unassigned or assigned to users.",
"This view contains all devices with at least one user registered on the device. Each device in the response contains all device information, except for asset tags."
],
"location": "query",
Expand Down Expand Up @@ -1990,7 +1990,7 @@
}
}
},
"revision": "20240611",
"revision": "20240820",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down
2 changes: 1 addition & 1 deletion cloudidentity/v1/cloudidentity-gen.go

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

12 changes: 11 additions & 1 deletion dataflow/v1b3/dataflow-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@
}
}
},
"revision": "20240807",
"revision": "20240817",
"rootUrl": "https://dataflow.googleapis.com/",
"schemas": {
"ApproximateProgress": {
Expand Down Expand Up @@ -6761,6 +6761,16 @@
"description": "Map from user step names to state families.",
"type": "object"
},
"userWorkerRunnerV1Settings": {
"description": "Binary encoded proto to control runtime behavior of the java runner v1 user worker.",
"format": "byte",
"type": "string"
},
"userWorkerRunnerV2Settings": {
"description": "Binary encoded proto to control runtime behavior of the runner v2 user worker.",
"format": "byte",
"type": "string"
},
"windmillServiceEndpoint": {
"description": "If present, the worker must use this endpoint to communicate with Windmill Service dispatchers, otherwise the worker must continue to use whatever endpoint it had been using.",
"type": "string"
Expand Down
6 changes: 6 additions & 0 deletions dataflow/v1b3/dataflow-gen.go

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

Loading