Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2804)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Sep 28, 2024
1 parent 1cd1132 commit 9d791a4
Show file tree
Hide file tree
Showing 46 changed files with 2,631 additions and 619 deletions.
9 changes: 7 additions & 2 deletions accesscontextmanager/v1/accesscontextmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1205,6 +1205,11 @@
"name"
],
"parameters": {
"appendScopedAccessSettings": {
"description": "Optional. This field will be used to control whether or not scoped access settings are appended to the existing list of scoped access settings. If true, the scoped access settings in the request will be appended to the existing list of scoped access settings. If false, the scoped access settings in the request replace the existing list of scoped access settings.",
"location": "query",
"type": "boolean"
},
"name": {
"description": "Immutable. Assigned by the server during creation. The last segment has an arbitrary length and has only URI unreserved characters (as defined by [RFC 3986 Section 2.3](https://tools.ietf.org/html/rfc3986#section-2.3)). Should not be specified by the client during creation. Example: \"organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N\"",
"location": "path",
Expand All @@ -1213,7 +1218,7 @@
"type": "string"
},
"updateMask": {
"description": "Required. Only the fields specified in this mask are updated. Because name and group_key cannot be changed, update_mask is required and may only contain the following fields: `access_levels`, `dry_run_access_levels`. update_mask { paths: \"access_levels\" }",
"description": "Required. Only the fields specified in this mask are updated. Because name and group_key cannot be changed, update_mask is required and may only contain the following fields: `access_levels`, `dry_run_access_levels`, `reauth_settings`, `scoped_access_settings`. update_mask { paths: \"access_levels\" }",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -1290,7 +1295,7 @@
}
}
},
"revision": "20240908",
"revision": "20240923",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down
16 changes: 14 additions & 2 deletions accesscontextmanager/v1/accesscontextmanager-gen.go

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

32 changes: 24 additions & 8 deletions backupdr/v1/backupdr-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
"backupVaults": {
"methods": {
"create": {
"description": "",
"description": "Creates a new BackupVault in a given project and location.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/backupVaults",
"httpMethod": "POST",
"id": "backupdr.projects.locations.backupVaults.create",
Expand Down Expand Up @@ -743,7 +743,7 @@
"type": "boolean"
},
"name": {
"description": "Output only. Identifier. The resource name.",
"description": "Output only. Identifier. Name of the backup vault to create. It must have the format`\"projects/{project}/locations/{location}/backupVaults/{backupvault}\"`. `{backupvault}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the project and location.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1007,7 +1007,7 @@
"type": "boolean"
},
"name": {
"description": "Output only. Identifier. The resource name.",
"description": "Output only. Identifier. Name of the datasource to create. It must have the format`\"projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}\"`. `{datasource}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the backup vault.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+/dataSources/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1237,7 +1237,7 @@
],
"parameters": {
"name": {
"description": "Output only. Identifier. Name of the resource.",
"description": "Output only. Identifier. Name of the backup to create. It must have the format`\"projects//locations//backupVaults//dataSources/{datasource}/backups/{backup}\"`. `{backup}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the datasource.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+/dataSources/[^/]+/backups/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1658,7 +1658,7 @@
}
}
},
"revision": "20240913",
"revision": "20240918",
"rootUrl": "https://backupdr.googleapis.com/",
"schemas": {
"AbandonBackupRequest": {
Expand Down Expand Up @@ -2126,7 +2126,7 @@
"type": "object"
},
"name": {
"description": "Output only. Identifier. Name of the resource.",
"description": "Output only. Identifier. Name of the backup to create. It must have the format`\"projects//locations//backupVaults//dataSources/{datasource}/backups/{backup}\"`. `{backup}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the datasource.",
"readOnly": true,
"type": "string"
},
Expand Down Expand Up @@ -2508,6 +2508,22 @@
"description": "Message describing a BackupVault object.",
"id": "BackupVault",
"properties": {
"accessRestriction": {
"description": "Optional. Note: This field is added for future use case and will not be supported in the current release. Optional. Access restriction for the backup vault. Default value is WITHIN_ORGANIZATION if not provided during creation.",
"enum": [
"ACCESS_RESTRICTION_UNSPECIFIED",
"WITHIN_PROJECT",
"WITHIN_ORGANIZATION",
"UNRESTRICTED"
],
"enumDescriptions": [
"Access restriction not set.",
"Access to or from resources outside your current project will be denied.",
"Access to or from resources outside your current organization will be denied.",
"No access restriction."
],
"type": "string"
},
"annotations": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -2558,7 +2574,7 @@
"type": "object"
},
"name": {
"description": "Output only. Identifier. The resource name.",
"description": "Output only. Identifier. Name of the backup vault to create. It must have the format`\"projects/{project}/locations/{location}/backupVaults/{backupvault}\"`. `{backupvault}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the project and location.",
"readOnly": true,
"type": "string"
},
Expand Down Expand Up @@ -3056,7 +3072,7 @@
"type": "object"
},
"name": {
"description": "Output only. Identifier. The resource name.",
"description": "Output only. Identifier. Name of the datasource to create. It must have the format`\"projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}\"`. `{datasource}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the backup vault.",
"readOnly": true,
"type": "string"
},
Expand Down
61 changes: 50 additions & 11 deletions backupdr/v1/backupdr-gen.go

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

Loading

0 comments on commit 9d791a4

Please sign in to comment.