Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2583)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 12, 2024
1 parent 6923ec8 commit 7b18e5d
Show file tree
Hide file tree
Showing 6 changed files with 864 additions and 15 deletions.
6 changes: 3 additions & 3 deletions networksecurity/v1/networksecurity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3162,7 +3162,7 @@
}
}
},
"revision": "20240229",
"revision": "20240505",
"rootUrl": "https://networksecurity.googleapis.com/",
"schemas": {
"AddAddressGroupItemsRequest": {
Expand Down Expand Up @@ -4408,7 +4408,7 @@
"type": "object"
},
"SecurityProfile": {
"description": "SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 9",
"description": "SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 10",
"id": "SecurityProfile",
"properties": {
"createTime": {
Expand Down Expand Up @@ -4463,7 +4463,7 @@
"type": "object"
},
"SecurityProfileGroup": {
"description": "SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 8",
"description": "SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 9",
"id": "SecurityProfileGroup",
"properties": {
"createTime": {
Expand Down
4 changes: 2 additions & 2 deletions networksecurity/v1/networksecurity-gen.go

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

23 changes: 20 additions & 3 deletions networksecurity/v1beta1/networksecurity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3162,7 +3162,7 @@
}
}
},
"revision": "20240229",
"revision": "20240505",
"rootUrl": "https://networksecurity.googleapis.com/",
"schemas": {
"AddAddressGroupItemsRequest": {
Expand Down Expand Up @@ -3220,6 +3220,23 @@
"description": "Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.",
"type": "string"
},
"purpose": {
"description": "Optional. List of supported purposes of the Address Group.",
"items": {
"enum": [
"PURPOSE_UNSPECIFIED",
"DEFAULT",
"CLOUD_ARMOR"
],
"enumDescriptions": [
"Default value. Should never happen.",
"Address Group is distributed to VMC, and is usable in Firewall Policies and other systems that rely on VMC.",
"Address Group is usable in Cloud Armor."
],
"type": "string"
},
"type": "array"
},
"selfLink": {
"description": "Output only. Server-defined fully-qualified URL for this resource.",
"readOnly": true,
Expand Down Expand Up @@ -4408,7 +4425,7 @@
"type": "object"
},
"SecurityProfile": {
"description": "SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 9",
"description": "SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 10",
"id": "SecurityProfile",
"properties": {
"createTime": {
Expand Down Expand Up @@ -4463,7 +4480,7 @@
"type": "object"
},
"SecurityProfileGroup": {
"description": "SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 8",
"description": "SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 9",
"id": "SecurityProfileGroup",
"properties": {
"createTime": {
Expand Down
12 changes: 10 additions & 2 deletions networksecurity/v1beta1/networksecurity-gen.go

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

0 comments on commit 7b18e5d

Please sign in to comment.