Skip to content

Commit 2aa3478

Browse files
feat(all): auto-regenerate discovery clients (#3479)
1 parent cdb1738 commit 2aa3478

File tree

4 files changed

+2362
-16
lines changed

4 files changed

+2362
-16
lines changed

networksecurity/v1beta1/networksecurity-api.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -816,13 +816,13 @@
816816
],
817817
"parameters": {
818818
"pageSize": {
819-
"description": "Maximum number of SecurityProfileGroups to return per call.",
819+
"description": "Optional. Maximum number of SecurityProfileGroups to return per call.",
820820
"format": "int32",
821821
"location": "query",
822822
"type": "integer"
823823
},
824824
"pageToken": {
825-
"description": "The value returned by the last `ListSecurityProfileGroupsResponse` Indicates that this is a continuation of a prior `ListSecurityProfileGroups` call, and that the system should return the next page of data.",
825+
"description": "Optional. The value returned by the last `ListSecurityProfileGroupsResponse` Indicates that this is a continuation of a prior `ListSecurityProfileGroups` call, and that the system should return the next page of data.",
826826
"location": "query",
827827
"type": "string"
828828
},
@@ -978,13 +978,13 @@
978978
],
979979
"parameters": {
980980
"pageSize": {
981-
"description": "Maximum number of SecurityProfiles to return per call.",
981+
"description": "Optional. Maximum number of SecurityProfiles to return per call.",
982982
"format": "int32",
983983
"location": "query",
984984
"type": "integer"
985985
},
986986
"pageToken": {
987-
"description": "The value returned by the last `ListSecurityProfilesResponse` Indicates that this is a continuation of a prior `ListSecurityProfiles` call, and that the system should return the next page of data.",
987+
"description": "Optional. The value returned by the last `ListSecurityProfilesResponse` Indicates that this is a continuation of a prior `ListSecurityProfiles` call, and that the system should return the next page of data.",
988988
"location": "query",
989989
"type": "string"
990990
},
@@ -1074,7 +1074,7 @@
10741074
]
10751075
},
10761076
"list": {
1077-
"description": "Lists information about the supported locations for this service.",
1077+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
10781078
"flatPath": "v1beta1/projects/{projectsId}/locations",
10791079
"httpMethod": "GET",
10801080
"id": "networksecurity.projects.locations.list",
@@ -5705,7 +5705,7 @@
57055705
}
57065706
}
57075707
},
5708-
"revision": "20251203",
5708+
"revision": "20260125",
57095709
"rootUrl": "https://networksecurity.googleapis.com/",
57105710
"schemas": {
57115711
"AddAddressGroupItemsRequest": {
@@ -9018,13 +9018,15 @@
90189018
"SYMANTEC_CONNECTION_STATE_UNSPECIFIED",
90199019
"SUCCEEDED",
90209020
"READ_SECRET_FAILED",
9021-
"REQUEST_TO_SYMANTEC_FAILED"
9021+
"REQUEST_TO_SYMANTEC_FAILED",
9022+
"UNAVAILABLE_FOR_HISTORICAL_REQUESTS"
90229023
],
90239024
"enumDescriptions": [
90249025
"No state specified. This should not be used.",
90259026
"Successfully made a request to Symantec API.",
90269027
"Cannot access the API key in the provided `secret_path`.",
9027-
"Failed to get a successful response from Symantec API due to an invalid API key or Symantec API unavailability."
9028+
"Failed to get a successful response from Symantec API due to an invalid API key or Symantec API unavailability.",
9029+
"The connection state is unavailable because live calls to Symantec API are not made for historical requests."
90289030
],
90299031
"readOnly": true,
90309032
"type": "string"

networksecurity/v1beta1/networksecurity-gen.go

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)