...

Text file src/google.golang.org/api/networksecurity/v1beta1/networksecurity-api.json

Documentation: google.golang.org/api/networksecurity/v1beta1

     1{
     2  "auth": {
     3    "oauth2": {
     4      "scopes": {
     5        "https://www.googleapis.com/auth/cloud-platform": {
     6          "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
     7        }
     8      }
     9    }
    10  },
    11  "basePath": "",
    12  "baseUrl": "https://networksecurity.googleapis.com/",
    13  "batchPath": "batch",
    14  "canonicalName": "NetworkSecurity",
    15  "description": "",
    16  "discoveryVersion": "v1",
    17  "documentationLink": "https://cloud.google.com/networking",
    18  "fullyEncodeReservedExpansion": true,
    19  "icons": {
    20    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    21    "x32": "http://www.google.com/images/icons/product/search-32.gif"
    22  },
    23  "id": "networksecurity:v1beta1",
    24  "kind": "discovery#restDescription",
    25  "mtlsRootUrl": "https://networksecurity.mtls.googleapis.com/",
    26  "name": "networksecurity",
    27  "ownerDomain": "google.com",
    28  "ownerName": "Google",
    29  "parameters": {
    30    "$.xgafv": {
    31      "description": "V1 error format.",
    32      "enum": [
    33        "1",
    34        "2"
    35      ],
    36      "enumDescriptions": [
    37        "v1 error format",
    38        "v2 error format"
    39      ],
    40      "location": "query",
    41      "type": "string"
    42    },
    43    "access_token": {
    44      "description": "OAuth access token.",
    45      "location": "query",
    46      "type": "string"
    47    },
    48    "alt": {
    49      "default": "json",
    50      "description": "Data format for response.",
    51      "enum": [
    52        "json",
    53        "media",
    54        "proto"
    55      ],
    56      "enumDescriptions": [
    57        "Responses with Content-Type of application/json",
    58        "Media download with context-dependent Content-Type",
    59        "Responses with Content-Type of application/x-protobuf"
    60      ],
    61      "location": "query",
    62      "type": "string"
    63    },
    64    "callback": {
    65      "description": "JSONP",
    66      "location": "query",
    67      "type": "string"
    68    },
    69    "fields": {
    70      "description": "Selector specifying which fields to include in a partial response.",
    71      "location": "query",
    72      "type": "string"
    73    },
    74    "key": {
    75      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
    76      "location": "query",
    77      "type": "string"
    78    },
    79    "oauth_token": {
    80      "description": "OAuth 2.0 token for the current user.",
    81      "location": "query",
    82      "type": "string"
    83    },
    84    "prettyPrint": {
    85      "default": "true",
    86      "description": "Returns response with indentations and line breaks.",
    87      "location": "query",
    88      "type": "boolean"
    89    },
    90    "quotaUser": {
    91      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
    92      "location": "query",
    93      "type": "string"
    94    },
    95    "uploadType": {
    96      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
    97      "location": "query",
    98      "type": "string"
    99    },
   100    "upload_protocol": {
   101      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
   102      "location": "query",
   103      "type": "string"
   104    }
   105  },
   106  "protocol": "rest",
   107  "resources": {
   108    "organizations": {
   109      "resources": {
   110        "locations": {
   111          "resources": {
   112            "addressGroups": {
   113              "methods": {
   114                "addItems": {
   115                  "description": "Adds items to an address group.",
   116                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/addressGroups/{addressGroupsId}:addItems",
   117                  "httpMethod": "POST",
   118                  "id": "networksecurity.organizations.locations.addressGroups.addItems",
   119                  "parameterOrder": [
   120                    "addressGroup"
   121                  ],
   122                  "parameters": {
   123                    "addressGroup": {
   124                      "description": "Required. A name of the AddressGroup to add items to. Must be in the format `projects|organization/*/locations/{location}/addressGroups/*`.",
   125                      "location": "path",
   126                      "pattern": "^organizations/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
   127                      "required": true,
   128                      "type": "string"
   129                    }
   130                  },
   131                  "path": "v1beta1/{+addressGroup}:addItems",
   132                  "request": {
   133                    "$ref": "AddAddressGroupItemsRequest"
   134                  },
   135                  "response": {
   136                    "$ref": "Operation"
   137                  },
   138                  "scopes": [
   139                    "https://www.googleapis.com/auth/cloud-platform"
   140                  ]
   141                },
   142                "cloneItems": {
   143                  "description": "Clones items from one address group to another.",
   144                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/addressGroups/{addressGroupsId}:cloneItems",
   145                  "httpMethod": "POST",
   146                  "id": "networksecurity.organizations.locations.addressGroups.cloneItems",
   147                  "parameterOrder": [
   148                    "addressGroup"
   149                  ],
   150                  "parameters": {
   151                    "addressGroup": {
   152                      "description": "Required. A name of the AddressGroup to clone items to. Must be in the format `projects|organization/*/locations/{location}/addressGroups/*`.",
   153                      "location": "path",
   154                      "pattern": "^organizations/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
   155                      "required": true,
   156                      "type": "string"
   157                    }
   158                  },
   159                  "path": "v1beta1/{+addressGroup}:cloneItems",
   160                  "request": {
   161                    "$ref": "CloneAddressGroupItemsRequest"
   162                  },
   163                  "response": {
   164                    "$ref": "Operation"
   165                  },
   166                  "scopes": [
   167                    "https://www.googleapis.com/auth/cloud-platform"
   168                  ]
   169                },
   170                "create": {
   171                  "description": "Creates a new address group in a given project and location.",
   172                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/addressGroups",
   173                  "httpMethod": "POST",
   174                  "id": "networksecurity.organizations.locations.addressGroups.create",
   175                  "parameterOrder": [
   176                    "parent"
   177                  ],
   178                  "parameters": {
   179                    "addressGroupId": {
   180                      "description": "Required. Short name of the AddressGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"authz_policy\".",
   181                      "location": "query",
   182                      "type": "string"
   183                    },
   184                    "parent": {
   185                      "description": "Required. The parent resource of the AddressGroup. Must be in the format `projects/*/locations/{location}`.",
   186                      "location": "path",
   187                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
   188                      "required": true,
   189                      "type": "string"
   190                    },
   191                    "requestId": {
   192                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
   193                      "location": "query",
   194                      "type": "string"
   195                    }
   196                  },
   197                  "path": "v1beta1/{+parent}/addressGroups",
   198                  "request": {
   199                    "$ref": "AddressGroup"
   200                  },
   201                  "response": {
   202                    "$ref": "Operation"
   203                  },
   204                  "scopes": [
   205                    "https://www.googleapis.com/auth/cloud-platform"
   206                  ]
   207                },
   208                "delete": {
   209                  "description": "Deletes an address group.",
   210                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/addressGroups/{addressGroupsId}",
   211                  "httpMethod": "DELETE",
   212                  "id": "networksecurity.organizations.locations.addressGroups.delete",
   213                  "parameterOrder": [
   214                    "name"
   215                  ],
   216                  "parameters": {
   217                    "name": {
   218                      "description": "Required. A name of the AddressGroup to delete. Must be in the format `projects/*/locations/{location}/addressGroups/*`.",
   219                      "location": "path",
   220                      "pattern": "^organizations/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
   221                      "required": true,
   222                      "type": "string"
   223                    },
   224                    "requestId": {
   225                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
   226                      "location": "query",
   227                      "type": "string"
   228                    }
   229                  },
   230                  "path": "v1beta1/{+name}",
   231                  "response": {
   232                    "$ref": "Operation"
   233                  },
   234                  "scopes": [
   235                    "https://www.googleapis.com/auth/cloud-platform"
   236                  ]
   237                },
   238                "get": {
   239                  "description": "Gets details of a single address group.",
   240                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/addressGroups/{addressGroupsId}",
   241                  "httpMethod": "GET",
   242                  "id": "networksecurity.organizations.locations.addressGroups.get",
   243                  "parameterOrder": [
   244                    "name"
   245                  ],
   246                  "parameters": {
   247                    "name": {
   248                      "description": "Required. A name of the AddressGroup to get. Must be in the format `projects/*/locations/{location}/addressGroups/*`.",
   249                      "location": "path",
   250                      "pattern": "^organizations/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
   251                      "required": true,
   252                      "type": "string"
   253                    }
   254                  },
   255                  "path": "v1beta1/{+name}",
   256                  "response": {
   257                    "$ref": "AddressGroup"
   258                  },
   259                  "scopes": [
   260                    "https://www.googleapis.com/auth/cloud-platform"
   261                  ]
   262                },
   263                "list": {
   264                  "description": "Lists address groups in a given project and location.",
   265                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/addressGroups",
   266                  "httpMethod": "GET",
   267                  "id": "networksecurity.organizations.locations.addressGroups.list",
   268                  "parameterOrder": [
   269                    "parent"
   270                  ],
   271                  "parameters": {
   272                    "pageSize": {
   273                      "description": "Maximum number of AddressGroups to return per call.",
   274                      "format": "int32",
   275                      "location": "query",
   276                      "type": "integer"
   277                    },
   278                    "pageToken": {
   279                      "description": "The value returned by the last `ListAddressGroupsResponse` Indicates that this is a continuation of a prior `ListAddressGroups` call, and that the system should return the next page of data.",
   280                      "location": "query",
   281                      "type": "string"
   282                    },
   283                    "parent": {
   284                      "description": "Required. The project and location from which the AddressGroups should be listed, specified in the format `projects/*/locations/{location}`.",
   285                      "location": "path",
   286                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
   287                      "required": true,
   288                      "type": "string"
   289                    }
   290                  },
   291                  "path": "v1beta1/{+parent}/addressGroups",
   292                  "response": {
   293                    "$ref": "ListAddressGroupsResponse"
   294                  },
   295                  "scopes": [
   296                    "https://www.googleapis.com/auth/cloud-platform"
   297                  ]
   298                },
   299                "listReferences": {
   300                  "description": "Lists references of an address group.",
   301                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/addressGroups/{addressGroupsId}:listReferences",
   302                  "httpMethod": "GET",
   303                  "id": "networksecurity.organizations.locations.addressGroups.listReferences",
   304                  "parameterOrder": [
   305                    "addressGroup"
   306                  ],
   307                  "parameters": {
   308                    "addressGroup": {
   309                      "description": "Required. A name of the AddressGroup to clone items to. Must be in the format `projects|organization/*/locations/{location}/addressGroups/*`.",
   310                      "location": "path",
   311                      "pattern": "^organizations/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
   312                      "required": true,
   313                      "type": "string"
   314                    },
   315                    "pageSize": {
   316                      "description": "The maximum number of references to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more AddressGroupUsers left to be queried.",
   317                      "format": "int32",
   318                      "location": "query",
   319                      "type": "integer"
   320                    },
   321                    "pageToken": {
   322                      "description": "The next_page_token value returned from a previous List request, if any.",
   323                      "location": "query",
   324                      "type": "string"
   325                    }
   326                  },
   327                  "path": "v1beta1/{+addressGroup}:listReferences",
   328                  "response": {
   329                    "$ref": "ListAddressGroupReferencesResponse"
   330                  },
   331                  "scopes": [
   332                    "https://www.googleapis.com/auth/cloud-platform"
   333                  ]
   334                },
   335                "patch": {
   336                  "description": "Updates parameters of an address group.",
   337                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/addressGroups/{addressGroupsId}",
   338                  "httpMethod": "PATCH",
   339                  "id": "networksecurity.organizations.locations.addressGroups.patch",
   340                  "parameterOrder": [
   341                    "name"
   342                  ],
   343                  "parameters": {
   344                    "name": {
   345                      "description": "Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.",
   346                      "location": "path",
   347                      "pattern": "^organizations/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
   348                      "required": true,
   349                      "type": "string"
   350                    },
   351                    "requestId": {
   352                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
   353                      "location": "query",
   354                      "type": "string"
   355                    },
   356                    "updateMask": {
   357                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the AddressGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
   358                      "format": "google-fieldmask",
   359                      "location": "query",
   360                      "type": "string"
   361                    }
   362                  },
   363                  "path": "v1beta1/{+name}",
   364                  "request": {
   365                    "$ref": "AddressGroup"
   366                  },
   367                  "response": {
   368                    "$ref": "Operation"
   369                  },
   370                  "scopes": [
   371                    "https://www.googleapis.com/auth/cloud-platform"
   372                  ]
   373                },
   374                "removeItems": {
   375                  "description": "Removes items from an address group.",
   376                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/addressGroups/{addressGroupsId}:removeItems",
   377                  "httpMethod": "POST",
   378                  "id": "networksecurity.organizations.locations.addressGroups.removeItems",
   379                  "parameterOrder": [
   380                    "addressGroup"
   381                  ],
   382                  "parameters": {
   383                    "addressGroup": {
   384                      "description": "Required. A name of the AddressGroup to remove items from. Must be in the format `projects|organization/*/locations/{location}/addressGroups/*`.",
   385                      "location": "path",
   386                      "pattern": "^organizations/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
   387                      "required": true,
   388                      "type": "string"
   389                    }
   390                  },
   391                  "path": "v1beta1/{+addressGroup}:removeItems",
   392                  "request": {
   393                    "$ref": "RemoveAddressGroupItemsRequest"
   394                  },
   395                  "response": {
   396                    "$ref": "Operation"
   397                  },
   398                  "scopes": [
   399                    "https://www.googleapis.com/auth/cloud-platform"
   400                  ]
   401                }
   402              }
   403            },
   404            "firewallEndpoints": {
   405              "methods": {
   406                "create": {
   407                  "description": "Creates a new FirewallEndpoint in a given project and location.",
   408                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints",
   409                  "httpMethod": "POST",
   410                  "id": "networksecurity.organizations.locations.firewallEndpoints.create",
   411                  "parameterOrder": [
   412                    "parent"
   413                  ],
   414                  "parameters": {
   415                    "firewallEndpointId": {
   416                      "description": "Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_id from the method_signature of Create RPC.",
   417                      "location": "query",
   418                      "type": "string"
   419                    },
   420                    "parent": {
   421                      "description": "Required. Value for parent.",
   422                      "location": "path",
   423                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
   424                      "required": true,
   425                      "type": "string"
   426                    },
   427                    "requestId": {
   428                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
   429                      "location": "query",
   430                      "type": "string"
   431                    }
   432                  },
   433                  "path": "v1beta1/{+parent}/firewallEndpoints",
   434                  "request": {
   435                    "$ref": "FirewallEndpoint"
   436                  },
   437                  "response": {
   438                    "$ref": "Operation"
   439                  },
   440                  "scopes": [
   441                    "https://www.googleapis.com/auth/cloud-platform"
   442                  ]
   443                },
   444                "delete": {
   445                  "description": "Deletes a single Endpoint.",
   446                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}",
   447                  "httpMethod": "DELETE",
   448                  "id": "networksecurity.organizations.locations.firewallEndpoints.delete",
   449                  "parameterOrder": [
   450                    "name"
   451                  ],
   452                  "parameters": {
   453                    "name": {
   454                      "description": "Required. Name of the resource",
   455                      "location": "path",
   456                      "pattern": "^organizations/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$",
   457                      "required": true,
   458                      "type": "string"
   459                    },
   460                    "requestId": {
   461                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
   462                      "location": "query",
   463                      "type": "string"
   464                    }
   465                  },
   466                  "path": "v1beta1/{+name}",
   467                  "response": {
   468                    "$ref": "Operation"
   469                  },
   470                  "scopes": [
   471                    "https://www.googleapis.com/auth/cloud-platform"
   472                  ]
   473                },
   474                "get": {
   475                  "description": "Gets details of a single Endpoint.",
   476                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}",
   477                  "httpMethod": "GET",
   478                  "id": "networksecurity.organizations.locations.firewallEndpoints.get",
   479                  "parameterOrder": [
   480                    "name"
   481                  ],
   482                  "parameters": {
   483                    "name": {
   484                      "description": "Required. Name of the resource",
   485                      "location": "path",
   486                      "pattern": "^organizations/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$",
   487                      "required": true,
   488                      "type": "string"
   489                    }
   490                  },
   491                  "path": "v1beta1/{+name}",
   492                  "response": {
   493                    "$ref": "FirewallEndpoint"
   494                  },
   495                  "scopes": [
   496                    "https://www.googleapis.com/auth/cloud-platform"
   497                  ]
   498                },
   499                "list": {
   500                  "description": "Lists FirewallEndpoints in a given project and location.",
   501                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints",
   502                  "httpMethod": "GET",
   503                  "id": "networksecurity.organizations.locations.firewallEndpoints.list",
   504                  "parameterOrder": [
   505                    "parent"
   506                  ],
   507                  "parameters": {
   508                    "filter": {
   509                      "description": "Optional. Filtering results",
   510                      "location": "query",
   511                      "type": "string"
   512                    },
   513                    "orderBy": {
   514                      "description": "Hint for how to order the results",
   515                      "location": "query",
   516                      "type": "string"
   517                    },
   518                    "pageSize": {
   519                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
   520                      "format": "int32",
   521                      "location": "query",
   522                      "type": "integer"
   523                    },
   524                    "pageToken": {
   525                      "description": "A token identifying a page of results the server should return.",
   526                      "location": "query",
   527                      "type": "string"
   528                    },
   529                    "parent": {
   530                      "description": "Required. Parent value for ListEndpointsRequest",
   531                      "location": "path",
   532                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
   533                      "required": true,
   534                      "type": "string"
   535                    }
   536                  },
   537                  "path": "v1beta1/{+parent}/firewallEndpoints",
   538                  "response": {
   539                    "$ref": "ListFirewallEndpointsResponse"
   540                  },
   541                  "scopes": [
   542                    "https://www.googleapis.com/auth/cloud-platform"
   543                  ]
   544                },
   545                "patch": {
   546                  "description": "Update a single Endpoint.",
   547                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}",
   548                  "httpMethod": "PATCH",
   549                  "id": "networksecurity.organizations.locations.firewallEndpoints.patch",
   550                  "parameterOrder": [
   551                    "name"
   552                  ],
   553                  "parameters": {
   554                    "name": {
   555                      "description": "Immutable. Identifier. name of resource",
   556                      "location": "path",
   557                      "pattern": "^organizations/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$",
   558                      "required": true,
   559                      "type": "string"
   560                    },
   561                    "requestId": {
   562                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
   563                      "location": "query",
   564                      "type": "string"
   565                    },
   566                    "updateMask": {
   567                      "description": "Required. Field mask is used to specify the fields to be overwritten in the Endpoint resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
   568                      "format": "google-fieldmask",
   569                      "location": "query",
   570                      "type": "string"
   571                    }
   572                  },
   573                  "path": "v1beta1/{+name}",
   574                  "request": {
   575                    "$ref": "FirewallEndpoint"
   576                  },
   577                  "response": {
   578                    "$ref": "Operation"
   579                  },
   580                  "scopes": [
   581                    "https://www.googleapis.com/auth/cloud-platform"
   582                  ]
   583                }
   584              }
   585            },
   586            "operations": {
   587              "methods": {
   588                "cancel": {
   589                  "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
   590                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/operations/{operationsId}:cancel",
   591                  "httpMethod": "POST",
   592                  "id": "networksecurity.organizations.locations.operations.cancel",
   593                  "parameterOrder": [
   594                    "name"
   595                  ],
   596                  "parameters": {
   597                    "name": {
   598                      "description": "The name of the operation resource to be cancelled.",
   599                      "location": "path",
   600                      "pattern": "^organizations/[^/]+/locations/[^/]+/operations/[^/]+$",
   601                      "required": true,
   602                      "type": "string"
   603                    }
   604                  },
   605                  "path": "v1beta1/{+name}:cancel",
   606                  "request": {
   607                    "$ref": "CancelOperationRequest"
   608                  },
   609                  "response": {
   610                    "$ref": "Empty"
   611                  },
   612                  "scopes": [
   613                    "https://www.googleapis.com/auth/cloud-platform"
   614                  ]
   615                },
   616                "delete": {
   617                  "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
   618                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/operations/{operationsId}",
   619                  "httpMethod": "DELETE",
   620                  "id": "networksecurity.organizations.locations.operations.delete",
   621                  "parameterOrder": [
   622                    "name"
   623                  ],
   624                  "parameters": {
   625                    "name": {
   626                      "description": "The name of the operation resource to be deleted.",
   627                      "location": "path",
   628                      "pattern": "^organizations/[^/]+/locations/[^/]+/operations/[^/]+$",
   629                      "required": true,
   630                      "type": "string"
   631                    }
   632                  },
   633                  "path": "v1beta1/{+name}",
   634                  "response": {
   635                    "$ref": "Empty"
   636                  },
   637                  "scopes": [
   638                    "https://www.googleapis.com/auth/cloud-platform"
   639                  ]
   640                },
   641                "get": {
   642                  "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
   643                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/operations/{operationsId}",
   644                  "httpMethod": "GET",
   645                  "id": "networksecurity.organizations.locations.operations.get",
   646                  "parameterOrder": [
   647                    "name"
   648                  ],
   649                  "parameters": {
   650                    "name": {
   651                      "description": "The name of the operation resource.",
   652                      "location": "path",
   653                      "pattern": "^organizations/[^/]+/locations/[^/]+/operations/[^/]+$",
   654                      "required": true,
   655                      "type": "string"
   656                    }
   657                  },
   658                  "path": "v1beta1/{+name}",
   659                  "response": {
   660                    "$ref": "Operation"
   661                  },
   662                  "scopes": [
   663                    "https://www.googleapis.com/auth/cloud-platform"
   664                  ]
   665                },
   666                "list": {
   667                  "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
   668                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/operations",
   669                  "httpMethod": "GET",
   670                  "id": "networksecurity.organizations.locations.operations.list",
   671                  "parameterOrder": [
   672                    "name"
   673                  ],
   674                  "parameters": {
   675                    "filter": {
   676                      "description": "The standard list filter.",
   677                      "location": "query",
   678                      "type": "string"
   679                    },
   680                    "name": {
   681                      "description": "The name of the operation's parent resource.",
   682                      "location": "path",
   683                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
   684                      "required": true,
   685                      "type": "string"
   686                    },
   687                    "pageSize": {
   688                      "description": "The standard list page size.",
   689                      "format": "int32",
   690                      "location": "query",
   691                      "type": "integer"
   692                    },
   693                    "pageToken": {
   694                      "description": "The standard list page token.",
   695                      "location": "query",
   696                      "type": "string"
   697                    }
   698                  },
   699                  "path": "v1beta1/{+name}/operations",
   700                  "response": {
   701                    "$ref": "ListOperationsResponse"
   702                  },
   703                  "scopes": [
   704                    "https://www.googleapis.com/auth/cloud-platform"
   705                  ]
   706                }
   707              }
   708            },
   709            "securityProfileGroups": {
   710              "methods": {
   711                "create": {
   712                  "description": "Creates a new SecurityProfileGroup in a given organization and location.",
   713                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/securityProfileGroups",
   714                  "httpMethod": "POST",
   715                  "id": "networksecurity.organizations.locations.securityProfileGroups.create",
   716                  "parameterOrder": [
   717                    "parent"
   718                  ],
   719                  "parameters": {
   720                    "parent": {
   721                      "description": "Required. The parent resource of the SecurityProfileGroup. Must be in the format `projects|organizations/*/locations/{location}`.",
   722                      "location": "path",
   723                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
   724                      "required": true,
   725                      "type": "string"
   726                    },
   727                    "securityProfileGroupId": {
   728                      "description": "Required. Short name of the SecurityProfileGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"security_profile_group1\".",
   729                      "location": "query",
   730                      "type": "string"
   731                    }
   732                  },
   733                  "path": "v1beta1/{+parent}/securityProfileGroups",
   734                  "request": {
   735                    "$ref": "SecurityProfileGroup"
   736                  },
   737                  "response": {
   738                    "$ref": "Operation"
   739                  },
   740                  "scopes": [
   741                    "https://www.googleapis.com/auth/cloud-platform"
   742                  ]
   743                },
   744                "delete": {
   745                  "description": "Deletes a single SecurityProfileGroup.",
   746                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/securityProfileGroups/{securityProfileGroupsId}",
   747                  "httpMethod": "DELETE",
   748                  "id": "networksecurity.organizations.locations.securityProfileGroups.delete",
   749                  "parameterOrder": [
   750                    "name"
   751                  ],
   752                  "parameters": {
   753                    "etag": {
   754                      "description": "Optional. If client provided etag is out of date, delete will return FAILED_PRECONDITION error.",
   755                      "location": "query",
   756                      "type": "string"
   757                    },
   758                    "name": {
   759                      "description": "Required. A name of the SecurityProfileGroup to delete. Must be in the format `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.",
   760                      "location": "path",
   761                      "pattern": "^organizations/[^/]+/locations/[^/]+/securityProfileGroups/[^/]+$",
   762                      "required": true,
   763                      "type": "string"
   764                    }
   765                  },
   766                  "path": "v1beta1/{+name}",
   767                  "response": {
   768                    "$ref": "Operation"
   769                  },
   770                  "scopes": [
   771                    "https://www.googleapis.com/auth/cloud-platform"
   772                  ]
   773                },
   774                "get": {
   775                  "description": "Gets details of a single SecurityProfileGroup.",
   776                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/securityProfileGroups/{securityProfileGroupsId}",
   777                  "httpMethod": "GET",
   778                  "id": "networksecurity.organizations.locations.securityProfileGroups.get",
   779                  "parameterOrder": [
   780                    "name"
   781                  ],
   782                  "parameters": {
   783                    "name": {
   784                      "description": "Required. A name of the SecurityProfileGroup to get. Must be in the format `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.",
   785                      "location": "path",
   786                      "pattern": "^organizations/[^/]+/locations/[^/]+/securityProfileGroups/[^/]+$",
   787                      "required": true,
   788                      "type": "string"
   789                    }
   790                  },
   791                  "path": "v1beta1/{+name}",
   792                  "response": {
   793                    "$ref": "SecurityProfileGroup"
   794                  },
   795                  "scopes": [
   796                    "https://www.googleapis.com/auth/cloud-platform"
   797                  ]
   798                },
   799                "list": {
   800                  "description": "Lists SecurityProfileGroups in a given organization and location.",
   801                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/securityProfileGroups",
   802                  "httpMethod": "GET",
   803                  "id": "networksecurity.organizations.locations.securityProfileGroups.list",
   804                  "parameterOrder": [
   805                    "parent"
   806                  ],
   807                  "parameters": {
   808                    "pageSize": {
   809                      "description": "Maximum number of SecurityProfileGroups to return per call.",
   810                      "format": "int32",
   811                      "location": "query",
   812                      "type": "integer"
   813                    },
   814                    "pageToken": {
   815                      "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.",
   816                      "location": "query",
   817                      "type": "string"
   818                    },
   819                    "parent": {
   820                      "description": "Required. The project or organization and location from which the SecurityProfileGroups should be listed, specified in the format `projects|organizations/*/locations/{location}`.",
   821                      "location": "path",
   822                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
   823                      "required": true,
   824                      "type": "string"
   825                    }
   826                  },
   827                  "path": "v1beta1/{+parent}/securityProfileGroups",
   828                  "response": {
   829                    "$ref": "ListSecurityProfileGroupsResponse"
   830                  },
   831                  "scopes": [
   832                    "https://www.googleapis.com/auth/cloud-platform"
   833                  ]
   834                },
   835                "patch": {
   836                  "description": "Updates the parameters of a single SecurityProfileGroup.",
   837                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/securityProfileGroups/{securityProfileGroupsId}",
   838                  "httpMethod": "PATCH",
   839                  "id": "networksecurity.organizations.locations.securityProfileGroups.patch",
   840                  "parameterOrder": [
   841                    "name"
   842                  ],
   843                  "parameters": {
   844                    "name": {
   845                      "description": "Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.",
   846                      "location": "path",
   847                      "pattern": "^organizations/[^/]+/locations/[^/]+/securityProfileGroups/[^/]+$",
   848                      "required": true,
   849                      "type": "string"
   850                    },
   851                    "updateMask": {
   852                      "description": "Required. Field mask is used to specify the fields to be overwritten in the SecurityProfileGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.",
   853                      "format": "google-fieldmask",
   854                      "location": "query",
   855                      "type": "string"
   856                    }
   857                  },
   858                  "path": "v1beta1/{+name}",
   859                  "request": {
   860                    "$ref": "SecurityProfileGroup"
   861                  },
   862                  "response": {
   863                    "$ref": "Operation"
   864                  },
   865                  "scopes": [
   866                    "https://www.googleapis.com/auth/cloud-platform"
   867                  ]
   868                }
   869              }
   870            },
   871            "securityProfiles": {
   872              "methods": {
   873                "create": {
   874                  "description": "Creates a new SecurityProfile in a given organization and location.",
   875                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/securityProfiles",
   876                  "httpMethod": "POST",
   877                  "id": "networksecurity.organizations.locations.securityProfiles.create",
   878                  "parameterOrder": [
   879                    "parent"
   880                  ],
   881                  "parameters": {
   882                    "parent": {
   883                      "description": "Required. The parent resource of the SecurityProfile. Must be in the format `projects|organizations/*/locations/{location}`.",
   884                      "location": "path",
   885                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
   886                      "required": true,
   887                      "type": "string"
   888                    },
   889                    "securityProfileId": {
   890                      "description": "Required. Short name of the SecurityProfile resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"security_profile1\".",
   891                      "location": "query",
   892                      "type": "string"
   893                    }
   894                  },
   895                  "path": "v1beta1/{+parent}/securityProfiles",
   896                  "request": {
   897                    "$ref": "SecurityProfile"
   898                  },
   899                  "response": {
   900                    "$ref": "Operation"
   901                  },
   902                  "scopes": [
   903                    "https://www.googleapis.com/auth/cloud-platform"
   904                  ]
   905                },
   906                "delete": {
   907                  "description": "Deletes a single SecurityProfile.",
   908                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/securityProfiles/{securityProfilesId}",
   909                  "httpMethod": "DELETE",
   910                  "id": "networksecurity.organizations.locations.securityProfiles.delete",
   911                  "parameterOrder": [
   912                    "name"
   913                  ],
   914                  "parameters": {
   915                    "etag": {
   916                      "description": "Optional. If client provided etag is out of date, delete will return FAILED_PRECONDITION error.",
   917                      "location": "query",
   918                      "type": "string"
   919                    },
   920                    "name": {
   921                      "description": "Required. A name of the SecurityProfile to delete. Must be in the format `projects|organizations/*/locations/{location}/securityProfiles/{security_profile_id}`.",
   922                      "location": "path",
   923                      "pattern": "^organizations/[^/]+/locations/[^/]+/securityProfiles/[^/]+$",
   924                      "required": true,
   925                      "type": "string"
   926                    }
   927                  },
   928                  "path": "v1beta1/{+name}",
   929                  "response": {
   930                    "$ref": "Operation"
   931                  },
   932                  "scopes": [
   933                    "https://www.googleapis.com/auth/cloud-platform"
   934                  ]
   935                },
   936                "get": {
   937                  "description": "Gets details of a single SecurityProfile.",
   938                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/securityProfiles/{securityProfilesId}",
   939                  "httpMethod": "GET",
   940                  "id": "networksecurity.organizations.locations.securityProfiles.get",
   941                  "parameterOrder": [
   942                    "name"
   943                  ],
   944                  "parameters": {
   945                    "name": {
   946                      "description": "Required. A name of the SecurityProfile to get. Must be in the format `projects|organizations/*/locations/{location}/securityProfiles/{security_profile_id}`.",
   947                      "location": "path",
   948                      "pattern": "^organizations/[^/]+/locations/[^/]+/securityProfiles/[^/]+$",
   949                      "required": true,
   950                      "type": "string"
   951                    }
   952                  },
   953                  "path": "v1beta1/{+name}",
   954                  "response": {
   955                    "$ref": "SecurityProfile"
   956                  },
   957                  "scopes": [
   958                    "https://www.googleapis.com/auth/cloud-platform"
   959                  ]
   960                },
   961                "list": {
   962                  "description": "Lists SecurityProfiles in a given organization and location.",
   963                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/securityProfiles",
   964                  "httpMethod": "GET",
   965                  "id": "networksecurity.organizations.locations.securityProfiles.list",
   966                  "parameterOrder": [
   967                    "parent"
   968                  ],
   969                  "parameters": {
   970                    "pageSize": {
   971                      "description": "Maximum number of SecurityProfiles to return per call.",
   972                      "format": "int32",
   973                      "location": "query",
   974                      "type": "integer"
   975                    },
   976                    "pageToken": {
   977                      "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.",
   978                      "location": "query",
   979                      "type": "string"
   980                    },
   981                    "parent": {
   982                      "description": "Required. The project or organization and location from which the SecurityProfiles should be listed, specified in the format `projects|organizations/*/locations/{location}`.",
   983                      "location": "path",
   984                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
   985                      "required": true,
   986                      "type": "string"
   987                    }
   988                  },
   989                  "path": "v1beta1/{+parent}/securityProfiles",
   990                  "response": {
   991                    "$ref": "ListSecurityProfilesResponse"
   992                  },
   993                  "scopes": [
   994                    "https://www.googleapis.com/auth/cloud-platform"
   995                  ]
   996                },
   997                "patch": {
   998                  "description": "Updates the parameters of a single SecurityProfile.",
   999                  "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/securityProfiles/{securityProfilesId}",
  1000                  "httpMethod": "PATCH",
  1001                  "id": "networksecurity.organizations.locations.securityProfiles.patch",
  1002                  "parameterOrder": [
  1003                    "name"
  1004                  ],
  1005                  "parameters": {
  1006                    "name": {
  1007                      "description": "Immutable. Identifier. Name of the SecurityProfile resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfiles/{security_profile}`.",
  1008                      "location": "path",
  1009                      "pattern": "^organizations/[^/]+/locations/[^/]+/securityProfiles/[^/]+$",
  1010                      "required": true,
  1011                      "type": "string"
  1012                    },
  1013                    "updateMask": {
  1014                      "description": "Required. Field mask is used to specify the fields to be overwritten in the SecurityProfile resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.",
  1015                      "format": "google-fieldmask",
  1016                      "location": "query",
  1017                      "type": "string"
  1018                    }
  1019                  },
  1020                  "path": "v1beta1/{+name}",
  1021                  "request": {
  1022                    "$ref": "SecurityProfile"
  1023                  },
  1024                  "response": {
  1025                    "$ref": "Operation"
  1026                  },
  1027                  "scopes": [
  1028                    "https://www.googleapis.com/auth/cloud-platform"
  1029                  ]
  1030                }
  1031              }
  1032            }
  1033          }
  1034        }
  1035      }
  1036    },
  1037    "projects": {
  1038      "resources": {
  1039        "locations": {
  1040          "methods": {
  1041            "get": {
  1042              "description": "Gets information about a location.",
  1043              "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}",
  1044              "httpMethod": "GET",
  1045              "id": "networksecurity.projects.locations.get",
  1046              "parameterOrder": [
  1047                "name"
  1048              ],
  1049              "parameters": {
  1050                "name": {
  1051                  "description": "Resource name for the location.",
  1052                  "location": "path",
  1053                  "pattern": "^projects/[^/]+/locations/[^/]+$",
  1054                  "required": true,
  1055                  "type": "string"
  1056                }
  1057              },
  1058              "path": "v1beta1/{+name}",
  1059              "response": {
  1060                "$ref": "Location"
  1061              },
  1062              "scopes": [
  1063                "https://www.googleapis.com/auth/cloud-platform"
  1064              ]
  1065            },
  1066            "list": {
  1067              "description": "Lists information about the supported locations for this service.",
  1068              "flatPath": "v1beta1/projects/{projectsId}/locations",
  1069              "httpMethod": "GET",
  1070              "id": "networksecurity.projects.locations.list",
  1071              "parameterOrder": [
  1072                "name"
  1073              ],
  1074              "parameters": {
  1075                "filter": {
  1076                  "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
  1077                  "location": "query",
  1078                  "type": "string"
  1079                },
  1080                "name": {
  1081                  "description": "The resource that owns the locations collection, if applicable.",
  1082                  "location": "path",
  1083                  "pattern": "^projects/[^/]+$",
  1084                  "required": true,
  1085                  "type": "string"
  1086                },
  1087                "pageSize": {
  1088                  "description": "The maximum number of results to return. If not set, the service selects a default.",
  1089                  "format": "int32",
  1090                  "location": "query",
  1091                  "type": "integer"
  1092                },
  1093                "pageToken": {
  1094                  "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
  1095                  "location": "query",
  1096                  "type": "string"
  1097                }
  1098              },
  1099              "path": "v1beta1/{+name}/locations",
  1100              "response": {
  1101                "$ref": "ListLocationsResponse"
  1102              },
  1103              "scopes": [
  1104                "https://www.googleapis.com/auth/cloud-platform"
  1105              ]
  1106            }
  1107          },
  1108          "resources": {
  1109            "addressGroups": {
  1110              "methods": {
  1111                "addItems": {
  1112                  "description": "Adds items to an address group.",
  1113                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/addressGroups/{addressGroupsId}:addItems",
  1114                  "httpMethod": "POST",
  1115                  "id": "networksecurity.projects.locations.addressGroups.addItems",
  1116                  "parameterOrder": [
  1117                    "addressGroup"
  1118                  ],
  1119                  "parameters": {
  1120                    "addressGroup": {
  1121                      "description": "Required. A name of the AddressGroup to add items to. Must be in the format `projects|organization/*/locations/{location}/addressGroups/*`.",
  1122                      "location": "path",
  1123                      "pattern": "^projects/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
  1124                      "required": true,
  1125                      "type": "string"
  1126                    }
  1127                  },
  1128                  "path": "v1beta1/{+addressGroup}:addItems",
  1129                  "request": {
  1130                    "$ref": "AddAddressGroupItemsRequest"
  1131                  },
  1132                  "response": {
  1133                    "$ref": "Operation"
  1134                  },
  1135                  "scopes": [
  1136                    "https://www.googleapis.com/auth/cloud-platform"
  1137                  ]
  1138                },
  1139                "cloneItems": {
  1140                  "description": "Clones items from one address group to another.",
  1141                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/addressGroups/{addressGroupsId}:cloneItems",
  1142                  "httpMethod": "POST",
  1143                  "id": "networksecurity.projects.locations.addressGroups.cloneItems",
  1144                  "parameterOrder": [
  1145                    "addressGroup"
  1146                  ],
  1147                  "parameters": {
  1148                    "addressGroup": {
  1149                      "description": "Required. A name of the AddressGroup to clone items to. Must be in the format `projects|organization/*/locations/{location}/addressGroups/*`.",
  1150                      "location": "path",
  1151                      "pattern": "^projects/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
  1152                      "required": true,
  1153                      "type": "string"
  1154                    }
  1155                  },
  1156                  "path": "v1beta1/{+addressGroup}:cloneItems",
  1157                  "request": {
  1158                    "$ref": "CloneAddressGroupItemsRequest"
  1159                  },
  1160                  "response": {
  1161                    "$ref": "Operation"
  1162                  },
  1163                  "scopes": [
  1164                    "https://www.googleapis.com/auth/cloud-platform"
  1165                  ]
  1166                },
  1167                "create": {
  1168                  "description": "Creates a new address group in a given project and location.",
  1169                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/addressGroups",
  1170                  "httpMethod": "POST",
  1171                  "id": "networksecurity.projects.locations.addressGroups.create",
  1172                  "parameterOrder": [
  1173                    "parent"
  1174                  ],
  1175                  "parameters": {
  1176                    "addressGroupId": {
  1177                      "description": "Required. Short name of the AddressGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"authz_policy\".",
  1178                      "location": "query",
  1179                      "type": "string"
  1180                    },
  1181                    "parent": {
  1182                      "description": "Required. The parent resource of the AddressGroup. Must be in the format `projects/*/locations/{location}`.",
  1183                      "location": "path",
  1184                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1185                      "required": true,
  1186                      "type": "string"
  1187                    },
  1188                    "requestId": {
  1189                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
  1190                      "location": "query",
  1191                      "type": "string"
  1192                    }
  1193                  },
  1194                  "path": "v1beta1/{+parent}/addressGroups",
  1195                  "request": {
  1196                    "$ref": "AddressGroup"
  1197                  },
  1198                  "response": {
  1199                    "$ref": "Operation"
  1200                  },
  1201                  "scopes": [
  1202                    "https://www.googleapis.com/auth/cloud-platform"
  1203                  ]
  1204                },
  1205                "delete": {
  1206                  "description": "Deletes a single address group.",
  1207                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/addressGroups/{addressGroupsId}",
  1208                  "httpMethod": "DELETE",
  1209                  "id": "networksecurity.projects.locations.addressGroups.delete",
  1210                  "parameterOrder": [
  1211                    "name"
  1212                  ],
  1213                  "parameters": {
  1214                    "name": {
  1215                      "description": "Required. A name of the AddressGroup to delete. Must be in the format `projects/*/locations/{location}/addressGroups/*`.",
  1216                      "location": "path",
  1217                      "pattern": "^projects/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
  1218                      "required": true,
  1219                      "type": "string"
  1220                    },
  1221                    "requestId": {
  1222                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
  1223                      "location": "query",
  1224                      "type": "string"
  1225                    }
  1226                  },
  1227                  "path": "v1beta1/{+name}",
  1228                  "response": {
  1229                    "$ref": "Operation"
  1230                  },
  1231                  "scopes": [
  1232                    "https://www.googleapis.com/auth/cloud-platform"
  1233                  ]
  1234                },
  1235                "get": {
  1236                  "description": "Gets details of a single address group.",
  1237                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/addressGroups/{addressGroupsId}",
  1238                  "httpMethod": "GET",
  1239                  "id": "networksecurity.projects.locations.addressGroups.get",
  1240                  "parameterOrder": [
  1241                    "name"
  1242                  ],
  1243                  "parameters": {
  1244                    "name": {
  1245                      "description": "Required. A name of the AddressGroup to get. Must be in the format `projects/*/locations/{location}/addressGroups/*`.",
  1246                      "location": "path",
  1247                      "pattern": "^projects/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
  1248                      "required": true,
  1249                      "type": "string"
  1250                    }
  1251                  },
  1252                  "path": "v1beta1/{+name}",
  1253                  "response": {
  1254                    "$ref": "AddressGroup"
  1255                  },
  1256                  "scopes": [
  1257                    "https://www.googleapis.com/auth/cloud-platform"
  1258                  ]
  1259                },
  1260                "getIamPolicy": {
  1261                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
  1262                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/addressGroups/{addressGroupsId}:getIamPolicy",
  1263                  "httpMethod": "GET",
  1264                  "id": "networksecurity.projects.locations.addressGroups.getIamPolicy",
  1265                  "parameterOrder": [
  1266                    "resource"
  1267                  ],
  1268                  "parameters": {
  1269                    "options.requestedPolicyVersion": {
  1270                      "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
  1271                      "format": "int32",
  1272                      "location": "query",
  1273                      "type": "integer"
  1274                    },
  1275                    "resource": {
  1276                      "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1277                      "location": "path",
  1278                      "pattern": "^projects/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
  1279                      "required": true,
  1280                      "type": "string"
  1281                    }
  1282                  },
  1283                  "path": "v1beta1/{+resource}:getIamPolicy",
  1284                  "response": {
  1285                    "$ref": "GoogleIamV1Policy"
  1286                  },
  1287                  "scopes": [
  1288                    "https://www.googleapis.com/auth/cloud-platform"
  1289                  ]
  1290                },
  1291                "list": {
  1292                  "description": "Lists address groups in a given project and location.",
  1293                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/addressGroups",
  1294                  "httpMethod": "GET",
  1295                  "id": "networksecurity.projects.locations.addressGroups.list",
  1296                  "parameterOrder": [
  1297                    "parent"
  1298                  ],
  1299                  "parameters": {
  1300                    "pageSize": {
  1301                      "description": "Maximum number of AddressGroups to return per call.",
  1302                      "format": "int32",
  1303                      "location": "query",
  1304                      "type": "integer"
  1305                    },
  1306                    "pageToken": {
  1307                      "description": "The value returned by the last `ListAddressGroupsResponse` Indicates that this is a continuation of a prior `ListAddressGroups` call, and that the system should return the next page of data.",
  1308                      "location": "query",
  1309                      "type": "string"
  1310                    },
  1311                    "parent": {
  1312                      "description": "Required. The project and location from which the AddressGroups should be listed, specified in the format `projects/*/locations/{location}`.",
  1313                      "location": "path",
  1314                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1315                      "required": true,
  1316                      "type": "string"
  1317                    }
  1318                  },
  1319                  "path": "v1beta1/{+parent}/addressGroups",
  1320                  "response": {
  1321                    "$ref": "ListAddressGroupsResponse"
  1322                  },
  1323                  "scopes": [
  1324                    "https://www.googleapis.com/auth/cloud-platform"
  1325                  ]
  1326                },
  1327                "listReferences": {
  1328                  "description": "Lists references of an address group.",
  1329                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/addressGroups/{addressGroupsId}:listReferences",
  1330                  "httpMethod": "GET",
  1331                  "id": "networksecurity.projects.locations.addressGroups.listReferences",
  1332                  "parameterOrder": [
  1333                    "addressGroup"
  1334                  ],
  1335                  "parameters": {
  1336                    "addressGroup": {
  1337                      "description": "Required. A name of the AddressGroup to clone items to. Must be in the format `projects|organization/*/locations/{location}/addressGroups/*`.",
  1338                      "location": "path",
  1339                      "pattern": "^projects/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
  1340                      "required": true,
  1341                      "type": "string"
  1342                    },
  1343                    "pageSize": {
  1344                      "description": "The maximum number of references to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more AddressGroupUsers left to be queried.",
  1345                      "format": "int32",
  1346                      "location": "query",
  1347                      "type": "integer"
  1348                    },
  1349                    "pageToken": {
  1350                      "description": "The next_page_token value returned from a previous List request, if any.",
  1351                      "location": "query",
  1352                      "type": "string"
  1353                    }
  1354                  },
  1355                  "path": "v1beta1/{+addressGroup}:listReferences",
  1356                  "response": {
  1357                    "$ref": "ListAddressGroupReferencesResponse"
  1358                  },
  1359                  "scopes": [
  1360                    "https://www.googleapis.com/auth/cloud-platform"
  1361                  ]
  1362                },
  1363                "patch": {
  1364                  "description": "Updates the parameters of a single address group.",
  1365                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/addressGroups/{addressGroupsId}",
  1366                  "httpMethod": "PATCH",
  1367                  "id": "networksecurity.projects.locations.addressGroups.patch",
  1368                  "parameterOrder": [
  1369                    "name"
  1370                  ],
  1371                  "parameters": {
  1372                    "name": {
  1373                      "description": "Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.",
  1374                      "location": "path",
  1375                      "pattern": "^projects/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
  1376                      "required": true,
  1377                      "type": "string"
  1378                    },
  1379                    "requestId": {
  1380                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
  1381                      "location": "query",
  1382                      "type": "string"
  1383                    },
  1384                    "updateMask": {
  1385                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the AddressGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
  1386                      "format": "google-fieldmask",
  1387                      "location": "query",
  1388                      "type": "string"
  1389                    }
  1390                  },
  1391                  "path": "v1beta1/{+name}",
  1392                  "request": {
  1393                    "$ref": "AddressGroup"
  1394                  },
  1395                  "response": {
  1396                    "$ref": "Operation"
  1397                  },
  1398                  "scopes": [
  1399                    "https://www.googleapis.com/auth/cloud-platform"
  1400                  ]
  1401                },
  1402                "removeItems": {
  1403                  "description": "Removes items from an address group.",
  1404                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/addressGroups/{addressGroupsId}:removeItems",
  1405                  "httpMethod": "POST",
  1406                  "id": "networksecurity.projects.locations.addressGroups.removeItems",
  1407                  "parameterOrder": [
  1408                    "addressGroup"
  1409                  ],
  1410                  "parameters": {
  1411                    "addressGroup": {
  1412                      "description": "Required. A name of the AddressGroup to remove items from. Must be in the format `projects|organization/*/locations/{location}/addressGroups/*`.",
  1413                      "location": "path",
  1414                      "pattern": "^projects/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
  1415                      "required": true,
  1416                      "type": "string"
  1417                    }
  1418                  },
  1419                  "path": "v1beta1/{+addressGroup}:removeItems",
  1420                  "request": {
  1421                    "$ref": "RemoveAddressGroupItemsRequest"
  1422                  },
  1423                  "response": {
  1424                    "$ref": "Operation"
  1425                  },
  1426                  "scopes": [
  1427                    "https://www.googleapis.com/auth/cloud-platform"
  1428                  ]
  1429                },
  1430                "setIamPolicy": {
  1431                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
  1432                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/addressGroups/{addressGroupsId}:setIamPolicy",
  1433                  "httpMethod": "POST",
  1434                  "id": "networksecurity.projects.locations.addressGroups.setIamPolicy",
  1435                  "parameterOrder": [
  1436                    "resource"
  1437                  ],
  1438                  "parameters": {
  1439                    "resource": {
  1440                      "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1441                      "location": "path",
  1442                      "pattern": "^projects/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
  1443                      "required": true,
  1444                      "type": "string"
  1445                    }
  1446                  },
  1447                  "path": "v1beta1/{+resource}:setIamPolicy",
  1448                  "request": {
  1449                    "$ref": "GoogleIamV1SetIamPolicyRequest"
  1450                  },
  1451                  "response": {
  1452                    "$ref": "GoogleIamV1Policy"
  1453                  },
  1454                  "scopes": [
  1455                    "https://www.googleapis.com/auth/cloud-platform"
  1456                  ]
  1457                },
  1458                "testIamPermissions": {
  1459                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
  1460                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/addressGroups/{addressGroupsId}:testIamPermissions",
  1461                  "httpMethod": "POST",
  1462                  "id": "networksecurity.projects.locations.addressGroups.testIamPermissions",
  1463                  "parameterOrder": [
  1464                    "resource"
  1465                  ],
  1466                  "parameters": {
  1467                    "resource": {
  1468                      "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1469                      "location": "path",
  1470                      "pattern": "^projects/[^/]+/locations/[^/]+/addressGroups/[^/]+$",
  1471                      "required": true,
  1472                      "type": "string"
  1473                    }
  1474                  },
  1475                  "path": "v1beta1/{+resource}:testIamPermissions",
  1476                  "request": {
  1477                    "$ref": "GoogleIamV1TestIamPermissionsRequest"
  1478                  },
  1479                  "response": {
  1480                    "$ref": "GoogleIamV1TestIamPermissionsResponse"
  1481                  },
  1482                  "scopes": [
  1483                    "https://www.googleapis.com/auth/cloud-platform"
  1484                  ]
  1485                }
  1486              }
  1487            },
  1488            "authorizationPolicies": {
  1489              "methods": {
  1490                "create": {
  1491                  "description": "Creates a new AuthorizationPolicy in a given project and location.",
  1492                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/authorizationPolicies",
  1493                  "httpMethod": "POST",
  1494                  "id": "networksecurity.projects.locations.authorizationPolicies.create",
  1495                  "parameterOrder": [
  1496                    "parent"
  1497                  ],
  1498                  "parameters": {
  1499                    "authorizationPolicyId": {
  1500                      "description": "Required. Short name of the AuthorizationPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"authz_policy\".",
  1501                      "location": "query",
  1502                      "type": "string"
  1503                    },
  1504                    "parent": {
  1505                      "description": "Required. The parent resource of the AuthorizationPolicy. Must be in the format `projects/{project}/locations/{location}`.",
  1506                      "location": "path",
  1507                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1508                      "required": true,
  1509                      "type": "string"
  1510                    }
  1511                  },
  1512                  "path": "v1beta1/{+parent}/authorizationPolicies",
  1513                  "request": {
  1514                    "$ref": "AuthorizationPolicy"
  1515                  },
  1516                  "response": {
  1517                    "$ref": "Operation"
  1518                  },
  1519                  "scopes": [
  1520                    "https://www.googleapis.com/auth/cloud-platform"
  1521                  ]
  1522                },
  1523                "delete": {
  1524                  "description": "Deletes a single AuthorizationPolicy.",
  1525                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/authorizationPolicies/{authorizationPoliciesId}",
  1526                  "httpMethod": "DELETE",
  1527                  "id": "networksecurity.projects.locations.authorizationPolicies.delete",
  1528                  "parameterOrder": [
  1529                    "name"
  1530                  ],
  1531                  "parameters": {
  1532                    "name": {
  1533                      "description": "Required. A name of the AuthorizationPolicy to delete. Must be in the format `projects/{project}/locations/{location}/authorizationPolicies/*`.",
  1534                      "location": "path",
  1535                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizationPolicies/[^/]+$",
  1536                      "required": true,
  1537                      "type": "string"
  1538                    }
  1539                  },
  1540                  "path": "v1beta1/{+name}",
  1541                  "response": {
  1542                    "$ref": "Operation"
  1543                  },
  1544                  "scopes": [
  1545                    "https://www.googleapis.com/auth/cloud-platform"
  1546                  ]
  1547                },
  1548                "get": {
  1549                  "description": "Gets details of a single AuthorizationPolicy.",
  1550                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/authorizationPolicies/{authorizationPoliciesId}",
  1551                  "httpMethod": "GET",
  1552                  "id": "networksecurity.projects.locations.authorizationPolicies.get",
  1553                  "parameterOrder": [
  1554                    "name"
  1555                  ],
  1556                  "parameters": {
  1557                    "name": {
  1558                      "description": "Required. A name of the AuthorizationPolicy to get. Must be in the format `projects/{project}/locations/{location}/authorizationPolicies/*`.",
  1559                      "location": "path",
  1560                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizationPolicies/[^/]+$",
  1561                      "required": true,
  1562                      "type": "string"
  1563                    }
  1564                  },
  1565                  "path": "v1beta1/{+name}",
  1566                  "response": {
  1567                    "$ref": "AuthorizationPolicy"
  1568                  },
  1569                  "scopes": [
  1570                    "https://www.googleapis.com/auth/cloud-platform"
  1571                  ]
  1572                },
  1573                "getIamPolicy": {
  1574                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
  1575                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/authorizationPolicies/{authorizationPoliciesId}:getIamPolicy",
  1576                  "httpMethod": "GET",
  1577                  "id": "networksecurity.projects.locations.authorizationPolicies.getIamPolicy",
  1578                  "parameterOrder": [
  1579                    "resource"
  1580                  ],
  1581                  "parameters": {
  1582                    "options.requestedPolicyVersion": {
  1583                      "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
  1584                      "format": "int32",
  1585                      "location": "query",
  1586                      "type": "integer"
  1587                    },
  1588                    "resource": {
  1589                      "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1590                      "location": "path",
  1591                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizationPolicies/[^/]+$",
  1592                      "required": true,
  1593                      "type": "string"
  1594                    }
  1595                  },
  1596                  "path": "v1beta1/{+resource}:getIamPolicy",
  1597                  "response": {
  1598                    "$ref": "GoogleIamV1Policy"
  1599                  },
  1600                  "scopes": [
  1601                    "https://www.googleapis.com/auth/cloud-platform"
  1602                  ]
  1603                },
  1604                "list": {
  1605                  "description": "Lists AuthorizationPolicies in a given project and location.",
  1606                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/authorizationPolicies",
  1607                  "httpMethod": "GET",
  1608                  "id": "networksecurity.projects.locations.authorizationPolicies.list",
  1609                  "parameterOrder": [
  1610                    "parent"
  1611                  ],
  1612                  "parameters": {
  1613                    "pageSize": {
  1614                      "description": "Maximum number of AuthorizationPolicies to return per call.",
  1615                      "format": "int32",
  1616                      "location": "query",
  1617                      "type": "integer"
  1618                    },
  1619                    "pageToken": {
  1620                      "description": "The value returned by the last `ListAuthorizationPoliciesResponse` Indicates that this is a continuation of a prior `ListAuthorizationPolicies` call, and that the system should return the next page of data.",
  1621                      "location": "query",
  1622                      "type": "string"
  1623                    },
  1624                    "parent": {
  1625                      "description": "Required. The project and location from which the AuthorizationPolicies should be listed, specified in the format `projects/{project}/locations/{location}`.",
  1626                      "location": "path",
  1627                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1628                      "required": true,
  1629                      "type": "string"
  1630                    }
  1631                  },
  1632                  "path": "v1beta1/{+parent}/authorizationPolicies",
  1633                  "response": {
  1634                    "$ref": "ListAuthorizationPoliciesResponse"
  1635                  },
  1636                  "scopes": [
  1637                    "https://www.googleapis.com/auth/cloud-platform"
  1638                  ]
  1639                },
  1640                "patch": {
  1641                  "description": "Updates the parameters of a single AuthorizationPolicy.",
  1642                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/authorizationPolicies/{authorizationPoliciesId}",
  1643                  "httpMethod": "PATCH",
  1644                  "id": "networksecurity.projects.locations.authorizationPolicies.patch",
  1645                  "parameterOrder": [
  1646                    "name"
  1647                  ],
  1648                  "parameters": {
  1649                    "name": {
  1650                      "description": "Required. Name of the AuthorizationPolicy resource. It matches pattern `projects/{project}/locations/{location}/authorizationPolicies/`.",
  1651                      "location": "path",
  1652                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizationPolicies/[^/]+$",
  1653                      "required": true,
  1654                      "type": "string"
  1655                    },
  1656                    "updateMask": {
  1657                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the AuthorizationPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
  1658                      "format": "google-fieldmask",
  1659                      "location": "query",
  1660                      "type": "string"
  1661                    }
  1662                  },
  1663                  "path": "v1beta1/{+name}",
  1664                  "request": {
  1665                    "$ref": "AuthorizationPolicy"
  1666                  },
  1667                  "response": {
  1668                    "$ref": "Operation"
  1669                  },
  1670                  "scopes": [
  1671                    "https://www.googleapis.com/auth/cloud-platform"
  1672                  ]
  1673                },
  1674                "setIamPolicy": {
  1675                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
  1676                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/authorizationPolicies/{authorizationPoliciesId}:setIamPolicy",
  1677                  "httpMethod": "POST",
  1678                  "id": "networksecurity.projects.locations.authorizationPolicies.setIamPolicy",
  1679                  "parameterOrder": [
  1680                    "resource"
  1681                  ],
  1682                  "parameters": {
  1683                    "resource": {
  1684                      "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1685                      "location": "path",
  1686                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizationPolicies/[^/]+$",
  1687                      "required": true,
  1688                      "type": "string"
  1689                    }
  1690                  },
  1691                  "path": "v1beta1/{+resource}:setIamPolicy",
  1692                  "request": {
  1693                    "$ref": "GoogleIamV1SetIamPolicyRequest"
  1694                  },
  1695                  "response": {
  1696                    "$ref": "GoogleIamV1Policy"
  1697                  },
  1698                  "scopes": [
  1699                    "https://www.googleapis.com/auth/cloud-platform"
  1700                  ]
  1701                },
  1702                "testIamPermissions": {
  1703                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
  1704                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/authorizationPolicies/{authorizationPoliciesId}:testIamPermissions",
  1705                  "httpMethod": "POST",
  1706                  "id": "networksecurity.projects.locations.authorizationPolicies.testIamPermissions",
  1707                  "parameterOrder": [
  1708                    "resource"
  1709                  ],
  1710                  "parameters": {
  1711                    "resource": {
  1712                      "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1713                      "location": "path",
  1714                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizationPolicies/[^/]+$",
  1715                      "required": true,
  1716                      "type": "string"
  1717                    }
  1718                  },
  1719                  "path": "v1beta1/{+resource}:testIamPermissions",
  1720                  "request": {
  1721                    "$ref": "GoogleIamV1TestIamPermissionsRequest"
  1722                  },
  1723                  "response": {
  1724                    "$ref": "GoogleIamV1TestIamPermissionsResponse"
  1725                  },
  1726                  "scopes": [
  1727                    "https://www.googleapis.com/auth/cloud-platform"
  1728                  ]
  1729                }
  1730              }
  1731            },
  1732            "clientTlsPolicies": {
  1733              "methods": {
  1734                "create": {
  1735                  "description": "Creates a new ClientTlsPolicy in a given project and location.",
  1736                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clientTlsPolicies",
  1737                  "httpMethod": "POST",
  1738                  "id": "networksecurity.projects.locations.clientTlsPolicies.create",
  1739                  "parameterOrder": [
  1740                    "parent"
  1741                  ],
  1742                  "parameters": {
  1743                    "clientTlsPolicyId": {
  1744                      "description": "Required. Short name of the ClientTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"client_mtls_policy\".",
  1745                      "location": "query",
  1746                      "type": "string"
  1747                    },
  1748                    "parent": {
  1749                      "description": "Required. The parent resource of the ClientTlsPolicy. Must be in the format `projects/*/locations/{location}`.",
  1750                      "location": "path",
  1751                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1752                      "required": true,
  1753                      "type": "string"
  1754                    }
  1755                  },
  1756                  "path": "v1beta1/{+parent}/clientTlsPolicies",
  1757                  "request": {
  1758                    "$ref": "ClientTlsPolicy"
  1759                  },
  1760                  "response": {
  1761                    "$ref": "Operation"
  1762                  },
  1763                  "scopes": [
  1764                    "https://www.googleapis.com/auth/cloud-platform"
  1765                  ]
  1766                },
  1767                "delete": {
  1768                  "description": "Deletes a single ClientTlsPolicy.",
  1769                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clientTlsPolicies/{clientTlsPoliciesId}",
  1770                  "httpMethod": "DELETE",
  1771                  "id": "networksecurity.projects.locations.clientTlsPolicies.delete",
  1772                  "parameterOrder": [
  1773                    "name"
  1774                  ],
  1775                  "parameters": {
  1776                    "name": {
  1777                      "description": "Required. A name of the ClientTlsPolicy to delete. Must be in the format `projects/*/locations/{location}/clientTlsPolicies/*`.",
  1778                      "location": "path",
  1779                      "pattern": "^projects/[^/]+/locations/[^/]+/clientTlsPolicies/[^/]+$",
  1780                      "required": true,
  1781                      "type": "string"
  1782                    }
  1783                  },
  1784                  "path": "v1beta1/{+name}",
  1785                  "response": {
  1786                    "$ref": "Operation"
  1787                  },
  1788                  "scopes": [
  1789                    "https://www.googleapis.com/auth/cloud-platform"
  1790                  ]
  1791                },
  1792                "get": {
  1793                  "description": "Gets details of a single ClientTlsPolicy.",
  1794                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clientTlsPolicies/{clientTlsPoliciesId}",
  1795                  "httpMethod": "GET",
  1796                  "id": "networksecurity.projects.locations.clientTlsPolicies.get",
  1797                  "parameterOrder": [
  1798                    "name"
  1799                  ],
  1800                  "parameters": {
  1801                    "name": {
  1802                      "description": "Required. A name of the ClientTlsPolicy to get. Must be in the format `projects/*/locations/{location}/clientTlsPolicies/*`.",
  1803                      "location": "path",
  1804                      "pattern": "^projects/[^/]+/locations/[^/]+/clientTlsPolicies/[^/]+$",
  1805                      "required": true,
  1806                      "type": "string"
  1807                    }
  1808                  },
  1809                  "path": "v1beta1/{+name}",
  1810                  "response": {
  1811                    "$ref": "ClientTlsPolicy"
  1812                  },
  1813                  "scopes": [
  1814                    "https://www.googleapis.com/auth/cloud-platform"
  1815                  ]
  1816                },
  1817                "getIamPolicy": {
  1818                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
  1819                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clientTlsPolicies/{clientTlsPoliciesId}:getIamPolicy",
  1820                  "httpMethod": "GET",
  1821                  "id": "networksecurity.projects.locations.clientTlsPolicies.getIamPolicy",
  1822                  "parameterOrder": [
  1823                    "resource"
  1824                  ],
  1825                  "parameters": {
  1826                    "options.requestedPolicyVersion": {
  1827                      "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
  1828                      "format": "int32",
  1829                      "location": "query",
  1830                      "type": "integer"
  1831                    },
  1832                    "resource": {
  1833                      "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1834                      "location": "path",
  1835                      "pattern": "^projects/[^/]+/locations/[^/]+/clientTlsPolicies/[^/]+$",
  1836                      "required": true,
  1837                      "type": "string"
  1838                    }
  1839                  },
  1840                  "path": "v1beta1/{+resource}:getIamPolicy",
  1841                  "response": {
  1842                    "$ref": "GoogleIamV1Policy"
  1843                  },
  1844                  "scopes": [
  1845                    "https://www.googleapis.com/auth/cloud-platform"
  1846                  ]
  1847                },
  1848                "list": {
  1849                  "description": "Lists ClientTlsPolicies in a given project and location.",
  1850                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clientTlsPolicies",
  1851                  "httpMethod": "GET",
  1852                  "id": "networksecurity.projects.locations.clientTlsPolicies.list",
  1853                  "parameterOrder": [
  1854                    "parent"
  1855                  ],
  1856                  "parameters": {
  1857                    "pageSize": {
  1858                      "description": "Maximum number of ClientTlsPolicies to return per call.",
  1859                      "format": "int32",
  1860                      "location": "query",
  1861                      "type": "integer"
  1862                    },
  1863                    "pageToken": {
  1864                      "description": "The value returned by the last `ListClientTlsPoliciesResponse` Indicates that this is a continuation of a prior `ListClientTlsPolicies` call, and that the system should return the next page of data.",
  1865                      "location": "query",
  1866                      "type": "string"
  1867                    },
  1868                    "parent": {
  1869                      "description": "Required. The project and location from which the ClientTlsPolicies should be listed, specified in the format `projects/*/locations/{location}`.",
  1870                      "location": "path",
  1871                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1872                      "required": true,
  1873                      "type": "string"
  1874                    }
  1875                  },
  1876                  "path": "v1beta1/{+parent}/clientTlsPolicies",
  1877                  "response": {
  1878                    "$ref": "ListClientTlsPoliciesResponse"
  1879                  },
  1880                  "scopes": [
  1881                    "https://www.googleapis.com/auth/cloud-platform"
  1882                  ]
  1883                },
  1884                "patch": {
  1885                  "description": "Updates the parameters of a single ClientTlsPolicy.",
  1886                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clientTlsPolicies/{clientTlsPoliciesId}",
  1887                  "httpMethod": "PATCH",
  1888                  "id": "networksecurity.projects.locations.clientTlsPolicies.patch",
  1889                  "parameterOrder": [
  1890                    "name"
  1891                  ],
  1892                  "parameters": {
  1893                    "name": {
  1894                      "description": "Required. Name of the ClientTlsPolicy resource. It matches the pattern `projects/*/locations/{location}/clientTlsPolicies/{client_tls_policy}`",
  1895                      "location": "path",
  1896                      "pattern": "^projects/[^/]+/locations/[^/]+/clientTlsPolicies/[^/]+$",
  1897                      "required": true,
  1898                      "type": "string"
  1899                    },
  1900                    "updateMask": {
  1901                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the ClientTlsPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
  1902                      "format": "google-fieldmask",
  1903                      "location": "query",
  1904                      "type": "string"
  1905                    }
  1906                  },
  1907                  "path": "v1beta1/{+name}",
  1908                  "request": {
  1909                    "$ref": "ClientTlsPolicy"
  1910                  },
  1911                  "response": {
  1912                    "$ref": "Operation"
  1913                  },
  1914                  "scopes": [
  1915                    "https://www.googleapis.com/auth/cloud-platform"
  1916                  ]
  1917                },
  1918                "setIamPolicy": {
  1919                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
  1920                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clientTlsPolicies/{clientTlsPoliciesId}:setIamPolicy",
  1921                  "httpMethod": "POST",
  1922                  "id": "networksecurity.projects.locations.clientTlsPolicies.setIamPolicy",
  1923                  "parameterOrder": [
  1924                    "resource"
  1925                  ],
  1926                  "parameters": {
  1927                    "resource": {
  1928                      "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1929                      "location": "path",
  1930                      "pattern": "^projects/[^/]+/locations/[^/]+/clientTlsPolicies/[^/]+$",
  1931                      "required": true,
  1932                      "type": "string"
  1933                    }
  1934                  },
  1935                  "path": "v1beta1/{+resource}:setIamPolicy",
  1936                  "request": {
  1937                    "$ref": "GoogleIamV1SetIamPolicyRequest"
  1938                  },
  1939                  "response": {
  1940                    "$ref": "GoogleIamV1Policy"
  1941                  },
  1942                  "scopes": [
  1943                    "https://www.googleapis.com/auth/cloud-platform"
  1944                  ]
  1945                },
  1946                "testIamPermissions": {
  1947                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
  1948                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clientTlsPolicies/{clientTlsPoliciesId}:testIamPermissions",
  1949                  "httpMethod": "POST",
  1950                  "id": "networksecurity.projects.locations.clientTlsPolicies.testIamPermissions",
  1951                  "parameterOrder": [
  1952                    "resource"
  1953                  ],
  1954                  "parameters": {
  1955                    "resource": {
  1956                      "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1957                      "location": "path",
  1958                      "pattern": "^projects/[^/]+/locations/[^/]+/clientTlsPolicies/[^/]+$",
  1959                      "required": true,
  1960                      "type": "string"
  1961                    }
  1962                  },
  1963                  "path": "v1beta1/{+resource}:testIamPermissions",
  1964                  "request": {
  1965                    "$ref": "GoogleIamV1TestIamPermissionsRequest"
  1966                  },
  1967                  "response": {
  1968                    "$ref": "GoogleIamV1TestIamPermissionsResponse"
  1969                  },
  1970                  "scopes": [
  1971                    "https://www.googleapis.com/auth/cloud-platform"
  1972                  ]
  1973                }
  1974              }
  1975            },
  1976            "firewallEndpointAssociations": {
  1977              "methods": {
  1978                "create": {
  1979                  "description": "Creates a new FirewallEndpointAssociation in a given project and location.",
  1980                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations",
  1981                  "httpMethod": "POST",
  1982                  "id": "networksecurity.projects.locations.firewallEndpointAssociations.create",
  1983                  "parameterOrder": [
  1984                    "parent"
  1985                  ],
  1986                  "parameters": {
  1987                    "firewallEndpointAssociationId": {
  1988                      "description": "Optional. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_association_id from the method_signature of Create RPC.",
  1989                      "location": "query",
  1990                      "type": "string"
  1991                    },
  1992                    "parent": {
  1993                      "description": "Required. Value for parent.",
  1994                      "location": "path",
  1995                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1996                      "required": true,
  1997                      "type": "string"
  1998                    },
  1999                    "requestId": {
  2000                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
  2001                      "location": "query",
  2002                      "type": "string"
  2003                    }
  2004                  },
  2005                  "path": "v1beta1/{+parent}/firewallEndpointAssociations",
  2006                  "request": {
  2007                    "$ref": "FirewallEndpointAssociation"
  2008                  },
  2009                  "response": {
  2010                    "$ref": "Operation"
  2011                  },
  2012                  "scopes": [
  2013                    "https://www.googleapis.com/auth/cloud-platform"
  2014                  ]
  2015                },
  2016                "delete": {
  2017                  "description": "Deletes a single FirewallEndpointAssociation.",
  2018                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations/{firewallEndpointAssociationsId}",
  2019                  "httpMethod": "DELETE",
  2020                  "id": "networksecurity.projects.locations.firewallEndpointAssociations.delete",
  2021                  "parameterOrder": [
  2022                    "name"
  2023                  ],
  2024                  "parameters": {
  2025                    "name": {
  2026                      "description": "Required. Name of the resource",
  2027                      "location": "path",
  2028                      "pattern": "^projects/[^/]+/locations/[^/]+/firewallEndpointAssociations/[^/]+$",
  2029                      "required": true,
  2030                      "type": "string"
  2031                    },
  2032                    "requestId": {
  2033                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
  2034                      "location": "query",
  2035                      "type": "string"
  2036                    }
  2037                  },
  2038                  "path": "v1beta1/{+name}",
  2039                  "response": {
  2040                    "$ref": "Operation"
  2041                  },
  2042                  "scopes": [
  2043                    "https://www.googleapis.com/auth/cloud-platform"
  2044                  ]
  2045                },
  2046                "get": {
  2047                  "description": "Gets details of a single FirewallEndpointAssociation.",
  2048                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations/{firewallEndpointAssociationsId}",
  2049                  "httpMethod": "GET",
  2050                  "id": "networksecurity.projects.locations.firewallEndpointAssociations.get",
  2051                  "parameterOrder": [
  2052                    "name"
  2053                  ],
  2054                  "parameters": {
  2055                    "name": {
  2056                      "description": "Required. Name of the resource",
  2057                      "location": "path",
  2058                      "pattern": "^projects/[^/]+/locations/[^/]+/firewallEndpointAssociations/[^/]+$",
  2059                      "required": true,
  2060                      "type": "string"
  2061                    }
  2062                  },
  2063                  "path": "v1beta1/{+name}",
  2064                  "response": {
  2065                    "$ref": "FirewallEndpointAssociation"
  2066                  },
  2067                  "scopes": [
  2068                    "https://www.googleapis.com/auth/cloud-platform"
  2069                  ]
  2070                },
  2071                "list": {
  2072                  "description": "Lists Associations in a given project and location.",
  2073                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations",
  2074                  "httpMethod": "GET",
  2075                  "id": "networksecurity.projects.locations.firewallEndpointAssociations.list",
  2076                  "parameterOrder": [
  2077                    "parent"
  2078                  ],
  2079                  "parameters": {
  2080                    "filter": {
  2081                      "description": "Optional. Filtering results",
  2082                      "location": "query",
  2083                      "type": "string"
  2084                    },
  2085                    "orderBy": {
  2086                      "description": "Hint for how to order the results",
  2087                      "location": "query",
  2088                      "type": "string"
  2089                    },
  2090                    "pageSize": {
  2091                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
  2092                      "format": "int32",
  2093                      "location": "query",
  2094                      "type": "integer"
  2095                    },
  2096                    "pageToken": {
  2097                      "description": "A token identifying a page of results the server should return.",
  2098                      "location": "query",
  2099                      "type": "string"
  2100                    },
  2101                    "parent": {
  2102                      "description": "Required. Parent value for ListAssociationsRequest",
  2103                      "location": "path",
  2104                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  2105                      "required": true,
  2106                      "type": "string"
  2107                    }
  2108                  },
  2109                  "path": "v1beta1/{+parent}/firewallEndpointAssociations",
  2110                  "response": {
  2111                    "$ref": "ListFirewallEndpointAssociationsResponse"
  2112                  },
  2113                  "scopes": [
  2114                    "https://www.googleapis.com/auth/cloud-platform"
  2115                  ]
  2116                },
  2117                "patch": {
  2118                  "description": "Update a single FirewallEndpointAssociation.",
  2119                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations/{firewallEndpointAssociationsId}",
  2120                  "httpMethod": "PATCH",
  2121                  "id": "networksecurity.projects.locations.firewallEndpointAssociations.patch",
  2122                  "parameterOrder": [
  2123                    "name"
  2124                  ],
  2125                  "parameters": {
  2126                    "name": {
  2127                      "description": "Immutable. Identifier. name of resource",
  2128                      "location": "path",
  2129                      "pattern": "^projects/[^/]+/locations/[^/]+/firewallEndpointAssociations/[^/]+$",
  2130                      "required": true,
  2131                      "type": "string"
  2132                    },
  2133                    "requestId": {
  2134                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
  2135                      "location": "query",
  2136                      "type": "string"
  2137                    },
  2138                    "updateMask": {
  2139                      "description": "Required. Field mask is used to specify the fields to be overwritten in the Association resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
  2140                      "format": "google-fieldmask",
  2141                      "location": "query",
  2142                      "type": "string"
  2143                    }
  2144                  },
  2145                  "path": "v1beta1/{+name}",
  2146                  "request": {
  2147                    "$ref": "FirewallEndpointAssociation"
  2148                  },
  2149                  "response": {
  2150                    "$ref": "Operation"
  2151                  },
  2152                  "scopes": [
  2153                    "https://www.googleapis.com/auth/cloud-platform"
  2154                  ]
  2155                }
  2156              }
  2157            },
  2158            "gatewaySecurityPolicies": {
  2159              "methods": {
  2160                "create": {
  2161                  "description": "Creates a new GatewaySecurityPolicy in a given project and location.",
  2162                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies",
  2163                  "httpMethod": "POST",
  2164                  "id": "networksecurity.projects.locations.gatewaySecurityPolicies.create",
  2165                  "parameterOrder": [
  2166                    "parent"
  2167                  ],
  2168                  "parameters": {
  2169                    "gatewaySecurityPolicyId": {
  2170                      "description": "Required. Short name of the GatewaySecurityPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"gateway_security_policy1\".",
  2171                      "location": "query",
  2172                      "type": "string"
  2173                    },
  2174                    "parent": {
  2175                      "description": "Required. The parent resource of the GatewaySecurityPolicy. Must be in the format `projects/{project}/locations/{location}`.",
  2176                      "location": "path",
  2177                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  2178                      "required": true,
  2179                      "type": "string"
  2180                    }
  2181                  },
  2182                  "path": "v1beta1/{+parent}/gatewaySecurityPolicies",
  2183                  "request": {
  2184                    "$ref": "GatewaySecurityPolicy"
  2185                  },
  2186                  "response": {
  2187                    "$ref": "Operation"
  2188                  },
  2189                  "scopes": [
  2190                    "https://www.googleapis.com/auth/cloud-platform"
  2191                  ]
  2192                },
  2193                "delete": {
  2194                  "description": "Deletes a single GatewaySecurityPolicy.",
  2195                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}",
  2196                  "httpMethod": "DELETE",
  2197                  "id": "networksecurity.projects.locations.gatewaySecurityPolicies.delete",
  2198                  "parameterOrder": [
  2199                    "name"
  2200                  ],
  2201                  "parameters": {
  2202                    "name": {
  2203                      "description": "Required. A name of the GatewaySecurityPolicy to delete. Must be in the format `projects/{project}/locations/{location}/gatewaySecurityPolicies/*`.",
  2204                      "location": "path",
  2205                      "pattern": "^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$",
  2206                      "required": true,
  2207                      "type": "string"
  2208                    }
  2209                  },
  2210                  "path": "v1beta1/{+name}",
  2211                  "response": {
  2212                    "$ref": "Operation"
  2213                  },
  2214                  "scopes": [
  2215                    "https://www.googleapis.com/auth/cloud-platform"
  2216                  ]
  2217                },
  2218                "get": {
  2219                  "description": "Gets details of a single GatewaySecurityPolicy.",
  2220                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}",
  2221                  "httpMethod": "GET",
  2222                  "id": "networksecurity.projects.locations.gatewaySecurityPolicies.get",
  2223                  "parameterOrder": [
  2224                    "name"
  2225                  ],
  2226                  "parameters": {
  2227                    "name": {
  2228                      "description": "Required. A name of the GatewaySecurityPolicy to get. Must be in the format `projects/{project}/locations/{location}/gatewaySecurityPolicies/*`.",
  2229                      "location": "path",
  2230                      "pattern": "^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$",
  2231                      "required": true,
  2232                      "type": "string"
  2233                    }
  2234                  },
  2235                  "path": "v1beta1/{+name}",
  2236                  "response": {
  2237                    "$ref": "GatewaySecurityPolicy"
  2238                  },
  2239                  "scopes": [
  2240                    "https://www.googleapis.com/auth/cloud-platform"
  2241                  ]
  2242                },
  2243                "list": {
  2244                  "description": "Lists GatewaySecurityPolicies in a given project and location.",
  2245                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies",
  2246                  "httpMethod": "GET",
  2247                  "id": "networksecurity.projects.locations.gatewaySecurityPolicies.list",
  2248                  "parameterOrder": [
  2249                    "parent"
  2250                  ],
  2251                  "parameters": {
  2252                    "pageSize": {
  2253                      "description": "Maximum number of GatewaySecurityPolicies to return per call.",
  2254                      "format": "int32",
  2255                      "location": "query",
  2256                      "type": "integer"
  2257                    },
  2258                    "pageToken": {
  2259                      "description": "The value returned by the last 'ListGatewaySecurityPoliciesResponse' Indicates that this is a continuation of a prior 'ListGatewaySecurityPolicies' call, and that the system should return the next page of data.",
  2260                      "location": "query",
  2261                      "type": "string"
  2262                    },
  2263                    "parent": {
  2264                      "description": "Required. The project and location from which the GatewaySecurityPolicies should be listed, specified in the format `projects/{project}/locations/{location}`.",
  2265                      "location": "path",
  2266                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  2267                      "required": true,
  2268                      "type": "string"
  2269                    }
  2270                  },
  2271                  "path": "v1beta1/{+parent}/gatewaySecurityPolicies",
  2272                  "response": {
  2273                    "$ref": "ListGatewaySecurityPoliciesResponse"
  2274                  },
  2275                  "scopes": [
  2276                    "https://www.googleapis.com/auth/cloud-platform"
  2277                  ]
  2278                },
  2279                "patch": {
  2280                  "description": "Updates the parameters of a single GatewaySecurityPolicy.",
  2281                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}",
  2282                  "httpMethod": "PATCH",
  2283                  "id": "networksecurity.projects.locations.gatewaySecurityPolicies.patch",
  2284                  "parameterOrder": [
  2285                    "name"
  2286                  ],
  2287                  "parameters": {
  2288                    "name": {
  2289                      "description": "Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy} gateway_security_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
  2290                      "location": "path",
  2291                      "pattern": "^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$",
  2292                      "required": true,
  2293                      "type": "string"
  2294                    },
  2295                    "updateMask": {
  2296                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the GatewaySecurityPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
  2297                      "format": "google-fieldmask",
  2298                      "location": "query",
  2299                      "type": "string"
  2300                    }
  2301                  },
  2302                  "path": "v1beta1/{+name}",
  2303                  "request": {
  2304                    "$ref": "GatewaySecurityPolicy"
  2305                  },
  2306                  "response": {
  2307                    "$ref": "Operation"
  2308                  },
  2309                  "scopes": [
  2310                    "https://www.googleapis.com/auth/cloud-platform"
  2311                  ]
  2312                }
  2313              },
  2314              "resources": {
  2315                "rules": {
  2316                  "methods": {
  2317                    "create": {
  2318                      "description": "Creates a new GatewaySecurityPolicy in a given project and location.",
  2319                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules",
  2320                      "httpMethod": "POST",
  2321                      "id": "networksecurity.projects.locations.gatewaySecurityPolicies.rules.create",
  2322                      "parameterOrder": [
  2323                        "parent"
  2324                      ],
  2325                      "parameters": {
  2326                        "gatewaySecurityPolicyRuleId": {
  2327                          "description": "The ID to use for the rule, which will become the final component of the rule's resource name. This value should be 4-63 characters, and valid characters are /a-z-/.",
  2328                          "location": "query",
  2329                          "type": "string"
  2330                        },
  2331                        "parent": {
  2332                          "description": "Required. The parent where this rule will be created. Format : projects/{project}/location/{location}/gatewaySecurityPolicies/*",
  2333                          "location": "path",
  2334                          "pattern": "^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$",
  2335                          "required": true,
  2336                          "type": "string"
  2337                        }
  2338                      },
  2339                      "path": "v1beta1/{+parent}/rules",
  2340                      "request": {
  2341                        "$ref": "GatewaySecurityPolicyRule"
  2342                      },
  2343                      "response": {
  2344                        "$ref": "Operation"
  2345                      },
  2346                      "scopes": [
  2347                        "https://www.googleapis.com/auth/cloud-platform"
  2348                      ]
  2349                    },
  2350                    "delete": {
  2351                      "description": "Deletes a single GatewaySecurityPolicyRule.",
  2352                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules/{rulesId}",
  2353                      "httpMethod": "DELETE",
  2354                      "id": "networksecurity.projects.locations.gatewaySecurityPolicies.rules.delete",
  2355                      "parameterOrder": [
  2356                        "name"
  2357                      ],
  2358                      "parameters": {
  2359                        "name": {
  2360                          "description": "Required. A name of the GatewaySecurityPolicyRule to delete. Must be in the format `projects/{project}/locations/{location}/gatewaySecurityPolicies/{gatewaySecurityPolicy}/rules/*`.",
  2361                          "location": "path",
  2362                          "pattern": "^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+/rules/[^/]+$",
  2363                          "required": true,
  2364                          "type": "string"
  2365                        }
  2366                      },
  2367                      "path": "v1beta1/{+name}",
  2368                      "response": {
  2369                        "$ref": "Operation"
  2370                      },
  2371                      "scopes": [
  2372                        "https://www.googleapis.com/auth/cloud-platform"
  2373                      ]
  2374                    },
  2375                    "get": {
  2376                      "description": "Gets details of a single GatewaySecurityPolicyRule.",
  2377                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules/{rulesId}",
  2378                      "httpMethod": "GET",
  2379                      "id": "networksecurity.projects.locations.gatewaySecurityPolicies.rules.get",
  2380                      "parameterOrder": [
  2381                        "name"
  2382                      ],
  2383                      "parameters": {
  2384                        "name": {
  2385                          "description": "Required. The name of the GatewaySecurityPolicyRule to retrieve. Format: projects/{project}/location/{location}/gatewaySecurityPolicies/*/rules/*",
  2386                          "location": "path",
  2387                          "pattern": "^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+/rules/[^/]+$",
  2388                          "required": true,
  2389                          "type": "string"
  2390                        }
  2391                      },
  2392                      "path": "v1beta1/{+name}",
  2393                      "response": {
  2394                        "$ref": "GatewaySecurityPolicyRule"
  2395                      },
  2396                      "scopes": [
  2397                        "https://www.googleapis.com/auth/cloud-platform"
  2398                      ]
  2399                    },
  2400                    "list": {
  2401                      "description": "Lists GatewaySecurityPolicyRules in a given project and location.",
  2402                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules",
  2403                      "httpMethod": "GET",
  2404                      "id": "networksecurity.projects.locations.gatewaySecurityPolicies.rules.list",
  2405                      "parameterOrder": [
  2406                        "parent"
  2407                      ],
  2408                      "parameters": {
  2409                        "pageSize": {
  2410                          "description": "Maximum number of GatewaySecurityPolicyRules to return per call.",
  2411                          "format": "int32",
  2412                          "location": "query",
  2413                          "type": "integer"
  2414                        },
  2415                        "pageToken": {
  2416                          "description": "The value returned by the last 'ListGatewaySecurityPolicyRulesResponse' Indicates that this is a continuation of a prior 'ListGatewaySecurityPolicyRules' call, and that the system should return the next page of data.",
  2417                          "location": "query",
  2418                          "type": "string"
  2419                        },
  2420                        "parent": {
  2421                          "description": "Required. The project, location and GatewaySecurityPolicy from which the GatewaySecurityPolicyRules should be listed, specified in the format `projects/{project}/locations/{location}/gatewaySecurityPolicies/{gatewaySecurityPolicy}`.",
  2422                          "location": "path",
  2423                          "pattern": "^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$",
  2424                          "required": true,
  2425                          "type": "string"
  2426                        }
  2427                      },
  2428                      "path": "v1beta1/{+parent}/rules",
  2429                      "response": {
  2430                        "$ref": "ListGatewaySecurityPolicyRulesResponse"
  2431                      },
  2432                      "scopes": [
  2433                        "https://www.googleapis.com/auth/cloud-platform"
  2434                      ]
  2435                    },
  2436                    "patch": {
  2437                      "description": "Updates the parameters of a single GatewaySecurityPolicyRule.",
  2438                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules/{rulesId}",
  2439                      "httpMethod": "PATCH",
  2440                      "id": "networksecurity.projects.locations.gatewaySecurityPolicies.rules.patch",
  2441                      "parameterOrder": [
  2442                        "name"
  2443                      ],
  2444                      "parameters": {
  2445                        "name": {
  2446                          "description": "Required. Immutable. Name of the resource. ame is the full resource name so projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}/rules/{rule} rule should match the pattern: (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
  2447                          "location": "path",
  2448                          "pattern": "^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+/rules/[^/]+$",
  2449                          "required": true,
  2450                          "type": "string"
  2451                        },
  2452                        "updateMask": {
  2453                          "description": "Optional. Field mask is used to specify the fields to be overwritten in the GatewaySecurityPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
  2454                          "format": "google-fieldmask",
  2455                          "location": "query",
  2456                          "type": "string"
  2457                        }
  2458                      },
  2459                      "path": "v1beta1/{+name}",
  2460                      "request": {
  2461                        "$ref": "GatewaySecurityPolicyRule"
  2462                      },
  2463                      "response": {
  2464                        "$ref": "Operation"
  2465                      },
  2466                      "scopes": [
  2467                        "https://www.googleapis.com/auth/cloud-platform"
  2468                      ]
  2469                    }
  2470                  }
  2471                }
  2472              }
  2473            },
  2474            "operations": {
  2475              "methods": {
  2476                "cancel": {
  2477                  "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
  2478                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
  2479                  "httpMethod": "POST",
  2480                  "id": "networksecurity.projects.locations.operations.cancel",
  2481                  "parameterOrder": [
  2482                    "name"
  2483                  ],
  2484                  "parameters": {
  2485                    "name": {
  2486                      "description": "The name of the operation resource to be cancelled.",
  2487                      "location": "path",
  2488                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
  2489                      "required": true,
  2490                      "type": "string"
  2491                    }
  2492                  },
  2493                  "path": "v1beta1/{+name}:cancel",
  2494                  "request": {
  2495                    "$ref": "CancelOperationRequest"
  2496                  },
  2497                  "response": {
  2498                    "$ref": "Empty"
  2499                  },
  2500                  "scopes": [
  2501                    "https://www.googleapis.com/auth/cloud-platform"
  2502                  ]
  2503                },
  2504                "delete": {
  2505                  "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
  2506                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
  2507                  "httpMethod": "DELETE",
  2508                  "id": "networksecurity.projects.locations.operations.delete",
  2509                  "parameterOrder": [
  2510                    "name"
  2511                  ],
  2512                  "parameters": {
  2513                    "name": {
  2514                      "description": "The name of the operation resource to be deleted.",
  2515                      "location": "path",
  2516                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
  2517                      "required": true,
  2518                      "type": "string"
  2519                    }
  2520                  },
  2521                  "path": "v1beta1/{+name}",
  2522                  "response": {
  2523                    "$ref": "Empty"
  2524                  },
  2525                  "scopes": [
  2526                    "https://www.googleapis.com/auth/cloud-platform"
  2527                  ]
  2528                },
  2529                "get": {
  2530                  "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
  2531                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
  2532                  "httpMethod": "GET",
  2533                  "id": "networksecurity.projects.locations.operations.get",
  2534                  "parameterOrder": [
  2535                    "name"
  2536                  ],
  2537                  "parameters": {
  2538                    "name": {
  2539                      "description": "The name of the operation resource.",
  2540                      "location": "path",
  2541                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
  2542                      "required": true,
  2543                      "type": "string"
  2544                    }
  2545                  },
  2546                  "path": "v1beta1/{+name}",
  2547                  "response": {
  2548                    "$ref": "Operation"
  2549                  },
  2550                  "scopes": [
  2551                    "https://www.googleapis.com/auth/cloud-platform"
  2552                  ]
  2553                },
  2554                "list": {
  2555                  "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
  2556                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations",
  2557                  "httpMethod": "GET",
  2558                  "id": "networksecurity.projects.locations.operations.list",
  2559                  "parameterOrder": [
  2560                    "name"
  2561                  ],
  2562                  "parameters": {
  2563                    "filter": {
  2564                      "description": "The standard list filter.",
  2565                      "location": "query",
  2566                      "type": "string"
  2567                    },
  2568                    "name": {
  2569                      "description": "The name of the operation's parent resource.",
  2570                      "location": "path",
  2571                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  2572                      "required": true,
  2573                      "type": "string"
  2574                    },
  2575                    "pageSize": {
  2576                      "description": "The standard list page size.",
  2577                      "format": "int32",
  2578                      "location": "query",
  2579                      "type": "integer"
  2580                    },
  2581                    "pageToken": {
  2582                      "description": "The standard list page token.",
  2583                      "location": "query",
  2584                      "type": "string"
  2585                    }
  2586                  },
  2587                  "path": "v1beta1/{+name}/operations",
  2588                  "response": {
  2589                    "$ref": "ListOperationsResponse"
  2590                  },
  2591                  "scopes": [
  2592                    "https://www.googleapis.com/auth/cloud-platform"
  2593                  ]
  2594                }
  2595              }
  2596            },
  2597            "serverTlsPolicies": {
  2598              "methods": {
  2599                "create": {
  2600                  "description": "Creates a new ServerTlsPolicy in a given project and location.",
  2601                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies",
  2602                  "httpMethod": "POST",
  2603                  "id": "networksecurity.projects.locations.serverTlsPolicies.create",
  2604                  "parameterOrder": [
  2605                    "parent"
  2606                  ],
  2607                  "parameters": {
  2608                    "parent": {
  2609                      "description": "Required. The parent resource of the ServerTlsPolicy. Must be in the format `projects/*/locations/{location}`.",
  2610                      "location": "path",
  2611                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  2612                      "required": true,
  2613                      "type": "string"
  2614                    },
  2615                    "serverTlsPolicyId": {
  2616                      "description": "Required. Short name of the ServerTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"server_mtls_policy\".",
  2617                      "location": "query",
  2618                      "type": "string"
  2619                    }
  2620                  },
  2621                  "path": "v1beta1/{+parent}/serverTlsPolicies",
  2622                  "request": {
  2623                    "$ref": "ServerTlsPolicy"
  2624                  },
  2625                  "response": {
  2626                    "$ref": "Operation"
  2627                  },
  2628                  "scopes": [
  2629                    "https://www.googleapis.com/auth/cloud-platform"
  2630                  ]
  2631                },
  2632                "delete": {
  2633                  "description": "Deletes a single ServerTlsPolicy.",
  2634                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}",
  2635                  "httpMethod": "DELETE",
  2636                  "id": "networksecurity.projects.locations.serverTlsPolicies.delete",
  2637                  "parameterOrder": [
  2638                    "name"
  2639                  ],
  2640                  "parameters": {
  2641                    "name": {
  2642                      "description": "Required. A name of the ServerTlsPolicy to delete. Must be in the format `projects/*/locations/{location}/serverTlsPolicies/*`.",
  2643                      "location": "path",
  2644                      "pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
  2645                      "required": true,
  2646                      "type": "string"
  2647                    }
  2648                  },
  2649                  "path": "v1beta1/{+name}",
  2650                  "response": {
  2651                    "$ref": "Operation"
  2652                  },
  2653                  "scopes": [
  2654                    "https://www.googleapis.com/auth/cloud-platform"
  2655                  ]
  2656                },
  2657                "get": {
  2658                  "description": "Gets details of a single ServerTlsPolicy.",
  2659                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}",
  2660                  "httpMethod": "GET",
  2661                  "id": "networksecurity.projects.locations.serverTlsPolicies.get",
  2662                  "parameterOrder": [
  2663                    "name"
  2664                  ],
  2665                  "parameters": {
  2666                    "name": {
  2667                      "description": "Required. A name of the ServerTlsPolicy to get. Must be in the format `projects/*/locations/{location}/serverTlsPolicies/*`.",
  2668                      "location": "path",
  2669                      "pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
  2670                      "required": true,
  2671                      "type": "string"
  2672                    }
  2673                  },
  2674                  "path": "v1beta1/{+name}",
  2675                  "response": {
  2676                    "$ref": "ServerTlsPolicy"
  2677                  },
  2678                  "scopes": [
  2679                    "https://www.googleapis.com/auth/cloud-platform"
  2680                  ]
  2681                },
  2682                "getIamPolicy": {
  2683                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
  2684                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}:getIamPolicy",
  2685                  "httpMethod": "GET",
  2686                  "id": "networksecurity.projects.locations.serverTlsPolicies.getIamPolicy",
  2687                  "parameterOrder": [
  2688                    "resource"
  2689                  ],
  2690                  "parameters": {
  2691                    "options.requestedPolicyVersion": {
  2692                      "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
  2693                      "format": "int32",
  2694                      "location": "query",
  2695                      "type": "integer"
  2696                    },
  2697                    "resource": {
  2698                      "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  2699                      "location": "path",
  2700                      "pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
  2701                      "required": true,
  2702                      "type": "string"
  2703                    }
  2704                  },
  2705                  "path": "v1beta1/{+resource}:getIamPolicy",
  2706                  "response": {
  2707                    "$ref": "GoogleIamV1Policy"
  2708                  },
  2709                  "scopes": [
  2710                    "https://www.googleapis.com/auth/cloud-platform"
  2711                  ]
  2712                },
  2713                "list": {
  2714                  "description": "Lists ServerTlsPolicies in a given project and location.",
  2715                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies",
  2716                  "httpMethod": "GET",
  2717                  "id": "networksecurity.projects.locations.serverTlsPolicies.list",
  2718                  "parameterOrder": [
  2719                    "parent"
  2720                  ],
  2721                  "parameters": {
  2722                    "pageSize": {
  2723                      "description": "Maximum number of ServerTlsPolicies to return per call.",
  2724                      "format": "int32",
  2725                      "location": "query",
  2726                      "type": "integer"
  2727                    },
  2728                    "pageToken": {
  2729                      "description": "The value returned by the last `ListServerTlsPoliciesResponse` Indicates that this is a continuation of a prior `ListServerTlsPolicies` call, and that the system should return the next page of data.",
  2730                      "location": "query",
  2731                      "type": "string"
  2732                    },
  2733                    "parent": {
  2734                      "description": "Required. The project and location from which the ServerTlsPolicies should be listed, specified in the format `projects/*/locations/{location}`.",
  2735                      "location": "path",
  2736                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  2737                      "required": true,
  2738                      "type": "string"
  2739                    }
  2740                  },
  2741                  "path": "v1beta1/{+parent}/serverTlsPolicies",
  2742                  "response": {
  2743                    "$ref": "ListServerTlsPoliciesResponse"
  2744                  },
  2745                  "scopes": [
  2746                    "https://www.googleapis.com/auth/cloud-platform"
  2747                  ]
  2748                },
  2749                "patch": {
  2750                  "description": "Updates the parameters of a single ServerTlsPolicy.",
  2751                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}",
  2752                  "httpMethod": "PATCH",
  2753                  "id": "networksecurity.projects.locations.serverTlsPolicies.patch",
  2754                  "parameterOrder": [
  2755                    "name"
  2756                  ],
  2757                  "parameters": {
  2758                    "name": {
  2759                      "description": "Required. Name of the ServerTlsPolicy resource. It matches the pattern `projects/*/locations/{location}/serverTlsPolicies/{server_tls_policy}`",
  2760                      "location": "path",
  2761                      "pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
  2762                      "required": true,
  2763                      "type": "string"
  2764                    },
  2765                    "updateMask": {
  2766                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the ServerTlsPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
  2767                      "format": "google-fieldmask",
  2768                      "location": "query",
  2769                      "type": "string"
  2770                    }
  2771                  },
  2772                  "path": "v1beta1/{+name}",
  2773                  "request": {
  2774                    "$ref": "ServerTlsPolicy"
  2775                  },
  2776                  "response": {
  2777                    "$ref": "Operation"
  2778                  },
  2779                  "scopes": [
  2780                    "https://www.googleapis.com/auth/cloud-platform"
  2781                  ]
  2782                },
  2783                "setIamPolicy": {
  2784                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
  2785                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}:setIamPolicy",
  2786                  "httpMethod": "POST",
  2787                  "id": "networksecurity.projects.locations.serverTlsPolicies.setIamPolicy",
  2788                  "parameterOrder": [
  2789                    "resource"
  2790                  ],
  2791                  "parameters": {
  2792                    "resource": {
  2793                      "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  2794                      "location": "path",
  2795                      "pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
  2796                      "required": true,
  2797                      "type": "string"
  2798                    }
  2799                  },
  2800                  "path": "v1beta1/{+resource}:setIamPolicy",
  2801                  "request": {
  2802                    "$ref": "GoogleIamV1SetIamPolicyRequest"
  2803                  },
  2804                  "response": {
  2805                    "$ref": "GoogleIamV1Policy"
  2806                  },
  2807                  "scopes": [
  2808                    "https://www.googleapis.com/auth/cloud-platform"
  2809                  ]
  2810                },
  2811                "testIamPermissions": {
  2812                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
  2813                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}:testIamPermissions",
  2814                  "httpMethod": "POST",
  2815                  "id": "networksecurity.projects.locations.serverTlsPolicies.testIamPermissions",
  2816                  "parameterOrder": [
  2817                    "resource"
  2818                  ],
  2819                  "parameters": {
  2820                    "resource": {
  2821                      "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  2822                      "location": "path",
  2823                      "pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
  2824                      "required": true,
  2825                      "type": "string"
  2826                    }
  2827                  },
  2828                  "path": "v1beta1/{+resource}:testIamPermissions",
  2829                  "request": {
  2830                    "$ref": "GoogleIamV1TestIamPermissionsRequest"
  2831                  },
  2832                  "response": {
  2833                    "$ref": "GoogleIamV1TestIamPermissionsResponse"
  2834                  },
  2835                  "scopes": [
  2836                    "https://www.googleapis.com/auth/cloud-platform"
  2837                  ]
  2838                }
  2839              }
  2840            },
  2841            "tlsInspectionPolicies": {
  2842              "methods": {
  2843                "create": {
  2844                  "description": "Creates a new TlsInspectionPolicy in a given project and location.",
  2845                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies",
  2846                  "httpMethod": "POST",
  2847                  "id": "networksecurity.projects.locations.tlsInspectionPolicies.create",
  2848                  "parameterOrder": [
  2849                    "parent"
  2850                  ],
  2851                  "parameters": {
  2852                    "parent": {
  2853                      "description": "Required. The parent resource of the TlsInspectionPolicy. Must be in the format `projects/{project}/locations/{location}`.",
  2854                      "location": "path",
  2855                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  2856                      "required": true,
  2857                      "type": "string"
  2858                    },
  2859                    "tlsInspectionPolicyId": {
  2860                      "description": "Required. Short name of the TlsInspectionPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"tls_inspection_policy1\".",
  2861                      "location": "query",
  2862                      "type": "string"
  2863                    }
  2864                  },
  2865                  "path": "v1beta1/{+parent}/tlsInspectionPolicies",
  2866                  "request": {
  2867                    "$ref": "TlsInspectionPolicy"
  2868                  },
  2869                  "response": {
  2870                    "$ref": "Operation"
  2871                  },
  2872                  "scopes": [
  2873                    "https://www.googleapis.com/auth/cloud-platform"
  2874                  ]
  2875                },
  2876                "delete": {
  2877                  "description": "Deletes a single TlsInspectionPolicy.",
  2878                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}",
  2879                  "httpMethod": "DELETE",
  2880                  "id": "networksecurity.projects.locations.tlsInspectionPolicies.delete",
  2881                  "parameterOrder": [
  2882                    "name"
  2883                  ],
  2884                  "parameters": {
  2885                    "force": {
  2886                      "description": "If set to true, any rules for this TlsInspectionPolicy will also be deleted. (Otherwise, the request will only work if the TlsInspectionPolicy has no rules.)",
  2887                      "location": "query",
  2888                      "type": "boolean"
  2889                    },
  2890                    "name": {
  2891                      "description": "Required. A name of the TlsInspectionPolicy to delete. Must be in the format `projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}`.",
  2892                      "location": "path",
  2893                      "pattern": "^projects/[^/]+/locations/[^/]+/tlsInspectionPolicies/[^/]+$",
  2894                      "required": true,
  2895                      "type": "string"
  2896                    }
  2897                  },
  2898                  "path": "v1beta1/{+name}",
  2899                  "response": {
  2900                    "$ref": "Operation"
  2901                  },
  2902                  "scopes": [
  2903                    "https://www.googleapis.com/auth/cloud-platform"
  2904                  ]
  2905                },
  2906                "get": {
  2907                  "description": "Gets details of a single TlsInspectionPolicy.",
  2908                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}",
  2909                  "httpMethod": "GET",
  2910                  "id": "networksecurity.projects.locations.tlsInspectionPolicies.get",
  2911                  "parameterOrder": [
  2912                    "name"
  2913                  ],
  2914                  "parameters": {
  2915                    "name": {
  2916                      "description": "Required. A name of the TlsInspectionPolicy to get. Must be in the format `projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}`.",
  2917                      "location": "path",
  2918                      "pattern": "^projects/[^/]+/locations/[^/]+/tlsInspectionPolicies/[^/]+$",
  2919                      "required": true,
  2920                      "type": "string"
  2921                    }
  2922                  },
  2923                  "path": "v1beta1/{+name}",
  2924                  "response": {
  2925                    "$ref": "TlsInspectionPolicy"
  2926                  },
  2927                  "scopes": [
  2928                    "https://www.googleapis.com/auth/cloud-platform"
  2929                  ]
  2930                },
  2931                "list": {
  2932                  "description": "Lists TlsInspectionPolicies in a given project and location.",
  2933                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies",
  2934                  "httpMethod": "GET",
  2935                  "id": "networksecurity.projects.locations.tlsInspectionPolicies.list",
  2936                  "parameterOrder": [
  2937                    "parent"
  2938                  ],
  2939                  "parameters": {
  2940                    "pageSize": {
  2941                      "description": "Maximum number of TlsInspectionPolicies to return per call.",
  2942                      "format": "int32",
  2943                      "location": "query",
  2944                      "type": "integer"
  2945                    },
  2946                    "pageToken": {
  2947                      "description": "The value returned by the last 'ListTlsInspectionPoliciesResponse' Indicates that this is a continuation of a prior 'ListTlsInspectionPolicies' call, and that the system should return the next page of data.",
  2948                      "location": "query",
  2949                      "type": "string"
  2950                    },
  2951                    "parent": {
  2952                      "description": "Required. The project and location from which the TlsInspectionPolicies should be listed, specified in the format `projects/{project}/locations/{location}`.",
  2953                      "location": "path",
  2954                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  2955                      "required": true,
  2956                      "type": "string"
  2957                    }
  2958                  },
  2959                  "path": "v1beta1/{+parent}/tlsInspectionPolicies",
  2960                  "response": {
  2961                    "$ref": "ListTlsInspectionPoliciesResponse"
  2962                  },
  2963                  "scopes": [
  2964                    "https://www.googleapis.com/auth/cloud-platform"
  2965                  ]
  2966                },
  2967                "patch": {
  2968                  "description": "Updates the parameters of a single TlsInspectionPolicy.",
  2969                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}",
  2970                  "httpMethod": "PATCH",
  2971                  "id": "networksecurity.projects.locations.tlsInspectionPolicies.patch",
  2972                  "parameterOrder": [
  2973                    "name"
  2974                  ],
  2975                  "parameters": {
  2976                    "name": {
  2977                      "description": "Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
  2978                      "location": "path",
  2979                      "pattern": "^projects/[^/]+/locations/[^/]+/tlsInspectionPolicies/[^/]+$",
  2980                      "required": true,
  2981                      "type": "string"
  2982                    },
  2983                    "updateMask": {
  2984                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the TlsInspectionPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
  2985                      "format": "google-fieldmask",
  2986                      "location": "query",
  2987                      "type": "string"
  2988                    }
  2989                  },
  2990                  "path": "v1beta1/{+name}",
  2991                  "request": {
  2992                    "$ref": "TlsInspectionPolicy"
  2993                  },
  2994                  "response": {
  2995                    "$ref": "Operation"
  2996                  },
  2997                  "scopes": [
  2998                    "https://www.googleapis.com/auth/cloud-platform"
  2999                  ]
  3000                }
  3001              }
  3002            },
  3003            "urlLists": {
  3004              "methods": {
  3005                "create": {
  3006                  "description": "Creates a new UrlList in a given project and location.",
  3007                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists",
  3008                  "httpMethod": "POST",
  3009                  "id": "networksecurity.projects.locations.urlLists.create",
  3010                  "parameterOrder": [
  3011                    "parent"
  3012                  ],
  3013                  "parameters": {
  3014                    "parent": {
  3015                      "description": "Required. The parent resource of the UrlList. Must be in the format `projects/*/locations/{location}`.",
  3016                      "location": "path",
  3017                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  3018                      "required": true,
  3019                      "type": "string"
  3020                    },
  3021                    "urlListId": {
  3022                      "description": "Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"url_list\".",
  3023                      "location": "query",
  3024                      "type": "string"
  3025                    }
  3026                  },
  3027                  "path": "v1beta1/{+parent}/urlLists",
  3028                  "request": {
  3029                    "$ref": "UrlList"
  3030                  },
  3031                  "response": {
  3032                    "$ref": "Operation"
  3033                  },
  3034                  "scopes": [
  3035                    "https://www.googleapis.com/auth/cloud-platform"
  3036                  ]
  3037                },
  3038                "delete": {
  3039                  "description": "Deletes a single UrlList.",
  3040                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}",
  3041                  "httpMethod": "DELETE",
  3042                  "id": "networksecurity.projects.locations.urlLists.delete",
  3043                  "parameterOrder": [
  3044                    "name"
  3045                  ],
  3046                  "parameters": {
  3047                    "name": {
  3048                      "description": "Required. A name of the UrlList to delete. Must be in the format `projects/*/locations/{location}/urlLists/*`.",
  3049                      "location": "path",
  3050                      "pattern": "^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$",
  3051                      "required": true,
  3052                      "type": "string"
  3053                    }
  3054                  },
  3055                  "path": "v1beta1/{+name}",
  3056                  "response": {
  3057                    "$ref": "Operation"
  3058                  },
  3059                  "scopes": [
  3060                    "https://www.googleapis.com/auth/cloud-platform"
  3061                  ]
  3062                },
  3063                "get": {
  3064                  "description": "Gets details of a single UrlList.",
  3065                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}",
  3066                  "httpMethod": "GET",
  3067                  "id": "networksecurity.projects.locations.urlLists.get",
  3068                  "parameterOrder": [
  3069                    "name"
  3070                  ],
  3071                  "parameters": {
  3072                    "name": {
  3073                      "description": "Required. A name of the UrlList to get. Must be in the format `projects/*/locations/{location}/urlLists/*`.",
  3074                      "location": "path",
  3075                      "pattern": "^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$",
  3076                      "required": true,
  3077                      "type": "string"
  3078                    }
  3079                  },
  3080                  "path": "v1beta1/{+name}",
  3081                  "response": {
  3082                    "$ref": "UrlList"
  3083                  },
  3084                  "scopes": [
  3085                    "https://www.googleapis.com/auth/cloud-platform"
  3086                  ]
  3087                },
  3088                "list": {
  3089                  "description": "Lists UrlLists in a given project and location.",
  3090                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists",
  3091                  "httpMethod": "GET",
  3092                  "id": "networksecurity.projects.locations.urlLists.list",
  3093                  "parameterOrder": [
  3094                    "parent"
  3095                  ],
  3096                  "parameters": {
  3097                    "pageSize": {
  3098                      "description": "Maximum number of UrlLists to return per call.",
  3099                      "format": "int32",
  3100                      "location": "query",
  3101                      "type": "integer"
  3102                    },
  3103                    "pageToken": {
  3104                      "description": "The value returned by the last `ListUrlListsResponse` Indicates that this is a continuation of a prior `ListUrlLists` call, and that the system should return the next page of data.",
  3105                      "location": "query",
  3106                      "type": "string"
  3107                    },
  3108                    "parent": {
  3109                      "description": "Required. The project and location from which the UrlLists should be listed, specified in the format `projects/{project}/locations/{location}`.",
  3110                      "location": "path",
  3111                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  3112                      "required": true,
  3113                      "type": "string"
  3114                    }
  3115                  },
  3116                  "path": "v1beta1/{+parent}/urlLists",
  3117                  "response": {
  3118                    "$ref": "ListUrlListsResponse"
  3119                  },
  3120                  "scopes": [
  3121                    "https://www.googleapis.com/auth/cloud-platform"
  3122                  ]
  3123                },
  3124                "patch": {
  3125                  "description": "Updates the parameters of a single UrlList.",
  3126                  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}",
  3127                  "httpMethod": "PATCH",
  3128                  "id": "networksecurity.projects.locations.urlLists.patch",
  3129                  "parameterOrder": [
  3130                    "name"
  3131                  ],
  3132                  "parameters": {
  3133                    "name": {
  3134                      "description": "Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
  3135                      "location": "path",
  3136                      "pattern": "^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$",
  3137                      "required": true,
  3138                      "type": "string"
  3139                    },
  3140                    "updateMask": {
  3141                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the UrlList resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
  3142                      "format": "google-fieldmask",
  3143                      "location": "query",
  3144                      "type": "string"
  3145                    }
  3146                  },
  3147                  "path": "v1beta1/{+name}",
  3148                  "request": {
  3149                    "$ref": "UrlList"
  3150                  },
  3151                  "response": {
  3152                    "$ref": "Operation"
  3153                  },
  3154                  "scopes": [
  3155                    "https://www.googleapis.com/auth/cloud-platform"
  3156                  ]
  3157                }
  3158              }
  3159            }
  3160          }
  3161        }
  3162      }
  3163    }
  3164  },
  3165  "revision": "20240505",
  3166  "rootUrl": "https://networksecurity.googleapis.com/",
  3167  "schemas": {
  3168    "AddAddressGroupItemsRequest": {
  3169      "description": "Request used by the AddAddressGroupItems method.",
  3170      "id": "AddAddressGroupItemsRequest",
  3171      "properties": {
  3172        "items": {
  3173          "description": "Required. List of items to add.",
  3174          "items": {
  3175            "type": "string"
  3176          },
  3177          "type": "array"
  3178        },
  3179        "requestId": {
  3180          "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
  3181          "type": "string"
  3182        }
  3183      },
  3184      "type": "object"
  3185    },
  3186    "AddressGroup": {
  3187      "description": "AddressGroup is a resource that specifies how a collection of IP/DNS used in Firewall Policy.",
  3188      "id": "AddressGroup",
  3189      "properties": {
  3190        "capacity": {
  3191          "description": "Required. Capacity of the Address Group",
  3192          "format": "int32",
  3193          "type": "integer"
  3194        },
  3195        "createTime": {
  3196          "description": "Output only. The timestamp when the resource was created.",
  3197          "format": "google-datetime",
  3198          "readOnly": true,
  3199          "type": "string"
  3200        },
  3201        "description": {
  3202          "description": "Optional. Free-text description of the resource.",
  3203          "type": "string"
  3204        },
  3205        "items": {
  3206          "description": "Optional. List of items.",
  3207          "items": {
  3208            "type": "string"
  3209          },
  3210          "type": "array"
  3211        },
  3212        "labels": {
  3213          "additionalProperties": {
  3214            "type": "string"
  3215          },
  3216          "description": "Optional. Set of label tags associated with the AddressGroup resource.",
  3217          "type": "object"
  3218        },
  3219        "name": {
  3220          "description": "Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.",
  3221          "type": "string"
  3222        },
  3223        "purpose": {
  3224          "description": "Optional. List of supported purposes of the Address Group.",
  3225          "items": {
  3226            "enum": [
  3227              "PURPOSE_UNSPECIFIED",
  3228              "DEFAULT",
  3229              "CLOUD_ARMOR"
  3230            ],
  3231            "enumDescriptions": [
  3232              "Default value. Should never happen.",
  3233              "Address Group is distributed to VMC, and is usable in Firewall Policies and other systems that rely on VMC.",
  3234              "Address Group is usable in Cloud Armor."
  3235            ],
  3236            "type": "string"
  3237          },
  3238          "type": "array"
  3239        },
  3240        "selfLink": {
  3241          "description": "Output only. Server-defined fully-qualified URL for this resource.",
  3242          "readOnly": true,
  3243          "type": "string"
  3244        },
  3245        "type": {
  3246          "description": "Required. The type of the Address Group. Possible values are \"IPv4\" or \"IPV6\".",
  3247          "enum": [
  3248            "TYPE_UNSPECIFIED",
  3249            "IPV4",
  3250            "IPV6"
  3251          ],
  3252          "enumDescriptions": [
  3253            "Default value.",
  3254            "IP v4 ranges.",
  3255            "IP v6 ranges."
  3256          ],
  3257          "type": "string"
  3258        },
  3259        "updateTime": {
  3260          "description": "Output only. The timestamp when the resource was updated.",
  3261          "format": "google-datetime",
  3262          "readOnly": true,
  3263          "type": "string"
  3264        }
  3265      },
  3266      "type": "object"
  3267    },
  3268    "AuthorizationPolicy": {
  3269      "description": "AuthorizationPolicy is a resource that specifies how a server should authorize incoming connections. This resource in itself does not change the configuration unless it's attached to a target https proxy or endpoint config selector resource.",
  3270      "id": "AuthorizationPolicy",
  3271      "properties": {
  3272        "action": {
  3273          "description": "Required. The action to take when a rule match is found. Possible values are \"ALLOW\" or \"DENY\".",
  3274          "enum": [
  3275            "ACTION_UNSPECIFIED",
  3276            "ALLOW",
  3277            "DENY"
  3278          ],
  3279          "enumDescriptions": [
  3280            "Default value.",
  3281            "Grant access.",
  3282            "Deny access. Deny rules should be avoided unless they are used to provide a default \"deny all\" fallback."
  3283          ],
  3284          "type": "string"
  3285        },
  3286        "createTime": {
  3287          "description": "Output only. The timestamp when the resource was created.",
  3288          "format": "google-datetime",
  3289          "readOnly": true,
  3290          "type": "string"
  3291        },
  3292        "description": {
  3293          "description": "Optional. Free-text description of the resource.",
  3294          "type": "string"
  3295        },
  3296        "labels": {
  3297          "additionalProperties": {
  3298            "type": "string"
  3299          },
  3300          "description": "Optional. Set of label tags associated with the AuthorizationPolicy resource.",
  3301          "type": "object"
  3302        },
  3303        "name": {
  3304          "description": "Required. Name of the AuthorizationPolicy resource. It matches pattern `projects/{project}/locations/{location}/authorizationPolicies/`.",
  3305          "type": "string"
  3306        },
  3307        "rules": {
  3308          "description": "Optional. List of rules to match. Note that at least one of the rules must match in order for the action specified in the 'action' field to be taken. A rule is a match if there is a matching source and destination. If left blank, the action specified in the `action` field will be applied on every request.",
  3309          "items": {
  3310            "$ref": "Rule"
  3311          },
  3312          "type": "array"
  3313        },
  3314        "updateTime": {
  3315          "description": "Output only. The timestamp when the resource was updated.",
  3316          "format": "google-datetime",
  3317          "readOnly": true,
  3318          "type": "string"
  3319        }
  3320      },
  3321      "type": "object"
  3322    },
  3323    "CancelOperationRequest": {
  3324      "description": "The request message for Operations.CancelOperation.",
  3325      "id": "CancelOperationRequest",
  3326      "properties": {},
  3327      "type": "object"
  3328    },
  3329    "CertificateProviderInstance": {
  3330      "description": "Specification of a TLS certificate provider instance. Workloads may have one or more CertificateProvider instances (plugins) and one of them is enabled and configured by specifying this message. Workloads use the values from this message to locate and load the CertificateProvider instance configuration.",
  3331      "id": "CertificateProviderInstance",
  3332      "properties": {
  3333        "pluginInstance": {
  3334          "description": "Required. Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to \"google_cloud_private_spiffe\" to use Certificate Authority Service certificate provider instance.",
  3335          "type": "string"
  3336        }
  3337      },
  3338      "type": "object"
  3339    },
  3340    "ClientTlsPolicy": {
  3341      "description": "ClientTlsPolicy is a resource that specifies how a client should authenticate connections to backends of a service. This resource itself does not affect configuration unless it is attached to a backend service resource.",
  3342      "id": "ClientTlsPolicy",
  3343      "properties": {
  3344        "clientCertificate": {
  3345          "$ref": "GoogleCloudNetworksecurityV1beta1CertificateProvider",
  3346          "description": "Optional. Defines a mechanism to provision client identity (public and private keys) for peer to peer authentication. The presence of this dictates mTLS."
  3347        },
  3348        "createTime": {
  3349          "description": "Output only. The timestamp when the resource was created.",
  3350          "format": "google-datetime",
  3351          "readOnly": true,
  3352          "type": "string"
  3353        },
  3354        "description": {
  3355          "description": "Optional. Free-text description of the resource.",
  3356          "type": "string"
  3357        },
  3358        "labels": {
  3359          "additionalProperties": {
  3360            "type": "string"
  3361          },
  3362          "description": "Optional. Set of label tags associated with the resource.",
  3363          "type": "object"
  3364        },
  3365        "name": {
  3366          "description": "Required. Name of the ClientTlsPolicy resource. It matches the pattern `projects/*/locations/{location}/clientTlsPolicies/{client_tls_policy}`",
  3367          "type": "string"
  3368        },
  3369        "serverValidationCa": {
  3370          "description": "Optional. Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate.",
  3371          "items": {
  3372            "$ref": "ValidationCA"
  3373          },
  3374          "type": "array"
  3375        },
  3376        "sni": {
  3377          "description": "Optional. Server Name Indication string to present to the server during TLS handshake. E.g: \"secure.example.com\".",
  3378          "type": "string"
  3379        },
  3380        "updateTime": {
  3381          "description": "Output only. The timestamp when the resource was updated.",
  3382          "format": "google-datetime",
  3383          "readOnly": true,
  3384          "type": "string"
  3385        }
  3386      },
  3387      "type": "object"
  3388    },
  3389    "CloneAddressGroupItemsRequest": {
  3390      "description": "Request used by the CloneAddressGroupItems method.",
  3391      "id": "CloneAddressGroupItemsRequest",
  3392      "properties": {
  3393        "requestId": {
  3394          "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
  3395          "type": "string"
  3396        },
  3397        "sourceAddressGroup": {
  3398          "description": "Required. Source address group to clone items from.",
  3399          "type": "string"
  3400        }
  3401      },
  3402      "type": "object"
  3403    },
  3404    "Destination": {
  3405      "description": "Specification of traffic destination attributes.",
  3406      "id": "Destination",
  3407      "properties": {
  3408        "hosts": {
  3409          "description": "Required. List of host names to match. Matched against the \":authority\" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example \"mydomain.*\") or a suffix match (example \"*.myorg.com\") or a presence (any) match \"*\".",
  3410          "items": {
  3411            "type": "string"
  3412          },
  3413          "type": "array"
  3414        },
  3415        "httpHeaderMatch": {
  3416          "$ref": "HttpHeaderMatch",
  3417          "description": "Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy."
  3418        },
  3419        "methods": {
  3420          "description": "Optional. A list of HTTP methods to match. At least one method should match. Should not be set for gRPC services.",
  3421          "items": {
  3422            "type": "string"
  3423          },
  3424          "type": "array"
  3425        },
  3426        "ports": {
  3427          "description": "Required. List of destination ports to match. At least one port should match.",
  3428          "items": {
  3429            "format": "uint32",
  3430            "type": "integer"
  3431          },
  3432          "type": "array"
  3433        }
  3434      },
  3435      "type": "object"
  3436    },
  3437    "Empty": {
  3438      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
  3439      "id": "Empty",
  3440      "properties": {},
  3441      "type": "object"
  3442    },
  3443    "Expr": {
  3444      "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' \u0026\u0026 document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
  3445      "id": "Expr",
  3446      "properties": {
  3447        "description": {
  3448          "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
  3449          "type": "string"
  3450        },
  3451        "expression": {
  3452          "description": "Textual representation of an expression in Common Expression Language syntax.",
  3453          "type": "string"
  3454        },
  3455        "location": {
  3456          "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
  3457          "type": "string"
  3458        },
  3459        "title": {
  3460          "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
  3461          "type": "string"
  3462        }
  3463      },
  3464      "type": "object"
  3465    },
  3466    "FirewallEndpoint": {
  3467      "description": "Message describing Endpoint object",
  3468      "id": "FirewallEndpoint",
  3469      "properties": {
  3470        "associatedNetworks": {
  3471          "deprecated": true,
  3472          "description": "Output only. List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.",
  3473          "items": {
  3474            "type": "string"
  3475          },
  3476          "readOnly": true,
  3477          "type": "array"
  3478        },
  3479        "associations": {
  3480          "description": "Output only. List of FirewallEndpointAssociations that are associated to this endpoint. An association will only appear in this list after traffic routing is fully configured.",
  3481          "items": {
  3482            "$ref": "FirewallEndpointAssociationReference"
  3483          },
  3484          "readOnly": true,
  3485          "type": "array"
  3486        },
  3487        "billingProjectId": {
  3488          "description": "Required. Project to bill on endpoint uptime usage.",
  3489          "type": "string"
  3490        },
  3491        "createTime": {
  3492          "description": "Output only. Create time stamp",
  3493          "format": "google-datetime",
  3494          "readOnly": true,
  3495          "type": "string"
  3496        },
  3497        "description": {
  3498          "description": "Optional. Description of the firewall endpoint. Max length 2048 characters.",
  3499          "type": "string"
  3500        },
  3501        "labels": {
  3502          "additionalProperties": {
  3503            "type": "string"
  3504          },
  3505          "description": "Optional. Labels as key value pairs",
  3506          "type": "object"
  3507        },
  3508        "name": {
  3509          "description": "Immutable. Identifier. name of resource",
  3510          "type": "string"
  3511        },
  3512        "reconciling": {
  3513          "description": "Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.",
  3514          "readOnly": true,
  3515          "type": "boolean"
  3516        },
  3517        "state": {
  3518          "description": "Output only. Current state of the endpoint.",
  3519          "enum": [
  3520            "STATE_UNSPECIFIED",
  3521            "CREATING",
  3522            "ACTIVE",
  3523            "DELETING",
  3524            "INACTIVE"
  3525          ],
  3526          "enumDescriptions": [
  3527            "Not set.",
  3528            "Being created.",
  3529            "Processing configuration updates.",
  3530            "Being deleted.",
  3531            "Down or in an error state."
  3532          ],
  3533          "readOnly": true,
  3534          "type": "string"
  3535        },
  3536        "updateTime": {
  3537          "description": "Output only. Update time stamp",
  3538          "format": "google-datetime",
  3539          "readOnly": true,
  3540          "type": "string"
  3541        }
  3542      },
  3543      "type": "object"
  3544    },
  3545    "FirewallEndpointAssociation": {
  3546      "description": "Message describing Association object",
  3547      "id": "FirewallEndpointAssociation",
  3548      "properties": {
  3549        "createTime": {
  3550          "description": "Output only. Create time stamp",
  3551          "format": "google-datetime",
  3552          "readOnly": true,
  3553          "type": "string"
  3554        },
  3555        "disabled": {
  3556          "description": "Optional. Whether the association is disabled. True indicates that traffic won't be intercepted",
  3557          "type": "boolean"
  3558        },
  3559        "firewallEndpoint": {
  3560          "description": "Required. The URL of the FirewallEndpoint that is being associated.",
  3561          "type": "string"
  3562        },
  3563        "labels": {
  3564          "additionalProperties": {
  3565            "type": "string"
  3566          },
  3567          "description": "Optional. Labels as key value pairs",
  3568          "type": "object"
  3569        },
  3570        "name": {
  3571          "description": "Immutable. Identifier. name of resource",
  3572          "type": "string"
  3573        },
  3574        "network": {
  3575          "description": "Required. The URL of the network that is being associated.",
  3576          "type": "string"
  3577        },
  3578        "reconciling": {
  3579          "description": "Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.",
  3580          "readOnly": true,
  3581          "type": "boolean"
  3582        },
  3583        "state": {
  3584          "description": "Output only. Current state of the association.",
  3585          "enum": [
  3586            "STATE_UNSPECIFIED",
  3587            "CREATING",
  3588            "ACTIVE",
  3589            "DELETING",
  3590            "INACTIVE"
  3591          ],
  3592          "enumDescriptions": [
  3593            "Not set.",
  3594            "Being created.",
  3595            "Active and ready for traffic.",
  3596            "Being deleted.",
  3597            "Down or in an error state."
  3598          ],
  3599          "readOnly": true,
  3600          "type": "string"
  3601        },
  3602        "tlsInspectionPolicy": {
  3603          "description": "Optional. The URL of the TlsInspectionPolicy that is being associated.",
  3604          "type": "string"
  3605        },
  3606        "updateTime": {
  3607          "description": "Output only. Update time stamp",
  3608          "format": "google-datetime",
  3609          "readOnly": true,
  3610          "type": "string"
  3611        }
  3612      },
  3613      "type": "object"
  3614    },
  3615    "FirewallEndpointAssociationReference": {
  3616      "description": "This is a subset of the FirewallEndpointAssociation message, containing fields to be used by the consumer.",
  3617      "id": "FirewallEndpointAssociationReference",
  3618      "properties": {
  3619        "name": {
  3620          "description": "Output only. The resource name of the FirewallEndpointAssociation. Format: projects/{project}/locations/{location}/firewallEndpointAssociations/{id}",
  3621          "readOnly": true,
  3622          "type": "string"
  3623        },
  3624        "network": {
  3625          "description": "Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.",
  3626          "readOnly": true,
  3627          "type": "string"
  3628        }
  3629      },
  3630      "type": "object"
  3631    },
  3632    "GatewaySecurityPolicy": {
  3633      "description": "The GatewaySecurityPolicy resource contains a collection of GatewaySecurityPolicyRules and associated metadata.",
  3634      "id": "GatewaySecurityPolicy",
  3635      "properties": {
  3636        "createTime": {
  3637          "description": "Output only. The timestamp when the resource was created.",
  3638          "format": "google-datetime",
  3639          "readOnly": true,
  3640          "type": "string"
  3641        },
  3642        "description": {
  3643          "description": "Optional. Free-text description of the resource.",
  3644          "type": "string"
  3645        },
  3646        "name": {
  3647          "description": "Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy} gateway_security_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
  3648          "type": "string"
  3649        },
  3650        "tlsInspectionPolicy": {
  3651          "description": "Optional. Name of a TLS Inspection Policy resource that defines how TLS inspection will be performed for any rule(s) which enables it.",
  3652          "type": "string"
  3653        },
  3654        "updateTime": {
  3655          "description": "Output only. The timestamp when the resource was updated.",
  3656          "format": "google-datetime",
  3657          "readOnly": true,
  3658          "type": "string"
  3659        }
  3660      },
  3661      "type": "object"
  3662    },
  3663    "GatewaySecurityPolicyRule": {
  3664      "description": "The GatewaySecurityPolicyRule resource is in a nested collection within a GatewaySecurityPolicy and represents a traffic matching condition and associated action to perform.",
  3665      "id": "GatewaySecurityPolicyRule",
  3666      "properties": {
  3667        "applicationMatcher": {
  3668          "description": "Optional. CEL expression for matching on L7/application level criteria.",
  3669          "type": "string"
  3670        },
  3671        "basicProfile": {
  3672          "description": "Required. Profile which tells what the primitive action should be.",
  3673          "enum": [
  3674            "BASIC_PROFILE_UNSPECIFIED",
  3675            "ALLOW",
  3676            "DENY"
  3677          ],
  3678          "enumDescriptions": [
  3679            "If there is not a mentioned action for the target.",
  3680            "Allow the matched traffic.",
  3681            "Deny the matched traffic."
  3682          ],
  3683          "type": "string"
  3684        },
  3685        "createTime": {
  3686          "description": "Output only. Time when the rule was created.",
  3687          "format": "google-datetime",
  3688          "readOnly": true,
  3689          "type": "string"
  3690        },
  3691        "description": {
  3692          "description": "Optional. Free-text description of the resource.",
  3693          "type": "string"
  3694        },
  3695        "enabled": {
  3696          "description": "Required. Whether the rule is enforced.",
  3697          "type": "boolean"
  3698        },
  3699        "name": {
  3700          "description": "Required. Immutable. Name of the resource. ame is the full resource name so projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}/rules/{rule} rule should match the pattern: (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
  3701          "type": "string"
  3702        },
  3703        "priority": {
  3704          "description": "Required. Priority of the rule. Lower number corresponds to higher precedence.",
  3705          "format": "int32",
  3706          "type": "integer"
  3707        },
  3708        "sessionMatcher": {
  3709          "description": "Required. CEL expression for matching on session criteria.",
  3710          "type": "string"
  3711        },
  3712        "tlsInspectionEnabled": {
  3713          "description": "Optional. Flag to enable TLS inspection of traffic matching on , can only be true if the parent GatewaySecurityPolicy references a TLSInspectionConfig.",
  3714          "type": "boolean"
  3715        },
  3716        "updateTime": {
  3717          "description": "Output only. Time when the rule was updated.",
  3718          "format": "google-datetime",
  3719          "readOnly": true,
  3720          "type": "string"
  3721        }
  3722      },
  3723      "type": "object"
  3724    },
  3725    "GoogleCloudNetworksecurityV1beta1CertificateProvider": {
  3726      "description": "Specification of certificate provider. Defines the mechanism to obtain the certificate and private key for peer to peer authentication.",
  3727      "id": "GoogleCloudNetworksecurityV1beta1CertificateProvider",
  3728      "properties": {
  3729        "certificateProviderInstance": {
  3730          "$ref": "CertificateProviderInstance",
  3731          "description": "The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information."
  3732        },
  3733        "grpcEndpoint": {
  3734          "$ref": "GoogleCloudNetworksecurityV1beta1GrpcEndpoint",
  3735          "description": "gRPC specific configuration to access the gRPC server to obtain the cert and private key."
  3736        }
  3737      },
  3738      "type": "object"
  3739    },
  3740    "GoogleCloudNetworksecurityV1beta1GrpcEndpoint": {
  3741      "description": "Specification of the GRPC Endpoint.",
  3742      "id": "GoogleCloudNetworksecurityV1beta1GrpcEndpoint",
  3743      "properties": {
  3744        "targetUri": {
  3745          "description": "Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with \"unix:\".",
  3746          "type": "string"
  3747        }
  3748      },
  3749      "type": "object"
  3750    },
  3751    "GoogleIamV1AuditConfig": {
  3752      "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
  3753      "id": "GoogleIamV1AuditConfig",
  3754      "properties": {
  3755        "auditLogConfigs": {
  3756          "description": "The configuration for logging of each type of permission.",
  3757          "items": {
  3758            "$ref": "GoogleIamV1AuditLogConfig"
  3759          },
  3760          "type": "array"
  3761        },
  3762        "service": {
  3763          "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
  3764          "type": "string"
  3765        }
  3766      },
  3767      "type": "object"
  3768    },
  3769    "GoogleIamV1AuditLogConfig": {
  3770      "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.",
  3771      "id": "GoogleIamV1AuditLogConfig",
  3772      "properties": {
  3773        "exemptedMembers": {
  3774          "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
  3775          "items": {
  3776            "type": "string"
  3777          },
  3778          "type": "array"
  3779        },
  3780        "logType": {
  3781          "description": "The log type that this config enables.",
  3782          "enum": [
  3783            "LOG_TYPE_UNSPECIFIED",
  3784            "ADMIN_READ",
  3785            "DATA_WRITE",
  3786            "DATA_READ"
  3787          ],
  3788          "enumDescriptions": [
  3789            "Default case. Should never be this.",
  3790            "Admin reads. Example: CloudIAM getIamPolicy",
  3791            "Data writes. Example: CloudSQL Users create",
  3792            "Data reads. Example: CloudSQL Users list"
  3793          ],
  3794          "type": "string"
  3795        }
  3796      },
  3797      "type": "object"
  3798    },
  3799    "GoogleIamV1Binding": {
  3800      "description": "Associates `members`, or principals, with a `role`.",
  3801      "id": "GoogleIamV1Binding",
  3802      "properties": {
  3803        "condition": {
  3804          "$ref": "Expr",
  3805          "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
  3806        },
  3807        "members": {
  3808          "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.",
  3809          "items": {
  3810            "type": "string"
  3811          },
  3812          "type": "array"
  3813        },
  3814        "role": {
  3815          "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
  3816          "type": "string"
  3817        }
  3818      },
  3819      "type": "object"
  3820    },
  3821    "GoogleIamV1Policy": {
  3822      "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
  3823      "id": "GoogleIamV1Policy",
  3824      "properties": {
  3825        "auditConfigs": {
  3826          "description": "Specifies cloud audit logging configuration for this policy.",
  3827          "items": {
  3828            "$ref": "GoogleIamV1AuditConfig"
  3829          },
  3830          "type": "array"
  3831        },
  3832        "bindings": {
  3833          "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.",
  3834          "items": {
  3835            "$ref": "GoogleIamV1Binding"
  3836          },
  3837          "type": "array"
  3838        },
  3839        "etag": {
  3840          "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
  3841          "format": "byte",
  3842          "type": "string"
  3843        },
  3844        "version": {
  3845          "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
  3846          "format": "int32",
  3847          "type": "integer"
  3848        }
  3849      },
  3850      "type": "object"
  3851    },
  3852    "GoogleIamV1SetIamPolicyRequest": {
  3853      "description": "Request message for `SetIamPolicy` method.",
  3854      "id": "GoogleIamV1SetIamPolicyRequest",
  3855      "properties": {
  3856        "policy": {
  3857          "$ref": "GoogleIamV1Policy",
  3858          "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them."
  3859        },
  3860        "updateMask": {
  3861          "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
  3862          "format": "google-fieldmask",
  3863          "type": "string"
  3864        }
  3865      },
  3866      "type": "object"
  3867    },
  3868    "GoogleIamV1TestIamPermissionsRequest": {
  3869      "description": "Request message for `TestIamPermissions` method.",
  3870      "id": "GoogleIamV1TestIamPermissionsRequest",
  3871      "properties": {
  3872        "permissions": {
  3873          "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
  3874          "items": {
  3875            "type": "string"
  3876          },
  3877          "type": "array"
  3878        }
  3879      },
  3880      "type": "object"
  3881    },
  3882    "GoogleIamV1TestIamPermissionsResponse": {
  3883      "description": "Response message for `TestIamPermissions` method.",
  3884      "id": "GoogleIamV1TestIamPermissionsResponse",
  3885      "properties": {
  3886        "permissions": {
  3887          "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
  3888          "items": {
  3889            "type": "string"
  3890          },
  3891          "type": "array"
  3892        }
  3893      },
  3894      "type": "object"
  3895    },
  3896    "HttpHeaderMatch": {
  3897      "description": "Specification of HTTP header match attributes.",
  3898      "id": "HttpHeaderMatch",
  3899      "properties": {
  3900        "headerName": {
  3901          "description": "Required. The name of the HTTP header to match. For matching against the HTTP request's authority, use a headerMatch with the header name \":authority\". For matching a request's method, use the headerName \":method\".",
  3902          "type": "string"
  3903        },
  3904        "regexMatch": {
  3905          "description": "Required. The value of the header must match the regular expression specified in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript For matching against a port specified in the HTTP request, use a headerMatch with headerName set to Host and a regular expression that satisfies the RFC2616 Host header's port specifier.",
  3906          "type": "string"
  3907        }
  3908      },
  3909      "type": "object"
  3910    },
  3911    "ListAddressGroupReferencesResponse": {
  3912      "description": "Response of the ListAddressGroupReferences method.",
  3913      "id": "ListAddressGroupReferencesResponse",
  3914      "properties": {
  3915        "addressGroupReferences": {
  3916          "description": "A list of references that matches the specified filter in the request.",
  3917          "items": {
  3918            "$ref": "ListAddressGroupReferencesResponseAddressGroupReference"
  3919          },
  3920          "type": "array"
  3921        },
  3922        "nextPageToken": {
  3923          "description": "If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.",
  3924          "type": "string"
  3925        }
  3926      },
  3927      "type": "object"
  3928    },
  3929    "ListAddressGroupReferencesResponseAddressGroupReference": {
  3930      "description": "The Reference of AddressGroup.",
  3931      "id": "ListAddressGroupReferencesResponseAddressGroupReference",
  3932      "properties": {
  3933        "firewallPolicy": {
  3934          "description": "FirewallPolicy that is using the Address Group.",
  3935          "type": "string"
  3936        },
  3937        "rulePriority": {
  3938          "description": "Rule priority of the FirewallPolicy that is using the Address Group.",
  3939          "format": "int32",
  3940          "type": "integer"
  3941        },
  3942        "securityPolicy": {
  3943          "description": "Cloud Armor SecurityPolicy that is using the Address Group.",
  3944          "type": "string"
  3945        }
  3946      },
  3947      "type": "object"
  3948    },
  3949    "ListAddressGroupsResponse": {
  3950      "description": "Response returned by the ListAddressGroups method.",
  3951      "id": "ListAddressGroupsResponse",
  3952      "properties": {
  3953        "addressGroups": {
  3954          "description": "List of AddressGroups resources.",
  3955          "items": {
  3956            "$ref": "AddressGroup"
  3957          },
  3958          "type": "array"
  3959        },
  3960        "nextPageToken": {
  3961          "description": "If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.",
  3962          "type": "string"
  3963        }
  3964      },
  3965      "type": "object"
  3966    },
  3967    "ListAuthorizationPoliciesResponse": {
  3968      "description": "Response returned by the ListAuthorizationPolicies method.",
  3969      "id": "ListAuthorizationPoliciesResponse",
  3970      "properties": {
  3971        "authorizationPolicies": {
  3972          "description": "List of AuthorizationPolicies resources.",
  3973          "items": {
  3974            "$ref": "AuthorizationPolicy"
  3975          },
  3976          "type": "array"
  3977        },
  3978        "nextPageToken": {
  3979          "description": "If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.",
  3980          "type": "string"
  3981        }
  3982      },
  3983      "type": "object"
  3984    },
  3985    "ListClientTlsPoliciesResponse": {
  3986      "description": "Response returned by the ListClientTlsPolicies method.",
  3987      "id": "ListClientTlsPoliciesResponse",
  3988      "properties": {
  3989        "clientTlsPolicies": {
  3990          "description": "List of ClientTlsPolicy resources.",
  3991          "items": {
  3992            "$ref": "ClientTlsPolicy"
  3993          },
  3994          "type": "array"
  3995        },
  3996        "nextPageToken": {
  3997          "description": "If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.",
  3998          "type": "string"
  3999        }
  4000      },
  4001      "type": "object"
  4002    },
  4003    "ListFirewallEndpointAssociationsResponse": {
  4004      "description": "Message for response to listing Associations",
  4005      "id": "ListFirewallEndpointAssociationsResponse",
  4006      "properties": {
  4007        "firewallEndpointAssociations": {
  4008          "description": "The list of Association",
  4009          "items": {
  4010            "$ref": "FirewallEndpointAssociation"
  4011          },
  4012          "type": "array"
  4013        },
  4014        "nextPageToken": {
  4015          "description": "A token identifying a page of results the server should return.",
  4016          "type": "string"
  4017        },
  4018        "unreachable": {
  4019          "description": "Locations that could not be reached.",
  4020          "items": {
  4021            "type": "string"
  4022          },
  4023          "type": "array"
  4024        }
  4025      },
  4026      "type": "object"
  4027    },
  4028    "ListFirewallEndpointsResponse": {
  4029      "description": "Message for response to listing Endpoints",
  4030      "id": "ListFirewallEndpointsResponse",
  4031      "properties": {
  4032        "firewallEndpoints": {
  4033          "description": "The list of Endpoint",
  4034          "items": {
  4035            "$ref": "FirewallEndpoint"
  4036          },
  4037          "type": "array"
  4038        },
  4039        "nextPageToken": {
  4040          "description": "A token identifying a page of results the server should return.",
  4041          "type": "string"
  4042        },
  4043        "unreachable": {
  4044          "description": "Locations that could not be reached.",
  4045          "items": {
  4046            "type": "string"
  4047          },
  4048          "type": "array"
  4049        }
  4050      },
  4051      "type": "object"
  4052    },
  4053    "ListGatewaySecurityPoliciesResponse": {
  4054      "description": "Response returned by the ListGatewaySecurityPolicies method.",
  4055      "id": "ListGatewaySecurityPoliciesResponse",
  4056      "properties": {
  4057        "gatewaySecurityPolicies": {
  4058          "description": "List of GatewaySecurityPolicies resources.",
  4059          "items": {
  4060            "$ref": "GatewaySecurityPolicy"
  4061          },
  4062          "type": "array"
  4063        },
  4064        "nextPageToken": {
  4065          "description": "If there might be more results than those appearing in this response, then 'next_page_token' is included. To get the next set of results, call this method again using the value of 'next_page_token' as 'page_token'.",
  4066          "type": "string"
  4067        },
  4068        "unreachable": {
  4069          "description": "Locations that could not be reached.",
  4070          "items": {
  4071            "type": "string"
  4072          },
  4073          "type": "array"
  4074        }
  4075      },
  4076      "type": "object"
  4077    },
  4078    "ListGatewaySecurityPolicyRulesResponse": {
  4079      "description": "Response returned by the ListGatewaySecurityPolicyRules method.",
  4080      "id": "ListGatewaySecurityPolicyRulesResponse",
  4081      "properties": {
  4082        "gatewaySecurityPolicyRules": {
  4083          "description": "List of GatewaySecurityPolicyRule resources.",
  4084          "items": {
  4085            "$ref": "GatewaySecurityPolicyRule"
  4086          },
  4087          "type": "array"
  4088        },
  4089        "nextPageToken": {
  4090          "description": "If there might be more results than those appearing in this response, then 'next_page_token' is included. To get the next set of results, call this method again using the value of 'next_page_token' as 'page_token'.",
  4091          "type": "string"
  4092        },
  4093        "unreachable": {
  4094          "description": "Locations that could not be reached.",
  4095          "items": {
  4096            "type": "string"
  4097          },
  4098          "type": "array"
  4099        }
  4100      },
  4101      "type": "object"
  4102    },
  4103    "ListLocationsResponse": {
  4104      "description": "The response message for Locations.ListLocations.",
  4105      "id": "ListLocationsResponse",
  4106      "properties": {
  4107        "locations": {
  4108          "description": "A list of locations that matches the specified filter in the request.",
  4109          "items": {
  4110            "$ref": "Location"
  4111          },
  4112          "type": "array"
  4113        },
  4114        "nextPageToken": {
  4115          "description": "The standard List next-page token.",
  4116          "type": "string"
  4117        }
  4118      },
  4119      "type": "object"
  4120    },
  4121    "ListOperationsResponse": {
  4122      "description": "The response message for Operations.ListOperations.",
  4123      "id": "ListOperationsResponse",
  4124      "properties": {
  4125        "nextPageToken": {
  4126          "description": "The standard List next-page token.",
  4127          "type": "string"
  4128        },
  4129        "operations": {
  4130          "description": "A list of operations that matches the specified filter in the request.",
  4131          "items": {
  4132            "$ref": "Operation"
  4133          },
  4134          "type": "array"
  4135        }
  4136      },
  4137      "type": "object"
  4138    },
  4139    "ListSecurityProfileGroupsResponse": {
  4140      "description": "Response returned by the ListSecurityProfileGroups method.",
  4141      "id": "ListSecurityProfileGroupsResponse",
  4142      "properties": {
  4143        "nextPageToken": {
  4144          "description": "If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.",
  4145          "type": "string"
  4146        },
  4147        "securityProfileGroups": {
  4148          "description": "List of SecurityProfileGroups resources.",
  4149          "items": {
  4150            "$ref": "SecurityProfileGroup"
  4151          },
  4152          "type": "array"
  4153        }
  4154      },
  4155      "type": "object"
  4156    },
  4157    "ListSecurityProfilesResponse": {
  4158      "description": "Response returned by the ListSecurityProfiles method.",
  4159      "id": "ListSecurityProfilesResponse",
  4160      "properties": {
  4161        "nextPageToken": {
  4162          "description": "If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.",
  4163          "type": "string"
  4164        },
  4165        "securityProfiles": {
  4166          "description": "List of SecurityProfile resources.",
  4167          "items": {
  4168            "$ref": "SecurityProfile"
  4169          },
  4170          "type": "array"
  4171        }
  4172      },
  4173      "type": "object"
  4174    },
  4175    "ListServerTlsPoliciesResponse": {
  4176      "description": "Response returned by the ListServerTlsPolicies method.",
  4177      "id": "ListServerTlsPoliciesResponse",
  4178      "properties": {
  4179        "nextPageToken": {
  4180          "description": "If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.",
  4181          "type": "string"
  4182        },
  4183        "serverTlsPolicies": {
  4184          "description": "List of ServerTlsPolicy resources.",
  4185          "items": {
  4186            "$ref": "ServerTlsPolicy"
  4187          },
  4188          "type": "array"
  4189        }
  4190      },
  4191      "type": "object"
  4192    },
  4193    "ListTlsInspectionPoliciesResponse": {
  4194      "description": "Response returned by the ListTlsInspectionPolicies method.",
  4195      "id": "ListTlsInspectionPoliciesResponse",
  4196      "properties": {
  4197        "nextPageToken": {
  4198          "description": "If there might be more results than those appearing in this response, then 'next_page_token' is included. To get the next set of results, call this method again using the value of 'next_page_token' as 'page_token'.",
  4199          "type": "string"
  4200        },
  4201        "tlsInspectionPolicies": {
  4202          "description": "List of TlsInspectionPolicies resources.",
  4203          "items": {
  4204            "$ref": "TlsInspectionPolicy"
  4205          },
  4206          "type": "array"
  4207        },
  4208        "unreachable": {
  4209          "description": "Locations that could not be reached.",
  4210          "items": {
  4211            "type": "string"
  4212          },
  4213          "type": "array"
  4214        }
  4215      },
  4216      "type": "object"
  4217    },
  4218    "ListUrlListsResponse": {
  4219      "description": "Response returned by the ListUrlLists method.",
  4220      "id": "ListUrlListsResponse",
  4221      "properties": {
  4222        "nextPageToken": {
  4223          "description": "If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.",
  4224          "type": "string"
  4225        },
  4226        "unreachable": {
  4227          "description": "Locations that could not be reached.",
  4228          "items": {
  4229            "type": "string"
  4230          },
  4231          "type": "array"
  4232        },
  4233        "urlLists": {
  4234          "description": "List of UrlList resources.",
  4235          "items": {
  4236            "$ref": "UrlList"
  4237          },
  4238          "type": "array"
  4239        }
  4240      },
  4241      "type": "object"
  4242    },
  4243    "Location": {
  4244      "description": "A resource that represents a Google Cloud location.",
  4245      "id": "Location",
  4246      "properties": {
  4247        "displayName": {
  4248          "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
  4249          "type": "string"
  4250        },
  4251        "labels": {
  4252          "additionalProperties": {
  4253            "type": "string"
  4254          },
  4255          "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}",
  4256          "type": "object"
  4257        },
  4258        "locationId": {
  4259          "description": "The canonical id for this location. For example: `\"us-east1\"`.",
  4260          "type": "string"
  4261        },
  4262        "metadata": {
  4263          "additionalProperties": {
  4264            "description": "Properties of the object. Contains field @type with type URL.",
  4265            "type": "any"
  4266          },
  4267          "description": "Service-specific metadata. For example the available capacity at the given location.",
  4268          "type": "object"
  4269        },
  4270        "name": {
  4271          "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`",
  4272          "type": "string"
  4273        }
  4274      },
  4275      "type": "object"
  4276    },
  4277    "MTLSPolicy": {
  4278      "description": "Specification of the MTLSPolicy.",
  4279      "id": "MTLSPolicy",
  4280      "properties": {
  4281        "clientValidationCa": {
  4282          "description": "Required if the policy is to be used with Traffic Director. For external HTTPS load balancers it must be empty. Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.",
  4283          "items": {
  4284            "$ref": "ValidationCA"
  4285          },
  4286          "type": "array"
  4287        },
  4288        "clientValidationMode": {
  4289          "description": "When the client presents an invalid certificate or no certificate to the load balancer, the `client_validation_mode` specifies how the client connection is handled. Required if the policy is to be used with the external HTTPS load balancing. For Traffic Director it must be empty.",
  4290          "enum": [
  4291            "CLIENT_VALIDATION_MODE_UNSPECIFIED",
  4292            "ALLOW_INVALID_OR_MISSING_CLIENT_CERT",
  4293            "REJECT_INVALID"
  4294          ],
  4295          "enumDescriptions": [
  4296            "Not allowed.",
  4297            "Allow connection even if certificate chain validation of the client certificate failed or no client certificate was presented. The proof of possession of the private key is always checked if client certificate was presented. This mode requires the backend to implement processing of data extracted from a client certificate to authenticate the peer, or to reject connections if the client certificate fingerprint is missing.",
  4298            "Require a client certificate and allow connection to the backend only if validation of the client certificate passed. If set, requires a reference to non-empty TrustConfig specified in `client_validation_trust_config`."
  4299          ],
  4300          "type": "string"
  4301        },
  4302        "clientValidationTrustConfig": {
  4303          "description": "Reference to the TrustConfig from certificatemanager.googleapis.com namespace. If specified, the chain validation will be performed against certificates configured in the given TrustConfig. Allowed only if the policy is to be used with external HTTPS load balancers.",
  4304          "type": "string"
  4305        }
  4306      },
  4307      "type": "object"
  4308    },
  4309    "Operation": {
  4310      "description": "This resource represents a long-running operation that is the result of a network API call.",
  4311      "id": "Operation",
  4312      "properties": {
  4313        "done": {
  4314          "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
  4315          "type": "boolean"
  4316        },
  4317        "error": {
  4318          "$ref": "Status",
  4319          "description": "The error result of the operation in case of failure or cancellation."
  4320        },
  4321        "metadata": {
  4322          "additionalProperties": {
  4323            "description": "Properties of the object. Contains field @type with type URL.",
  4324            "type": "any"
  4325          },
  4326          "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
  4327          "type": "object"
  4328        },
  4329        "name": {
  4330          "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
  4331          "type": "string"
  4332        },
  4333        "response": {
  4334          "additionalProperties": {
  4335            "description": "Properties of the object. Contains field @type with type URL.",
  4336            "type": "any"
  4337          },
  4338          "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
  4339          "type": "object"
  4340        }
  4341      },
  4342      "type": "object"
  4343    },
  4344    "OperationMetadata": {
  4345      "description": "Represents the metadata of the long-running operation.",
  4346      "id": "OperationMetadata",
  4347      "properties": {
  4348        "apiVersion": {
  4349          "description": "Output only. API version used to start the operation.",
  4350          "readOnly": true,
  4351          "type": "string"
  4352        },
  4353        "createTime": {
  4354          "description": "Output only. The time the operation was created.",
  4355          "format": "google-datetime",
  4356          "readOnly": true,
  4357          "type": "string"
  4358        },
  4359        "endTime": {
  4360          "description": "Output only. The time the operation finished running.",
  4361          "format": "google-datetime",
  4362          "readOnly": true,
  4363          "type": "string"
  4364        },
  4365        "requestedCancellation": {
  4366          "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
  4367          "readOnly": true,
  4368          "type": "boolean"
  4369        },
  4370        "statusMessage": {
  4371          "description": "Output only. Human-readable status of the operation, if any.",
  4372          "readOnly": true,
  4373          "type": "string"
  4374        },
  4375        "target": {
  4376          "description": "Output only. Server-defined resource path for the target of the operation.",
  4377          "readOnly": true,
  4378          "type": "string"
  4379        },
  4380        "verb": {
  4381          "description": "Output only. Name of the verb executed by the operation.",
  4382          "readOnly": true,
  4383          "type": "string"
  4384        }
  4385      },
  4386      "type": "object"
  4387    },
  4388    "RemoveAddressGroupItemsRequest": {
  4389      "description": "Request used by the RemoveAddressGroupItems method.",
  4390      "id": "RemoveAddressGroupItemsRequest",
  4391      "properties": {
  4392        "items": {
  4393          "description": "Required. List of items to remove.",
  4394          "items": {
  4395            "type": "string"
  4396          },
  4397          "type": "array"
  4398        },
  4399        "requestId": {
  4400          "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
  4401          "type": "string"
  4402        }
  4403      },
  4404      "type": "object"
  4405    },
  4406    "Rule": {
  4407      "description": "Specification of rules.",
  4408      "id": "Rule",
  4409      "properties": {
  4410        "destinations": {
  4411          "description": "Optional. List of attributes for the traffic destination. All of the destinations must match. A destination is a match if a request matches all the specified hosts, ports, methods and headers. If not set, the action specified in the 'action' field will be applied without any rule checks for the destination.",
  4412          "items": {
  4413            "$ref": "Destination"
  4414          },
  4415          "type": "array"
  4416        },
  4417        "sources": {
  4418          "description": "Optional. List of attributes for the traffic source. All of the sources must match. A source is a match if both principals and ip_blocks match. If not set, the action specified in the 'action' field will be applied without any rule checks for the source.",
  4419          "items": {
  4420            "$ref": "Source"
  4421          },
  4422          "type": "array"
  4423        }
  4424      },
  4425      "type": "object"
  4426    },
  4427    "SecurityProfile": {
  4428      "description": "SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 10",
  4429      "id": "SecurityProfile",
  4430      "properties": {
  4431        "createTime": {
  4432          "description": "Output only. Resource creation timestamp.",
  4433          "format": "google-datetime",
  4434          "readOnly": true,
  4435          "type": "string"
  4436        },
  4437        "description": {
  4438          "description": "Optional. An optional description of the profile. Max length 512 characters.",
  4439          "type": "string"
  4440        },
  4441        "etag": {
  4442          "description": "Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.",
  4443          "readOnly": true,
  4444          "type": "string"
  4445        },
  4446        "labels": {
  4447          "additionalProperties": {
  4448            "type": "string"
  4449          },
  4450          "description": "Optional. Labels as key value pairs.",
  4451          "type": "object"
  4452        },
  4453        "name": {
  4454          "description": "Immutable. Identifier. Name of the SecurityProfile resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfiles/{security_profile}`.",
  4455          "type": "string"
  4456        },
  4457        "threatPreventionProfile": {
  4458          "$ref": "ThreatPreventionProfile",
  4459          "description": "The threat prevention configuration for the SecurityProfile."
  4460        },
  4461        "type": {
  4462          "description": "Immutable. The single ProfileType that the SecurityProfile resource configures.",
  4463          "enum": [
  4464            "PROFILE_TYPE_UNSPECIFIED",
  4465            "THREAT_PREVENTION"
  4466          ],
  4467          "enumDescriptions": [
  4468            "Profile type not specified.",
  4469            "Profile type for threat prevention."
  4470          ],
  4471          "type": "string"
  4472        },
  4473        "updateTime": {
  4474          "description": "Output only. Last resource update timestamp.",
  4475          "format": "google-datetime",
  4476          "readOnly": true,
  4477          "type": "string"
  4478        }
  4479      },
  4480      "type": "object"
  4481    },
  4482    "SecurityProfileGroup": {
  4483      "description": "SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 9",
  4484      "id": "SecurityProfileGroup",
  4485      "properties": {
  4486        "createTime": {
  4487          "description": "Output only. Resource creation timestamp.",
  4488          "format": "google-datetime",
  4489          "readOnly": true,
  4490          "type": "string"
  4491        },
  4492        "description": {
  4493          "description": "Optional. An optional description of the profile group. Max length 2048 characters.",
  4494          "type": "string"
  4495        },
  4496        "etag": {
  4497          "description": "Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.",
  4498          "readOnly": true,
  4499          "type": "string"
  4500        },
  4501        "labels": {
  4502          "additionalProperties": {
  4503            "type": "string"
  4504          },
  4505          "description": "Optional. Labels as key value pairs.",
  4506          "type": "object"
  4507        },
  4508        "name": {
  4509          "description": "Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.",
  4510          "type": "string"
  4511        },
  4512        "threatPreventionProfile": {
  4513          "description": "Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.",
  4514          "type": "string"
  4515        },
  4516        "updateTime": {
  4517          "description": "Output only. Last resource update timestamp.",
  4518          "format": "google-datetime",
  4519          "readOnly": true,
  4520          "type": "string"
  4521        }
  4522      },
  4523      "type": "object"
  4524    },
  4525    "ServerTlsPolicy": {
  4526      "description": "ServerTlsPolicy is a resource that specifies how a server should authenticate incoming requests. This resource itself does not affect configuration unless it is attached to a target HTTPS proxy or endpoint config selector resource. ServerTlsPolicy in the form accepted by external HTTPS load balancers can be attached only to TargetHttpsProxy with an `EXTERNAL` or `EXTERNAL_MANAGED` load balancing scheme. Traffic Director compatible ServerTlsPolicies can be attached to EndpointPolicy and TargetHttpsProxy with Traffic Director `INTERNAL_SELF_MANAGED` load balancing scheme.",
  4527      "id": "ServerTlsPolicy",
  4528      "properties": {
  4529        "allowOpen": {
  4530          "description": "This field applies only for Traffic Director policies. It is must be set to false for external HTTPS load balancer policies. Determines if server allows plaintext connections. If set to true, server allows plain text connections. By default, it is set to false. This setting is not exclusive of other encryption modes. For example, if `allow_open` and `mtls_policy` are set, server allows both plain text and mTLS connections. See documentation of other encryption modes to confirm compatibility. Consider using it if you wish to upgrade in place your deployment to TLS while having mixed TLS and non-TLS traffic reaching port :80.",
  4531          "type": "boolean"
  4532        },
  4533        "createTime": {
  4534          "description": "Output only. The timestamp when the resource was created.",
  4535          "format": "google-datetime",
  4536          "readOnly": true,
  4537          "type": "string"
  4538        },
  4539        "description": {
  4540          "description": "Free-text description of the resource.",
  4541          "type": "string"
  4542        },
  4543        "labels": {
  4544          "additionalProperties": {
  4545            "type": "string"
  4546          },
  4547          "description": "Set of label tags associated with the resource.",
  4548          "type": "object"
  4549        },
  4550        "mtlsPolicy": {
  4551          "$ref": "MTLSPolicy",
  4552          "description": "This field is required if the policy is used with external HTTPS load balancers. This field can be empty for Traffic Director. Defines a mechanism to provision peer validation certificates for peer to peer authentication (Mutual TLS - mTLS). If not specified, client certificate will not be requested. The connection is treated as TLS and not mTLS. If `allow_open` and `mtls_policy` are set, server allows both plain text and mTLS connections."
  4553        },
  4554        "name": {
  4555          "description": "Required. Name of the ServerTlsPolicy resource. It matches the pattern `projects/*/locations/{location}/serverTlsPolicies/{server_tls_policy}`",
  4556          "type": "string"
  4557        },
  4558        "serverCertificate": {
  4559          "$ref": "GoogleCloudNetworksecurityV1beta1CertificateProvider",
  4560          "description": "Optional if policy is to be used with Traffic Director. For external HTTPS load balancer must be empty. Defines a mechanism to provision server identity (public and private keys). Cannot be combined with `allow_open` as a permissive mode that allows both plain text and TLS is not supported."
  4561        },
  4562        "updateTime": {
  4563          "description": "Output only. The timestamp when the resource was updated.",
  4564          "format": "google-datetime",
  4565          "readOnly": true,
  4566          "type": "string"
  4567        }
  4568      },
  4569      "type": "object"
  4570    },
  4571    "SeverityOverride": {
  4572      "description": "Defines what action to take for a specific severity match.",
  4573      "id": "SeverityOverride",
  4574      "properties": {
  4575        "action": {
  4576          "description": "Required. Threat action override.",
  4577          "enum": [
  4578            "THREAT_ACTION_UNSPECIFIED",
  4579            "DEFAULT_ACTION",
  4580            "ALLOW",
  4581            "ALERT",
  4582            "DENY"
  4583          ],
  4584          "enumDescriptions": [
  4585            "Threat action not specified.",
  4586            "The default action (as specified by the vendor) is taken.",
  4587            "The packet matching this rule will be allowed to transmit.",
  4588            "The packet matching this rule will be allowed to transmit, but a threat_log entry will be sent to the consumer project.",
  4589            "The packet matching this rule will be dropped, and a threat_log entry will be sent to the consumer project."
  4590          ],
  4591          "type": "string"
  4592        },
  4593        "severity": {
  4594          "description": "Required. Severity level to match.",
  4595          "enum": [
  4596            "SEVERITY_UNSPECIFIED",
  4597            "INFORMATIONAL",
  4598            "LOW",
  4599            "MEDIUM",
  4600            "HIGH",
  4601            "CRITICAL"
  4602          ],
  4603          "enumDescriptions": [
  4604            "Severity level not specified.",
  4605            "Suspicious events that do not pose an immediate threat, but that are reported to call attention to deeper problems that could possibly exist.",
  4606            "Warning-level threats that have very little impact on an organization's infrastructure. They usually require local or physical system access and may often result in victim privacy issues and information leakage.",
  4607            "Minor threats in which impact is minimized, that do not compromise the target or exploits that require an attacker to reside on the same local network as the victim, affect only non-standard configurations or obscure applications, or provide very limited access.",
  4608            "Threats that have the ability to become critical but have mitigating factors; for example, they may be difficult to exploit, do not result in elevated privileges, or do not have a large victim pool.",
  4609            "Serious threats, such as those that affect default installations of widely deployed software, result in root compromise of servers, and the exploit code is widely available to attackers. The attacker usually does not need any special authentication credentials or knowledge about the individual victims and the target does not need to be manipulated into performing any special functions."
  4610          ],
  4611          "type": "string"
  4612        }
  4613      },
  4614      "type": "object"
  4615    },
  4616    "Source": {
  4617      "description": "Specification of traffic source attributes.",
  4618      "id": "Source",
  4619      "properties": {
  4620        "ipBlocks": {
  4621          "description": "Optional. List of CIDR ranges to match based on source IP address. At least one IP block should match. Single IP (e.g., \"1.2.3.4\") and CIDR (e.g., \"1.2.3.0/24\") are supported. Authorization based on source IP alone should be avoided. The IP addresses of any load balancers or proxies should be considered untrusted.",
  4622          "items": {
  4623            "type": "string"
  4624          },
  4625          "type": "array"
  4626        },
  4627        "principals": {
  4628          "description": "Optional. List of peer identities to match for authorization. At least one principal should match. Each peer can be an exact match, or a prefix match (example, \"namespace/*\") or a suffix match (example, \"*/service-account\") or a presence match \"*\". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure.",
  4629          "items": {
  4630            "type": "string"
  4631          },
  4632          "type": "array"
  4633        }
  4634      },
  4635      "type": "object"
  4636    },
  4637    "Status": {
  4638      "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
  4639      "id": "Status",
  4640      "properties": {
  4641        "code": {
  4642          "description": "The status code, which should be an enum value of google.rpc.Code.",
  4643          "format": "int32",
  4644          "type": "integer"
  4645        },
  4646        "details": {
  4647          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
  4648          "items": {
  4649            "additionalProperties": {
  4650              "description": "Properties of the object. Contains field @type with type URL.",
  4651              "type": "any"
  4652            },
  4653            "type": "object"
  4654          },
  4655          "type": "array"
  4656        },
  4657        "message": {
  4658          "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
  4659          "type": "string"
  4660        }
  4661      },
  4662      "type": "object"
  4663    },
  4664    "ThreatOverride": {
  4665      "description": "Defines what action to take for a specific threat_id match.",
  4666      "id": "ThreatOverride",
  4667      "properties": {
  4668        "action": {
  4669          "description": "Required. Threat action override. For some threat types, only a subset of actions applies.",
  4670          "enum": [
  4671            "THREAT_ACTION_UNSPECIFIED",
  4672            "DEFAULT_ACTION",
  4673            "ALLOW",
  4674            "ALERT",
  4675            "DENY"
  4676          ],
  4677          "enumDescriptions": [
  4678            "Threat action not specified.",
  4679            "The default action (as specified by the vendor) is taken.",
  4680            "The packet matching this rule will be allowed to transmit.",
  4681            "The packet matching this rule will be allowed to transmit, but a threat_log entry will be sent to the consumer project.",
  4682            "The packet matching this rule will be dropped, and a threat_log entry will be sent to the consumer project."
  4683          ],
  4684          "type": "string"
  4685        },
  4686        "threatId": {
  4687          "description": "Required. Vendor-specific ID of a threat to override.",
  4688          "type": "string"
  4689        },
  4690        "type": {
  4691          "description": "Output only. Type of the threat (read only).",
  4692          "enum": [
  4693            "THREAT_TYPE_UNSPECIFIED",
  4694            "UNKNOWN",
  4695            "VULNERABILITY",
  4696            "ANTIVIRUS",
  4697            "SPYWARE",
  4698            "DNS"
  4699          ],
  4700          "enumDescriptions": [
  4701            "Type of threat not specified.",
  4702            "Type of threat is not derivable from threat ID. An override will be created for all types. Firewall will ignore overridden signature ID's that don't exist in the specific type.",
  4703            "Threats related to system flaws that an attacker might otherwise attempt to exploit.",
  4704            "Threats related to viruses and malware found in executables and file types.",
  4705            "Threats related to command-and-control (C2) activity, where spyware on an infected client is collecting data without the user's consent and/or communicating with a remote attacker.",
  4706            "Threats related to DNS."
  4707          ],
  4708          "readOnly": true,
  4709          "type": "string"
  4710        }
  4711      },
  4712      "type": "object"
  4713    },
  4714    "ThreatPreventionProfile": {
  4715      "description": "ThreatPreventionProfile defines an action for specific threat signatures or severity levels.",
  4716      "id": "ThreatPreventionProfile",
  4717      "properties": {
  4718        "severityOverrides": {
  4719          "description": "Optional. Configuration for overriding threats actions by severity match.",
  4720          "items": {
  4721            "$ref": "SeverityOverride"
  4722          },
  4723          "type": "array"
  4724        },
  4725        "threatOverrides": {
  4726          "description": "Optional. Configuration for overriding threats actions by threat_id match. If a threat is matched both by configuration provided in severity_overrides and threat_overrides, the threat_overrides action is applied.",
  4727          "items": {
  4728            "$ref": "ThreatOverride"
  4729          },
  4730          "type": "array"
  4731        }
  4732      },
  4733      "type": "object"
  4734    },
  4735    "TlsInspectionPolicy": {
  4736      "description": "The TlsInspectionPolicy resource contains references to CA pools in Certificate Authority Service and associated metadata.",
  4737      "id": "TlsInspectionPolicy",
  4738      "properties": {
  4739        "caPool": {
  4740          "description": "Required. A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form \"projects/{project}/locations/{location}/caPools/{ca_pool}\".",
  4741          "type": "string"
  4742        },
  4743        "createTime": {
  4744          "description": "Output only. The timestamp when the resource was created.",
  4745          "format": "google-datetime",
  4746          "readOnly": true,
  4747          "type": "string"
  4748        },
  4749        "customTlsFeatures": {
  4750          "description": "Optional. List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.",
  4751          "items": {
  4752            "type": "string"
  4753          },
  4754          "type": "array"
  4755        },
  4756        "description": {
  4757          "description": "Optional. Free-text description of the resource.",
  4758          "type": "string"
  4759        },
  4760        "excludePublicCaSet": {
  4761          "description": "Optional. If FALSE (the default), use our default set of public CAs in addition to any CAs specified in trust_config. These public CAs are currently based on the Mozilla Root Program and are subject to change over time. If TRUE, do not accept our default set of public CAs. Only CAs specified in trust_config will be accepted. This defaults to FALSE (use public CAs in addition to trust_config) for backwards compatibility, but trusting public root CAs is *not recommended* unless the traffic in question is outbound to public web servers. When possible, prefer setting this to \"false\" and explicitly specifying trusted CAs and certificates in a TrustConfig. Note that Secure Web Proxy does not yet honor this field.",
  4762          "type": "boolean"
  4763        },
  4764        "minTlsVersion": {
  4765          "description": "Optional. Minimum TLS version that the firewall should use when negotiating connections with both clients and servers. If this is not set, then the default value is to allow the broadest set of clients and servers (TLS 1.0 or higher). Setting this to more restrictive values may improve security, but may also prevent the firewall from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.",
  4766          "enum": [
  4767            "TLS_VERSION_UNSPECIFIED",
  4768            "TLS_1_0",
  4769            "TLS_1_1",
  4770            "TLS_1_2",
  4771            "TLS_1_3"
  4772          ],
  4773          "enumDescriptions": [
  4774            "Indicates no TLS version was specified.",
  4775            "TLS 1.0",
  4776            "TLS 1.1",
  4777            "TLS 1.2",
  4778            "TLS 1.3"
  4779          ],
  4780          "type": "string"
  4781        },
  4782        "name": {
  4783          "description": "Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
  4784          "type": "string"
  4785        },
  4786        "tlsFeatureProfile": {
  4787          "description": "Optional. The selected Profile. If this is not set, then the default value is to allow the broadest set of clients and servers (\"PROFILE_COMPATIBLE\"). Setting this to more restrictive values may improve security, but may also prevent the TLS inspection proxy from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.",
  4788          "enum": [
  4789            "PROFILE_UNSPECIFIED",
  4790            "PROFILE_COMPATIBLE",
  4791            "PROFILE_MODERN",
  4792            "PROFILE_RESTRICTED",
  4793            "PROFILE_CUSTOM"
  4794          ],
  4795          "enumDescriptions": [
  4796            "Indicates no profile was specified.",
  4797            "Compatible profile. Allows the broadest set of clients, even those which support only out-of-date SSL features to negotiate with the TLS inspection proxy.",
  4798            "Modern profile. Supports a wide set of SSL features, allowing modern clients to negotiate SSL with the TLS inspection proxy.",
  4799            "Restricted profile. Supports a reduced set of SSL features, intended to meet stricter compliance requirements.",
  4800            "Custom profile. Allow only the set of allowed SSL features specified in the custom_features field of SslPolicy."
  4801          ],
  4802          "type": "string"
  4803        },
  4804        "trustConfig": {
  4805          "description": "Optional. A TrustConfig resource used when making a connection to the TLS server. This is a relative resource path following the form \"projects/{project}/locations/{location}/trustConfigs/{trust_config}\". This is necessary to intercept TLS connections to servers with certificates signed by a private CA or self-signed certificates. Note that Secure Web Proxy does not yet honor this field.",
  4806          "type": "string"
  4807        },
  4808        "updateTime": {
  4809          "description": "Output only. The timestamp when the resource was updated.",
  4810          "format": "google-datetime",
  4811          "readOnly": true,
  4812          "type": "string"
  4813        }
  4814      },
  4815      "type": "object"
  4816    },
  4817    "UrlList": {
  4818      "description": "UrlList proto helps users to set reusable, independently manageable lists of hosts, host patterns, URLs, URL patterns.",
  4819      "id": "UrlList",
  4820      "properties": {
  4821        "createTime": {
  4822          "description": "Output only. Time when the security policy was created.",
  4823          "format": "google-datetime",
  4824          "readOnly": true,
  4825          "type": "string"
  4826        },
  4827        "description": {
  4828          "description": "Optional. Free-text description of the resource.",
  4829          "type": "string"
  4830        },
  4831        "name": {
  4832          "description": "Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
  4833          "type": "string"
  4834        },
  4835        "updateTime": {
  4836          "description": "Output only. Time when the security policy was updated.",
  4837          "format": "google-datetime",
  4838          "readOnly": true,
  4839          "type": "string"
  4840        },
  4841        "values": {
  4842          "description": "Required. FQDNs and URLs.",
  4843          "items": {
  4844            "type": "string"
  4845          },
  4846          "type": "array"
  4847        }
  4848      },
  4849      "type": "object"
  4850    },
  4851    "ValidationCA": {
  4852      "description": "Specification of ValidationCA. Defines the mechanism to obtain the Certificate Authority certificate to validate the peer certificate.",
  4853      "id": "ValidationCA",
  4854      "properties": {
  4855        "certificateProviderInstance": {
  4856          "$ref": "CertificateProviderInstance",
  4857          "description": "The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information."
  4858        },
  4859        "grpcEndpoint": {
  4860          "$ref": "GoogleCloudNetworksecurityV1beta1GrpcEndpoint",
  4861          "description": "gRPC specific configuration to access the gRPC server to obtain the CA certificate."
  4862        }
  4863      },
  4864      "type": "object"
  4865    }
  4866  },
  4867  "servicePath": "",
  4868  "title": "Network Security API",
  4869  "version": "v1beta1",
  4870  "version_module": true
  4871}

View as plain text