|
816 | 816 | ], |
817 | 817 | "parameters": { |
818 | 818 | "pageSize": { |
819 | | - "description": "Maximum number of SecurityProfileGroups to return per call.", |
| 819 | + "description": "Optional. Maximum number of SecurityProfileGroups to return per call.", |
820 | 820 | "format": "int32", |
821 | 821 | "location": "query", |
822 | 822 | "type": "integer" |
823 | 823 | }, |
824 | 824 | "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.", |
826 | 826 | "location": "query", |
827 | 827 | "type": "string" |
828 | 828 | }, |
|
978 | 978 | ], |
979 | 979 | "parameters": { |
980 | 980 | "pageSize": { |
981 | | - "description": "Maximum number of SecurityProfiles to return per call.", |
| 981 | + "description": "Optional. Maximum number of SecurityProfiles to return per call.", |
982 | 982 | "format": "int32", |
983 | 983 | "location": "query", |
984 | 984 | "type": "integer" |
985 | 985 | }, |
986 | 986 | "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.", |
988 | 988 | "location": "query", |
989 | 989 | "type": "string" |
990 | 990 | }, |
|
1074 | 1074 | ] |
1075 | 1075 | }, |
1076 | 1076 | "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.", |
1078 | 1078 | "flatPath": "v1beta1/projects/{projectsId}/locations", |
1079 | 1079 | "httpMethod": "GET", |
1080 | 1080 | "id": "networksecurity.projects.locations.list", |
|
5705 | 5705 | } |
5706 | 5706 | } |
5707 | 5707 | }, |
5708 | | - "revision": "20251203", |
| 5708 | + "revision": "20260125", |
5709 | 5709 | "rootUrl": "https://networksecurity.googleapis.com/", |
5710 | 5710 | "schemas": { |
5711 | 5711 | "AddAddressGroupItemsRequest": { |
|
9018 | 9018 | "SYMANTEC_CONNECTION_STATE_UNSPECIFIED", |
9019 | 9019 | "SUCCEEDED", |
9020 | 9020 | "READ_SECRET_FAILED", |
9021 | | - "REQUEST_TO_SYMANTEC_FAILED" |
| 9021 | + "REQUEST_TO_SYMANTEC_FAILED", |
| 9022 | + "UNAVAILABLE_FOR_HISTORICAL_REQUESTS" |
9022 | 9023 | ], |
9023 | 9024 | "enumDescriptions": [ |
9024 | 9025 | "No state specified. This should not be used.", |
9025 | 9026 | "Successfully made a request to Symantec API.", |
9026 | 9027 | "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." |
9028 | 9030 | ], |
9029 | 9031 | "readOnly": true, |
9030 | 9032 | "type": "string" |
|
0 commit comments