Skip to content
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
18 changes: 10 additions & 8 deletions networksecurity/v1beta1/networksecurity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -816,13 +816,13 @@
],
"parameters": {
"pageSize": {
"description": "Maximum number of SecurityProfileGroups to return per call.",
"description": "Optional. Maximum number of SecurityProfileGroups to return per call.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"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.",
"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.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -978,13 +978,13 @@
],
"parameters": {
"pageSize": {
"description": "Maximum number of SecurityProfiles to return per call.",
"description": "Optional. Maximum number of SecurityProfiles to return per call.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"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.",
"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.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1074,7 +1074,7 @@
]
},
"list": {
"description": "Lists information about the supported locations for this service.",
"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.",
"flatPath": "v1beta1/projects/{projectsId}/locations",
"httpMethod": "GET",
"id": "networksecurity.projects.locations.list",
Expand Down Expand Up @@ -5705,7 +5705,7 @@
}
}
},
"revision": "20251203",
"revision": "20260125",
"rootUrl": "https://networksecurity.googleapis.com/",
"schemas": {
"AddAddressGroupItemsRequest": {
Expand Down Expand Up @@ -9018,13 +9018,15 @@
"SYMANTEC_CONNECTION_STATE_UNSPECIFIED",
"SUCCEEDED",
"READ_SECRET_FAILED",
"REQUEST_TO_SYMANTEC_FAILED"
"REQUEST_TO_SYMANTEC_FAILED",
"UNAVAILABLE_FOR_HISTORICAL_REQUESTS"
],
"enumDescriptions": [
"No state specified. This should not be used.",
"Successfully made a request to Symantec API.",
"Cannot access the API key in the provided `secret_path`.",
"Failed to get a successful response from Symantec API due to an invalid API key or Symantec API unavailability."
"Failed to get a successful response from Symantec API due to an invalid API key or Symantec API unavailability.",
"The connection state is unavailable because live calls to Symantec API are not made for historical requests."
],
"readOnly": true,
"type": "string"
Expand Down
9 changes: 8 additions & 1 deletion networksecurity/v1beta1/networksecurity-gen.go

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

Loading