{
  "nested": {
    "google": {
      "nested": {
        "cloud": {
          "nested": {
            "networksecurity": {
              "nested": {
                "v1": {
                  "options": {
                    "csharp_namespace": "Google.Cloud.NetworkSecurity.V1",
                    "go_package": "cloud.google.com/go/networksecurity/apiv1/networksecuritypb;networksecuritypb",
                    "java_multiple_files": true,
                    "java_outer_classname": "SSERealmProto",
                    "java_package": "com.google.cloud.networksecurity.v1",
                    "php_namespace": "Google\\Cloud\\NetworkSecurity\\V1",
                    "ruby_package": "Google::Cloud::NetworkSecurity::V1",
                    "(google.api.resource_definition).type": "privateca.googleapis.com/CaPool",
                    "(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/caPools/{ca_pool}"
                  },
                  "nested": {
                    "AddressGroupService": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListAddressGroups": {
                          "requestType": "ListAddressGroupsRequest",
                          "responseType": "ListAddressGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/addressGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/addressGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetAddressGroup": {
                          "requestType": "GetAddressGroupRequest",
                          "responseType": "AddressGroup",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/addressGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/addressGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateAddressGroup": {
                          "requestType": "CreateAddressGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/addressGroups",
                            "(google.api.http).body": "address_group",
                            "(google.api.method_signature)": "parent,address_group,address_group_id",
                            "(google.longrunning.operation_info).response_type": "AddressGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/addressGroups",
                                "body": "address_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,address_group,address_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AddressGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateAddressGroup": {
                          "requestType": "UpdateAddressGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{address_group.name=projects/*/locations/*/addressGroups/*}",
                            "(google.api.http).body": "address_group",
                            "(google.api.method_signature)": "address_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "AddressGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{address_group.name=projects/*/locations/*/addressGroups/*}",
                                "body": "address_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "address_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AddressGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "AddAddressGroupItems": {
                          "requestType": "AddAddressGroupItemsRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{address_group=projects/*/locations/*/addressGroups/*}:addItems",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "address_group,items",
                            "(google.longrunning.operation_info).response_type": "AddressGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{address_group=projects/*/locations/*/addressGroups/*}:addItems",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "address_group,items"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AddressGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "RemoveAddressGroupItems": {
                          "requestType": "RemoveAddressGroupItemsRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{address_group=projects/*/locations/*/addressGroups/*}:removeItems",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "address_group,items",
                            "(google.longrunning.operation_info).response_type": "AddressGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{address_group=projects/*/locations/*/addressGroups/*}:removeItems",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "address_group,items"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AddressGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "CloneAddressGroupItems": {
                          "requestType": "CloneAddressGroupItemsRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{address_group=projects/*/locations/*/addressGroups/*}:cloneItems",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "address_group,source_address_group",
                            "(google.longrunning.operation_info).response_type": "AddressGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{address_group=projects/*/locations/*/addressGroups/*}:cloneItems",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "address_group,source_address_group"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AddressGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteAddressGroup": {
                          "requestType": "DeleteAddressGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/addressGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/addressGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListAddressGroupReferences": {
                          "requestType": "ListAddressGroupReferencesRequest",
                          "responseType": "ListAddressGroupReferencesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{address_group=projects/*/locations/*/addressGroups/*}:listReferences",
                            "(google.api.method_signature)": "address_group"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{address_group=projects/*/locations/*/addressGroups/*}:listReferences"
                              }
                            },
                            {
                              "(google.api.method_signature)": "address_group"
                            }
                          ]
                        }
                      }
                    },
                    "OrganizationAddressGroupService": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListAddressGroups": {
                          "requestType": "ListAddressGroupsRequest",
                          "responseType": "ListAddressGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=organizations/*/locations/*}/addressGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=organizations/*/locations/*}/addressGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetAddressGroup": {
                          "requestType": "GetAddressGroupRequest",
                          "responseType": "AddressGroup",
                          "options": {
                            "(google.api.http).get": "/v1/{name=organizations/*/locations/*/addressGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=organizations/*/locations/*/addressGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateAddressGroup": {
                          "requestType": "CreateAddressGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=organizations/*/locations/*}/addressGroups",
                            "(google.api.http).body": "address_group",
                            "(google.api.method_signature)": "parent,address_group,address_group_id",
                            "(google.longrunning.operation_info).response_type": "AddressGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=organizations/*/locations/*}/addressGroups",
                                "body": "address_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,address_group,address_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AddressGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateAddressGroup": {
                          "requestType": "UpdateAddressGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{address_group.name=organizations/*/locations/*/addressGroups/*}",
                            "(google.api.http).body": "address_group",
                            "(google.api.method_signature)": "address_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "AddressGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{address_group.name=organizations/*/locations/*/addressGroups/*}",
                                "body": "address_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "address_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AddressGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "AddAddressGroupItems": {
                          "requestType": "AddAddressGroupItemsRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{address_group=organizations/*/locations/*/addressGroups/*}:addItems",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "address_group,items",
                            "(google.longrunning.operation_info).response_type": "AddressGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{address_group=organizations/*/locations/*/addressGroups/*}:addItems",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "address_group,items"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AddressGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "RemoveAddressGroupItems": {
                          "requestType": "RemoveAddressGroupItemsRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{address_group=organizations/*/locations/*/addressGroups/*}:removeItems",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "address_group,items",
                            "(google.longrunning.operation_info).response_type": "AddressGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{address_group=organizations/*/locations/*/addressGroups/*}:removeItems",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "address_group,items"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AddressGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "CloneAddressGroupItems": {
                          "requestType": "CloneAddressGroupItemsRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{address_group=organizations/*/locations/*/addressGroups/*}:cloneItems",
                            "(google.api.http).body": "*",
                            "(google.api.method_signature)": "address_group,source_address_group",
                            "(google.longrunning.operation_info).response_type": "AddressGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{address_group=organizations/*/locations/*/addressGroups/*}:cloneItems",
                                "body": "*"
                              }
                            },
                            {
                              "(google.api.method_signature)": "address_group,source_address_group"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AddressGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteAddressGroup": {
                          "requestType": "DeleteAddressGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=organizations/*/locations/*/addressGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=organizations/*/locations/*/addressGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListAddressGroupReferences": {
                          "requestType": "ListAddressGroupReferencesRequest",
                          "responseType": "ListAddressGroupReferencesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{address_group=organizations/*/locations/*/addressGroups/*}:listReferences",
                            "(google.api.method_signature)": "address_group"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{address_group=organizations/*/locations/*/addressGroups/*}:listReferences"
                              }
                            },
                            {
                              "(google.api.method_signature)": "address_group"
                            }
                          ]
                        }
                      }
                    },
                    "AddressGroup": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/AddressGroup",
                        "(google.api.resource).pattern": "organizations/{organization}/locations/{location}/addressGroups/{address_group}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "type": {
                          "type": "Type",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "items": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "capacity": {
                          "type": "int32",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "selfLink": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "purpose": {
                          "rule": "repeated",
                          "type": "Purpose",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "Type": {
                          "values": {
                            "TYPE_UNSPECIFIED": 0,
                            "IPV4": 1,
                            "IPV6": 2
                          }
                        },
                        "Purpose": {
                          "values": {
                            "PURPOSE_UNSPECIFIED": 0,
                            "DEFAULT": 1,
                            "CLOUD_ARMOR": 2
                          }
                        }
                      }
                    },
                    "ListAddressGroupsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        },
                        "returnPartialSuccess": {
                          "type": "bool",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListAddressGroupsResponse": {
                      "fields": {
                        "addressGroups": {
                          "rule": "repeated",
                          "type": "AddressGroup",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetAddressGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AddressGroup"
                          }
                        }
                      }
                    },
                    "CreateAddressGroupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/AddressGroup"
                          }
                        },
                        "addressGroupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "addressGroup": {
                          "type": "AddressGroup",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateAddressGroupRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "addressGroup": {
                          "type": "AddressGroup",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteAddressGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AddressGroup"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "AddAddressGroupItemsRequest": {
                      "fields": {
                        "addressGroup": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AddressGroup"
                          }
                        },
                        "items": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "RemoveAddressGroupItemsRequest": {
                      "fields": {
                        "addressGroup": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AddressGroup"
                          }
                        },
                        "items": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "CloneAddressGroupItemsRequest": {
                      "fields": {
                        "addressGroup": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AddressGroup"
                          }
                        },
                        "sourceAddressGroup": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AddressGroup"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListAddressGroupReferencesRequest": {
                      "fields": {
                        "addressGroup": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AddressGroup"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListAddressGroupReferencesResponse": {
                      "fields": {
                        "addressGroupReferences": {
                          "rule": "repeated",
                          "type": "AddressGroupReference",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      },
                      "nested": {
                        "AddressGroupReference": {
                          "fields": {
                            "firewallPolicy": {
                              "type": "string",
                              "id": 1
                            },
                            "securityPolicy": {
                              "type": "string",
                              "id": 4
                            },
                            "rulePriority": {
                              "type": "int32",
                              "id": 2
                            }
                          }
                        }
                      }
                    },
                    "OperationMetadata": {
                      "fields": {
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "target": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "verb": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "statusMessage": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "requestedCancellation": {
                          "type": "bool",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "apiVersion": {
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      }
                    },
                    "AuthorizationPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/AuthorizationPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/authorizationPolicies/{authorization_policy}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "action": {
                          "type": "Action",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "rules": {
                          "rule": "repeated",
                          "type": "Rule",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "Rule": {
                          "fields": {
                            "sources": {
                              "rule": "repeated",
                              "type": "Source",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "destinations": {
                              "rule": "repeated",
                              "type": "Destination",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            }
                          },
                          "nested": {
                            "Source": {
                              "fields": {
                                "principals": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "ipBlocks": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              }
                            },
                            "Destination": {
                              "fields": {
                                "hosts": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                },
                                "ports": {
                                  "rule": "repeated",
                                  "type": "uint32",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                },
                                "methods": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 4,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "httpHeaderMatch": {
                                  "type": "HttpHeaderMatch",
                                  "id": 5,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              },
                              "nested": {
                                "HttpHeaderMatch": {
                                  "oneofs": {
                                    "type": {
                                      "oneof": [
                                        "regexMatch"
                                      ]
                                    }
                                  },
                                  "fields": {
                                    "regexMatch": {
                                      "type": "string",
                                      "id": 2,
                                      "options": {
                                        "(google.api.field_behavior)": "REQUIRED"
                                      }
                                    },
                                    "headerName": {
                                      "type": "string",
                                      "id": 1,
                                      "options": {
                                        "(google.api.field_behavior)": "REQUIRED"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "Action": {
                          "values": {
                            "ACTION_UNSPECIFIED": 0,
                            "ALLOW": 1,
                            "DENY": 2
                          }
                        }
                      }
                    },
                    "ListAuthorizationPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListAuthorizationPoliciesResponse": {
                      "fields": {
                        "authorizationPolicies": {
                          "rule": "repeated",
                          "type": "AuthorizationPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetAuthorizationPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AuthorizationPolicy"
                          }
                        }
                      }
                    },
                    "CreateAuthorizationPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/AuthorizationPolicy"
                          }
                        },
                        "authorizationPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "authorizationPolicy": {
                          "type": "AuthorizationPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateAuthorizationPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "authorizationPolicy": {
                          "type": "AuthorizationPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteAuthorizationPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AuthorizationPolicy"
                          }
                        }
                      }
                    },
                    "AuthzPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/AuthzPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/authzPolicies/{authz_policy}",
                        "(google.api.resource).plural": "authzPolicies",
                        "(google.api.resource).singular": "authzPolicy"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "target": {
                          "type": "Target",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "httpRules": {
                          "rule": "repeated",
                          "type": "AuthzRule",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "networkRules": {
                          "rule": "repeated",
                          "type": "AuthzRule",
                          "id": 12,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "action": {
                          "type": "AuthzAction",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "customProvider": {
                          "type": "CustomProvider",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "policyProfile": {
                          "type": "PolicyProfile",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        }
                      },
                      "nested": {
                        "Target": {
                          "fields": {
                            "loadBalancingScheme": {
                              "type": "LoadBalancingScheme",
                              "id": 8,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "resources": {
                              "rule": "repeated",
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "REQUIRED"
                              }
                            }
                          }
                        },
                        "AuthzRule": {
                          "fields": {
                            "from": {
                              "type": "From",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "to": {
                              "type": "To",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "when": {
                              "type": "string",
                              "id": 3,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            }
                          },
                          "nested": {
                            "StringMatch": {
                              "oneofs": {
                                "matchPattern": {
                                  "oneof": [
                                    "exact",
                                    "prefix",
                                    "suffix",
                                    "contains"
                                  ]
                                }
                              },
                              "fields": {
                                "exact": {
                                  "type": "string",
                                  "id": 1
                                },
                                "prefix": {
                                  "type": "string",
                                  "id": 2
                                },
                                "suffix": {
                                  "type": "string",
                                  "id": 3
                                },
                                "contains": {
                                  "type": "string",
                                  "id": 4
                                },
                                "ignoreCase": {
                                  "type": "bool",
                                  "id": 5
                                }
                              }
                            },
                            "IpBlock": {
                              "fields": {
                                "prefix": {
                                  "type": "string",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                },
                                "length": {
                                  "type": "int32",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                }
                              }
                            },
                            "RequestResource": {
                              "fields": {
                                "tagValueIdSet": {
                                  "type": "TagValueIdSet",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "iamServiceAccount": {
                                  "type": "StringMatch",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              },
                              "nested": {
                                "TagValueIdSet": {
                                  "fields": {
                                    "ids": {
                                      "rule": "repeated",
                                      "type": "int64",
                                      "id": 1,
                                      "options": {
                                        "(google.api.field_behavior)": "REQUIRED"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "HeaderMatch": {
                              "fields": {
                                "name": {
                                  "type": "string",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "value": {
                                  "type": "StringMatch",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              }
                            },
                            "Principal": {
                              "fields": {
                                "principalSelector": {
                                  "type": "PrincipalSelector",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "principal": {
                                  "type": "StringMatch",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                }
                              },
                              "nested": {
                                "PrincipalSelector": {
                                  "values": {
                                    "PRINCIPAL_SELECTOR_UNSPECIFIED": 0,
                                    "CLIENT_CERT_URI_SAN": 1,
                                    "CLIENT_CERT_DNS_NAME_SAN": 2,
                                    "CLIENT_CERT_COMMON_NAME": 3
                                  }
                                }
                              }
                            },
                            "From": {
                              "fields": {
                                "sources": {
                                  "rule": "repeated",
                                  "type": "RequestSource",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "notSources": {
                                  "rule": "repeated",
                                  "type": "RequestSource",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              },
                              "nested": {
                                "RequestSource": {
                                  "fields": {
                                    "principals": {
                                      "rule": "repeated",
                                      "type": "Principal",
                                      "id": 1,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    },
                                    "ipBlocks": {
                                      "rule": "repeated",
                                      "type": "IpBlock",
                                      "id": 2,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    },
                                    "resources": {
                                      "rule": "repeated",
                                      "type": "RequestResource",
                                      "id": 3,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "To": {
                              "fields": {
                                "operations": {
                                  "rule": "repeated",
                                  "type": "RequestOperation",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "notOperations": {
                                  "rule": "repeated",
                                  "type": "RequestOperation",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              },
                              "nested": {
                                "RequestOperation": {
                                  "fields": {
                                    "headerSet": {
                                      "type": "HeaderSet",
                                      "id": 1,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    },
                                    "hosts": {
                                      "rule": "repeated",
                                      "type": "StringMatch",
                                      "id": 2,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    },
                                    "paths": {
                                      "rule": "repeated",
                                      "type": "StringMatch",
                                      "id": 3,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    },
                                    "methods": {
                                      "rule": "repeated",
                                      "type": "string",
                                      "id": 4,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    },
                                    "mcp": {
                                      "type": "MCP",
                                      "id": 5,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    },
                                    "snis": {
                                      "rule": "repeated",
                                      "type": "StringMatch",
                                      "id": 7,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    }
                                  },
                                  "nested": {
                                    "HeaderSet": {
                                      "fields": {
                                        "headers": {
                                          "rule": "repeated",
                                          "type": "HeaderMatch",
                                          "id": 1,
                                          "options": {
                                            "(google.api.field_behavior)": "REQUIRED"
                                          }
                                        }
                                      }
                                    },
                                    "MCPMethod": {
                                      "fields": {
                                        "name": {
                                          "type": "string",
                                          "id": 1,
                                          "options": {
                                            "(google.api.field_behavior)": "REQUIRED"
                                          }
                                        },
                                        "params": {
                                          "rule": "repeated",
                                          "type": "StringMatch",
                                          "id": 2,
                                          "options": {
                                            "(google.api.field_behavior)": "OPTIONAL"
                                          }
                                        }
                                      }
                                    },
                                    "MCP": {
                                      "fields": {
                                        "baseProtocolMethodsOption": {
                                          "type": "BaseProtocolMethodsOption",
                                          "id": 1,
                                          "options": {
                                            "(google.api.field_behavior)": "OPTIONAL"
                                          }
                                        },
                                        "methods": {
                                          "rule": "repeated",
                                          "type": "MCPMethod",
                                          "id": 2,
                                          "options": {
                                            "(google.api.field_behavior)": "OPTIONAL"
                                          }
                                        }
                                      }
                                    },
                                    "BaseProtocolMethodsOption": {
                                      "values": {
                                        "BASE_PROTOCOL_METHODS_OPTION_UNSPECIFIED": 0,
                                        "SKIP_BASE_PROTOCOL_METHODS": 1,
                                        "MATCH_BASE_PROTOCOL_METHODS": 2
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "CustomProvider": {
                          "fields": {
                            "cloudIap": {
                              "type": "CloudIap",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "authzExtension": {
                              "type": "AuthzExtension",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            }
                          },
                          "nested": {
                            "CloudIap": {
                              "fields": {}
                            },
                            "AuthzExtension": {
                              "fields": {
                                "resources": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                }
                              }
                            }
                          }
                        },
                        "LoadBalancingScheme": {
                          "values": {
                            "LOAD_BALANCING_SCHEME_UNSPECIFIED": 0,
                            "INTERNAL_MANAGED": 1,
                            "EXTERNAL_MANAGED": 2,
                            "INTERNAL_SELF_MANAGED": 3
                          }
                        },
                        "AuthzAction": {
                          "values": {
                            "AUTHZ_ACTION_UNSPECIFIED": 0,
                            "ALLOW": 1,
                            "DENY": 2,
                            "CUSTOM": 3
                          }
                        },
                        "PolicyProfile": {
                          "values": {
                            "POLICY_PROFILE_UNSPECIFIED": 0,
                            "REQUEST_AUTHZ": 1,
                            "CONTENT_AUTHZ": 2
                          }
                        }
                      }
                    },
                    "CreateAuthzPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/AuthzPolicy"
                          }
                        },
                        "authzPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "authzPolicy": {
                          "type": "AuthzPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListAuthzPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/AuthzPolicy"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListAuthzPoliciesResponse": {
                      "fields": {
                        "authzPolicies": {
                          "rule": "repeated",
                          "type": "AuthzPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetAuthzPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AuthzPolicy"
                          }
                        }
                      }
                    },
                    "UpdateAuthzPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "authzPolicy": {
                          "type": "AuthzPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteAuthzPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AuthzPolicy"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "BackendAuthenticationConfig": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/BackendAuthenticationConfig",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/backendAuthenticationConfigs/{backend_authentication_config}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5
                        },
                        "clientCertificate": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "certificatemanager.googleapis.com/Certificate"
                          }
                        },
                        "trustConfig": {
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "certificatemanager.googleapis.com/TrustConfig"
                          }
                        },
                        "wellKnownRoots": {
                          "type": "WellKnownRoots",
                          "id": 8
                        },
                        "etag": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "WellKnownRoots": {
                          "values": {
                            "WELL_KNOWN_ROOTS_UNSPECIFIED": 0,
                            "NONE": 1,
                            "PUBLIC_ROOTS": 2
                          }
                        }
                      }
                    },
                    "ListBackendAuthenticationConfigsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListBackendAuthenticationConfigsResponse": {
                      "fields": {
                        "backendAuthenticationConfigs": {
                          "rule": "repeated",
                          "type": "BackendAuthenticationConfig",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetBackendAuthenticationConfigRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/BackendAuthenticationConfig"
                          }
                        }
                      }
                    },
                    "CreateBackendAuthenticationConfigRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/BackendAuthenticationConfig"
                          }
                        },
                        "backendAuthenticationConfigId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "backendAuthenticationConfig": {
                          "type": "BackendAuthenticationConfig",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateBackendAuthenticationConfigRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "backendAuthenticationConfig": {
                          "type": "BackendAuthenticationConfig",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteBackendAuthenticationConfigRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/BackendAuthenticationConfig"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ClientTlsPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/ClientTlsPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/clientTlsPolicies/{client_tls_policy}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sni": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "clientCertificate": {
                          "type": "CertificateProvider",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "serverValidationCa": {
                          "rule": "repeated",
                          "type": "ValidationCA",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListClientTlsPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListClientTlsPoliciesResponse": {
                      "fields": {
                        "clientTlsPolicies": {
                          "rule": "repeated",
                          "type": "ClientTlsPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetClientTlsPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/ClientTlsPolicy"
                          }
                        }
                      }
                    },
                    "CreateClientTlsPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/ClientTlsPolicy"
                          }
                        },
                        "clientTlsPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "clientTlsPolicy": {
                          "type": "ClientTlsPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateClientTlsPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "clientTlsPolicy": {
                          "type": "ClientTlsPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteClientTlsPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/ClientTlsPolicy"
                          }
                        }
                      }
                    },
                    "GrpcEndpoint": {
                      "fields": {
                        "targetUri": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ValidationCA": {
                      "oneofs": {
                        "type": {
                          "oneof": [
                            "grpcEndpoint",
                            "certificateProviderInstance"
                          ]
                        }
                      },
                      "fields": {
                        "grpcEndpoint": {
                          "type": "GrpcEndpoint",
                          "id": 2
                        },
                        "certificateProviderInstance": {
                          "type": "CertificateProviderInstance",
                          "id": 3
                        }
                      }
                    },
                    "CertificateProviderInstance": {
                      "fields": {
                        "pluginInstance": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CertificateProvider": {
                      "oneofs": {
                        "type": {
                          "oneof": [
                            "grpcEndpoint",
                            "certificateProviderInstance"
                          ]
                        }
                      },
                      "fields": {
                        "grpcEndpoint": {
                          "type": "GrpcEndpoint",
                          "id": 2
                        },
                        "certificateProviderInstance": {
                          "type": "CertificateProviderInstance",
                          "id": 3
                        }
                      }
                    },
                    "DnsThreatDetectorService": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListDnsThreatDetectors": {
                          "requestType": "ListDnsThreatDetectorsRequest",
                          "responseType": "ListDnsThreatDetectorsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/dnsThreatDetectors",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/dnsThreatDetectors"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetDnsThreatDetector": {
                          "requestType": "GetDnsThreatDetectorRequest",
                          "responseType": "DnsThreatDetector",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/dnsThreatDetectors/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/dnsThreatDetectors/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateDnsThreatDetector": {
                          "requestType": "CreateDnsThreatDetectorRequest",
                          "responseType": "DnsThreatDetector",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/dnsThreatDetectors",
                            "(google.api.http).body": "dns_threat_detector",
                            "(google.api.method_signature)": "parent,dns_threat_detector,dns_threat_detector_id"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/dnsThreatDetectors",
                                "body": "dns_threat_detector"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,dns_threat_detector,dns_threat_detector_id"
                            }
                          ]
                        },
                        "UpdateDnsThreatDetector": {
                          "requestType": "UpdateDnsThreatDetectorRequest",
                          "responseType": "DnsThreatDetector",
                          "options": {
                            "(google.api.http).patch": "/v1/{dns_threat_detector.name=projects/*/locations/*/dnsThreatDetectors/*}",
                            "(google.api.http).body": "dns_threat_detector",
                            "(google.api.method_signature)": "dns_threat_detector,update_mask"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{dns_threat_detector.name=projects/*/locations/*/dnsThreatDetectors/*}",
                                "body": "dns_threat_detector"
                              }
                            },
                            {
                              "(google.api.method_signature)": "dns_threat_detector,update_mask"
                            }
                          ]
                        },
                        "DeleteDnsThreatDetector": {
                          "requestType": "DeleteDnsThreatDetectorRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/dnsThreatDetectors/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/dnsThreatDetectors/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        }
                      }
                    },
                    "DnsThreatDetector": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/DnsThreatDetector",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/dnsThreatDetectors/{dns_threat_detector}",
                        "(google.api.resource).plural": "dnsThreatDetectors",
                        "(google.api.resource).singular": "dnsThreatDetector"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "excludedNetworks": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                          }
                        },
                        "provider": {
                          "type": "Provider",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      },
                      "nested": {
                        "Provider": {
                          "values": {
                            "PROVIDER_UNSPECIFIED": 0,
                            "INFOBLOX": 1
                          }
                        }
                      }
                    },
                    "ListDnsThreatDetectorsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/DnsThreatDetector"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListDnsThreatDetectorsResponse": {
                      "fields": {
                        "dnsThreatDetectors": {
                          "rule": "repeated",
                          "type": "DnsThreatDetector",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "UNORDERED_LIST"
                          }
                        }
                      }
                    },
                    "GetDnsThreatDetectorRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/DnsThreatDetector"
                          }
                        }
                      }
                    },
                    "CreateDnsThreatDetectorRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/DnsThreatDetector"
                          }
                        },
                        "dnsThreatDetectorId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "dnsThreatDetector": {
                          "type": "DnsThreatDetector",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateDnsThreatDetectorRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "dnsThreatDetector": {
                          "type": "DnsThreatDetector",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteDnsThreatDetectorRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/DnsThreatDetector"
                          }
                        }
                      }
                    },
                    "FirewallActivation": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListFirewallEndpoints": {
                          "requestType": "ListFirewallEndpointsRequest",
                          "responseType": "ListFirewallEndpointsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=organizations/*/locations/*}/firewallEndpoints",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=organizations/*/locations/*}/firewallEndpoints"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "ListProjectFirewallEndpoints": {
                          "requestType": "ListFirewallEndpointsRequest",
                          "responseType": "ListFirewallEndpointsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/firewallEndpoints",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/firewallEndpoints"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetFirewallEndpoint": {
                          "requestType": "GetFirewallEndpointRequest",
                          "responseType": "FirewallEndpoint",
                          "options": {
                            "(google.api.http).get": "/v1/{name=organizations/*/locations/*/firewallEndpoints/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=organizations/*/locations/*/firewallEndpoints/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "GetProjectFirewallEndpoint": {
                          "requestType": "GetFirewallEndpointRequest",
                          "responseType": "FirewallEndpoint",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/firewallEndpoints/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/firewallEndpoints/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateFirewallEndpoint": {
                          "requestType": "CreateFirewallEndpointRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=organizations/*/locations/*}/firewallEndpoints",
                            "(google.api.http).body": "firewall_endpoint",
                            "(google.api.method_signature)": "parent,firewall_endpoint,firewall_endpoint_id",
                            "(google.longrunning.operation_info).response_type": "FirewallEndpoint",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=organizations/*/locations/*}/firewallEndpoints",
                                "body": "firewall_endpoint"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,firewall_endpoint,firewall_endpoint_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "FirewallEndpoint",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "CreateProjectFirewallEndpoint": {
                          "requestType": "CreateFirewallEndpointRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/firewallEndpoints",
                            "(google.api.http).body": "firewall_endpoint",
                            "(google.api.method_signature)": "parent,firewall_endpoint,firewall_endpoint_id",
                            "(google.longrunning.operation_info).response_type": "FirewallEndpoint",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/firewallEndpoints",
                                "body": "firewall_endpoint"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,firewall_endpoint,firewall_endpoint_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "FirewallEndpoint",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteFirewallEndpoint": {
                          "requestType": "DeleteFirewallEndpointRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=organizations/*/locations/*/firewallEndpoints/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=organizations/*/locations/*/firewallEndpoints/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteProjectFirewallEndpoint": {
                          "requestType": "DeleteFirewallEndpointRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/firewallEndpoints/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/firewallEndpoints/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateFirewallEndpoint": {
                          "requestType": "UpdateFirewallEndpointRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{firewall_endpoint.name=organizations/*/locations/*/firewallEndpoints/*}",
                            "(google.api.http).body": "firewall_endpoint",
                            "(google.api.method_signature)": "firewall_endpoint,update_mask",
                            "(google.longrunning.operation_info).response_type": "FirewallEndpoint",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{firewall_endpoint.name=organizations/*/locations/*/firewallEndpoints/*}",
                                "body": "firewall_endpoint"
                              }
                            },
                            {
                              "(google.api.method_signature)": "firewall_endpoint,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "FirewallEndpoint",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateProjectFirewallEndpoint": {
                          "requestType": "UpdateFirewallEndpointRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{firewall_endpoint.name=projects/*/locations/*/firewallEndpoints/*}",
                            "(google.api.http).body": "firewall_endpoint",
                            "(google.api.method_signature)": "firewall_endpoint,update_mask",
                            "(google.longrunning.operation_info).response_type": "FirewallEndpoint",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{firewall_endpoint.name=projects/*/locations/*/firewallEndpoints/*}",
                                "body": "firewall_endpoint"
                              }
                            },
                            {
                              "(google.api.method_signature)": "firewall_endpoint,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "FirewallEndpoint",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListFirewallEndpointAssociations": {
                          "requestType": "ListFirewallEndpointAssociationsRequest",
                          "responseType": "ListFirewallEndpointAssociationsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/firewallEndpointAssociations",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/firewallEndpointAssociations"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetFirewallEndpointAssociation": {
                          "requestType": "GetFirewallEndpointAssociationRequest",
                          "responseType": "FirewallEndpointAssociation",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/firewallEndpointAssociations/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/firewallEndpointAssociations/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateFirewallEndpointAssociation": {
                          "requestType": "CreateFirewallEndpointAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/firewallEndpointAssociations",
                            "(google.api.http).body": "firewall_endpoint_association",
                            "(google.api.method_signature)": "parent,firewall_endpoint_association,firewall_endpoint_association_id",
                            "(google.longrunning.operation_info).response_type": "FirewallEndpointAssociation",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/firewallEndpointAssociations",
                                "body": "firewall_endpoint_association"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,firewall_endpoint_association,firewall_endpoint_association_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "FirewallEndpointAssociation",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteFirewallEndpointAssociation": {
                          "requestType": "DeleteFirewallEndpointAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/firewallEndpointAssociations/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/firewallEndpointAssociations/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateFirewallEndpointAssociation": {
                          "requestType": "UpdateFirewallEndpointAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{firewall_endpoint_association.name=projects/*/locations/*/firewallEndpointAssociations/*}",
                            "(google.api.http).body": "firewall_endpoint_association",
                            "(google.api.method_signature)": "firewall_endpoint_association,update_mask",
                            "(google.longrunning.operation_info).response_type": "FirewallEndpointAssociation",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{firewall_endpoint_association.name=projects/*/locations/*/firewallEndpointAssociations/*}",
                                "body": "firewall_endpoint_association"
                              }
                            },
                            {
                              "(google.api.method_signature)": "firewall_endpoint_association,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "FirewallEndpointAssociation",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "FirewallEndpoint": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/FirewallEndpoint",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/firewallEndpoints/{firewall_endpoint}",
                        "(google.api.resource).plural": "firewallEndpoints",
                        "(google.api.resource).singular": "firewallEndpoint"
                      },
                      "oneofs": {
                        "_satisfiesPzs": {
                          "oneof": [
                            "satisfiesPzs"
                          ]
                        },
                        "_satisfiesPzi": {
                          "oneof": [
                            "satisfiesPzi"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "associatedNetworks": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 7,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "associations": {
                          "rule": "repeated",
                          "type": "AssociationReference",
                          "id": 13,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "satisfiesPzs": {
                          "type": "bool",
                          "id": 14,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY",
                            "proto3_optional": true
                          }
                        },
                        "satisfiesPzi": {
                          "type": "bool",
                          "id": 15,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY",
                            "proto3_optional": true
                          }
                        },
                        "billingProjectId": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "endpointSettings": {
                          "type": "EndpointSettings",
                          "id": 19,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "AssociationReference": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/FirewallEndpointAssociation"
                              }
                            },
                            "network": {
                              "type": "string",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                              }
                            }
                          }
                        },
                        "EndpointSettings": {
                          "fields": {
                            "jumboFramesEnabled": {
                              "type": "bool",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "IMMUTABLE"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "CREATING": 1,
                            "ACTIVE": 2,
                            "DELETING": 3,
                            "INACTIVE": 4
                          }
                        }
                      }
                    },
                    "ListFirewallEndpointsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/FirewallEndpoint"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5
                        }
                      }
                    },
                    "ListFirewallEndpointsResponse": {
                      "fields": {
                        "firewallEndpoints": {
                          "rule": "repeated",
                          "type": "FirewallEndpoint",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetFirewallEndpointRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/FirewallEndpoint"
                          }
                        }
                      }
                    },
                    "CreateFirewallEndpointRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/FirewallEndpoint"
                          }
                        },
                        "firewallEndpointId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "firewallEndpoint": {
                          "type": "FirewallEndpoint",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateFirewallEndpointRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "firewallEndpoint": {
                          "type": "FirewallEndpoint",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteFirewallEndpointRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/FirewallEndpoint"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "FirewallEndpointAssociation": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/FirewallEndpointAssociation",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/firewallEndpointAssociations/{firewall_endpoint_association}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "network": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "firewallEndpoint": {
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "tlsInspectionPolicy": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/TlsInspectionPolicy"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "disabled": {
                          "type": "bool",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "CREATING": 1,
                            "ACTIVE": 2,
                            "DELETING": 3,
                            "INACTIVE": 4,
                            "ORPHAN": 5
                          }
                        }
                      }
                    },
                    "ListFirewallEndpointAssociationsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/FirewallEndpointAssociation"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5
                        }
                      }
                    },
                    "ListFirewallEndpointAssociationsResponse": {
                      "fields": {
                        "firewallEndpointAssociations": {
                          "rule": "repeated",
                          "type": "FirewallEndpointAssociation",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetFirewallEndpointAssociationRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/FirewallEndpointAssociation"
                          }
                        }
                      }
                    },
                    "CreateFirewallEndpointAssociationRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/FirewallEndpointAssociation"
                          }
                        },
                        "firewallEndpointAssociationId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "firewallEndpointAssociation": {
                          "type": "FirewallEndpointAssociation",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteFirewallEndpointAssociationRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/FirewallEndpointAssociation"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateFirewallEndpointAssociationRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "firewallEndpointAssociation": {
                          "type": "FirewallEndpointAssociation",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "GatewaySecurityPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/GatewaySecurityPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "tlsInspectionPolicy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/TlsInspectionPolicy"
                          }
                        }
                      }
                    },
                    "CreateGatewaySecurityPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/GatewaySecurityPolicy"
                          }
                        },
                        "gatewaySecurityPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "gatewaySecurityPolicy": {
                          "type": "GatewaySecurityPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ListGatewaySecurityPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListGatewaySecurityPoliciesResponse": {
                      "fields": {
                        "gatewaySecurityPolicies": {
                          "rule": "repeated",
                          "type": "GatewaySecurityPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetGatewaySecurityPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/GatewaySecurityPolicy"
                          }
                        }
                      }
                    },
                    "DeleteGatewaySecurityPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/GatewaySecurityPolicy"
                          }
                        }
                      }
                    },
                    "UpdateGatewaySecurityPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "gatewaySecurityPolicy": {
                          "type": "GatewaySecurityPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "GatewaySecurityPolicyRule": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/GatewaySecurityPolicyRule",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}/rules/{rule}"
                      },
                      "oneofs": {
                        "profile": {
                          "oneof": [
                            "basicProfile"
                          ]
                        }
                      },
                      "fields": {
                        "basicProfile": {
                          "type": "BasicProfile",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "enabled": {
                          "type": "bool",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "priority": {
                          "type": "int32",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sessionMatcher": {
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "applicationMatcher": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "tlsInspectionEnabled": {
                          "type": "bool",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "BasicProfile": {
                          "values": {
                            "BASIC_PROFILE_UNSPECIFIED": 0,
                            "ALLOW": 1,
                            "DENY": 2
                          }
                        }
                      }
                    },
                    "CreateGatewaySecurityPolicyRuleRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/GatewaySecurityPolicyRule"
                          }
                        },
                        "gatewaySecurityPolicyRule": {
                          "type": "GatewaySecurityPolicyRule",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "gatewaySecurityPolicyRuleId": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetGatewaySecurityPolicyRuleRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/GatewaySecurityPolicyRule"
                          }
                        }
                      }
                    },
                    "UpdateGatewaySecurityPolicyRuleRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "gatewaySecurityPolicyRule": {
                          "type": "GatewaySecurityPolicyRule",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ListGatewaySecurityPolicyRulesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/GatewaySecurityPolicy"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListGatewaySecurityPolicyRulesResponse": {
                      "fields": {
                        "gatewaySecurityPolicyRules": {
                          "rule": "repeated",
                          "type": "GatewaySecurityPolicyRule",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "DeleteGatewaySecurityPolicyRuleRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/GatewaySecurityPolicyRule"
                          }
                        }
                      }
                    },
                    "Intercept": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListInterceptEndpointGroups": {
                          "requestType": "ListInterceptEndpointGroupsRequest",
                          "responseType": "ListInterceptEndpointGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/interceptEndpointGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/interceptEndpointGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetInterceptEndpointGroup": {
                          "requestType": "GetInterceptEndpointGroupRequest",
                          "responseType": "InterceptEndpointGroup",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/interceptEndpointGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/interceptEndpointGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateInterceptEndpointGroup": {
                          "requestType": "CreateInterceptEndpointGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/interceptEndpointGroups",
                            "(google.api.http).body": "intercept_endpoint_group",
                            "(google.api.method_signature)": "parent,intercept_endpoint_group,intercept_endpoint_group_id",
                            "(google.longrunning.operation_info).response_type": "InterceptEndpointGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/interceptEndpointGroups",
                                "body": "intercept_endpoint_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,intercept_endpoint_group,intercept_endpoint_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptEndpointGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateInterceptEndpointGroup": {
                          "requestType": "UpdateInterceptEndpointGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{intercept_endpoint_group.name=projects/*/locations/*/interceptEndpointGroups/*}",
                            "(google.api.http).body": "intercept_endpoint_group",
                            "(google.api.method_signature)": "intercept_endpoint_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "InterceptEndpointGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{intercept_endpoint_group.name=projects/*/locations/*/interceptEndpointGroups/*}",
                                "body": "intercept_endpoint_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "intercept_endpoint_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptEndpointGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteInterceptEndpointGroup": {
                          "requestType": "DeleteInterceptEndpointGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/interceptEndpointGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/interceptEndpointGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListInterceptEndpointGroupAssociations": {
                          "requestType": "ListInterceptEndpointGroupAssociationsRequest",
                          "responseType": "ListInterceptEndpointGroupAssociationsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/interceptEndpointGroupAssociations",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/interceptEndpointGroupAssociations"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetInterceptEndpointGroupAssociation": {
                          "requestType": "GetInterceptEndpointGroupAssociationRequest",
                          "responseType": "InterceptEndpointGroupAssociation",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/interceptEndpointGroupAssociations/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/interceptEndpointGroupAssociations/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateInterceptEndpointGroupAssociation": {
                          "requestType": "CreateInterceptEndpointGroupAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/interceptEndpointGroupAssociations",
                            "(google.api.http).body": "intercept_endpoint_group_association",
                            "(google.api.method_signature)": "parent,intercept_endpoint_group_association,intercept_endpoint_group_association_id",
                            "(google.longrunning.operation_info).response_type": "InterceptEndpointGroupAssociation",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/interceptEndpointGroupAssociations",
                                "body": "intercept_endpoint_group_association"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,intercept_endpoint_group_association,intercept_endpoint_group_association_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptEndpointGroupAssociation",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateInterceptEndpointGroupAssociation": {
                          "requestType": "UpdateInterceptEndpointGroupAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{intercept_endpoint_group_association.name=projects/*/locations/*/interceptEndpointGroupAssociations/*}",
                            "(google.api.http).body": "intercept_endpoint_group_association",
                            "(google.api.method_signature)": "intercept_endpoint_group_association,update_mask",
                            "(google.longrunning.operation_info).response_type": "InterceptEndpointGroupAssociation",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{intercept_endpoint_group_association.name=projects/*/locations/*/interceptEndpointGroupAssociations/*}",
                                "body": "intercept_endpoint_group_association"
                              }
                            },
                            {
                              "(google.api.method_signature)": "intercept_endpoint_group_association,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptEndpointGroupAssociation",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteInterceptEndpointGroupAssociation": {
                          "requestType": "DeleteInterceptEndpointGroupAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/interceptEndpointGroupAssociations/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/interceptEndpointGroupAssociations/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListInterceptDeploymentGroups": {
                          "requestType": "ListInterceptDeploymentGroupsRequest",
                          "responseType": "ListInterceptDeploymentGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/interceptDeploymentGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/interceptDeploymentGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetInterceptDeploymentGroup": {
                          "requestType": "GetInterceptDeploymentGroupRequest",
                          "responseType": "InterceptDeploymentGroup",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/interceptDeploymentGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/interceptDeploymentGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateInterceptDeploymentGroup": {
                          "requestType": "CreateInterceptDeploymentGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/interceptDeploymentGroups",
                            "(google.api.http).body": "intercept_deployment_group",
                            "(google.api.method_signature)": "parent,intercept_deployment_group,intercept_deployment_group_id",
                            "(google.longrunning.operation_info).response_type": "InterceptDeploymentGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/interceptDeploymentGroups",
                                "body": "intercept_deployment_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,intercept_deployment_group,intercept_deployment_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptDeploymentGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateInterceptDeploymentGroup": {
                          "requestType": "UpdateInterceptDeploymentGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{intercept_deployment_group.name=projects/*/locations/*/interceptDeploymentGroups/*}",
                            "(google.api.http).body": "intercept_deployment_group",
                            "(google.api.method_signature)": "intercept_deployment_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "InterceptDeploymentGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{intercept_deployment_group.name=projects/*/locations/*/interceptDeploymentGroups/*}",
                                "body": "intercept_deployment_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "intercept_deployment_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptDeploymentGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteInterceptDeploymentGroup": {
                          "requestType": "DeleteInterceptDeploymentGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/interceptDeploymentGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/interceptDeploymentGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListInterceptDeployments": {
                          "requestType": "ListInterceptDeploymentsRequest",
                          "responseType": "ListInterceptDeploymentsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/interceptDeployments",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/interceptDeployments"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetInterceptDeployment": {
                          "requestType": "GetInterceptDeploymentRequest",
                          "responseType": "InterceptDeployment",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/interceptDeployments/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/interceptDeployments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateInterceptDeployment": {
                          "requestType": "CreateInterceptDeploymentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/interceptDeployments",
                            "(google.api.http).body": "intercept_deployment",
                            "(google.api.method_signature)": "parent,intercept_deployment,intercept_deployment_id",
                            "(google.longrunning.operation_info).response_type": "InterceptDeployment",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/interceptDeployments",
                                "body": "intercept_deployment"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,intercept_deployment,intercept_deployment_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptDeployment",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateInterceptDeployment": {
                          "requestType": "UpdateInterceptDeploymentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{intercept_deployment.name=projects/*/locations/*/interceptDeployments/*}",
                            "(google.api.http).body": "intercept_deployment",
                            "(google.api.method_signature)": "intercept_deployment,update_mask",
                            "(google.longrunning.operation_info).response_type": "InterceptDeployment",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{intercept_deployment.name=projects/*/locations/*/interceptDeployments/*}",
                                "body": "intercept_deployment"
                              }
                            },
                            {
                              "(google.api.method_signature)": "intercept_deployment,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptDeployment",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteInterceptDeployment": {
                          "requestType": "DeleteInterceptDeploymentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/interceptDeployments/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/interceptDeployments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "InterceptEndpointGroup": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/InterceptEndpointGroup",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}",
                        "(google.api.resource).plural": "interceptEndpointGroups",
                        "(google.api.resource).singular": "interceptEndpointGroup"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptDeploymentGroup": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                          }
                        },
                        "connectedDeploymentGroup": {
                          "type": "ConnectedDeploymentGroup",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "associations": {
                          "rule": "repeated",
                          "type": "AssociationDetails",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "ConnectedDeploymentGroup": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                              }
                            },
                            "locations": {
                              "rule": "repeated",
                              "type": "InterceptLocation",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "AssociationDetails": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroupAssociation"
                              }
                            },
                            "network": {
                              "type": "string",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                              }
                            },
                            "state": {
                              "type": "InterceptEndpointGroupAssociation.State",
                              "id": 3,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CLOSED": 2,
                            "CREATING": 3,
                            "DELETING": 4,
                            "OUT_OF_SYNC": 5,
                            "DELETE_FAILED": 6
                          }
                        }
                      }
                    },
                    "ListInterceptEndpointGroupsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListInterceptEndpointGroupsResponse": {
                      "fields": {
                        "interceptEndpointGroups": {
                          "rule": "repeated",
                          "type": "InterceptEndpointGroup",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetInterceptEndpointGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                          }
                        }
                      }
                    },
                    "CreateInterceptEndpointGroupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                          }
                        },
                        "interceptEndpointGroupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "interceptEndpointGroup": {
                          "type": "InterceptEndpointGroup",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateInterceptEndpointGroupRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptEndpointGroup": {
                          "type": "InterceptEndpointGroup",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteInterceptEndpointGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "InterceptEndpointGroupAssociation": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/InterceptEndpointGroupAssociation",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{intercept_endpoint_group_association}",
                        "(google.api.resource).plural": "interceptEndpointGroupAssociations",
                        "(google.api.resource).singular": "interceptEndpointGroupAssociation"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptEndpointGroup": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                          }
                        },
                        "network": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                          }
                        },
                        "locationsDetails": {
                          "rule": "repeated",
                          "type": "LocationDetails",
                          "id": 7,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "locations": {
                          "rule": "repeated",
                          "type": "InterceptLocation",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "networkCookie": {
                          "type": "uint32",
                          "id": 12,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "LocationDetails": {
                          "fields": {
                            "location": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            },
                            "state": {
                              "type": "State",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          },
                          "nested": {
                            "State": {
                              "values": {
                                "STATE_UNSPECIFIED": 0,
                                "ACTIVE": 1,
                                "OUT_OF_SYNC": 2
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CREATING": 2,
                            "DELETING": 3,
                            "CLOSED": 4,
                            "OUT_OF_SYNC": 5,
                            "DELETE_FAILED": 6
                          }
                        }
                      }
                    },
                    "ListInterceptEndpointGroupAssociationsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptEndpointGroupAssociation"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListInterceptEndpointGroupAssociationsResponse": {
                      "fields": {
                        "interceptEndpointGroupAssociations": {
                          "rule": "repeated",
                          "type": "InterceptEndpointGroupAssociation",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetInterceptEndpointGroupAssociationRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroupAssociation"
                          }
                        }
                      }
                    },
                    "CreateInterceptEndpointGroupAssociationRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptEndpointGroupAssociation"
                          }
                        },
                        "interceptEndpointGroupAssociationId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptEndpointGroupAssociation": {
                          "type": "InterceptEndpointGroupAssociation",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateInterceptEndpointGroupAssociationRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptEndpointGroupAssociation": {
                          "type": "InterceptEndpointGroupAssociation",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteInterceptEndpointGroupAssociationRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroupAssociation"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "InterceptDeploymentGroup": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/InterceptDeploymentGroup",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/interceptDeploymentGroups/{intercept_deployment_group}",
                        "(google.api.resource).plural": "interceptDeploymentGroups",
                        "(google.api.resource).singular": "interceptDeploymentGroup"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "network": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                          }
                        },
                        "connectedEndpointGroups": {
                          "rule": "repeated",
                          "type": "ConnectedEndpointGroup",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "nestedDeployments": {
                          "rule": "repeated",
                          "type": "Deployment",
                          "id": 10,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "locations": {
                          "rule": "repeated",
                          "type": "InterceptLocation",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "ConnectedEndpointGroup": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                              }
                            }
                          }
                        },
                        "Deployment": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeployment"
                              }
                            },
                            "state": {
                              "type": "InterceptDeployment.State",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CREATING": 2,
                            "DELETING": 3
                          }
                        }
                      }
                    },
                    "ListInterceptDeploymentGroupsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListInterceptDeploymentGroupsResponse": {
                      "fields": {
                        "interceptDeploymentGroups": {
                          "rule": "repeated",
                          "type": "InterceptDeploymentGroup",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetInterceptDeploymentGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                          }
                        }
                      }
                    },
                    "CreateInterceptDeploymentGroupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                          }
                        },
                        "interceptDeploymentGroupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "interceptDeploymentGroup": {
                          "type": "InterceptDeploymentGroup",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateInterceptDeploymentGroupRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptDeploymentGroup": {
                          "type": "InterceptDeploymentGroup",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteInterceptDeploymentGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "InterceptDeployment": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/InterceptDeployment",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}",
                        "(google.api.resource).plural": "interceptDeployments",
                        "(google.api.resource).singular": "interceptDeployment"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "forwardingRule": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "compute.googleapis.com/ForwardingRule"
                          }
                        },
                        "interceptDeploymentGroup": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CREATING": 2,
                            "DELETING": 3,
                            "OUT_OF_SYNC": 4,
                            "DELETE_FAILED": 5
                          }
                        }
                      }
                    },
                    "ListInterceptDeploymentsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptDeployment"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListInterceptDeploymentsResponse": {
                      "fields": {
                        "interceptDeployments": {
                          "rule": "repeated",
                          "type": "InterceptDeployment",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetInterceptDeploymentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeployment"
                          }
                        }
                      }
                    },
                    "CreateInterceptDeploymentRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptDeployment"
                          }
                        },
                        "interceptDeploymentId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "interceptDeployment": {
                          "type": "InterceptDeployment",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateInterceptDeploymentRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptDeployment": {
                          "type": "InterceptDeployment",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteInterceptDeploymentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeployment"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "InterceptLocation": {
                      "fields": {
                        "location": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "OUT_OF_SYNC": 2
                          }
                        }
                      }
                    },
                    "Mirroring": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListMirroringEndpointGroups": {
                          "requestType": "ListMirroringEndpointGroupsRequest",
                          "responseType": "ListMirroringEndpointGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/mirroringEndpointGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/mirroringEndpointGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetMirroringEndpointGroup": {
                          "requestType": "GetMirroringEndpointGroupRequest",
                          "responseType": "MirroringEndpointGroup",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/mirroringEndpointGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/mirroringEndpointGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateMirroringEndpointGroup": {
                          "requestType": "CreateMirroringEndpointGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/mirroringEndpointGroups",
                            "(google.api.http).body": "mirroring_endpoint_group",
                            "(google.api.method_signature)": "parent,mirroring_endpoint_group,mirroring_endpoint_group_id",
                            "(google.longrunning.operation_info).response_type": "MirroringEndpointGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/mirroringEndpointGroups",
                                "body": "mirroring_endpoint_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,mirroring_endpoint_group,mirroring_endpoint_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringEndpointGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateMirroringEndpointGroup": {
                          "requestType": "UpdateMirroringEndpointGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{mirroring_endpoint_group.name=projects/*/locations/*/mirroringEndpointGroups/*}",
                            "(google.api.http).body": "mirroring_endpoint_group",
                            "(google.api.method_signature)": "mirroring_endpoint_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "MirroringEndpointGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{mirroring_endpoint_group.name=projects/*/locations/*/mirroringEndpointGroups/*}",
                                "body": "mirroring_endpoint_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "mirroring_endpoint_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringEndpointGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteMirroringEndpointGroup": {
                          "requestType": "DeleteMirroringEndpointGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/mirroringEndpointGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/mirroringEndpointGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListMirroringEndpointGroupAssociations": {
                          "requestType": "ListMirroringEndpointGroupAssociationsRequest",
                          "responseType": "ListMirroringEndpointGroupAssociationsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetMirroringEndpointGroupAssociation": {
                          "requestType": "GetMirroringEndpointGroupAssociationRequest",
                          "responseType": "MirroringEndpointGroupAssociation",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateMirroringEndpointGroupAssociation": {
                          "requestType": "CreateMirroringEndpointGroupAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations",
                            "(google.api.http).body": "mirroring_endpoint_group_association",
                            "(google.api.method_signature)": "parent,mirroring_endpoint_group_association,mirroring_endpoint_group_association_id",
                            "(google.longrunning.operation_info).response_type": "MirroringEndpointGroupAssociation",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations",
                                "body": "mirroring_endpoint_group_association"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,mirroring_endpoint_group_association,mirroring_endpoint_group_association_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringEndpointGroupAssociation",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateMirroringEndpointGroupAssociation": {
                          "requestType": "UpdateMirroringEndpointGroupAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{mirroring_endpoint_group_association.name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}",
                            "(google.api.http).body": "mirroring_endpoint_group_association",
                            "(google.api.method_signature)": "mirroring_endpoint_group_association,update_mask",
                            "(google.longrunning.operation_info).response_type": "MirroringEndpointGroupAssociation",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{mirroring_endpoint_group_association.name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}",
                                "body": "mirroring_endpoint_group_association"
                              }
                            },
                            {
                              "(google.api.method_signature)": "mirroring_endpoint_group_association,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringEndpointGroupAssociation",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteMirroringEndpointGroupAssociation": {
                          "requestType": "DeleteMirroringEndpointGroupAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListMirroringDeploymentGroups": {
                          "requestType": "ListMirroringDeploymentGroupsRequest",
                          "responseType": "ListMirroringDeploymentGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/mirroringDeploymentGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/mirroringDeploymentGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetMirroringDeploymentGroup": {
                          "requestType": "GetMirroringDeploymentGroupRequest",
                          "responseType": "MirroringDeploymentGroup",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/mirroringDeploymentGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/mirroringDeploymentGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateMirroringDeploymentGroup": {
                          "requestType": "CreateMirroringDeploymentGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/mirroringDeploymentGroups",
                            "(google.api.http).body": "mirroring_deployment_group",
                            "(google.api.method_signature)": "parent,mirroring_deployment_group,mirroring_deployment_group_id",
                            "(google.longrunning.operation_info).response_type": "MirroringDeploymentGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/mirroringDeploymentGroups",
                                "body": "mirroring_deployment_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,mirroring_deployment_group,mirroring_deployment_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringDeploymentGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateMirroringDeploymentGroup": {
                          "requestType": "UpdateMirroringDeploymentGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{mirroring_deployment_group.name=projects/*/locations/*/mirroringDeploymentGroups/*}",
                            "(google.api.http).body": "mirroring_deployment_group",
                            "(google.api.method_signature)": "mirroring_deployment_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "MirroringDeploymentGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{mirroring_deployment_group.name=projects/*/locations/*/mirroringDeploymentGroups/*}",
                                "body": "mirroring_deployment_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "mirroring_deployment_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringDeploymentGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteMirroringDeploymentGroup": {
                          "requestType": "DeleteMirroringDeploymentGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/mirroringDeploymentGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/mirroringDeploymentGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListMirroringDeployments": {
                          "requestType": "ListMirroringDeploymentsRequest",
                          "responseType": "ListMirroringDeploymentsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/mirroringDeployments",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/mirroringDeployments"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetMirroringDeployment": {
                          "requestType": "GetMirroringDeploymentRequest",
                          "responseType": "MirroringDeployment",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/mirroringDeployments/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/mirroringDeployments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateMirroringDeployment": {
                          "requestType": "CreateMirroringDeploymentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/mirroringDeployments",
                            "(google.api.http).body": "mirroring_deployment",
                            "(google.api.method_signature)": "parent,mirroring_deployment,mirroring_deployment_id",
                            "(google.longrunning.operation_info).response_type": "MirroringDeployment",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/mirroringDeployments",
                                "body": "mirroring_deployment"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,mirroring_deployment,mirroring_deployment_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringDeployment",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateMirroringDeployment": {
                          "requestType": "UpdateMirroringDeploymentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{mirroring_deployment.name=projects/*/locations/*/mirroringDeployments/*}",
                            "(google.api.http).body": "mirroring_deployment",
                            "(google.api.method_signature)": "mirroring_deployment,update_mask",
                            "(google.longrunning.operation_info).response_type": "MirroringDeployment",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{mirroring_deployment.name=projects/*/locations/*/mirroringDeployments/*}",
                                "body": "mirroring_deployment"
                              }
                            },
                            {
                              "(google.api.method_signature)": "mirroring_deployment,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringDeployment",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteMirroringDeployment": {
                          "requestType": "DeleteMirroringDeploymentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/mirroringDeployments/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/mirroringDeployments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "MirroringEndpointGroup": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/MirroringEndpointGroup",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group}",
                        "(google.api.resource).plural": "mirroringEndpointGroups",
                        "(google.api.resource).singular": "mirroringEndpointGroup"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringDeploymentGroup": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                          }
                        },
                        "connectedDeploymentGroups": {
                          "rule": "repeated",
                          "type": "ConnectedDeploymentGroup",
                          "id": 13,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "type": {
                          "type": "Type",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "associations": {
                          "rule": "repeated",
                          "type": "AssociationDetails",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "ConnectedDeploymentGroup": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                              }
                            },
                            "locations": {
                              "rule": "repeated",
                              "type": "MirroringLocation",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "AssociationDetails": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroupAssociation"
                              }
                            },
                            "network": {
                              "type": "string",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                              }
                            },
                            "state": {
                              "type": "MirroringEndpointGroupAssociation.State",
                              "id": 3,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CLOSED": 2,
                            "CREATING": 3,
                            "DELETING": 4,
                            "OUT_OF_SYNC": 5,
                            "DELETE_FAILED": 6
                          }
                        },
                        "Type": {
                          "values": {
                            "TYPE_UNSPECIFIED": 0,
                            "DIRECT": 1
                          }
                        }
                      }
                    },
                    "ListMirroringEndpointGroupsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListMirroringEndpointGroupsResponse": {
                      "fields": {
                        "mirroringEndpointGroups": {
                          "rule": "repeated",
                          "type": "MirroringEndpointGroup",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetMirroringEndpointGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                          }
                        }
                      }
                    },
                    "CreateMirroringEndpointGroupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                          }
                        },
                        "mirroringEndpointGroupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "mirroringEndpointGroup": {
                          "type": "MirroringEndpointGroup",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateMirroringEndpointGroupRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringEndpointGroup": {
                          "type": "MirroringEndpointGroup",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteMirroringEndpointGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "MirroringEndpointGroupAssociation": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/MirroringEndpointGroupAssociation",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association}",
                        "(google.api.resource).plural": "mirroringEndpointGroupAssociations",
                        "(google.api.resource).singular": "mirroringEndpointGroupAssociation"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringEndpointGroup": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                          }
                        },
                        "network": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                          }
                        },
                        "locationsDetails": {
                          "rule": "repeated",
                          "type": "LocationDetails",
                          "id": 7,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "locations": {
                          "rule": "repeated",
                          "type": "MirroringLocation",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "LocationDetails": {
                          "fields": {
                            "location": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            },
                            "state": {
                              "type": "State",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          },
                          "nested": {
                            "State": {
                              "values": {
                                "STATE_UNSPECIFIED": 0,
                                "ACTIVE": 1,
                                "OUT_OF_SYNC": 2
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CREATING": 3,
                            "DELETING": 4,
                            "CLOSED": 5,
                            "OUT_OF_SYNC": 6,
                            "DELETE_FAILED": 7
                          }
                        }
                      }
                    },
                    "ListMirroringEndpointGroupAssociationsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringEndpointGroupAssociation"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListMirroringEndpointGroupAssociationsResponse": {
                      "fields": {
                        "mirroringEndpointGroupAssociations": {
                          "rule": "repeated",
                          "type": "MirroringEndpointGroupAssociation",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetMirroringEndpointGroupAssociationRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroupAssociation"
                          }
                        }
                      }
                    },
                    "CreateMirroringEndpointGroupAssociationRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringEndpointGroupAssociation"
                          }
                        },
                        "mirroringEndpointGroupAssociationId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringEndpointGroupAssociation": {
                          "type": "MirroringEndpointGroupAssociation",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateMirroringEndpointGroupAssociationRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringEndpointGroupAssociation": {
                          "type": "MirroringEndpointGroupAssociation",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteMirroringEndpointGroupAssociationRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroupAssociation"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "MirroringDeploymentGroup": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/MirroringDeploymentGroup",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/mirroringDeploymentGroups/{mirroring_deployment_group}",
                        "(google.api.resource).plural": "mirroringDeploymentGroups",
                        "(google.api.resource).singular": "mirroringDeploymentGroup"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "network": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                          }
                        },
                        "connectedEndpointGroups": {
                          "rule": "repeated",
                          "type": "ConnectedEndpointGroup",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "nestedDeployments": {
                          "rule": "repeated",
                          "type": "Deployment",
                          "id": 10,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "locations": {
                          "rule": "repeated",
                          "type": "MirroringLocation",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "ConnectedEndpointGroup": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                              }
                            }
                          }
                        },
                        "Deployment": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeployment"
                              }
                            },
                            "state": {
                              "type": "MirroringDeployment.State",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CREATING": 2,
                            "DELETING": 3,
                            "CLOSED": 4
                          }
                        }
                      }
                    },
                    "ListMirroringDeploymentGroupsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListMirroringDeploymentGroupsResponse": {
                      "fields": {
                        "mirroringDeploymentGroups": {
                          "rule": "repeated",
                          "type": "MirroringDeploymentGroup",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetMirroringDeploymentGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                          }
                        }
                      }
                    },
                    "CreateMirroringDeploymentGroupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                          }
                        },
                        "mirroringDeploymentGroupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "mirroringDeploymentGroup": {
                          "type": "MirroringDeploymentGroup",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateMirroringDeploymentGroupRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringDeploymentGroup": {
                          "type": "MirroringDeploymentGroup",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteMirroringDeploymentGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "MirroringDeployment": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/MirroringDeployment",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}",
                        "(google.api.resource).plural": "mirroringDeployments",
                        "(google.api.resource).singular": "mirroringDeployment"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "forwardingRule": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "compute.googleapis.com/ForwardingRule"
                          }
                        },
                        "mirroringDeploymentGroup": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CREATING": 2,
                            "DELETING": 3,
                            "OUT_OF_SYNC": 4,
                            "DELETE_FAILED": 5
                          }
                        }
                      }
                    },
                    "ListMirroringDeploymentsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringDeployment"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListMirroringDeploymentsResponse": {
                      "fields": {
                        "mirroringDeployments": {
                          "rule": "repeated",
                          "type": "MirroringDeployment",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetMirroringDeploymentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeployment"
                          }
                        }
                      }
                    },
                    "CreateMirroringDeploymentRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringDeployment"
                          }
                        },
                        "mirroringDeploymentId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "mirroringDeployment": {
                          "type": "MirroringDeployment",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateMirroringDeploymentRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringDeployment": {
                          "type": "MirroringDeployment",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteMirroringDeploymentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeployment"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "MirroringLocation": {
                      "fields": {
                        "location": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "OUT_OF_SYNC": 2
                          }
                        }
                      }
                    },
                    "NetworkSecurity": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListAuthorizationPolicies": {
                          "requestType": "ListAuthorizationPoliciesRequest",
                          "responseType": "ListAuthorizationPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/authorizationPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/authorizationPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetAuthorizationPolicy": {
                          "requestType": "GetAuthorizationPolicyRequest",
                          "responseType": "AuthorizationPolicy",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/authorizationPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/authorizationPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateAuthorizationPolicy": {
                          "requestType": "CreateAuthorizationPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/authorizationPolicies",
                            "(google.api.http).body": "authorization_policy",
                            "(google.api.method_signature)": "parent,authorization_policy,authorization_policy_id",
                            "(google.longrunning.operation_info).response_type": "AuthorizationPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/authorizationPolicies",
                                "body": "authorization_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,authorization_policy,authorization_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AuthorizationPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateAuthorizationPolicy": {
                          "requestType": "UpdateAuthorizationPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{authorization_policy.name=projects/*/locations/*/authorizationPolicies/*}",
                            "(google.api.http).body": "authorization_policy",
                            "(google.api.method_signature)": "authorization_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "AuthorizationPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{authorization_policy.name=projects/*/locations/*/authorizationPolicies/*}",
                                "body": "authorization_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "authorization_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AuthorizationPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteAuthorizationPolicy": {
                          "requestType": "DeleteAuthorizationPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/authorizationPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/authorizationPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListBackendAuthenticationConfigs": {
                          "requestType": "ListBackendAuthenticationConfigsRequest",
                          "responseType": "ListBackendAuthenticationConfigsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/backendAuthenticationConfigs",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/backendAuthenticationConfigs"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetBackendAuthenticationConfig": {
                          "requestType": "GetBackendAuthenticationConfigRequest",
                          "responseType": "BackendAuthenticationConfig",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/backendAuthenticationConfigs/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/backendAuthenticationConfigs/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateBackendAuthenticationConfig": {
                          "requestType": "CreateBackendAuthenticationConfigRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/backendAuthenticationConfigs",
                            "(google.api.http).body": "backend_authentication_config",
                            "(google.api.method_signature)": "parent,backend_authentication_config,backend_authentication_config_id",
                            "(google.longrunning.operation_info).response_type": "BackendAuthenticationConfig",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/backendAuthenticationConfigs",
                                "body": "backend_authentication_config"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,backend_authentication_config,backend_authentication_config_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "BackendAuthenticationConfig",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateBackendAuthenticationConfig": {
                          "requestType": "UpdateBackendAuthenticationConfigRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{backend_authentication_config.name=projects/*/locations/*/backendAuthenticationConfigs/*}",
                            "(google.api.http).body": "backend_authentication_config",
                            "(google.api.method_signature)": "backend_authentication_config,update_mask",
                            "(google.longrunning.operation_info).response_type": "BackendAuthenticationConfig",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{backend_authentication_config.name=projects/*/locations/*/backendAuthenticationConfigs/*}",
                                "body": "backend_authentication_config"
                              }
                            },
                            {
                              "(google.api.method_signature)": "backend_authentication_config,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "BackendAuthenticationConfig",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteBackendAuthenticationConfig": {
                          "requestType": "DeleteBackendAuthenticationConfigRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/backendAuthenticationConfigs/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/backendAuthenticationConfigs/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListServerTlsPolicies": {
                          "requestType": "ListServerTlsPoliciesRequest",
                          "responseType": "ListServerTlsPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/serverTlsPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/serverTlsPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetServerTlsPolicy": {
                          "requestType": "GetServerTlsPolicyRequest",
                          "responseType": "ServerTlsPolicy",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/serverTlsPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/serverTlsPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateServerTlsPolicy": {
                          "requestType": "CreateServerTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/serverTlsPolicies",
                            "(google.api.http).body": "server_tls_policy",
                            "(google.api.method_signature)": "parent,server_tls_policy,server_tls_policy_id",
                            "(google.longrunning.operation_info).response_type": "ServerTlsPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/serverTlsPolicies",
                                "body": "server_tls_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,server_tls_policy,server_tls_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "ServerTlsPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateServerTlsPolicy": {
                          "requestType": "UpdateServerTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{server_tls_policy.name=projects/*/locations/*/serverTlsPolicies/*}",
                            "(google.api.http).body": "server_tls_policy",
                            "(google.api.method_signature)": "server_tls_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "ServerTlsPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{server_tls_policy.name=projects/*/locations/*/serverTlsPolicies/*}",
                                "body": "server_tls_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "server_tls_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "ServerTlsPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteServerTlsPolicy": {
                          "requestType": "DeleteServerTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/serverTlsPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/serverTlsPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListClientTlsPolicies": {
                          "requestType": "ListClientTlsPoliciesRequest",
                          "responseType": "ListClientTlsPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/clientTlsPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/clientTlsPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetClientTlsPolicy": {
                          "requestType": "GetClientTlsPolicyRequest",
                          "responseType": "ClientTlsPolicy",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/clientTlsPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/clientTlsPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateClientTlsPolicy": {
                          "requestType": "CreateClientTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/clientTlsPolicies",
                            "(google.api.http).body": "client_tls_policy",
                            "(google.api.method_signature)": "parent,client_tls_policy,client_tls_policy_id",
                            "(google.longrunning.operation_info).response_type": "ClientTlsPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/clientTlsPolicies",
                                "body": "client_tls_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,client_tls_policy,client_tls_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "ClientTlsPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateClientTlsPolicy": {
                          "requestType": "UpdateClientTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{client_tls_policy.name=projects/*/locations/*/clientTlsPolicies/*}",
                            "(google.api.http).body": "client_tls_policy",
                            "(google.api.method_signature)": "client_tls_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "ClientTlsPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{client_tls_policy.name=projects/*/locations/*/clientTlsPolicies/*}",
                                "body": "client_tls_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "client_tls_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "ClientTlsPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteClientTlsPolicy": {
                          "requestType": "DeleteClientTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/clientTlsPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/clientTlsPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListGatewaySecurityPolicies": {
                          "requestType": "ListGatewaySecurityPoliciesRequest",
                          "responseType": "ListGatewaySecurityPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/gatewaySecurityPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/gatewaySecurityPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetGatewaySecurityPolicy": {
                          "requestType": "GetGatewaySecurityPolicyRequest",
                          "responseType": "GatewaySecurityPolicy",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/gatewaySecurityPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/gatewaySecurityPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateGatewaySecurityPolicy": {
                          "requestType": "CreateGatewaySecurityPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/gatewaySecurityPolicies",
                            "(google.api.http).body": "gateway_security_policy",
                            "(google.api.method_signature)": "parent,gateway_security_policy,gateway_security_policy_id",
                            "(google.longrunning.operation_info).response_type": "GatewaySecurityPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/gatewaySecurityPolicies",
                                "body": "gateway_security_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,gateway_security_policy,gateway_security_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "GatewaySecurityPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateGatewaySecurityPolicy": {
                          "requestType": "UpdateGatewaySecurityPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{gateway_security_policy.name=projects/*/locations/*/gatewaySecurityPolicies/*}",
                            "(google.api.http).body": "gateway_security_policy",
                            "(google.api.method_signature)": "gateway_security_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "GatewaySecurityPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{gateway_security_policy.name=projects/*/locations/*/gatewaySecurityPolicies/*}",
                                "body": "gateway_security_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "gateway_security_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "GatewaySecurityPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteGatewaySecurityPolicy": {
                          "requestType": "DeleteGatewaySecurityPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/gatewaySecurityPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/gatewaySecurityPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListGatewaySecurityPolicyRules": {
                          "requestType": "ListGatewaySecurityPolicyRulesRequest",
                          "responseType": "ListGatewaySecurityPolicyRulesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetGatewaySecurityPolicyRule": {
                          "requestType": "GetGatewaySecurityPolicyRuleRequest",
                          "responseType": "GatewaySecurityPolicyRule",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateGatewaySecurityPolicyRule": {
                          "requestType": "CreateGatewaySecurityPolicyRuleRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules",
                            "(google.api.http).body": "gateway_security_policy_rule",
                            "(google.api.method_signature)": "parent,gateway_security_policy_rule,gateway_security_policy_rule_id",
                            "(google.longrunning.operation_info).response_type": "GatewaySecurityPolicyRule",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules",
                                "body": "gateway_security_policy_rule"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,gateway_security_policy_rule,gateway_security_policy_rule_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "GatewaySecurityPolicyRule",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateGatewaySecurityPolicyRule": {
                          "requestType": "UpdateGatewaySecurityPolicyRuleRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{gateway_security_policy_rule.name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}",
                            "(google.api.http).body": "gateway_security_policy_rule",
                            "(google.api.method_signature)": "gateway_security_policy_rule,update_mask",
                            "(google.longrunning.operation_info).response_type": "GatewaySecurityPolicyRule",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{gateway_security_policy_rule.name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}",
                                "body": "gateway_security_policy_rule"
                              }
                            },
                            {
                              "(google.api.method_signature)": "gateway_security_policy_rule,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "GatewaySecurityPolicyRule",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteGatewaySecurityPolicyRule": {
                          "requestType": "DeleteGatewaySecurityPolicyRuleRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListUrlLists": {
                          "requestType": "ListUrlListsRequest",
                          "responseType": "ListUrlListsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/urlLists",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/urlLists"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetUrlList": {
                          "requestType": "GetUrlListRequest",
                          "responseType": "UrlList",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/urlLists/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/urlLists/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateUrlList": {
                          "requestType": "CreateUrlListRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/urlLists",
                            "(google.api.http).body": "url_list",
                            "(google.api.method_signature)": "parent,url_list,url_list_id",
                            "(google.longrunning.operation_info).response_type": "UrlList",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/urlLists",
                                "body": "url_list"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,url_list,url_list_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "UrlList",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateUrlList": {
                          "requestType": "UpdateUrlListRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{url_list.name=projects/*/locations/*/urlLists/*}",
                            "(google.api.http).body": "url_list",
                            "(google.api.method_signature)": "url_list,update_mask",
                            "(google.longrunning.operation_info).response_type": "UrlList",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{url_list.name=projects/*/locations/*/urlLists/*}",
                                "body": "url_list"
                              }
                            },
                            {
                              "(google.api.method_signature)": "url_list,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "UrlList",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteUrlList": {
                          "requestType": "DeleteUrlListRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/urlLists/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/urlLists/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListTlsInspectionPolicies": {
                          "requestType": "ListTlsInspectionPoliciesRequest",
                          "responseType": "ListTlsInspectionPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/tlsInspectionPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/tlsInspectionPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetTlsInspectionPolicy": {
                          "requestType": "GetTlsInspectionPolicyRequest",
                          "responseType": "TlsInspectionPolicy",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/tlsInspectionPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/tlsInspectionPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateTlsInspectionPolicy": {
                          "requestType": "CreateTlsInspectionPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/tlsInspectionPolicies",
                            "(google.api.http).body": "tls_inspection_policy",
                            "(google.api.method_signature)": "parent,tls_inspection_policy,tls_inspection_policy_id",
                            "(google.longrunning.operation_info).response_type": "TlsInspectionPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/tlsInspectionPolicies",
                                "body": "tls_inspection_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,tls_inspection_policy,tls_inspection_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "TlsInspectionPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateTlsInspectionPolicy": {
                          "requestType": "UpdateTlsInspectionPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{tls_inspection_policy.name=projects/*/locations/*/tlsInspectionPolicies/*}",
                            "(google.api.http).body": "tls_inspection_policy",
                            "(google.api.method_signature)": "tls_inspection_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "TlsInspectionPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{tls_inspection_policy.name=projects/*/locations/*/tlsInspectionPolicies/*}",
                                "body": "tls_inspection_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "tls_inspection_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "TlsInspectionPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteTlsInspectionPolicy": {
                          "requestType": "DeleteTlsInspectionPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/tlsInspectionPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/tlsInspectionPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListAuthzPolicies": {
                          "requestType": "ListAuthzPoliciesRequest",
                          "responseType": "ListAuthzPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/authzPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/authzPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetAuthzPolicy": {
                          "requestType": "GetAuthzPolicyRequest",
                          "responseType": "AuthzPolicy",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/authzPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/authzPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateAuthzPolicy": {
                          "requestType": "CreateAuthzPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/authzPolicies",
                            "(google.api.http).body": "authz_policy",
                            "(google.api.method_signature)": "parent,authz_policy,authz_policy_id",
                            "(google.longrunning.operation_info).response_type": "AuthzPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/authzPolicies",
                                "body": "authz_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,authz_policy,authz_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AuthzPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateAuthzPolicy": {
                          "requestType": "UpdateAuthzPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{authz_policy.name=projects/*/locations/*/authzPolicies/*}",
                            "(google.api.http).body": "authz_policy",
                            "(google.api.method_signature)": "authz_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "AuthzPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{authz_policy.name=projects/*/locations/*/authzPolicies/*}",
                                "body": "authz_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "authz_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AuthzPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteAuthzPolicy": {
                          "requestType": "DeleteAuthzPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/authzPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/authzPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "ServerTlsPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/ServerTlsPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/serverTlsPolicies/{server_tls_policy}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5
                        },
                        "allowOpen": {
                          "type": "bool",
                          "id": 6
                        },
                        "serverCertificate": {
                          "type": "CertificateProvider",
                          "id": 7
                        },
                        "mtlsPolicy": {
                          "type": "MTLSPolicy",
                          "id": 8
                        }
                      },
                      "nested": {
                        "MTLSPolicy": {
                          "fields": {
                            "clientValidationMode": {
                              "type": "ClientValidationMode",
                              "id": 2
                            },
                            "clientValidationCa": {
                              "rule": "repeated",
                              "type": "ValidationCA",
                              "id": 1
                            },
                            "clientValidationTrustConfig": {
                              "type": "string",
                              "id": 4,
                              "options": {
                                "(google.api.resource_reference).type": "certificatemanager.googleapis.com/TrustConfig"
                              }
                            }
                          },
                          "nested": {
                            "ClientValidationMode": {
                              "values": {
                                "CLIENT_VALIDATION_MODE_UNSPECIFIED": 0,
                                "ALLOW_INVALID_OR_MISSING_CLIENT_CERT": 1,
                                "REJECT_INVALID": 2
                              }
                            }
                          }
                        }
                      }
                    },
                    "ListServerTlsPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        },
                        "returnPartialSuccess": {
                          "type": "bool",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListServerTlsPoliciesResponse": {
                      "fields": {
                        "serverTlsPolicies": {
                          "rule": "repeated",
                          "type": "ServerTlsPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetServerTlsPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/ServerTlsPolicy"
                          }
                        }
                      }
                    },
                    "CreateServerTlsPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/ServerTlsPolicy"
                          }
                        },
                        "serverTlsPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "serverTlsPolicy": {
                          "type": "ServerTlsPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateServerTlsPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "serverTlsPolicy": {
                          "type": "ServerTlsPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteServerTlsPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/ServerTlsPolicy"
                          }
                        }
                      }
                    },
                    "TlsInspectionPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/TlsInspectionPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}"
                      },
                      "oneofs": {
                        "_excludePublicCaSet": {
                          "oneof": [
                            "excludePublicCaSet"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "caPool": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "privateca.googleapis.com/CaPool"
                          }
                        },
                        "trustConfig": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "certificatemanager.googleapis.com/TrustConfig"
                          }
                        },
                        "excludePublicCaSet": {
                          "type": "bool",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "proto3_optional": true
                          }
                        },
                        "minTlsVersion": {
                          "type": "TlsVersion",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "tlsFeatureProfile": {
                          "type": "Profile",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "customTlsFeatures": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "TlsVersion": {
                          "values": {
                            "TLS_VERSION_UNSPECIFIED": 0,
                            "TLS_1_0": 1,
                            "TLS_1_1": 2,
                            "TLS_1_2": 3,
                            "TLS_1_3": 4
                          }
                        },
                        "Profile": {
                          "values": {
                            "PROFILE_UNSPECIFIED": 0,
                            "PROFILE_COMPATIBLE": 1,
                            "PROFILE_MODERN": 2,
                            "PROFILE_RESTRICTED": 3,
                            "PROFILE_CUSTOM": 4
                          }
                        }
                      }
                    },
                    "CreateTlsInspectionPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/TlsInspectionPolicy"
                          }
                        },
                        "tlsInspectionPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "tlsInspectionPolicy": {
                          "type": "TlsInspectionPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ListTlsInspectionPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListTlsInspectionPoliciesResponse": {
                      "fields": {
                        "tlsInspectionPolicies": {
                          "rule": "repeated",
                          "type": "TlsInspectionPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetTlsInspectionPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/TlsInspectionPolicy"
                          }
                        }
                      }
                    },
                    "DeleteTlsInspectionPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/TlsInspectionPolicy"
                          }
                        },
                        "force": {
                          "type": "bool",
                          "id": 2
                        }
                      }
                    },
                    "UpdateTlsInspectionPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "tlsInspectionPolicy": {
                          "type": "TlsInspectionPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UrlList": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/UrlList",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/urlLists/{url_list}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "values": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ListUrlListsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListUrlListsResponse": {
                      "fields": {
                        "urlLists": {
                          "rule": "repeated",
                          "type": "UrlList",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetUrlListRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/UrlList"
                          }
                        }
                      }
                    },
                    "CreateUrlListRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/UrlList"
                          }
                        },
                        "urlListId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "urlList": {
                          "type": "UrlList",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateUrlListRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "urlList": {
                          "type": "UrlList",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteUrlListRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/UrlList"
                          }
                        }
                      }
                    },
                    "SecurityProfileGroup": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/SecurityProfileGroup",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/securityProfileGroups/{security_profile_group}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "dataPathId": {
                          "type": "uint64",
                          "id": 12,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "threatPreventionProfile": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        },
                        "customMirroringProfile": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        },
                        "customInterceptProfile": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        },
                        "urlFilteringProfile": {
                          "type": "string",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        }
                      }
                    },
                    "SecurityProfile": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/SecurityProfile",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/securityProfiles/{security_profile}"
                      },
                      "oneofs": {
                        "profile": {
                          "oneof": [
                            "threatPreventionProfile",
                            "customMirroringProfile",
                            "customInterceptProfile",
                            "urlFilteringProfile"
                          ]
                        }
                      },
                      "fields": {
                        "threatPreventionProfile": {
                          "type": "ThreatPreventionProfile",
                          "id": 7
                        },
                        "customMirroringProfile": {
                          "type": "CustomMirroringProfile",
                          "id": 9
                        },
                        "customInterceptProfile": {
                          "type": "CustomInterceptProfile",
                          "id": 10
                        },
                        "urlFilteringProfile": {
                          "type": "UrlFilteringProfile",
                          "id": 12
                        },
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "type": {
                          "type": "ProfileType",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        }
                      },
                      "nested": {
                        "ProfileType": {
                          "values": {
                            "PROFILE_TYPE_UNSPECIFIED": 0,
                            "THREAT_PREVENTION": 1,
                            "CUSTOM_MIRRORING": 2,
                            "CUSTOM_INTERCEPT": 3,
                            "URL_FILTERING": 5
                          }
                        }
                      }
                    },
                    "CustomInterceptProfile": {
                      "fields": {
                        "interceptEndpointGroup": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                          }
                        }
                      }
                    },
                    "CustomMirroringProfile": {
                      "fields": {
                        "mirroringEndpointGroup": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                          }
                        }
                      }
                    },
                    "Severity": {
                      "values": {
                        "SEVERITY_UNSPECIFIED": 0,
                        "INFORMATIONAL": 1,
                        "LOW": 2,
                        "MEDIUM": 3,
                        "HIGH": 4,
                        "CRITICAL": 5
                      }
                    },
                    "ThreatType": {
                      "values": {
                        "THREAT_TYPE_UNSPECIFIED": 0,
                        "UNKNOWN": 1,
                        "VULNERABILITY": 2,
                        "ANTIVIRUS": 3,
                        "SPYWARE": 4,
                        "DNS": 5
                      }
                    },
                    "ThreatAction": {
                      "values": {
                        "THREAT_ACTION_UNSPECIFIED": 0,
                        "DEFAULT_ACTION": 4,
                        "ALLOW": 1,
                        "ALERT": 2,
                        "DENY": 3
                      }
                    },
                    "Protocol": {
                      "values": {
                        "PROTOCOL_UNSPECIFIED": 0,
                        "SMTP": 1,
                        "SMB": 2,
                        "POP3": 3,
                        "IMAP": 4,
                        "HTTP2": 5,
                        "HTTP": 6,
                        "FTP": 7
                      }
                    },
                    "ThreatPreventionProfile": {
                      "fields": {
                        "severityOverrides": {
                          "rule": "repeated",
                          "type": "SeverityOverride",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "threatOverrides": {
                          "rule": "repeated",
                          "type": "ThreatOverride",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "antivirusOverrides": {
                          "rule": "repeated",
                          "type": "AntivirusOverride",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "SeverityOverride": {
                      "fields": {
                        "severity": {
                          "type": "Severity",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "action": {
                          "type": "ThreatAction",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ThreatOverride": {
                      "fields": {
                        "threatId": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "type": {
                          "type": "ThreatType",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "action": {
                          "type": "ThreatAction",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "AntivirusOverride": {
                      "fields": {
                        "protocol": {
                          "type": "Protocol",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "action": {
                          "type": "ThreatAction",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UrlFilteringProfile": {
                      "fields": {
                        "urlFilters": {
                          "rule": "repeated",
                          "type": "UrlFilter",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UrlFilter": {
                      "oneofs": {
                        "_priority": {
                          "oneof": [
                            "priority"
                          ]
                        }
                      },
                      "fields": {
                        "filteringAction": {
                          "type": "UrlFilteringAction",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "urls": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "priority": {
                          "type": "int32",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "proto3_optional": true
                          }
                        }
                      },
                      "nested": {
                        "UrlFilteringAction": {
                          "values": {
                            "URL_FILTERING_ACTION_UNSPECIFIED": 0,
                            "ALLOW": 1,
                            "DENY": 2
                          }
                        }
                      }
                    },
                    "SecurityProfileGroupService": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListSecurityProfileGroups": {
                          "requestType": "ListSecurityProfileGroupsRequest",
                          "responseType": "ListSecurityProfileGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/securityProfileGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/securityProfileGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetSecurityProfileGroup": {
                          "requestType": "GetSecurityProfileGroupRequest",
                          "responseType": "SecurityProfileGroup",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/securityProfileGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/securityProfileGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateSecurityProfileGroup": {
                          "requestType": "CreateSecurityProfileGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/securityProfileGroups",
                            "(google.api.http).body": "security_profile_group",
                            "(google.api.method_signature)": "parent,security_profile_group,security_profile_group_id",
                            "(google.longrunning.operation_info).response_type": "SecurityProfileGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/securityProfileGroups",
                                "body": "security_profile_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,security_profile_group,security_profile_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SecurityProfileGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateSecurityProfileGroup": {
                          "requestType": "UpdateSecurityProfileGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{security_profile_group.name=projects/*/locations/*/securityProfileGroups/*}",
                            "(google.api.http).body": "security_profile_group",
                            "(google.api.method_signature)": "security_profile_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "SecurityProfileGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{security_profile_group.name=projects/*/locations/*/securityProfileGroups/*}",
                                "body": "security_profile_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "security_profile_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SecurityProfileGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteSecurityProfileGroup": {
                          "requestType": "DeleteSecurityProfileGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/securityProfileGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/securityProfileGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListSecurityProfiles": {
                          "requestType": "ListSecurityProfilesRequest",
                          "responseType": "ListSecurityProfilesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/securityProfiles",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/securityProfiles"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetSecurityProfile": {
                          "requestType": "GetSecurityProfileRequest",
                          "responseType": "SecurityProfile",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/securityProfiles/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/securityProfiles/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateSecurityProfile": {
                          "requestType": "CreateSecurityProfileRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/securityProfiles",
                            "(google.api.http).body": "security_profile",
                            "(google.api.method_signature)": "parent,security_profile,security_profile_id",
                            "(google.longrunning.operation_info).response_type": "SecurityProfile",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/securityProfiles",
                                "body": "security_profile"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,security_profile,security_profile_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SecurityProfile",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateSecurityProfile": {
                          "requestType": "UpdateSecurityProfileRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{security_profile.name=projects/*/locations/*/securityProfiles/*}",
                            "(google.api.http).body": "security_profile",
                            "(google.api.method_signature)": "security_profile,update_mask",
                            "(google.longrunning.operation_info).response_type": "SecurityProfile",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{security_profile.name=projects/*/locations/*/securityProfiles/*}",
                                "body": "security_profile"
                              }
                            },
                            {
                              "(google.api.method_signature)": "security_profile,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SecurityProfile",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteSecurityProfile": {
                          "requestType": "DeleteSecurityProfileRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/securityProfiles/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/securityProfiles/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "OrganizationSecurityProfileGroupService": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListSecurityProfileGroups": {
                          "requestType": "ListSecurityProfileGroupsRequest",
                          "responseType": "ListSecurityProfileGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=organizations/*/locations/*}/securityProfileGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=organizations/*/locations/*}/securityProfileGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetSecurityProfileGroup": {
                          "requestType": "GetSecurityProfileGroupRequest",
                          "responseType": "SecurityProfileGroup",
                          "options": {
                            "(google.api.http).get": "/v1/{name=organizations/*/locations/*/securityProfileGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=organizations/*/locations/*/securityProfileGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateSecurityProfileGroup": {
                          "requestType": "CreateSecurityProfileGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=organizations/*/locations/*}/securityProfileGroups",
                            "(google.api.http).body": "security_profile_group",
                            "(google.api.method_signature)": "parent,security_profile_group,security_profile_group_id",
                            "(google.longrunning.operation_info).response_type": "SecurityProfileGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=organizations/*/locations/*}/securityProfileGroups",
                                "body": "security_profile_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,security_profile_group,security_profile_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SecurityProfileGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateSecurityProfileGroup": {
                          "requestType": "UpdateSecurityProfileGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{security_profile_group.name=organizations/*/locations/*/securityProfileGroups/*}",
                            "(google.api.http).body": "security_profile_group",
                            "(google.api.method_signature)": "security_profile_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "SecurityProfileGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{security_profile_group.name=organizations/*/locations/*/securityProfileGroups/*}",
                                "body": "security_profile_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "security_profile_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SecurityProfileGroup",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteSecurityProfileGroup": {
                          "requestType": "DeleteSecurityProfileGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=organizations/*/locations/*/securityProfileGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=organizations/*/locations/*/securityProfileGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListSecurityProfiles": {
                          "requestType": "ListSecurityProfilesRequest",
                          "responseType": "ListSecurityProfilesResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=organizations/*/locations/*}/securityProfiles",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=organizations/*/locations/*}/securityProfiles"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetSecurityProfile": {
                          "requestType": "GetSecurityProfileRequest",
                          "responseType": "SecurityProfile",
                          "options": {
                            "(google.api.http).get": "/v1/{name=organizations/*/locations/*/securityProfiles/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=organizations/*/locations/*/securityProfiles/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateSecurityProfile": {
                          "requestType": "CreateSecurityProfileRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=organizations/*/locations/*}/securityProfiles",
                            "(google.api.http).body": "security_profile",
                            "(google.api.method_signature)": "parent,security_profile,security_profile_id",
                            "(google.longrunning.operation_info).response_type": "SecurityProfile",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=organizations/*/locations/*}/securityProfiles",
                                "body": "security_profile"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,security_profile,security_profile_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SecurityProfile",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateSecurityProfile": {
                          "requestType": "UpdateSecurityProfileRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1/{security_profile.name=organizations/*/locations/*/securityProfiles/*}",
                            "(google.api.http).body": "security_profile",
                            "(google.api.method_signature)": "security_profile,update_mask",
                            "(google.longrunning.operation_info).response_type": "SecurityProfile",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1/{security_profile.name=organizations/*/locations/*/securityProfiles/*}",
                                "body": "security_profile"
                              }
                            },
                            {
                              "(google.api.method_signature)": "security_profile,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SecurityProfile",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteSecurityProfile": {
                          "requestType": "DeleteSecurityProfileRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=organizations/*/locations/*/securityProfiles/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=organizations/*/locations/*/securityProfiles/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "ListSecurityProfileGroupsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SecurityProfileGroup"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListSecurityProfileGroupsResponse": {
                      "fields": {
                        "securityProfileGroups": {
                          "rule": "repeated",
                          "type": "SecurityProfileGroup",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetSecurityProfileGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfileGroup"
                          }
                        }
                      }
                    },
                    "CreateSecurityProfileGroupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SecurityProfileGroup"
                          }
                        },
                        "securityProfileGroupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "securityProfileGroup": {
                          "type": "SecurityProfileGroup",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateSecurityProfileGroupRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "securityProfileGroup": {
                          "type": "SecurityProfileGroup",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteSecurityProfileGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfileGroup"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListSecurityProfilesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListSecurityProfilesResponse": {
                      "fields": {
                        "securityProfiles": {
                          "rule": "repeated",
                          "type": "SecurityProfile",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetSecurityProfileRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        }
                      }
                    },
                    "CreateSecurityProfileRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        },
                        "securityProfileId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "securityProfile": {
                          "type": "SecurityProfile",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateSecurityProfileRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "securityProfile": {
                          "type": "SecurityProfile",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteSecurityProfileRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "SSERealmService": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListSACRealms": {
                          "requestType": "ListSACRealmsRequest",
                          "responseType": "ListSACRealmsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/sacRealms",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/sacRealms"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetSACRealm": {
                          "requestType": "GetSACRealmRequest",
                          "responseType": "SACRealm",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/sacRealms/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/sacRealms/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateSACRealm": {
                          "requestType": "CreateSACRealmRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/sacRealms",
                            "(google.api.http).body": "sac_realm",
                            "(google.api.method_signature)": "parent,sac_realm,sac_realm_id",
                            "(google.longrunning.operation_info).response_type": "SACRealm",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/sacRealms",
                                "body": "sac_realm"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,sac_realm,sac_realm_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SACRealm",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteSACRealm": {
                          "requestType": "DeleteSACRealmRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/sacRealms/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/sacRealms/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListSACAttachments": {
                          "requestType": "ListSACAttachmentsRequest",
                          "responseType": "ListSACAttachmentsResponse",
                          "options": {
                            "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/sacAttachments",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{parent=projects/*/locations/*}/sacAttachments"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetSACAttachment": {
                          "requestType": "GetSACAttachmentRequest",
                          "responseType": "SACAttachment",
                          "options": {
                            "(google.api.http).get": "/v1/{name=projects/*/locations/*/sacAttachments/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1/{name=projects/*/locations/*/sacAttachments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateSACAttachment": {
                          "requestType": "CreateSACAttachmentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/sacAttachments",
                            "(google.api.http).body": "sac_attachment",
                            "(google.api.method_signature)": "parent,sac_attachment,sac_attachment_id",
                            "(google.longrunning.operation_info).response_type": "SACAttachment",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1/{parent=projects/*/locations/*}/sacAttachments",
                                "body": "sac_attachment"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,sac_attachment,sac_attachment_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SACAttachment",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteSACAttachment": {
                          "requestType": "DeleteSACAttachmentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1/{name=projects/*/locations/*/sacAttachments/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1/{name=projects/*/locations/*/sacAttachments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "SACRealm": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/SACRealm",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/sacRealms/{sac_realm}",
                        "(google.api.resource).plural": "sacRealms",
                        "(google.api.resource).singular": "sacRealm"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "securityService": {
                          "type": "SecurityService",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "pairingKey": {
                          "type": "PairingKey",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "PairingKey": {
                          "fields": {
                            "key": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            },
                            "expireTime": {
                              "type": "google.protobuf.Timestamp",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "SecurityService": {
                          "values": {
                            "SECURITY_SERVICE_UNSPECIFIED": 0,
                            "PALO_ALTO_PRISMA_ACCESS": 1
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "PENDING_PARTNER_ATTACHMENT": 7,
                            "PARTNER_ATTACHED": 1,
                            "PARTNER_DETACHED": 2,
                            "KEY_EXPIRED": 3
                          }
                        }
                      }
                    },
                    "ListSACRealmsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SACRealm"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListSACRealmsResponse": {
                      "fields": {
                        "sacRealms": {
                          "rule": "repeated",
                          "type": "SACRealm",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetSACRealmRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SACRealm"
                          }
                        }
                      }
                    },
                    "CreateSACRealmRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SACRealm"
                          }
                        },
                        "sacRealmId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "sacRealm": {
                          "type": "SACRealm",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteSACRealmRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SACRealm"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "SACAttachment": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/SACAttachment",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/sacAttachments/{sac_attachment}",
                        "(google.api.resource).plural": "sacAttachments",
                        "(google.api.resource).singular": "sacAttachment"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sacRealm": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "nccGateway": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "PENDING_PARTNER_ATTACHMENT": 1,
                            "PARTNER_ATTACHED": 2,
                            "PARTNER_DETACHED": 3
                          }
                        }
                      }
                    },
                    "ListSACAttachmentsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SACAttachment"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListSACAttachmentsResponse": {
                      "fields": {
                        "sacAttachments": {
                          "rule": "repeated",
                          "type": "SACAttachment",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetSACAttachmentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SACAttachment"
                          }
                        }
                      }
                    },
                    "CreateSACAttachmentRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SACAttachment"
                          }
                        },
                        "sacAttachmentId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "sacAttachment": {
                          "type": "SACAttachment",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteSACAttachmentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SACAttachment"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    }
                  }
                },
                "v1alpha1": {
                  "options": {
                    "csharp_namespace": "Google.Cloud.NetworkSecurity.V1Alpha1",
                    "go_package": "cloud.google.com/go/networksecurity/apiv1alpha1/networksecuritypb;networksecuritypb",
                    "java_multiple_files": true,
                    "java_outer_classname": "SSERealmProto",
                    "java_package": "com.google.cloud.networksecurity.v1alpha1",
                    "php_namespace": "Google\\Cloud\\NetworkSecurity\\V1alpha1",
                    "ruby_package": "Google::Cloud::NetworkSecurity::V1alpha1",
                    "(google.api.resource_definition).type": "privateca.googleapis.com/CaPool",
                    "(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/caPools/{ca_pool}"
                  },
                  "nested": {
                    "AuthorizationPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/AuthorizationPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/authorizationPolicies/{authorization_policy}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "action": {
                          "type": "Action",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "rules": {
                          "rule": "repeated",
                          "type": "Rule",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "Rule": {
                          "fields": {
                            "sources": {
                              "rule": "repeated",
                              "type": "Source",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "destinations": {
                              "rule": "repeated",
                              "type": "Destination",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            }
                          },
                          "nested": {
                            "Source": {
                              "fields": {
                                "principals": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "ipBlocks": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              }
                            },
                            "Destination": {
                              "fields": {
                                "hosts": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                },
                                "ports": {
                                  "rule": "repeated",
                                  "type": "uint32",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                },
                                "methods": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 4,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "httpHeaderMatch": {
                                  "type": "HttpHeaderMatch",
                                  "id": 5,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              },
                              "nested": {
                                "HttpHeaderMatch": {
                                  "oneofs": {
                                    "type": {
                                      "oneof": [
                                        "regexMatch"
                                      ]
                                    }
                                  },
                                  "fields": {
                                    "regexMatch": {
                                      "type": "string",
                                      "id": 2,
                                      "options": {
                                        "(google.api.field_behavior)": "REQUIRED"
                                      }
                                    },
                                    "headerName": {
                                      "type": "string",
                                      "id": 1,
                                      "options": {
                                        "(google.api.field_behavior)": "REQUIRED"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "Action": {
                          "values": {
                            "ACTION_UNSPECIFIED": 0,
                            "ALLOW": 1,
                            "DENY": 2
                          }
                        }
                      }
                    },
                    "ListAuthorizationPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListAuthorizationPoliciesResponse": {
                      "fields": {
                        "authorizationPolicies": {
                          "rule": "repeated",
                          "type": "AuthorizationPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetAuthorizationPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AuthorizationPolicy"
                          }
                        }
                      }
                    },
                    "CreateAuthorizationPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/AuthorizationPolicy"
                          }
                        },
                        "authorizationPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "authorizationPolicy": {
                          "type": "AuthorizationPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateAuthorizationPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "authorizationPolicy": {
                          "type": "AuthorizationPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteAuthorizationPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AuthorizationPolicy"
                          }
                        }
                      }
                    },
                    "AuthzPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/AuthzPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/authzPolicies/{authz_policy}",
                        "(google.api.resource).plural": "authzPolicies",
                        "(google.api.resource).singular": "authzPolicy"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "target": {
                          "type": "Target",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "httpRules": {
                          "rule": "repeated",
                          "type": "AuthzRule",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "action": {
                          "type": "AuthzAction",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "customProvider": {
                          "type": "CustomProvider",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "Target": {
                          "fields": {
                            "loadBalancingScheme": {
                              "type": "LoadBalancingScheme",
                              "id": 8,
                              "options": {
                                "(google.api.field_behavior)": "REQUIRED"
                              }
                            },
                            "resources": {
                              "rule": "repeated",
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "REQUIRED"
                              }
                            }
                          }
                        },
                        "AuthzRule": {
                          "fields": {
                            "from": {
                              "type": "From",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "to": {
                              "type": "To",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "when": {
                              "type": "string",
                              "id": 3,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            }
                          },
                          "nested": {
                            "StringMatch": {
                              "oneofs": {
                                "matchPattern": {
                                  "oneof": [
                                    "exact",
                                    "prefix",
                                    "suffix",
                                    "contains"
                                  ]
                                }
                              },
                              "fields": {
                                "exact": {
                                  "type": "string",
                                  "id": 1
                                },
                                "prefix": {
                                  "type": "string",
                                  "id": 2
                                },
                                "suffix": {
                                  "type": "string",
                                  "id": 3
                                },
                                "contains": {
                                  "type": "string",
                                  "id": 4
                                },
                                "ignoreCase": {
                                  "type": "bool",
                                  "id": 5
                                }
                              }
                            },
                            "IpBlock": {
                              "fields": {
                                "prefix": {
                                  "type": "string",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                },
                                "length": {
                                  "type": "int32",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                }
                              }
                            },
                            "RequestResource": {
                              "fields": {
                                "tagValueIdSet": {
                                  "type": "TagValueIdSet",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "iamServiceAccount": {
                                  "type": "StringMatch",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              },
                              "nested": {
                                "TagValueIdSet": {
                                  "fields": {
                                    "ids": {
                                      "rule": "repeated",
                                      "type": "int64",
                                      "id": 1,
                                      "options": {
                                        "(google.api.field_behavior)": "REQUIRED"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "HeaderMatch": {
                              "fields": {
                                "name": {
                                  "type": "string",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "value": {
                                  "type": "StringMatch",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              }
                            },
                            "Principal": {
                              "fields": {
                                "principalSelector": {
                                  "type": "PrincipalSelector",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "principal": {
                                  "type": "StringMatch",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                }
                              },
                              "nested": {
                                "PrincipalSelector": {
                                  "values": {
                                    "PRINCIPAL_SELECTOR_UNSPECIFIED": 0,
                                    "CLIENT_CERT_URI_SAN": 1,
                                    "CLIENT_CERT_DNS_NAME_SAN": 2,
                                    "CLIENT_CERT_COMMON_NAME": 3
                                  }
                                }
                              }
                            },
                            "From": {
                              "fields": {
                                "sources": {
                                  "rule": "repeated",
                                  "type": "RequestSource",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "notSources": {
                                  "rule": "repeated",
                                  "type": "RequestSource",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              },
                              "nested": {
                                "RequestSource": {
                                  "fields": {
                                    "principals": {
                                      "rule": "repeated",
                                      "type": "Principal",
                                      "id": 1,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    },
                                    "ipBlocks": {
                                      "rule": "repeated",
                                      "type": "IpBlock",
                                      "id": 2,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    },
                                    "resources": {
                                      "rule": "repeated",
                                      "type": "RequestResource",
                                      "id": 3,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "To": {
                              "fields": {
                                "operations": {
                                  "rule": "repeated",
                                  "type": "RequestOperation",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "notOperations": {
                                  "rule": "repeated",
                                  "type": "RequestOperation",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              },
                              "nested": {
                                "RequestOperation": {
                                  "fields": {
                                    "headerSet": {
                                      "type": "HeaderSet",
                                      "id": 1,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    },
                                    "hosts": {
                                      "rule": "repeated",
                                      "type": "StringMatch",
                                      "id": 2,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    },
                                    "paths": {
                                      "rule": "repeated",
                                      "type": "StringMatch",
                                      "id": 3,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    },
                                    "methods": {
                                      "rule": "repeated",
                                      "type": "string",
                                      "id": 4,
                                      "options": {
                                        "(google.api.field_behavior)": "OPTIONAL"
                                      }
                                    }
                                  },
                                  "nested": {
                                    "HeaderSet": {
                                      "fields": {
                                        "headers": {
                                          "rule": "repeated",
                                          "type": "HeaderMatch",
                                          "id": 1,
                                          "options": {
                                            "(google.api.field_behavior)": "REQUIRED"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "CustomProvider": {
                          "fields": {
                            "cloudIap": {
                              "type": "CloudIap",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "authzExtension": {
                              "type": "AuthzExtension",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            }
                          },
                          "nested": {
                            "CloudIap": {
                              "fields": {}
                            },
                            "AuthzExtension": {
                              "fields": {
                                "resources": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                }
                              }
                            }
                          }
                        },
                        "LoadBalancingScheme": {
                          "values": {
                            "LOAD_BALANCING_SCHEME_UNSPECIFIED": 0,
                            "INTERNAL_MANAGED": 1,
                            "EXTERNAL_MANAGED": 2,
                            "INTERNAL_SELF_MANAGED": 3
                          }
                        },
                        "AuthzAction": {
                          "values": {
                            "AUTHZ_ACTION_UNSPECIFIED": 0,
                            "ALLOW": 1,
                            "DENY": 2,
                            "CUSTOM": 3
                          }
                        }
                      }
                    },
                    "CreateAuthzPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/AuthzPolicy"
                          }
                        },
                        "authzPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "authzPolicy": {
                          "type": "AuthzPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListAuthzPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/AuthzPolicy"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListAuthzPoliciesResponse": {
                      "fields": {
                        "authzPolicies": {
                          "rule": "repeated",
                          "type": "AuthzPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetAuthzPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AuthzPolicy"
                          }
                        }
                      }
                    },
                    "UpdateAuthzPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "authzPolicy": {
                          "type": "AuthzPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteAuthzPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AuthzPolicy"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "BackendAuthenticationConfig": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/BackendAuthenticationConfig",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/backendAuthenticationConfigs/{backend_authentication_config}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5
                        },
                        "clientCertificate": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "certificatemanager.googleapis.com/Certificate"
                          }
                        },
                        "trustConfig": {
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "certificatemanager.googleapis.com/TrustConfig"
                          }
                        },
                        "wellKnownRoots": {
                          "type": "WellKnownRoots",
                          "id": 8
                        },
                        "etag": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "WellKnownRoots": {
                          "values": {
                            "WELL_KNOWN_ROOTS_UNSPECIFIED": 0,
                            "NONE": 1,
                            "PUBLIC_ROOTS": 2
                          }
                        }
                      }
                    },
                    "ListBackendAuthenticationConfigsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListBackendAuthenticationConfigsResponse": {
                      "fields": {
                        "backendAuthenticationConfigs": {
                          "rule": "repeated",
                          "type": "BackendAuthenticationConfig",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetBackendAuthenticationConfigRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/BackendAuthenticationConfig"
                          }
                        }
                      }
                    },
                    "CreateBackendAuthenticationConfigRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/BackendAuthenticationConfig"
                          }
                        },
                        "backendAuthenticationConfigId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "backendAuthenticationConfig": {
                          "type": "BackendAuthenticationConfig",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateBackendAuthenticationConfigRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "backendAuthenticationConfig": {
                          "type": "BackendAuthenticationConfig",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteBackendAuthenticationConfigRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/BackendAuthenticationConfig"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ClientTlsPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/ClientTlsPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/clientTlsPolicies/{client_tls_policy}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sni": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "clientCertificate": {
                          "type": "CertificateProvider",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "serverValidationCa": {
                          "rule": "repeated",
                          "type": "ValidationCA",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListClientTlsPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListClientTlsPoliciesResponse": {
                      "fields": {
                        "clientTlsPolicies": {
                          "rule": "repeated",
                          "type": "ClientTlsPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetClientTlsPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/ClientTlsPolicy"
                          }
                        }
                      }
                    },
                    "CreateClientTlsPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/ClientTlsPolicy"
                          }
                        },
                        "clientTlsPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "clientTlsPolicy": {
                          "type": "ClientTlsPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateClientTlsPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "clientTlsPolicy": {
                          "type": "ClientTlsPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteClientTlsPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/ClientTlsPolicy"
                          }
                        }
                      }
                    },
                    "GrpcEndpoint": {
                      "fields": {
                        "targetUri": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ValidationCA": {
                      "oneofs": {
                        "type": {
                          "oneof": [
                            "caCertPath",
                            "grpcEndpoint",
                            "certificateProviderInstance"
                          ]
                        }
                      },
                      "fields": {
                        "caCertPath": {
                          "type": "string",
                          "id": 1
                        },
                        "grpcEndpoint": {
                          "type": "GrpcEndpoint",
                          "id": 2
                        },
                        "certificateProviderInstance": {
                          "type": "CertificateProviderInstance",
                          "id": 3
                        }
                      }
                    },
                    "CertificateProviderInstance": {
                      "fields": {
                        "pluginInstance": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CertificateProvider": {
                      "oneofs": {
                        "type": {
                          "oneof": [
                            "localFilepath",
                            "grpcEndpoint",
                            "certificateProviderInstance"
                          ]
                        }
                      },
                      "fields": {
                        "localFilepath": {
                          "type": "TlsCertificateFiles",
                          "id": 1
                        },
                        "grpcEndpoint": {
                          "type": "GrpcEndpoint",
                          "id": 2
                        },
                        "certificateProviderInstance": {
                          "type": "CertificateProviderInstance",
                          "id": 3
                        }
                      },
                      "nested": {
                        "TlsCertificateFiles": {
                          "fields": {
                            "certificatePath": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "REQUIRED"
                              }
                            },
                            "privateKeyPath": {
                              "type": "string",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "REQUIRED"
                              }
                            }
                          }
                        }
                      }
                    },
                    "OperationMetadata": {
                      "fields": {
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "target": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "verb": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "statusMessage": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "requestedCancellation": {
                          "type": "bool",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "apiVersion": {
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      }
                    },
                    "DnsThreatDetectorService": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListDnsThreatDetectors": {
                          "requestType": "ListDnsThreatDetectorsRequest",
                          "responseType": "ListDnsThreatDetectorsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/dnsThreatDetectors",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/dnsThreatDetectors"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetDnsThreatDetector": {
                          "requestType": "GetDnsThreatDetectorRequest",
                          "responseType": "DnsThreatDetector",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/dnsThreatDetectors/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/dnsThreatDetectors/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateDnsThreatDetector": {
                          "requestType": "CreateDnsThreatDetectorRequest",
                          "responseType": "DnsThreatDetector",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/dnsThreatDetectors",
                            "(google.api.http).body": "dns_threat_detector",
                            "(google.api.method_signature)": "parent,dns_threat_detector,dns_threat_detector_id"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/dnsThreatDetectors",
                                "body": "dns_threat_detector"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,dns_threat_detector,dns_threat_detector_id"
                            }
                          ]
                        },
                        "UpdateDnsThreatDetector": {
                          "requestType": "UpdateDnsThreatDetectorRequest",
                          "responseType": "DnsThreatDetector",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{dns_threat_detector.name=projects/*/locations/*/dnsThreatDetectors/*}",
                            "(google.api.http).body": "dns_threat_detector",
                            "(google.api.method_signature)": "dns_threat_detector,update_mask"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{dns_threat_detector.name=projects/*/locations/*/dnsThreatDetectors/*}",
                                "body": "dns_threat_detector"
                              }
                            },
                            {
                              "(google.api.method_signature)": "dns_threat_detector,update_mask"
                            }
                          ]
                        },
                        "DeleteDnsThreatDetector": {
                          "requestType": "DeleteDnsThreatDetectorRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/dnsThreatDetectors/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/dnsThreatDetectors/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        }
                      }
                    },
                    "DnsThreatDetector": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/DnsThreatDetector",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/dnsThreatDetectors/{dns_threat_detector}",
                        "(google.api.resource).plural": "dnsThreatDetectors",
                        "(google.api.resource).singular": "dnsThreatDetector"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "excludedNetworks": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                          }
                        },
                        "provider": {
                          "type": "Provider",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      },
                      "nested": {
                        "Provider": {
                          "values": {
                            "PROVIDER_UNSPECIFIED": 0,
                            "INFOBLOX": 1
                          }
                        }
                      }
                    },
                    "ListDnsThreatDetectorsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/DnsThreatDetector"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListDnsThreatDetectorsResponse": {
                      "fields": {
                        "dnsThreatDetectors": {
                          "rule": "repeated",
                          "type": "DnsThreatDetector",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "UNORDERED_LIST"
                          }
                        }
                      }
                    },
                    "GetDnsThreatDetectorRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/DnsThreatDetector"
                          }
                        }
                      }
                    },
                    "CreateDnsThreatDetectorRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/DnsThreatDetector"
                          }
                        },
                        "dnsThreatDetectorId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "dnsThreatDetector": {
                          "type": "DnsThreatDetector",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateDnsThreatDetectorRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "dnsThreatDetector": {
                          "type": "DnsThreatDetector",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteDnsThreatDetectorRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/DnsThreatDetector"
                          }
                        }
                      }
                    },
                    "FirewallActivation": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListFirewallEndpoints": {
                          "requestType": "ListFirewallEndpointsRequest",
                          "responseType": "ListFirewallEndpointsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=organizations/*/locations/*}/firewallEndpoints",
                            "(google.api.http).additional_bindings.get": "/v1alpha1/{parent=projects/*/locations/*}/firewallEndpoints",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=organizations/*/locations/*}/firewallEndpoints",
                                "additional_bindings": {
                                  "get": "/v1alpha1/{parent=projects/*/locations/*}/firewallEndpoints"
                                }
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetFirewallEndpoint": {
                          "requestType": "GetFirewallEndpointRequest",
                          "responseType": "FirewallEndpoint",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=organizations/*/locations/*/firewallEndpoints/*}",
                            "(google.api.http).additional_bindings.get": "/v1alpha1/{name=projects/*/locations/*/firewallEndpoints/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=organizations/*/locations/*/firewallEndpoints/*}",
                                "additional_bindings": {
                                  "get": "/v1alpha1/{name=projects/*/locations/*/firewallEndpoints/*}"
                                }
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateFirewallEndpoint": {
                          "requestType": "CreateFirewallEndpointRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=organizations/*/locations/*}/firewallEndpoints",
                            "(google.api.http).body": "firewall_endpoint",
                            "(google.api.http).additional_bindings.post": "/v1alpha1/{parent=projects/*/locations/*}/firewallEndpoints",
                            "(google.api.http).additional_bindings.body": "firewall_endpoint",
                            "(google.api.method_signature)": "parent,firewall_endpoint,firewall_endpoint_id",
                            "(google.longrunning.operation_info).response_type": "FirewallEndpoint",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=organizations/*/locations/*}/firewallEndpoints",
                                "body": "firewall_endpoint",
                                "additional_bindings": {
                                  "post": "/v1alpha1/{parent=projects/*/locations/*}/firewallEndpoints",
                                  "body": "firewall_endpoint"
                                }
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,firewall_endpoint,firewall_endpoint_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "FirewallEndpoint",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteFirewallEndpoint": {
                          "requestType": "DeleteFirewallEndpointRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=organizations/*/locations/*/firewallEndpoints/*}",
                            "(google.api.http).additional_bindings.delete": "/v1alpha1/{name=projects/*/locations/*/firewallEndpoints/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=organizations/*/locations/*/firewallEndpoints/*}",
                                "additional_bindings": {
                                  "delete": "/v1alpha1/{name=projects/*/locations/*/firewallEndpoints/*}"
                                }
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateFirewallEndpoint": {
                          "requestType": "UpdateFirewallEndpointRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{firewall_endpoint.name=organizations/*/locations/*/firewallEndpoints/*}",
                            "(google.api.http).body": "firewall_endpoint",
                            "(google.api.http).additional_bindings.patch": "/v1alpha1/{firewall_endpoint.name=projects/*/locations/*/firewallEndpoints/*}",
                            "(google.api.http).additional_bindings.body": "firewall_endpoint",
                            "(google.api.method_signature)": "firewall_endpoint,update_mask",
                            "(google.longrunning.operation_info).response_type": "FirewallEndpoint",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{firewall_endpoint.name=organizations/*/locations/*/firewallEndpoints/*}",
                                "body": "firewall_endpoint",
                                "additional_bindings": {
                                  "patch": "/v1alpha1/{firewall_endpoint.name=projects/*/locations/*/firewallEndpoints/*}",
                                  "body": "firewall_endpoint"
                                }
                              }
                            },
                            {
                              "(google.api.method_signature)": "firewall_endpoint,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "FirewallEndpoint",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListFirewallEndpointAssociations": {
                          "requestType": "ListFirewallEndpointAssociationsRequest",
                          "responseType": "ListFirewallEndpointAssociationsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/firewallEndpointAssociations",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/firewallEndpointAssociations"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetFirewallEndpointAssociation": {
                          "requestType": "GetFirewallEndpointAssociationRequest",
                          "responseType": "FirewallEndpointAssociation",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/firewallEndpointAssociations/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/firewallEndpointAssociations/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateFirewallEndpointAssociation": {
                          "requestType": "CreateFirewallEndpointAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/firewallEndpointAssociations",
                            "(google.api.http).body": "firewall_endpoint_association",
                            "(google.api.method_signature)": "parent,firewall_endpoint_association,firewall_endpoint_association_id",
                            "(google.longrunning.operation_info).response_type": "FirewallEndpointAssociation",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/firewallEndpointAssociations",
                                "body": "firewall_endpoint_association"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,firewall_endpoint_association,firewall_endpoint_association_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "FirewallEndpointAssociation",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteFirewallEndpointAssociation": {
                          "requestType": "DeleteFirewallEndpointAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/firewallEndpointAssociations/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/firewallEndpointAssociations/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateFirewallEndpointAssociation": {
                          "requestType": "UpdateFirewallEndpointAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{firewall_endpoint_association.name=projects/*/locations/*/firewallEndpointAssociations/*}",
                            "(google.api.http).body": "firewall_endpoint_association",
                            "(google.api.method_signature)": "firewall_endpoint_association,update_mask",
                            "(google.longrunning.operation_info).response_type": "FirewallEndpointAssociation",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{firewall_endpoint_association.name=projects/*/locations/*/firewallEndpointAssociations/*}",
                                "body": "firewall_endpoint_association"
                              }
                            },
                            {
                              "(google.api.method_signature)": "firewall_endpoint_association,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "FirewallEndpointAssociation",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "FirewallEndpoint": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/FirewallEndpoint",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/firewallEndpoints/{firewall_endpoint}",
                        "(google.api.resource).plural": "firewallEndpoints",
                        "(google.api.resource).singular": "firewallEndpoint"
                      },
                      "oneofs": {
                        "_satisfiesPzs": {
                          "oneof": [
                            "satisfiesPzs"
                          ]
                        },
                        "_satisfiesPzi": {
                          "oneof": [
                            "satisfiesPzi"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "associatedNetworks": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 7,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "associations": {
                          "rule": "repeated",
                          "type": "AssociationReference",
                          "id": 13,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "satisfiesPzs": {
                          "type": "bool",
                          "id": 14,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY",
                            "proto3_optional": true
                          }
                        },
                        "satisfiesPzi": {
                          "type": "bool",
                          "id": 15,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY",
                            "proto3_optional": true
                          }
                        },
                        "billingProjectId": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "endpointSettings": {
                          "type": "EndpointSettings",
                          "id": 19,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "AssociationReference": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/FirewallEndpointAssociation"
                              }
                            },
                            "network": {
                              "type": "string",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                              }
                            }
                          }
                        },
                        "EndpointSettings": {
                          "fields": {
                            "jumboFramesEnabled": {
                              "type": "bool",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "IMMUTABLE"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "CREATING": 1,
                            "ACTIVE": 2,
                            "DELETING": 3,
                            "INACTIVE": 4
                          }
                        }
                      }
                    },
                    "ListFirewallEndpointsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/FirewallEndpoint"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5
                        }
                      }
                    },
                    "ListFirewallEndpointsResponse": {
                      "fields": {
                        "firewallEndpoints": {
                          "rule": "repeated",
                          "type": "FirewallEndpoint",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetFirewallEndpointRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/FirewallEndpoint"
                          }
                        }
                      }
                    },
                    "CreateFirewallEndpointRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/FirewallEndpoint"
                          }
                        },
                        "firewallEndpointId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "firewallEndpoint": {
                          "type": "FirewallEndpoint",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateFirewallEndpointRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "firewallEndpoint": {
                          "type": "FirewallEndpoint",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteFirewallEndpointRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/FirewallEndpoint"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "FirewallEndpointAssociation": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/FirewallEndpointAssociation",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/firewallEndpointAssociations/{firewall_endpoint_association}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "network": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "firewallEndpoint": {
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "tlsInspectionPolicy": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/TlsInspectionPolicy"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "disabled": {
                          "type": "bool",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "CREATING": 1,
                            "ACTIVE": 2,
                            "DELETING": 3,
                            "INACTIVE": 4,
                            "ORPHAN": 5
                          }
                        }
                      }
                    },
                    "ListFirewallEndpointAssociationsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/FirewallEndpointAssociation"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5
                        }
                      }
                    },
                    "ListFirewallEndpointAssociationsResponse": {
                      "fields": {
                        "firewallEndpointAssociations": {
                          "rule": "repeated",
                          "type": "FirewallEndpointAssociation",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetFirewallEndpointAssociationRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/FirewallEndpointAssociation"
                          }
                        }
                      }
                    },
                    "CreateFirewallEndpointAssociationRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/FirewallEndpointAssociation"
                          }
                        },
                        "firewallEndpointAssociationId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "firewallEndpointAssociation": {
                          "type": "FirewallEndpointAssociation",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteFirewallEndpointAssociationRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/FirewallEndpointAssociation"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateFirewallEndpointAssociationRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "firewallEndpointAssociation": {
                          "type": "FirewallEndpointAssociation",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "GatewaySecurityPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/GatewaySecurityPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "tlsInspectionPolicy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/TlsInspectionPolicy"
                          }
                        }
                      }
                    },
                    "CreateGatewaySecurityPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/GatewaySecurityPolicy"
                          }
                        },
                        "gatewaySecurityPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "gatewaySecurityPolicy": {
                          "type": "GatewaySecurityPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ListGatewaySecurityPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListGatewaySecurityPoliciesResponse": {
                      "fields": {
                        "gatewaySecurityPolicies": {
                          "rule": "repeated",
                          "type": "GatewaySecurityPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetGatewaySecurityPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/GatewaySecurityPolicy"
                          }
                        }
                      }
                    },
                    "DeleteGatewaySecurityPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/GatewaySecurityPolicy"
                          }
                        }
                      }
                    },
                    "UpdateGatewaySecurityPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "gatewaySecurityPolicy": {
                          "type": "GatewaySecurityPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "GatewaySecurityPolicyRule": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/GatewaySecurityPolicyRule",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}/rules/{rule}"
                      },
                      "oneofs": {
                        "profile": {
                          "oneof": [
                            "basicProfile"
                          ]
                        }
                      },
                      "fields": {
                        "basicProfile": {
                          "type": "BasicProfile",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "enabled": {
                          "type": "bool",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "priority": {
                          "type": "int32",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sessionMatcher": {
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "applicationMatcher": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "tlsInspectionEnabled": {
                          "type": "bool",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "BasicProfile": {
                          "values": {
                            "BASIC_PROFILE_UNSPECIFIED": 0,
                            "ALLOW": 1,
                            "DENY": 2
                          }
                        }
                      }
                    },
                    "CreateGatewaySecurityPolicyRuleRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/GatewaySecurityPolicyRule"
                          }
                        },
                        "gatewaySecurityPolicyRule": {
                          "type": "GatewaySecurityPolicyRule",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "gatewaySecurityPolicyRuleId": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetGatewaySecurityPolicyRuleRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/GatewaySecurityPolicyRule"
                          }
                        }
                      }
                    },
                    "UpdateGatewaySecurityPolicyRuleRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "gatewaySecurityPolicyRule": {
                          "type": "GatewaySecurityPolicyRule",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ListGatewaySecurityPolicyRulesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/GatewaySecurityPolicy"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListGatewaySecurityPolicyRulesResponse": {
                      "fields": {
                        "gatewaySecurityPolicyRules": {
                          "rule": "repeated",
                          "type": "GatewaySecurityPolicyRule",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "DeleteGatewaySecurityPolicyRuleRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/GatewaySecurityPolicyRule"
                          }
                        }
                      }
                    },
                    "Intercept": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListInterceptEndpointGroups": {
                          "requestType": "ListInterceptEndpointGroupsRequest",
                          "responseType": "ListInterceptEndpointGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/interceptEndpointGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/interceptEndpointGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetInterceptEndpointGroup": {
                          "requestType": "GetInterceptEndpointGroupRequest",
                          "responseType": "InterceptEndpointGroup",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/interceptEndpointGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/interceptEndpointGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateInterceptEndpointGroup": {
                          "requestType": "CreateInterceptEndpointGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/interceptEndpointGroups",
                            "(google.api.http).body": "intercept_endpoint_group",
                            "(google.api.method_signature)": "parent,intercept_endpoint_group,intercept_endpoint_group_id",
                            "(google.longrunning.operation_info).response_type": "InterceptEndpointGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/interceptEndpointGroups",
                                "body": "intercept_endpoint_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,intercept_endpoint_group,intercept_endpoint_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptEndpointGroup",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateInterceptEndpointGroup": {
                          "requestType": "UpdateInterceptEndpointGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{intercept_endpoint_group.name=projects/*/locations/*/interceptEndpointGroups/*}",
                            "(google.api.http).body": "intercept_endpoint_group",
                            "(google.api.method_signature)": "intercept_endpoint_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "InterceptEndpointGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{intercept_endpoint_group.name=projects/*/locations/*/interceptEndpointGroups/*}",
                                "body": "intercept_endpoint_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "intercept_endpoint_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptEndpointGroup",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteInterceptEndpointGroup": {
                          "requestType": "DeleteInterceptEndpointGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/interceptEndpointGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/interceptEndpointGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListInterceptEndpointGroupAssociations": {
                          "requestType": "ListInterceptEndpointGroupAssociationsRequest",
                          "responseType": "ListInterceptEndpointGroupAssociationsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/interceptEndpointGroupAssociations",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/interceptEndpointGroupAssociations"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetInterceptEndpointGroupAssociation": {
                          "requestType": "GetInterceptEndpointGroupAssociationRequest",
                          "responseType": "InterceptEndpointGroupAssociation",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/interceptEndpointGroupAssociations/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/interceptEndpointGroupAssociations/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateInterceptEndpointGroupAssociation": {
                          "requestType": "CreateInterceptEndpointGroupAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/interceptEndpointGroupAssociations",
                            "(google.api.http).body": "intercept_endpoint_group_association",
                            "(google.api.method_signature)": "parent,intercept_endpoint_group_association,intercept_endpoint_group_association_id",
                            "(google.longrunning.operation_info).response_type": "InterceptEndpointGroupAssociation",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/interceptEndpointGroupAssociations",
                                "body": "intercept_endpoint_group_association"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,intercept_endpoint_group_association,intercept_endpoint_group_association_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptEndpointGroupAssociation",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateInterceptEndpointGroupAssociation": {
                          "requestType": "UpdateInterceptEndpointGroupAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{intercept_endpoint_group_association.name=projects/*/locations/*/interceptEndpointGroupAssociations/*}",
                            "(google.api.http).body": "intercept_endpoint_group_association",
                            "(google.api.method_signature)": "intercept_endpoint_group_association,update_mask",
                            "(google.longrunning.operation_info).response_type": "InterceptEndpointGroupAssociation",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{intercept_endpoint_group_association.name=projects/*/locations/*/interceptEndpointGroupAssociations/*}",
                                "body": "intercept_endpoint_group_association"
                              }
                            },
                            {
                              "(google.api.method_signature)": "intercept_endpoint_group_association,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptEndpointGroupAssociation",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteInterceptEndpointGroupAssociation": {
                          "requestType": "DeleteInterceptEndpointGroupAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/interceptEndpointGroupAssociations/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/interceptEndpointGroupAssociations/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListInterceptDeploymentGroups": {
                          "requestType": "ListInterceptDeploymentGroupsRequest",
                          "responseType": "ListInterceptDeploymentGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/interceptDeploymentGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/interceptDeploymentGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetInterceptDeploymentGroup": {
                          "requestType": "GetInterceptDeploymentGroupRequest",
                          "responseType": "InterceptDeploymentGroup",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/interceptDeploymentGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/interceptDeploymentGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateInterceptDeploymentGroup": {
                          "requestType": "CreateInterceptDeploymentGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/interceptDeploymentGroups",
                            "(google.api.http).body": "intercept_deployment_group",
                            "(google.api.method_signature)": "parent,intercept_deployment_group,intercept_deployment_group_id",
                            "(google.longrunning.operation_info).response_type": "InterceptDeploymentGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/interceptDeploymentGroups",
                                "body": "intercept_deployment_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,intercept_deployment_group,intercept_deployment_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptDeploymentGroup",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateInterceptDeploymentGroup": {
                          "requestType": "UpdateInterceptDeploymentGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{intercept_deployment_group.name=projects/*/locations/*/interceptDeploymentGroups/*}",
                            "(google.api.http).body": "intercept_deployment_group",
                            "(google.api.method_signature)": "intercept_deployment_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "InterceptDeploymentGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{intercept_deployment_group.name=projects/*/locations/*/interceptDeploymentGroups/*}",
                                "body": "intercept_deployment_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "intercept_deployment_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptDeploymentGroup",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteInterceptDeploymentGroup": {
                          "requestType": "DeleteInterceptDeploymentGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/interceptDeploymentGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/interceptDeploymentGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListInterceptDeployments": {
                          "requestType": "ListInterceptDeploymentsRequest",
                          "responseType": "ListInterceptDeploymentsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/interceptDeployments",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/interceptDeployments"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetInterceptDeployment": {
                          "requestType": "GetInterceptDeploymentRequest",
                          "responseType": "InterceptDeployment",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/interceptDeployments/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/interceptDeployments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateInterceptDeployment": {
                          "requestType": "CreateInterceptDeploymentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/interceptDeployments",
                            "(google.api.http).body": "intercept_deployment",
                            "(google.api.method_signature)": "parent,intercept_deployment,intercept_deployment_id",
                            "(google.longrunning.operation_info).response_type": "InterceptDeployment",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/interceptDeployments",
                                "body": "intercept_deployment"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,intercept_deployment,intercept_deployment_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptDeployment",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateInterceptDeployment": {
                          "requestType": "UpdateInterceptDeploymentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{intercept_deployment.name=projects/*/locations/*/interceptDeployments/*}",
                            "(google.api.http).body": "intercept_deployment",
                            "(google.api.method_signature)": "intercept_deployment,update_mask",
                            "(google.longrunning.operation_info).response_type": "InterceptDeployment",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{intercept_deployment.name=projects/*/locations/*/interceptDeployments/*}",
                                "body": "intercept_deployment"
                              }
                            },
                            {
                              "(google.api.method_signature)": "intercept_deployment,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "InterceptDeployment",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteInterceptDeployment": {
                          "requestType": "DeleteInterceptDeploymentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/interceptDeployments/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/interceptDeployments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "InterceptEndpointGroup": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/InterceptEndpointGroup",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}",
                        "(google.api.resource).plural": "interceptEndpointGroups",
                        "(google.api.resource).singular": "interceptEndpointGroup"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptDeploymentGroup": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                          }
                        },
                        "connectedDeploymentGroup": {
                          "type": "ConnectedDeploymentGroup",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "associations": {
                          "rule": "repeated",
                          "type": "AssociationDetails",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "ConnectedDeploymentGroup": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                              }
                            },
                            "locations": {
                              "rule": "repeated",
                              "type": "InterceptLocation",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "AssociationDetails": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroupAssociation"
                              }
                            },
                            "network": {
                              "type": "string",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                              }
                            },
                            "state": {
                              "type": "InterceptEndpointGroupAssociation.State",
                              "id": 3,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CLOSED": 2,
                            "CREATING": 3,
                            "DELETING": 4,
                            "OUT_OF_SYNC": 5,
                            "DELETE_FAILED": 6
                          }
                        }
                      }
                    },
                    "ListInterceptEndpointGroupsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListInterceptEndpointGroupsResponse": {
                      "fields": {
                        "interceptEndpointGroups": {
                          "rule": "repeated",
                          "type": "InterceptEndpointGroup",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetInterceptEndpointGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                          }
                        }
                      }
                    },
                    "CreateInterceptEndpointGroupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                          }
                        },
                        "interceptEndpointGroupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "interceptEndpointGroup": {
                          "type": "InterceptEndpointGroup",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateInterceptEndpointGroupRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptEndpointGroup": {
                          "type": "InterceptEndpointGroup",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteInterceptEndpointGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "InterceptEndpointGroupAssociation": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/InterceptEndpointGroupAssociation",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{intercept_endpoint_group_association}",
                        "(google.api.resource).plural": "interceptEndpointGroupAssociations",
                        "(google.api.resource).singular": "interceptEndpointGroupAssociation"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptEndpointGroup": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                          }
                        },
                        "network": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                          }
                        },
                        "locationsDetails": {
                          "rule": "repeated",
                          "type": "LocationDetails",
                          "id": 7,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "locations": {
                          "rule": "repeated",
                          "type": "InterceptLocation",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "LocationDetails": {
                          "fields": {
                            "location": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            },
                            "state": {
                              "type": "State",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          },
                          "nested": {
                            "State": {
                              "values": {
                                "STATE_UNSPECIFIED": 0,
                                "ACTIVE": 1,
                                "OUT_OF_SYNC": 2
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CREATING": 2,
                            "DELETING": 3,
                            "CLOSED": 4,
                            "OUT_OF_SYNC": 5,
                            "DELETE_FAILED": 6
                          }
                        }
                      }
                    },
                    "ListInterceptEndpointGroupAssociationsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptEndpointGroupAssociation"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListInterceptEndpointGroupAssociationsResponse": {
                      "fields": {
                        "interceptEndpointGroupAssociations": {
                          "rule": "repeated",
                          "type": "InterceptEndpointGroupAssociation",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetInterceptEndpointGroupAssociationRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroupAssociation"
                          }
                        }
                      }
                    },
                    "CreateInterceptEndpointGroupAssociationRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptEndpointGroupAssociation"
                          }
                        },
                        "interceptEndpointGroupAssociationId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptEndpointGroupAssociation": {
                          "type": "InterceptEndpointGroupAssociation",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateInterceptEndpointGroupAssociationRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptEndpointGroupAssociation": {
                          "type": "InterceptEndpointGroupAssociation",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteInterceptEndpointGroupAssociationRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroupAssociation"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "InterceptDeploymentGroup": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/InterceptDeploymentGroup",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/interceptDeploymentGroups/{intercept_deployment_group}",
                        "(google.api.resource).plural": "interceptDeploymentGroups",
                        "(google.api.resource).singular": "interceptDeploymentGroup"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "network": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                          }
                        },
                        "connectedEndpointGroups": {
                          "rule": "repeated",
                          "type": "ConnectedEndpointGroup",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "nestedDeployments": {
                          "rule": "repeated",
                          "type": "Deployment",
                          "id": 10,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "locations": {
                          "rule": "repeated",
                          "type": "InterceptLocation",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "ConnectedEndpointGroup": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                              }
                            }
                          }
                        },
                        "Deployment": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeployment"
                              }
                            },
                            "state": {
                              "type": "InterceptDeployment.State",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CREATING": 2,
                            "DELETING": 3
                          }
                        }
                      }
                    },
                    "ListInterceptDeploymentGroupsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListInterceptDeploymentGroupsResponse": {
                      "fields": {
                        "interceptDeploymentGroups": {
                          "rule": "repeated",
                          "type": "InterceptDeploymentGroup",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetInterceptDeploymentGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                          }
                        }
                      }
                    },
                    "CreateInterceptDeploymentGroupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                          }
                        },
                        "interceptDeploymentGroupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "interceptDeploymentGroup": {
                          "type": "InterceptDeploymentGroup",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateInterceptDeploymentGroupRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptDeploymentGroup": {
                          "type": "InterceptDeploymentGroup",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteInterceptDeploymentGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "InterceptDeployment": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/InterceptDeployment",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}",
                        "(google.api.resource).plural": "interceptDeployments",
                        "(google.api.resource).singular": "interceptDeployment"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "forwardingRule": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "compute.googleapis.com/ForwardingRule"
                          }
                        },
                        "interceptDeploymentGroup": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeploymentGroup"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CREATING": 2,
                            "DELETING": 3,
                            "OUT_OF_SYNC": 4,
                            "DELETE_FAILED": 5
                          }
                        }
                      }
                    },
                    "ListInterceptDeploymentsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptDeployment"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListInterceptDeploymentsResponse": {
                      "fields": {
                        "interceptDeployments": {
                          "rule": "repeated",
                          "type": "InterceptDeployment",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetInterceptDeploymentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeployment"
                          }
                        }
                      }
                    },
                    "CreateInterceptDeploymentRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/InterceptDeployment"
                          }
                        },
                        "interceptDeploymentId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "interceptDeployment": {
                          "type": "InterceptDeployment",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateInterceptDeploymentRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "interceptDeployment": {
                          "type": "InterceptDeployment",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteInterceptDeploymentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptDeployment"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "InterceptLocation": {
                      "fields": {
                        "location": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "OUT_OF_SYNC": 2
                          }
                        }
                      }
                    },
                    "Mirroring": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListMirroringEndpointGroups": {
                          "requestType": "ListMirroringEndpointGroupsRequest",
                          "responseType": "ListMirroringEndpointGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/mirroringEndpointGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/mirroringEndpointGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetMirroringEndpointGroup": {
                          "requestType": "GetMirroringEndpointGroupRequest",
                          "responseType": "MirroringEndpointGroup",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/mirroringEndpointGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/mirroringEndpointGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateMirroringEndpointGroup": {
                          "requestType": "CreateMirroringEndpointGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/mirroringEndpointGroups",
                            "(google.api.http).body": "mirroring_endpoint_group",
                            "(google.api.method_signature)": "parent,mirroring_endpoint_group,mirroring_endpoint_group_id",
                            "(google.longrunning.operation_info).response_type": "MirroringEndpointGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/mirroringEndpointGroups",
                                "body": "mirroring_endpoint_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,mirroring_endpoint_group,mirroring_endpoint_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringEndpointGroup",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateMirroringEndpointGroup": {
                          "requestType": "UpdateMirroringEndpointGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{mirroring_endpoint_group.name=projects/*/locations/*/mirroringEndpointGroups/*}",
                            "(google.api.http).body": "mirroring_endpoint_group",
                            "(google.api.method_signature)": "mirroring_endpoint_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "MirroringEndpointGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{mirroring_endpoint_group.name=projects/*/locations/*/mirroringEndpointGroups/*}",
                                "body": "mirroring_endpoint_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "mirroring_endpoint_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringEndpointGroup",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteMirroringEndpointGroup": {
                          "requestType": "DeleteMirroringEndpointGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/mirroringEndpointGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/mirroringEndpointGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListMirroringEndpointGroupAssociations": {
                          "requestType": "ListMirroringEndpointGroupAssociationsRequest",
                          "responseType": "ListMirroringEndpointGroupAssociationsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetMirroringEndpointGroupAssociation": {
                          "requestType": "GetMirroringEndpointGroupAssociationRequest",
                          "responseType": "MirroringEndpointGroupAssociation",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateMirroringEndpointGroupAssociation": {
                          "requestType": "CreateMirroringEndpointGroupAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations",
                            "(google.api.http).body": "mirroring_endpoint_group_association",
                            "(google.api.method_signature)": "parent,mirroring_endpoint_group_association,mirroring_endpoint_group_association_id",
                            "(google.longrunning.operation_info).response_type": "MirroringEndpointGroupAssociation",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations",
                                "body": "mirroring_endpoint_group_association"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,mirroring_endpoint_group_association,mirroring_endpoint_group_association_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringEndpointGroupAssociation",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateMirroringEndpointGroupAssociation": {
                          "requestType": "UpdateMirroringEndpointGroupAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{mirroring_endpoint_group_association.name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}",
                            "(google.api.http).body": "mirroring_endpoint_group_association",
                            "(google.api.method_signature)": "mirroring_endpoint_group_association,update_mask",
                            "(google.longrunning.operation_info).response_type": "MirroringEndpointGroupAssociation",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{mirroring_endpoint_group_association.name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}",
                                "body": "mirroring_endpoint_group_association"
                              }
                            },
                            {
                              "(google.api.method_signature)": "mirroring_endpoint_group_association,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringEndpointGroupAssociation",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteMirroringEndpointGroupAssociation": {
                          "requestType": "DeleteMirroringEndpointGroupAssociationRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListMirroringDeploymentGroups": {
                          "requestType": "ListMirroringDeploymentGroupsRequest",
                          "responseType": "ListMirroringDeploymentGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/mirroringDeploymentGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/mirroringDeploymentGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetMirroringDeploymentGroup": {
                          "requestType": "GetMirroringDeploymentGroupRequest",
                          "responseType": "MirroringDeploymentGroup",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/mirroringDeploymentGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/mirroringDeploymentGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateMirroringDeploymentGroup": {
                          "requestType": "CreateMirroringDeploymentGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/mirroringDeploymentGroups",
                            "(google.api.http).body": "mirroring_deployment_group",
                            "(google.api.method_signature)": "parent,mirroring_deployment_group,mirroring_deployment_group_id",
                            "(google.longrunning.operation_info).response_type": "MirroringDeploymentGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/mirroringDeploymentGroups",
                                "body": "mirroring_deployment_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,mirroring_deployment_group,mirroring_deployment_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringDeploymentGroup",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateMirroringDeploymentGroup": {
                          "requestType": "UpdateMirroringDeploymentGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{mirroring_deployment_group.name=projects/*/locations/*/mirroringDeploymentGroups/*}",
                            "(google.api.http).body": "mirroring_deployment_group",
                            "(google.api.method_signature)": "mirroring_deployment_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "MirroringDeploymentGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{mirroring_deployment_group.name=projects/*/locations/*/mirroringDeploymentGroups/*}",
                                "body": "mirroring_deployment_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "mirroring_deployment_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringDeploymentGroup",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteMirroringDeploymentGroup": {
                          "requestType": "DeleteMirroringDeploymentGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/mirroringDeploymentGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/mirroringDeploymentGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListMirroringDeployments": {
                          "requestType": "ListMirroringDeploymentsRequest",
                          "responseType": "ListMirroringDeploymentsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/mirroringDeployments",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/mirroringDeployments"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetMirroringDeployment": {
                          "requestType": "GetMirroringDeploymentRequest",
                          "responseType": "MirroringDeployment",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/mirroringDeployments/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/mirroringDeployments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateMirroringDeployment": {
                          "requestType": "CreateMirroringDeploymentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/mirroringDeployments",
                            "(google.api.http).body": "mirroring_deployment",
                            "(google.api.method_signature)": "parent,mirroring_deployment,mirroring_deployment_id",
                            "(google.longrunning.operation_info).response_type": "MirroringDeployment",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/mirroringDeployments",
                                "body": "mirroring_deployment"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,mirroring_deployment,mirroring_deployment_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringDeployment",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateMirroringDeployment": {
                          "requestType": "UpdateMirroringDeploymentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{mirroring_deployment.name=projects/*/locations/*/mirroringDeployments/*}",
                            "(google.api.http).body": "mirroring_deployment",
                            "(google.api.method_signature)": "mirroring_deployment,update_mask",
                            "(google.longrunning.operation_info).response_type": "MirroringDeployment",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{mirroring_deployment.name=projects/*/locations/*/mirroringDeployments/*}",
                                "body": "mirroring_deployment"
                              }
                            },
                            {
                              "(google.api.method_signature)": "mirroring_deployment,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "MirroringDeployment",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteMirroringDeployment": {
                          "requestType": "DeleteMirroringDeploymentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/mirroringDeployments/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/mirroringDeployments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "MirroringEndpointGroup": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/MirroringEndpointGroup",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group}",
                        "(google.api.resource).plural": "mirroringEndpointGroups",
                        "(google.api.resource).singular": "mirroringEndpointGroup"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringDeploymentGroup": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                          }
                        },
                        "connectedDeploymentGroups": {
                          "rule": "repeated",
                          "type": "ConnectedDeploymentGroup",
                          "id": 13,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "type": {
                          "type": "Type",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "associations": {
                          "rule": "repeated",
                          "type": "AssociationDetails",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "ConnectedDeploymentGroup": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                              }
                            },
                            "locations": {
                              "rule": "repeated",
                              "type": "MirroringLocation",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "AssociationDetails": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroupAssociation"
                              }
                            },
                            "network": {
                              "type": "string",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                              }
                            },
                            "state": {
                              "type": "MirroringEndpointGroupAssociation.State",
                              "id": 3,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CLOSED": 2,
                            "CREATING": 3,
                            "DELETING": 4,
                            "OUT_OF_SYNC": 5,
                            "DELETE_FAILED": 6
                          }
                        },
                        "Type": {
                          "values": {
                            "TYPE_UNSPECIFIED": 0,
                            "DIRECT": 1
                          }
                        }
                      }
                    },
                    "ListMirroringEndpointGroupsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListMirroringEndpointGroupsResponse": {
                      "fields": {
                        "mirroringEndpointGroups": {
                          "rule": "repeated",
                          "type": "MirroringEndpointGroup",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetMirroringEndpointGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                          }
                        }
                      }
                    },
                    "CreateMirroringEndpointGroupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                          }
                        },
                        "mirroringEndpointGroupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "mirroringEndpointGroup": {
                          "type": "MirroringEndpointGroup",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateMirroringEndpointGroupRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringEndpointGroup": {
                          "type": "MirroringEndpointGroup",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteMirroringEndpointGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "MirroringEndpointGroupAssociation": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/MirroringEndpointGroupAssociation",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association}",
                        "(google.api.resource).plural": "mirroringEndpointGroupAssociations",
                        "(google.api.resource).singular": "mirroringEndpointGroupAssociation"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringEndpointGroup": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                          }
                        },
                        "network": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                          }
                        },
                        "locationsDetails": {
                          "rule": "repeated",
                          "type": "LocationDetails",
                          "id": 7,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "locations": {
                          "rule": "repeated",
                          "type": "MirroringLocation",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "LocationDetails": {
                          "fields": {
                            "location": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            },
                            "state": {
                              "type": "State",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          },
                          "nested": {
                            "State": {
                              "values": {
                                "STATE_UNSPECIFIED": 0,
                                "ACTIVE": 1,
                                "OUT_OF_SYNC": 2
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CREATING": 3,
                            "DELETING": 4,
                            "CLOSED": 5,
                            "OUT_OF_SYNC": 6,
                            "DELETE_FAILED": 7
                          }
                        }
                      }
                    },
                    "ListMirroringEndpointGroupAssociationsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringEndpointGroupAssociation"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListMirroringEndpointGroupAssociationsResponse": {
                      "fields": {
                        "mirroringEndpointGroupAssociations": {
                          "rule": "repeated",
                          "type": "MirroringEndpointGroupAssociation",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetMirroringEndpointGroupAssociationRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroupAssociation"
                          }
                        }
                      }
                    },
                    "CreateMirroringEndpointGroupAssociationRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringEndpointGroupAssociation"
                          }
                        },
                        "mirroringEndpointGroupAssociationId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringEndpointGroupAssociation": {
                          "type": "MirroringEndpointGroupAssociation",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateMirroringEndpointGroupAssociationRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringEndpointGroupAssociation": {
                          "type": "MirroringEndpointGroupAssociation",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteMirroringEndpointGroupAssociationRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroupAssociation"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "MirroringDeploymentGroup": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/MirroringDeploymentGroup",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/mirroringDeploymentGroups/{mirroring_deployment_group}",
                        "(google.api.resource).plural": "mirroringDeploymentGroups",
                        "(google.api.resource).singular": "mirroringDeploymentGroup"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "network": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                          }
                        },
                        "connectedEndpointGroups": {
                          "rule": "repeated",
                          "type": "ConnectedEndpointGroup",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "nestedDeployments": {
                          "rule": "repeated",
                          "type": "Deployment",
                          "id": 10,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "locations": {
                          "rule": "repeated",
                          "type": "MirroringLocation",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "ConnectedEndpointGroup": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                              }
                            }
                          }
                        },
                        "Deployment": {
                          "fields": {
                            "name": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY",
                                "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeployment"
                              }
                            },
                            "state": {
                              "type": "MirroringDeployment.State",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CREATING": 2,
                            "DELETING": 3,
                            "CLOSED": 4
                          }
                        }
                      }
                    },
                    "ListMirroringDeploymentGroupsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListMirroringDeploymentGroupsResponse": {
                      "fields": {
                        "mirroringDeploymentGroups": {
                          "rule": "repeated",
                          "type": "MirroringDeploymentGroup",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetMirroringDeploymentGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                          }
                        }
                      }
                    },
                    "CreateMirroringDeploymentGroupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                          }
                        },
                        "mirroringDeploymentGroupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "mirroringDeploymentGroup": {
                          "type": "MirroringDeploymentGroup",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateMirroringDeploymentGroupRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringDeploymentGroup": {
                          "type": "MirroringDeploymentGroup",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteMirroringDeploymentGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "MirroringDeployment": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/MirroringDeployment",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}",
                        "(google.api.resource).plural": "mirroringDeployments",
                        "(google.api.resource).singular": "mirroringDeployment"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "forwardingRule": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "compute.googleapis.com/ForwardingRule"
                          }
                        },
                        "mirroringDeploymentGroup": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeploymentGroup"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "reconciling": {
                          "type": "bool",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "CREATING": 2,
                            "DELETING": 3,
                            "OUT_OF_SYNC": 4,
                            "DELETE_FAILED": 5
                          }
                        }
                      }
                    },
                    "ListMirroringDeploymentsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringDeployment"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListMirroringDeploymentsResponse": {
                      "fields": {
                        "mirroringDeployments": {
                          "rule": "repeated",
                          "type": "MirroringDeployment",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetMirroringDeploymentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeployment"
                          }
                        }
                      }
                    },
                    "CreateMirroringDeploymentRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/MirroringDeployment"
                          }
                        },
                        "mirroringDeploymentId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "mirroringDeployment": {
                          "type": "MirroringDeployment",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdateMirroringDeploymentRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "mirroringDeployment": {
                          "type": "MirroringDeployment",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteMirroringDeploymentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringDeployment"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "MirroringLocation": {
                      "fields": {
                        "location": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "ACTIVE": 1,
                            "OUT_OF_SYNC": 2
                          }
                        }
                      }
                    },
                    "NetworkSecurity": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListAuthorizationPolicies": {
                          "requestType": "ListAuthorizationPoliciesRequest",
                          "responseType": "ListAuthorizationPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/authorizationPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/authorizationPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetAuthorizationPolicy": {
                          "requestType": "GetAuthorizationPolicyRequest",
                          "responseType": "AuthorizationPolicy",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/authorizationPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/authorizationPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateAuthorizationPolicy": {
                          "requestType": "CreateAuthorizationPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/authorizationPolicies",
                            "(google.api.http).body": "authorization_policy",
                            "(google.api.method_signature)": "parent,authorization_policy,authorization_policy_id",
                            "(google.longrunning.operation_info).response_type": "AuthorizationPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/authorizationPolicies",
                                "body": "authorization_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,authorization_policy,authorization_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AuthorizationPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateAuthorizationPolicy": {
                          "requestType": "UpdateAuthorizationPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{authorization_policy.name=projects/*/locations/*/authorizationPolicies/*}",
                            "(google.api.http).body": "authorization_policy",
                            "(google.api.method_signature)": "authorization_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "AuthorizationPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{authorization_policy.name=projects/*/locations/*/authorizationPolicies/*}",
                                "body": "authorization_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "authorization_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AuthorizationPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteAuthorizationPolicy": {
                          "requestType": "DeleteAuthorizationPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/authorizationPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/authorizationPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListBackendAuthenticationConfigs": {
                          "requestType": "ListBackendAuthenticationConfigsRequest",
                          "responseType": "ListBackendAuthenticationConfigsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/backendAuthenticationConfigs",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/backendAuthenticationConfigs"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetBackendAuthenticationConfig": {
                          "requestType": "GetBackendAuthenticationConfigRequest",
                          "responseType": "BackendAuthenticationConfig",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/backendAuthenticationConfigs/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/backendAuthenticationConfigs/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateBackendAuthenticationConfig": {
                          "requestType": "CreateBackendAuthenticationConfigRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/backendAuthenticationConfigs",
                            "(google.api.http).body": "backend_authentication_config",
                            "(google.api.method_signature)": "parent,backend_authentication_config,backend_authentication_config_id",
                            "(google.longrunning.operation_info).response_type": "BackendAuthenticationConfig",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/backendAuthenticationConfigs",
                                "body": "backend_authentication_config"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,backend_authentication_config,backend_authentication_config_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "BackendAuthenticationConfig",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateBackendAuthenticationConfig": {
                          "requestType": "UpdateBackendAuthenticationConfigRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{backend_authentication_config.name=projects/*/locations/*/backendAuthenticationConfigs/*}",
                            "(google.api.http).body": "backend_authentication_config",
                            "(google.api.method_signature)": "backend_authentication_config,update_mask",
                            "(google.longrunning.operation_info).response_type": "BackendAuthenticationConfig",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{backend_authentication_config.name=projects/*/locations/*/backendAuthenticationConfigs/*}",
                                "body": "backend_authentication_config"
                              }
                            },
                            {
                              "(google.api.method_signature)": "backend_authentication_config,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "BackendAuthenticationConfig",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteBackendAuthenticationConfig": {
                          "requestType": "DeleteBackendAuthenticationConfigRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/backendAuthenticationConfigs/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/backendAuthenticationConfigs/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListServerTlsPolicies": {
                          "requestType": "ListServerTlsPoliciesRequest",
                          "responseType": "ListServerTlsPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/serverTlsPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/serverTlsPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetServerTlsPolicy": {
                          "requestType": "GetServerTlsPolicyRequest",
                          "responseType": "ServerTlsPolicy",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/serverTlsPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/serverTlsPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateServerTlsPolicy": {
                          "requestType": "CreateServerTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/serverTlsPolicies",
                            "(google.api.http).body": "server_tls_policy",
                            "(google.api.method_signature)": "parent,server_tls_policy,server_tls_policy_id",
                            "(google.longrunning.operation_info).response_type": "ServerTlsPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/serverTlsPolicies",
                                "body": "server_tls_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,server_tls_policy,server_tls_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "ServerTlsPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateServerTlsPolicy": {
                          "requestType": "UpdateServerTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{server_tls_policy.name=projects/*/locations/*/serverTlsPolicies/*}",
                            "(google.api.http).body": "server_tls_policy",
                            "(google.api.method_signature)": "server_tls_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "ServerTlsPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{server_tls_policy.name=projects/*/locations/*/serverTlsPolicies/*}",
                                "body": "server_tls_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "server_tls_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "ServerTlsPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteServerTlsPolicy": {
                          "requestType": "DeleteServerTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/serverTlsPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/serverTlsPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListClientTlsPolicies": {
                          "requestType": "ListClientTlsPoliciesRequest",
                          "responseType": "ListClientTlsPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/clientTlsPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/clientTlsPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetClientTlsPolicy": {
                          "requestType": "GetClientTlsPolicyRequest",
                          "responseType": "ClientTlsPolicy",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/clientTlsPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/clientTlsPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateClientTlsPolicy": {
                          "requestType": "CreateClientTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/clientTlsPolicies",
                            "(google.api.http).body": "client_tls_policy",
                            "(google.api.method_signature)": "parent,client_tls_policy,client_tls_policy_id",
                            "(google.longrunning.operation_info).response_type": "ClientTlsPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/clientTlsPolicies",
                                "body": "client_tls_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,client_tls_policy,client_tls_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "ClientTlsPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateClientTlsPolicy": {
                          "requestType": "UpdateClientTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{client_tls_policy.name=projects/*/locations/*/clientTlsPolicies/*}",
                            "(google.api.http).body": "client_tls_policy",
                            "(google.api.method_signature)": "client_tls_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "ClientTlsPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{client_tls_policy.name=projects/*/locations/*/clientTlsPolicies/*}",
                                "body": "client_tls_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "client_tls_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "ClientTlsPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteClientTlsPolicy": {
                          "requestType": "DeleteClientTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/clientTlsPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/clientTlsPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListGatewaySecurityPolicies": {
                          "requestType": "ListGatewaySecurityPoliciesRequest",
                          "responseType": "ListGatewaySecurityPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/gatewaySecurityPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/gatewaySecurityPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetGatewaySecurityPolicy": {
                          "requestType": "GetGatewaySecurityPolicyRequest",
                          "responseType": "GatewaySecurityPolicy",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/gatewaySecurityPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/gatewaySecurityPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateGatewaySecurityPolicy": {
                          "requestType": "CreateGatewaySecurityPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/gatewaySecurityPolicies",
                            "(google.api.http).body": "gateway_security_policy",
                            "(google.api.method_signature)": "parent,gateway_security_policy,gateway_security_policy_id",
                            "(google.longrunning.operation_info).response_type": "GatewaySecurityPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/gatewaySecurityPolicies",
                                "body": "gateway_security_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,gateway_security_policy,gateway_security_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "GatewaySecurityPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateGatewaySecurityPolicy": {
                          "requestType": "UpdateGatewaySecurityPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{gateway_security_policy.name=projects/*/locations/*/gatewaySecurityPolicies/*}",
                            "(google.api.http).body": "gateway_security_policy",
                            "(google.api.method_signature)": "gateway_security_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "GatewaySecurityPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{gateway_security_policy.name=projects/*/locations/*/gatewaySecurityPolicies/*}",
                                "body": "gateway_security_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "gateway_security_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "GatewaySecurityPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteGatewaySecurityPolicy": {
                          "requestType": "DeleteGatewaySecurityPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/gatewaySecurityPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/gatewaySecurityPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListGatewaySecurityPolicyRules": {
                          "requestType": "ListGatewaySecurityPolicyRulesRequest",
                          "responseType": "ListGatewaySecurityPolicyRulesResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetGatewaySecurityPolicyRule": {
                          "requestType": "GetGatewaySecurityPolicyRuleRequest",
                          "responseType": "GatewaySecurityPolicyRule",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateGatewaySecurityPolicyRule": {
                          "requestType": "CreateGatewaySecurityPolicyRuleRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules",
                            "(google.api.http).body": "gateway_security_policy_rule",
                            "(google.api.method_signature)": "parent,gateway_security_policy_rule,gateway_security_policy_rule_id",
                            "(google.longrunning.operation_info).response_type": "GatewaySecurityPolicyRule",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules",
                                "body": "gateway_security_policy_rule"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,gateway_security_policy_rule,gateway_security_policy_rule_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "GatewaySecurityPolicyRule",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateGatewaySecurityPolicyRule": {
                          "requestType": "UpdateGatewaySecurityPolicyRuleRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{gateway_security_policy_rule.name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}",
                            "(google.api.http).body": "gateway_security_policy_rule",
                            "(google.api.method_signature)": "gateway_security_policy_rule,update_mask",
                            "(google.longrunning.operation_info).response_type": "GatewaySecurityPolicyRule",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{gateway_security_policy_rule.name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}",
                                "body": "gateway_security_policy_rule"
                              }
                            },
                            {
                              "(google.api.method_signature)": "gateway_security_policy_rule,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "GatewaySecurityPolicyRule",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteGatewaySecurityPolicyRule": {
                          "requestType": "DeleteGatewaySecurityPolicyRuleRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListUrlLists": {
                          "requestType": "ListUrlListsRequest",
                          "responseType": "ListUrlListsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/urlLists",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/urlLists"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetUrlList": {
                          "requestType": "GetUrlListRequest",
                          "responseType": "UrlList",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/urlLists/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/urlLists/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateUrlList": {
                          "requestType": "CreateUrlListRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/urlLists",
                            "(google.api.http).body": "url_list",
                            "(google.api.method_signature)": "parent,url_list,url_list_id",
                            "(google.longrunning.operation_info).response_type": "UrlList",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/urlLists",
                                "body": "url_list"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,url_list,url_list_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "UrlList",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateUrlList": {
                          "requestType": "UpdateUrlListRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{url_list.name=projects/*/locations/*/urlLists/*}",
                            "(google.api.http).body": "url_list",
                            "(google.api.method_signature)": "url_list,update_mask",
                            "(google.longrunning.operation_info).response_type": "UrlList",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{url_list.name=projects/*/locations/*/urlLists/*}",
                                "body": "url_list"
                              }
                            },
                            {
                              "(google.api.method_signature)": "url_list,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "UrlList",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteUrlList": {
                          "requestType": "DeleteUrlListRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/urlLists/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/urlLists/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListTlsInspectionPolicies": {
                          "requestType": "ListTlsInspectionPoliciesRequest",
                          "responseType": "ListTlsInspectionPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/tlsInspectionPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/tlsInspectionPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetTlsInspectionPolicy": {
                          "requestType": "GetTlsInspectionPolicyRequest",
                          "responseType": "TlsInspectionPolicy",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/tlsInspectionPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/tlsInspectionPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateTlsInspectionPolicy": {
                          "requestType": "CreateTlsInspectionPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/tlsInspectionPolicies",
                            "(google.api.http).body": "tls_inspection_policy",
                            "(google.api.method_signature)": "parent,tls_inspection_policy,tls_inspection_policy_id",
                            "(google.longrunning.operation_info).response_type": "TlsInspectionPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/tlsInspectionPolicies",
                                "body": "tls_inspection_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,tls_inspection_policy,tls_inspection_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "TlsInspectionPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateTlsInspectionPolicy": {
                          "requestType": "UpdateTlsInspectionPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{tls_inspection_policy.name=projects/*/locations/*/tlsInspectionPolicies/*}",
                            "(google.api.http).body": "tls_inspection_policy",
                            "(google.api.method_signature)": "tls_inspection_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "TlsInspectionPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{tls_inspection_policy.name=projects/*/locations/*/tlsInspectionPolicies/*}",
                                "body": "tls_inspection_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "tls_inspection_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "TlsInspectionPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteTlsInspectionPolicy": {
                          "requestType": "DeleteTlsInspectionPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/tlsInspectionPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/tlsInspectionPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListAuthzPolicies": {
                          "requestType": "ListAuthzPoliciesRequest",
                          "responseType": "ListAuthzPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/authzPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/authzPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetAuthzPolicy": {
                          "requestType": "GetAuthzPolicyRequest",
                          "responseType": "AuthzPolicy",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/authzPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/authzPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateAuthzPolicy": {
                          "requestType": "CreateAuthzPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/authzPolicies",
                            "(google.api.http).body": "authz_policy",
                            "(google.api.method_signature)": "parent,authz_policy,authz_policy_id",
                            "(google.longrunning.operation_info).response_type": "AuthzPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/authzPolicies",
                                "body": "authz_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,authz_policy,authz_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AuthzPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateAuthzPolicy": {
                          "requestType": "UpdateAuthzPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{authz_policy.name=projects/*/locations/*/authzPolicies/*}",
                            "(google.api.http).body": "authz_policy",
                            "(google.api.method_signature)": "authz_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "AuthzPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{authz_policy.name=projects/*/locations/*/authzPolicies/*}",
                                "body": "authz_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "authz_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AuthzPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteAuthzPolicy": {
                          "requestType": "DeleteAuthzPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/authzPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/authzPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "ServerTlsPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/ServerTlsPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/serverTlsPolicies/{server_tls_policy}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5
                        },
                        "allowOpen": {
                          "type": "bool",
                          "id": 6
                        },
                        "serverCertificate": {
                          "type": "CertificateProvider",
                          "id": 7
                        },
                        "mtlsPolicy": {
                          "type": "MTLSPolicy",
                          "id": 8
                        }
                      },
                      "nested": {
                        "MTLSPolicy": {
                          "fields": {
                            "clientValidationMode": {
                              "type": "ClientValidationMode",
                              "id": 2
                            },
                            "clientValidationCa": {
                              "rule": "repeated",
                              "type": "ValidationCA",
                              "id": 1
                            },
                            "clientValidationTrustConfig": {
                              "type": "string",
                              "id": 4,
                              "options": {
                                "(google.api.resource_reference).type": "certificatemanager.googleapis.com/TrustConfig"
                              }
                            }
                          },
                          "nested": {
                            "ClientValidationMode": {
                              "values": {
                                "CLIENT_VALIDATION_MODE_UNSPECIFIED": 0,
                                "ALLOW_INVALID_OR_MISSING_CLIENT_CERT": 1,
                                "REJECT_INVALID": 2
                              }
                            }
                          }
                        }
                      }
                    },
                    "ListServerTlsPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        },
                        "returnPartialSuccess": {
                          "type": "bool",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListServerTlsPoliciesResponse": {
                      "fields": {
                        "serverTlsPolicies": {
                          "rule": "repeated",
                          "type": "ServerTlsPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetServerTlsPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/ServerTlsPolicy"
                          }
                        }
                      }
                    },
                    "CreateServerTlsPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/ServerTlsPolicy"
                          }
                        },
                        "serverTlsPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "serverTlsPolicy": {
                          "type": "ServerTlsPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateServerTlsPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "serverTlsPolicy": {
                          "type": "ServerTlsPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteServerTlsPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/ServerTlsPolicy"
                          }
                        }
                      }
                    },
                    "TlsInspectionPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/TlsInspectionPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}"
                      },
                      "oneofs": {
                        "_excludePublicCaSet": {
                          "oneof": [
                            "excludePublicCaSet"
                          ]
                        }
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "caPool": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "privateca.googleapis.com/CaPool"
                          }
                        },
                        "trustConfig": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "certificatemanager.googleapis.com/TrustConfig"
                          }
                        },
                        "excludePublicCaSet": {
                          "type": "bool",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "proto3_optional": true
                          }
                        },
                        "minTlsVersion": {
                          "type": "TlsVersion",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "tlsFeatureProfile": {
                          "type": "Profile",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "customTlsFeatures": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "TlsVersion": {
                          "values": {
                            "TLS_VERSION_UNSPECIFIED": 0,
                            "TLS_1_0": 1,
                            "TLS_1_1": 2,
                            "TLS_1_2": 3,
                            "TLS_1_3": 4
                          }
                        },
                        "Profile": {
                          "values": {
                            "PROFILE_UNSPECIFIED": 0,
                            "PROFILE_COMPATIBLE": 1,
                            "PROFILE_MODERN": 2,
                            "PROFILE_RESTRICTED": 3,
                            "PROFILE_CUSTOM": 4
                          }
                        }
                      }
                    },
                    "CreateTlsInspectionPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/TlsInspectionPolicy"
                          }
                        },
                        "tlsInspectionPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "tlsInspectionPolicy": {
                          "type": "TlsInspectionPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ListTlsInspectionPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListTlsInspectionPoliciesResponse": {
                      "fields": {
                        "tlsInspectionPolicies": {
                          "rule": "repeated",
                          "type": "TlsInspectionPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetTlsInspectionPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/TlsInspectionPolicy"
                          }
                        }
                      }
                    },
                    "DeleteTlsInspectionPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/TlsInspectionPolicy"
                          }
                        },
                        "force": {
                          "type": "bool",
                          "id": 2
                        }
                      }
                    },
                    "UpdateTlsInspectionPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "tlsInspectionPolicy": {
                          "type": "TlsInspectionPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UrlList": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/UrlList",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/urlLists/{url_list}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "values": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ListUrlListsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListUrlListsResponse": {
                      "fields": {
                        "urlLists": {
                          "rule": "repeated",
                          "type": "UrlList",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetUrlListRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/UrlList"
                          }
                        }
                      }
                    },
                    "CreateUrlListRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/UrlList"
                          }
                        },
                        "urlListId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "urlList": {
                          "type": "UrlList",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateUrlListRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "urlList": {
                          "type": "UrlList",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteUrlListRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/UrlList"
                          }
                        }
                      }
                    },
                    "SecurityProfileGroup": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/SecurityProfileGroup",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/securityProfileGroups/{security_profile_group}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "dataPathId": {
                          "type": "uint64",
                          "id": 12,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "threatPreventionProfile": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        },
                        "customMirroringProfile": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        },
                        "customInterceptProfile": {
                          "type": "string",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        },
                        "urlFilteringProfile": {
                          "type": "string",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        }
                      }
                    },
                    "SecurityProfile": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/SecurityProfile",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/securityProfiles/{security_profile}"
                      },
                      "oneofs": {
                        "profile": {
                          "oneof": [
                            "threatPreventionProfile",
                            "customMirroringProfile",
                            "customInterceptProfile",
                            "urlFilteringProfile"
                          ]
                        }
                      },
                      "fields": {
                        "threatPreventionProfile": {
                          "type": "ThreatPreventionProfile",
                          "id": 7
                        },
                        "customMirroringProfile": {
                          "type": "CustomMirroringProfile",
                          "id": 9
                        },
                        "customInterceptProfile": {
                          "type": "CustomInterceptProfile",
                          "id": 10
                        },
                        "urlFilteringProfile": {
                          "type": "UrlFilteringProfile",
                          "id": 12
                        },
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "type": {
                          "type": "ProfileType",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        }
                      },
                      "nested": {
                        "ProfileType": {
                          "values": {
                            "PROFILE_TYPE_UNSPECIFIED": 0,
                            "THREAT_PREVENTION": 1,
                            "CUSTOM_MIRRORING": 2,
                            "CUSTOM_INTERCEPT": 3,
                            "URL_FILTERING": 5
                          }
                        }
                      }
                    },
                    "CustomInterceptProfile": {
                      "fields": {
                        "interceptEndpointGroup": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/InterceptEndpointGroup"
                          }
                        }
                      }
                    },
                    "CustomMirroringProfile": {
                      "fields": {
                        "mirroringEndpointGroup": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/MirroringEndpointGroup"
                          }
                        }
                      }
                    },
                    "Severity": {
                      "values": {
                        "SEVERITY_UNSPECIFIED": 0,
                        "INFORMATIONAL": 1,
                        "LOW": 2,
                        "MEDIUM": 3,
                        "HIGH": 4,
                        "CRITICAL": 5
                      }
                    },
                    "ThreatType": {
                      "values": {
                        "THREAT_TYPE_UNSPECIFIED": 0,
                        "UNKNOWN": 1,
                        "VULNERABILITY": 2,
                        "ANTIVIRUS": 3,
                        "SPYWARE": 4,
                        "DNS": 5
                      }
                    },
                    "ThreatAction": {
                      "values": {
                        "THREAT_ACTION_UNSPECIFIED": 0,
                        "DEFAULT_ACTION": 4,
                        "ALLOW": 1,
                        "ALERT": 2,
                        "DENY": 3
                      }
                    },
                    "Protocol": {
                      "values": {
                        "PROTOCOL_UNSPECIFIED": 0,
                        "SMTP": 1,
                        "SMB": 2,
                        "POP3": 3,
                        "IMAP": 4,
                        "HTTP2": 5,
                        "HTTP": 6,
                        "FTP": 7
                      }
                    },
                    "ThreatPreventionProfile": {
                      "fields": {
                        "severityOverrides": {
                          "rule": "repeated",
                          "type": "SeverityOverride",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "threatOverrides": {
                          "rule": "repeated",
                          "type": "ThreatOverride",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "antivirusOverrides": {
                          "rule": "repeated",
                          "type": "AntivirusOverride",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "SeverityOverride": {
                      "fields": {
                        "severity": {
                          "type": "Severity",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "action": {
                          "type": "ThreatAction",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ThreatOverride": {
                      "fields": {
                        "threatId": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "type": {
                          "type": "ThreatType",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "action": {
                          "type": "ThreatAction",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "AntivirusOverride": {
                      "fields": {
                        "protocol": {
                          "type": "Protocol",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "action": {
                          "type": "ThreatAction",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UrlFilteringProfile": {
                      "fields": {
                        "urlFilters": {
                          "rule": "repeated",
                          "type": "UrlFilter",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UrlFilter": {
                      "oneofs": {
                        "_priority": {
                          "oneof": [
                            "priority"
                          ]
                        }
                      },
                      "fields": {
                        "filteringAction": {
                          "type": "UrlFilteringAction",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "urls": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "priority": {
                          "type": "int32",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "proto3_optional": true
                          }
                        }
                      },
                      "nested": {
                        "UrlFilteringAction": {
                          "values": {
                            "URL_FILTERING_ACTION_UNSPECIFIED": 0,
                            "ALLOW": 1,
                            "DENY": 2
                          }
                        }
                      }
                    },
                    "OrganizationSecurityProfileGroupService": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListSecurityProfileGroups": {
                          "requestType": "ListSecurityProfileGroupsRequest",
                          "responseType": "ListSecurityProfileGroupsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=organizations/*/locations/*}/securityProfileGroups",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=organizations/*/locations/*}/securityProfileGroups"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetSecurityProfileGroup": {
                          "requestType": "GetSecurityProfileGroupRequest",
                          "responseType": "SecurityProfileGroup",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=organizations/*/locations/*/securityProfileGroups/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=organizations/*/locations/*/securityProfileGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateSecurityProfileGroup": {
                          "requestType": "CreateSecurityProfileGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=organizations/*/locations/*}/securityProfileGroups",
                            "(google.api.http).body": "security_profile_group",
                            "(google.api.method_signature)": "parent,security_profile_group,security_profile_group_id",
                            "(google.longrunning.operation_info).response_type": "SecurityProfileGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=organizations/*/locations/*}/securityProfileGroups",
                                "body": "security_profile_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,security_profile_group,security_profile_group_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SecurityProfileGroup",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateSecurityProfileGroup": {
                          "requestType": "UpdateSecurityProfileGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{security_profile_group.name=organizations/*/locations/*/securityProfileGroups/*}",
                            "(google.api.http).body": "security_profile_group",
                            "(google.api.method_signature)": "security_profile_group,update_mask",
                            "(google.longrunning.operation_info).response_type": "SecurityProfileGroup",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{security_profile_group.name=organizations/*/locations/*/securityProfileGroups/*}",
                                "body": "security_profile_group"
                              }
                            },
                            {
                              "(google.api.method_signature)": "security_profile_group,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SecurityProfileGroup",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteSecurityProfileGroup": {
                          "requestType": "DeleteSecurityProfileGroupRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=organizations/*/locations/*/securityProfileGroups/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=organizations/*/locations/*/securityProfileGroups/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListSecurityProfiles": {
                          "requestType": "ListSecurityProfilesRequest",
                          "responseType": "ListSecurityProfilesResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=organizations/*/locations/*}/securityProfiles",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=organizations/*/locations/*}/securityProfiles"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetSecurityProfile": {
                          "requestType": "GetSecurityProfileRequest",
                          "responseType": "SecurityProfile",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=organizations/*/locations/*/securityProfiles/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=organizations/*/locations/*/securityProfiles/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateSecurityProfile": {
                          "requestType": "CreateSecurityProfileRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=organizations/*/locations/*}/securityProfiles",
                            "(google.api.http).body": "security_profile",
                            "(google.api.method_signature)": "parent,security_profile,security_profile_id",
                            "(google.longrunning.operation_info).response_type": "SecurityProfile",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=organizations/*/locations/*}/securityProfiles",
                                "body": "security_profile"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,security_profile,security_profile_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SecurityProfile",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateSecurityProfile": {
                          "requestType": "UpdateSecurityProfileRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{security_profile.name=organizations/*/locations/*/securityProfiles/*}",
                            "(google.api.http).body": "security_profile",
                            "(google.api.method_signature)": "security_profile,update_mask",
                            "(google.longrunning.operation_info).response_type": "SecurityProfile",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{security_profile.name=organizations/*/locations/*/securityProfiles/*}",
                                "body": "security_profile"
                              }
                            },
                            {
                              "(google.api.method_signature)": "security_profile,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SecurityProfile",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteSecurityProfile": {
                          "requestType": "DeleteSecurityProfileRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=organizations/*/locations/*/securityProfiles/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=organizations/*/locations/*/securityProfiles/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "ListSecurityProfileGroupsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SecurityProfileGroup"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListSecurityProfileGroupsResponse": {
                      "fields": {
                        "securityProfileGroups": {
                          "rule": "repeated",
                          "type": "SecurityProfileGroup",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetSecurityProfileGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfileGroup"
                          }
                        }
                      }
                    },
                    "CreateSecurityProfileGroupRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SecurityProfileGroup"
                          }
                        },
                        "securityProfileGroupId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "securityProfileGroup": {
                          "type": "SecurityProfileGroup",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateSecurityProfileGroupRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "securityProfileGroup": {
                          "type": "SecurityProfileGroup",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteSecurityProfileGroupRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfileGroup"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListSecurityProfilesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListSecurityProfilesResponse": {
                      "fields": {
                        "securityProfiles": {
                          "rule": "repeated",
                          "type": "SecurityProfile",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetSecurityProfileRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        }
                      }
                    },
                    "CreateSecurityProfileRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        },
                        "securityProfileId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "securityProfile": {
                          "type": "SecurityProfile",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateSecurityProfileRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "securityProfile": {
                          "type": "SecurityProfile",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteSecurityProfileRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SecurityProfile"
                          }
                        },
                        "etag": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "SSEGatewayService": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListPartnerSSEGateways": {
                          "requestType": "ListPartnerSSEGatewaysRequest",
                          "responseType": "ListPartnerSSEGatewaysResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/partnerSSEGateways",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/partnerSSEGateways"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetPartnerSSEGateway": {
                          "requestType": "GetPartnerSSEGatewayRequest",
                          "responseType": "PartnerSSEGateway",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/partnerSSEGateways/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/partnerSSEGateways/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreatePartnerSSEGateway": {
                          "requestType": "CreatePartnerSSEGatewayRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/partnerSSEGateways",
                            "(google.api.http).body": "partner_sse_gateway",
                            "(google.api.method_signature)": "parent,partner_sse_gateway,partner_sse_gateway_id",
                            "(google.longrunning.operation_info).response_type": "PartnerSSEGateway",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/partnerSSEGateways",
                                "body": "partner_sse_gateway"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,partner_sse_gateway,partner_sse_gateway_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "PartnerSSEGateway",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeletePartnerSSEGateway": {
                          "requestType": "DeletePartnerSSEGatewayRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/partnerSSEGateways/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/partnerSSEGateways/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdatePartnerSSEGateway": {
                          "requestType": "UpdatePartnerSSEGatewayRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1alpha1/{partner_sse_gateway.name=projects/*/locations/*/partnerSSEGateways/*}",
                            "(google.api.http).body": "partner_sse_gateway",
                            "(google.api.method_signature)": "partner_sse_gateway, update_mask",
                            "(google.longrunning.operation_info).response_type": "PartnerSSEGateway",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1alpha1/{partner_sse_gateway.name=projects/*/locations/*/partnerSSEGateways/*}",
                                "body": "partner_sse_gateway"
                              }
                            },
                            {
                              "(google.api.method_signature)": "partner_sse_gateway, update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "PartnerSSEGateway",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListSSEGatewayReferences": {
                          "requestType": "ListSSEGatewayReferencesRequest",
                          "responseType": "ListSSEGatewayReferencesResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/sseGatewayReferences",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/sseGatewayReferences"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetSSEGatewayReference": {
                          "requestType": "GetSSEGatewayReferenceRequest",
                          "responseType": "SSEGatewayReference",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/sseGatewayReferences/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/sseGatewayReferences/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        }
                      }
                    },
                    "PartnerSSEGateway": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/PartnerSSEGateway",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/partnerSSEGateways/{partner_sse_gateway}",
                        "(google.api.resource).plural": "partnerSSEGateways",
                        "(google.api.resource).singular": "partnerSSEGateway"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sseVpcSubnetRange": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "sseVpcTargetIp": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "sseGatewayReferenceId": {
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "sseBgpIps": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "sseBgpAsn": {
                          "type": "int32",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "partnerVpcSubnetRange": {
                          "type": "string",
                          "id": 11,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "partnerSseRealm": {
                          "type": "string",
                          "id": 12,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "sseSubnetRange": {
                          "type": "string",
                          "id": 17,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sseTargetIp": {
                          "type": "string",
                          "id": 18,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "partnerSubnetRange": {
                          "type": "string",
                          "id": 19,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "vni": {
                          "type": "int32",
                          "id": 20,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "symantecOptions": {
                          "type": "PartnerSSEGatewaySymantecOptions",
                          "id": 21,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sseProject": {
                          "type": "string",
                          "id": 22,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "sseNetwork": {
                          "type": "string",
                          "id": 23,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "partnerSseEnvironment": {
                          "type": "string",
                          "id": 24,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "country": {
                          "type": "string",
                          "id": 25,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "timezone": {
                          "type": "string",
                          "id": 26,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "capacityBps": {
                          "type": "int64",
                          "id": 28,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 29,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "proberSubnetRanges": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 30,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "PartnerSSEGatewaySymantecOptions": {
                          "fields": {
                            "symantecLocationUuid": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            },
                            "symantecSiteTargetHost": {
                              "type": "string",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "symantecSite": {
                              "type": "string",
                              "id": 3,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "CUSTOMER_ATTACHED": 1,
                            "CUSTOMER_DETACHED": 2
                          }
                        }
                      }
                    },
                    "ListPartnerSSEGatewaysRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/PartnerSSEGateway"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        },
                        "filter": {
                          "type": "string",
                          "id": 4
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5
                        }
                      }
                    },
                    "ListPartnerSSEGatewaysResponse": {
                      "fields": {
                        "partnerSseGateways": {
                          "rule": "repeated",
                          "type": "PartnerSSEGateway",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetPartnerSSEGatewayRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/PartnerSSEGateway"
                          }
                        }
                      }
                    },
                    "CreatePartnerSSEGatewayRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/PartnerSSEGateway"
                          }
                        },
                        "partnerSseGatewayId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "partnerSseGateway": {
                          "type": "PartnerSSEGateway",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeletePartnerSSEGatewayRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/PartnerSSEGateway"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "UpdatePartnerSSEGatewayRequest": {
                      "fields": {
                        "partnerSseGateway": {
                          "type": "PartnerSSEGateway",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 2
                        },
                        "requestId": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "SSEGatewayReference": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/SSEGatewayReference",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/sseGatewayReferences/{sse_gateway_reference}",
                        "(google.api.resource).plural": "sseGatewayReferences",
                        "(google.api.resource).singular": "sseGatewayReference"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "partnerSseRealm": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "proberSubnetRanges": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      }
                    },
                    "ListSSEGatewayReferencesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SSEGatewayReference"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        },
                        "filter": {
                          "type": "string",
                          "id": 4
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5
                        }
                      }
                    },
                    "ListSSEGatewayReferencesResponse": {
                      "fields": {
                        "sseGatewayReferences": {
                          "rule": "repeated",
                          "type": "SSEGatewayReference",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetSSEGatewayReferenceRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SSEGatewayReference"
                          }
                        }
                      }
                    },
                    "SSERealmService": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListSACRealms": {
                          "requestType": "ListSACRealmsRequest",
                          "responseType": "ListSACRealmsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/sacRealms",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/sacRealms"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetSACRealm": {
                          "requestType": "GetSACRealmRequest",
                          "responseType": "SACRealm",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/sacRealms/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/sacRealms/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateSACRealm": {
                          "requestType": "CreateSACRealmRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/sacRealms",
                            "(google.api.http).body": "sac_realm",
                            "(google.api.method_signature)": "parent,sac_realm,sac_realm_id",
                            "(google.longrunning.operation_info).response_type": "SACRealm",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/sacRealms",
                                "body": "sac_realm"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,sac_realm,sac_realm_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SACRealm",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteSACRealm": {
                          "requestType": "DeleteSACRealmRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/sacRealms/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/sacRealms/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListSACAttachments": {
                          "requestType": "ListSACAttachmentsRequest",
                          "responseType": "ListSACAttachmentsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/sacAttachments",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/sacAttachments"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetSACAttachment": {
                          "requestType": "GetSACAttachmentRequest",
                          "responseType": "SACAttachment",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/sacAttachments/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/sacAttachments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateSACAttachment": {
                          "requestType": "CreateSACAttachmentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/sacAttachments",
                            "(google.api.http).body": "sac_attachment",
                            "(google.api.method_signature)": "parent,sac_attachment,sac_attachment_id",
                            "(google.longrunning.operation_info).response_type": "SACAttachment",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/sacAttachments",
                                "body": "sac_attachment"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,sac_attachment,sac_attachment_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "SACAttachment",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteSACAttachment": {
                          "requestType": "DeleteSACAttachmentRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/sacAttachments/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/sacAttachments/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListPartnerSSERealms": {
                          "requestType": "ListPartnerSSERealmsRequest",
                          "responseType": "ListPartnerSSERealmsResponse",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{parent=projects/*/locations/*}/partnerSSERealms",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{parent=projects/*/locations/*}/partnerSSERealms"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetPartnerSSERealm": {
                          "requestType": "GetPartnerSSERealmRequest",
                          "responseType": "PartnerSSERealm",
                          "options": {
                            "(google.api.http).get": "/v1alpha1/{name=projects/*/locations/*/partnerSSERealms/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1alpha1/{name=projects/*/locations/*/partnerSSERealms/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreatePartnerSSERealm": {
                          "requestType": "CreatePartnerSSERealmRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1alpha1/{parent=projects/*/locations/*}/partnerSSERealms",
                            "(google.api.http).body": "partner_sse_realm",
                            "(google.api.method_signature)": "parent,partner_sse_realm,partner_sse_realm_id",
                            "(google.longrunning.operation_info).response_type": "PartnerSSERealm",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1alpha1/{parent=projects/*/locations/*}/partnerSSERealms",
                                "body": "partner_sse_realm"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,partner_sse_realm,partner_sse_realm_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "PartnerSSERealm",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeletePartnerSSERealm": {
                          "requestType": "DeletePartnerSSERealmRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1alpha1/{name=projects/*/locations/*/partnerSSERealms/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1alpha1/{name=projects/*/locations/*/partnerSSERealms/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1alpha1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "SACRealm": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/SACRealm",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/sacRealms/{sac_realm}",
                        "(google.api.resource).plural": "sacRealms",
                        "(google.api.resource).singular": "sacRealm"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "securityService": {
                          "type": "SecurityService",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "pairingKey": {
                          "type": "PairingKey",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "symantecOptions": {
                          "type": "SACRealmSymantecOptions",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "PairingKey": {
                          "fields": {
                            "key": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            },
                            "expireTime": {
                              "type": "google.protobuf.Timestamp",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          }
                        },
                        "SACRealmSymantecOptions": {
                          "fields": {
                            "availableSymantecSites": {
                              "rule": "repeated",
                              "type": "string",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            },
                            "secretPath": {
                              "type": "string",
                              "id": 4,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "symantecConnectionState": {
                              "type": "SymantecConnectionState",
                              "id": 5,
                              "options": {
                                "(google.api.field_behavior)": "OUTPUT_ONLY"
                              }
                            }
                          },
                          "nested": {
                            "SymantecConnectionState": {
                              "values": {
                                "SYMANTEC_CONNECTION_STATE_UNSPECIFIED": 0,
                                "SUCCEEDED": 1,
                                "READ_SECRET_FAILED": 2,
                                "REQUEST_TO_SYMANTEC_FAILED": 3
                              }
                            }
                          }
                        },
                        "SecurityService": {
                          "values": {
                            "SECURITY_SERVICE_UNSPECIFIED": 0,
                            "PALO_ALTO_PRISMA_ACCESS": 1,
                            "SYMANTEC_CLOUD_SWG": 2
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "PENDING_PARTNER_ATTACHMENT": 7,
                            "PARTNER_ATTACHED": 1,
                            "PARTNER_DETACHED": 2,
                            "KEY_EXPIRED": 3
                          }
                        }
                      }
                    },
                    "ListSACRealmsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SACRealm"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListSACRealmsResponse": {
                      "fields": {
                        "sacRealms": {
                          "rule": "repeated",
                          "type": "SACRealm",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetSACRealmRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SACRealm"
                          }
                        }
                      }
                    },
                    "CreateSACRealmRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SACRealm"
                          }
                        },
                        "sacRealmId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "sacRealm": {
                          "type": "SACRealm",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteSACRealmRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SACRealm"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "SACAttachment": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/SACAttachment",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/sacAttachments/{sac_attachment}",
                        "(google.api.resource).plural": "sacAttachments",
                        "(google.api.resource).singular": "sacAttachment"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IDENTIFIER"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sacRealm": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "nccGateway": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "country": {
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "timeZone": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "symantecOptions": {
                          "type": "SACAttachmentSymantecOptions",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "SACAttachmentSymantecOptions": {
                          "fields": {
                            "symantecSite": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "IMMUTABLE"
                              }
                            },
                            "symantecLocationName": {
                              "type": "string",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "IMMUTABLE"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "PENDING_PARTNER_ATTACHMENT": 1,
                            "PARTNER_ATTACHED": 2,
                            "PARTNER_DETACHED": 3
                          }
                        }
                      }
                    },
                    "ListSACAttachmentsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SACAttachment"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "filter": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListSACAttachmentsResponse": {
                      "fields": {
                        "sacAttachments": {
                          "rule": "repeated",
                          "type": "SACAttachment",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetSACAttachmentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SACAttachment"
                          }
                        }
                      }
                    },
                    "CreateSACAttachmentRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/SACAttachment"
                          }
                        },
                        "sacAttachmentId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "sacAttachment": {
                          "type": "SACAttachment",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeleteSACAttachmentRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/SACAttachment"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_info).format": "UUID4",
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "PartnerSSERealm": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/PartnerSSERealm",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/partnerSSERealms/{partner_sse_realm}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4
                        },
                        "pairingKey": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "partnerVpc": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sseVpc": {
                          "type": "string",
                          "id": 7,
                          "options": {
                            "deprecated": true,
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "sseProject": {
                          "type": "string",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "state": {
                          "type": "State",
                          "id": 9,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "partnerNetwork": {
                          "type": "string",
                          "id": 10,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sseNetwork": {
                          "type": "string",
                          "id": 11,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "panOptions": {
                          "type": "PartnerSSERealmPanOptions",
                          "id": 12,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sseProjectNumber": {
                          "type": "int64",
                          "id": 13,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      },
                      "nested": {
                        "PartnerSSERealmPanOptions": {
                          "fields": {
                            "serialNumber": {
                              "type": "string",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "tenantId": {
                              "type": "string",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            }
                          }
                        },
                        "State": {
                          "values": {
                            "STATE_UNSPECIFIED": 0,
                            "CUSTOMER_ATTACHED": 1,
                            "CUSTOMER_DETACHED": 2
                          }
                        }
                      }
                    },
                    "ListPartnerSSERealmsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/PartnerSSERealm"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        },
                        "filter": {
                          "type": "string",
                          "id": 4
                        },
                        "orderBy": {
                          "type": "string",
                          "id": 5
                        }
                      }
                    },
                    "ListPartnerSSERealmsResponse": {
                      "fields": {
                        "partnerSseRealms": {
                          "rule": "repeated",
                          "type": "PartnerSSERealm",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "GetPartnerSSERealmRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/PartnerSSERealm"
                          }
                        }
                      }
                    },
                    "CreatePartnerSSERealmRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/PartnerSSERealm"
                          }
                        },
                        "partnerSseRealmId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "partnerSseRealm": {
                          "type": "PartnerSSERealm",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "DeletePartnerSSERealmRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/PartnerSSERealm"
                          }
                        },
                        "requestId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    }
                  }
                },
                "v1beta1": {
                  "options": {
                    "csharp_namespace": "Google.Cloud.NetworkSecurity.V1Beta1",
                    "go_package": "cloud.google.com/go/networksecurity/apiv1beta1/networksecuritypb;networksecuritypb",
                    "java_multiple_files": true,
                    "java_outer_classname": "ServerTlsPolicyProto",
                    "java_package": "com.google.cloud.networksecurity.v1beta1",
                    "php_namespace": "Google\\Cloud\\NetworkSecurity\\V1beta1",
                    "ruby_package": "Google::Cloud::NetworkSecurity::V1beta1",
                    "(google.api.resource_definition).type": "compute.googleapis.com/Network",
                    "(google.api.resource_definition).pattern": "projects/{project}/global/networks/{network}"
                  },
                  "nested": {
                    "AuthorizationPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/AuthorizationPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/authorizationPolicies/{authorization_policy}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "action": {
                          "type": "Action",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "rules": {
                          "rule": "repeated",
                          "type": "Rule",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      },
                      "nested": {
                        "Rule": {
                          "fields": {
                            "sources": {
                              "rule": "repeated",
                              "type": "Source",
                              "id": 1,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            },
                            "destinations": {
                              "rule": "repeated",
                              "type": "Destination",
                              "id": 2,
                              "options": {
                                "(google.api.field_behavior)": "OPTIONAL"
                              }
                            }
                          },
                          "nested": {
                            "Source": {
                              "fields": {
                                "principals": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "ipBlocks": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              }
                            },
                            "Destination": {
                              "fields": {
                                "hosts": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 1,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                },
                                "ports": {
                                  "rule": "repeated",
                                  "type": "uint32",
                                  "id": 2,
                                  "options": {
                                    "(google.api.field_behavior)": "REQUIRED"
                                  }
                                },
                                "methods": {
                                  "rule": "repeated",
                                  "type": "string",
                                  "id": 4,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                },
                                "httpHeaderMatch": {
                                  "type": "HttpHeaderMatch",
                                  "id": 5,
                                  "options": {
                                    "(google.api.field_behavior)": "OPTIONAL"
                                  }
                                }
                              },
                              "nested": {
                                "HttpHeaderMatch": {
                                  "oneofs": {
                                    "type": {
                                      "oneof": [
                                        "regexMatch"
                                      ]
                                    }
                                  },
                                  "fields": {
                                    "regexMatch": {
                                      "type": "string",
                                      "id": 2,
                                      "options": {
                                        "(google.api.field_behavior)": "REQUIRED"
                                      }
                                    },
                                    "headerName": {
                                      "type": "string",
                                      "id": 1,
                                      "options": {
                                        "(google.api.field_behavior)": "REQUIRED"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "Action": {
                          "values": {
                            "ACTION_UNSPECIFIED": 0,
                            "ALLOW": 1,
                            "DENY": 2
                          }
                        }
                      }
                    },
                    "ListAuthorizationPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListAuthorizationPoliciesResponse": {
                      "fields": {
                        "authorizationPolicies": {
                          "rule": "repeated",
                          "type": "AuthorizationPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetAuthorizationPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AuthorizationPolicy"
                          }
                        }
                      }
                    },
                    "CreateAuthorizationPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/AuthorizationPolicy"
                          }
                        },
                        "authorizationPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "authorizationPolicy": {
                          "type": "AuthorizationPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateAuthorizationPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "authorizationPolicy": {
                          "type": "AuthorizationPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteAuthorizationPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/AuthorizationPolicy"
                          }
                        }
                      }
                    },
                    "ClientTlsPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/ClientTlsPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/clientTlsPolicies/{client_tls_policy}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "sni": {
                          "type": "string",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "clientCertificate": {
                          "type": "CertificateProvider",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "serverValidationCa": {
                          "rule": "repeated",
                          "type": "ValidationCA",
                          "id": 8,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListClientTlsPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListClientTlsPoliciesResponse": {
                      "fields": {
                        "clientTlsPolicies": {
                          "rule": "repeated",
                          "type": "ClientTlsPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetClientTlsPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/ClientTlsPolicy"
                          }
                        }
                      }
                    },
                    "CreateClientTlsPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/ClientTlsPolicy"
                          }
                        },
                        "clientTlsPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "clientTlsPolicy": {
                          "type": "ClientTlsPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateClientTlsPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "clientTlsPolicy": {
                          "type": "ClientTlsPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteClientTlsPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/ClientTlsPolicy"
                          }
                        }
                      }
                    },
                    "GrpcEndpoint": {
                      "fields": {
                        "targetUri": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "ValidationCA": {
                      "oneofs": {
                        "type": {
                          "oneof": [
                            "grpcEndpoint",
                            "certificateProviderInstance"
                          ]
                        }
                      },
                      "fields": {
                        "grpcEndpoint": {
                          "type": "GrpcEndpoint",
                          "id": 2
                        },
                        "certificateProviderInstance": {
                          "type": "CertificateProviderInstance",
                          "id": 3
                        }
                      }
                    },
                    "CertificateProviderInstance": {
                      "fields": {
                        "pluginInstance": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "CertificateProvider": {
                      "oneofs": {
                        "type": {
                          "oneof": [
                            "grpcEndpoint",
                            "certificateProviderInstance"
                          ]
                        }
                      },
                      "fields": {
                        "grpcEndpoint": {
                          "type": "GrpcEndpoint",
                          "id": 2
                        },
                        "certificateProviderInstance": {
                          "type": "CertificateProviderInstance",
                          "id": 3
                        }
                      }
                    },
                    "OperationMetadata": {
                      "fields": {
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "endTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "target": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "verb": {
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "statusMessage": {
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "requestedCancellation": {
                          "type": "bool",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "apiVersion": {
                          "type": "string",
                          "id": 7,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        }
                      }
                    },
                    "DnsThreatDetectorService": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListDnsThreatDetectors": {
                          "requestType": "ListDnsThreatDetectorsRequest",
                          "responseType": "ListDnsThreatDetectorsResponse",
                          "options": {
                            "(google.api.http).get": "/v1beta1/{parent=projects/*/locations/*}/dnsThreatDetectors",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{parent=projects/*/locations/*}/dnsThreatDetectors"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetDnsThreatDetector": {
                          "requestType": "GetDnsThreatDetectorRequest",
                          "responseType": "DnsThreatDetector",
                          "options": {
                            "(google.api.http).get": "/v1beta1/{name=projects/*/locations/*/dnsThreatDetectors/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{name=projects/*/locations/*/dnsThreatDetectors/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateDnsThreatDetector": {
                          "requestType": "CreateDnsThreatDetectorRequest",
                          "responseType": "DnsThreatDetector",
                          "options": {
                            "(google.api.http).post": "/v1beta1/{parent=projects/*/locations/*}/dnsThreatDetectors",
                            "(google.api.http).body": "dns_threat_detector",
                            "(google.api.method_signature)": "parent,dns_threat_detector,dns_threat_detector_id"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{parent=projects/*/locations/*}/dnsThreatDetectors",
                                "body": "dns_threat_detector"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,dns_threat_detector,dns_threat_detector_id"
                            }
                          ]
                        },
                        "UpdateDnsThreatDetector": {
                          "requestType": "UpdateDnsThreatDetectorRequest",
                          "responseType": "DnsThreatDetector",
                          "options": {
                            "(google.api.http).patch": "/v1beta1/{dns_threat_detector.name=projects/*/locations/*/dnsThreatDetectors/*}",
                            "(google.api.http).body": "dns_threat_detector",
                            "(google.api.method_signature)": "dns_threat_detector,update_mask"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1beta1/{dns_threat_detector.name=projects/*/locations/*/dnsThreatDetectors/*}",
                                "body": "dns_threat_detector"
                              }
                            },
                            {
                              "(google.api.method_signature)": "dns_threat_detector,update_mask"
                            }
                          ]
                        },
                        "DeleteDnsThreatDetector": {
                          "requestType": "DeleteDnsThreatDetectorRequest",
                          "responseType": "google.protobuf.Empty",
                          "options": {
                            "(google.api.http).delete": "/v1beta1/{name=projects/*/locations/*/dnsThreatDetectors/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1beta1/{name=projects/*/locations/*/dnsThreatDetectors/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        }
                      }
                    },
                    "DnsThreatDetector": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/DnsThreatDetector",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/dnsThreatDetectors/{dns_threat_detector}",
                        "(google.api.resource).plural": "dnsThreatDetectors",
                        "(google.api.resource).singular": "dnsThreatDetector"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "IMMUTABLE"
                          }
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "excludedNetworks": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 5,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL",
                            "(google.api.resource_reference).type": "compute.googleapis.com/Network"
                          }
                        },
                        "provider": {
                          "type": "Provider",
                          "id": 6,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      },
                      "nested": {
                        "Provider": {
                          "values": {
                            "PROVIDER_UNSPECIFIED": 0,
                            "INFOBLOX": 1
                          }
                        }
                      }
                    },
                    "ListDnsThreatDetectorsRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/DnsThreatDetector"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        }
                      }
                    },
                    "ListDnsThreatDetectorsResponse": {
                      "fields": {
                        "dnsThreatDetectors": {
                          "rule": "repeated",
                          "type": "DnsThreatDetector",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        },
                        "unreachable": {
                          "rule": "repeated",
                          "type": "string",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "UNORDERED_LIST"
                          }
                        }
                      }
                    },
                    "GetDnsThreatDetectorRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/DnsThreatDetector"
                          }
                        }
                      }
                    },
                    "CreateDnsThreatDetectorRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/DnsThreatDetector"
                          }
                        },
                        "dnsThreatDetectorId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "dnsThreatDetector": {
                          "type": "DnsThreatDetector",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateDnsThreatDetectorRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "dnsThreatDetector": {
                          "type": "DnsThreatDetector",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteDnsThreatDetectorRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/DnsThreatDetector"
                          }
                        }
                      }
                    },
                    "NetworkSecurity": {
                      "options": {
                        "(google.api.default_host)": "networksecurity.googleapis.com",
                        "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
                      },
                      "methods": {
                        "ListAuthorizationPolicies": {
                          "requestType": "ListAuthorizationPoliciesRequest",
                          "responseType": "ListAuthorizationPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1beta1/{parent=projects/*/locations/*}/authorizationPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{parent=projects/*/locations/*}/authorizationPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetAuthorizationPolicy": {
                          "requestType": "GetAuthorizationPolicyRequest",
                          "responseType": "AuthorizationPolicy",
                          "options": {
                            "(google.api.http).get": "/v1beta1/{name=projects/*/locations/*/authorizationPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{name=projects/*/locations/*/authorizationPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateAuthorizationPolicy": {
                          "requestType": "CreateAuthorizationPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1beta1/{parent=projects/*/locations/*}/authorizationPolicies",
                            "(google.api.http).body": "authorization_policy",
                            "(google.api.method_signature)": "parent,authorization_policy,authorization_policy_id",
                            "(google.longrunning.operation_info).response_type": "AuthorizationPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{parent=projects/*/locations/*}/authorizationPolicies",
                                "body": "authorization_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,authorization_policy,authorization_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AuthorizationPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateAuthorizationPolicy": {
                          "requestType": "UpdateAuthorizationPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1beta1/{authorization_policy.name=projects/*/locations/*/authorizationPolicies/*}",
                            "(google.api.http).body": "authorization_policy",
                            "(google.api.method_signature)": "authorization_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "AuthorizationPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1beta1/{authorization_policy.name=projects/*/locations/*/authorizationPolicies/*}",
                                "body": "authorization_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "authorization_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "AuthorizationPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteAuthorizationPolicy": {
                          "requestType": "DeleteAuthorizationPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1beta1/{name=projects/*/locations/*/authorizationPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1beta1/{name=projects/*/locations/*/authorizationPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListServerTlsPolicies": {
                          "requestType": "ListServerTlsPoliciesRequest",
                          "responseType": "ListServerTlsPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1beta1/{parent=projects/*/locations/*}/serverTlsPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{parent=projects/*/locations/*}/serverTlsPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetServerTlsPolicy": {
                          "requestType": "GetServerTlsPolicyRequest",
                          "responseType": "ServerTlsPolicy",
                          "options": {
                            "(google.api.http).get": "/v1beta1/{name=projects/*/locations/*/serverTlsPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{name=projects/*/locations/*/serverTlsPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateServerTlsPolicy": {
                          "requestType": "CreateServerTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1beta1/{parent=projects/*/locations/*}/serverTlsPolicies",
                            "(google.api.http).body": "server_tls_policy",
                            "(google.api.method_signature)": "parent,server_tls_policy,server_tls_policy_id",
                            "(google.longrunning.operation_info).response_type": "ServerTlsPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{parent=projects/*/locations/*}/serverTlsPolicies",
                                "body": "server_tls_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,server_tls_policy,server_tls_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "ServerTlsPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateServerTlsPolicy": {
                          "requestType": "UpdateServerTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1beta1/{server_tls_policy.name=projects/*/locations/*/serverTlsPolicies/*}",
                            "(google.api.http).body": "server_tls_policy",
                            "(google.api.method_signature)": "server_tls_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "ServerTlsPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1beta1/{server_tls_policy.name=projects/*/locations/*/serverTlsPolicies/*}",
                                "body": "server_tls_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "server_tls_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "ServerTlsPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteServerTlsPolicy": {
                          "requestType": "DeleteServerTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1beta1/{name=projects/*/locations/*/serverTlsPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1beta1/{name=projects/*/locations/*/serverTlsPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "ListClientTlsPolicies": {
                          "requestType": "ListClientTlsPoliciesRequest",
                          "responseType": "ListClientTlsPoliciesResponse",
                          "options": {
                            "(google.api.http).get": "/v1beta1/{parent=projects/*/locations/*}/clientTlsPolicies",
                            "(google.api.method_signature)": "parent"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{parent=projects/*/locations/*}/clientTlsPolicies"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent"
                            }
                          ]
                        },
                        "GetClientTlsPolicy": {
                          "requestType": "GetClientTlsPolicyRequest",
                          "responseType": "ClientTlsPolicy",
                          "options": {
                            "(google.api.http).get": "/v1beta1/{name=projects/*/locations/*/clientTlsPolicies/*}",
                            "(google.api.method_signature)": "name"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "get": "/v1beta1/{name=projects/*/locations/*/clientTlsPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            }
                          ]
                        },
                        "CreateClientTlsPolicy": {
                          "requestType": "CreateClientTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).post": "/v1beta1/{parent=projects/*/locations/*}/clientTlsPolicies",
                            "(google.api.http).body": "client_tls_policy",
                            "(google.api.method_signature)": "parent,client_tls_policy,client_tls_policy_id",
                            "(google.longrunning.operation_info).response_type": "ClientTlsPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "post": "/v1beta1/{parent=projects/*/locations/*}/clientTlsPolicies",
                                "body": "client_tls_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "parent,client_tls_policy,client_tls_policy_id"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "ClientTlsPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "UpdateClientTlsPolicy": {
                          "requestType": "UpdateClientTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).patch": "/v1beta1/{client_tls_policy.name=projects/*/locations/*/clientTlsPolicies/*}",
                            "(google.api.http).body": "client_tls_policy",
                            "(google.api.method_signature)": "client_tls_policy,update_mask",
                            "(google.longrunning.operation_info).response_type": "ClientTlsPolicy",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "patch": "/v1beta1/{client_tls_policy.name=projects/*/locations/*/clientTlsPolicies/*}",
                                "body": "client_tls_policy"
                              }
                            },
                            {
                              "(google.api.method_signature)": "client_tls_policy,update_mask"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "ClientTlsPolicy",
                                "metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                              }
                            }
                          ]
                        },
                        "DeleteClientTlsPolicy": {
                          "requestType": "DeleteClientTlsPolicyRequest",
                          "responseType": "google.longrunning.Operation",
                          "options": {
                            "(google.api.http).delete": "/v1beta1/{name=projects/*/locations/*/clientTlsPolicies/*}",
                            "(google.api.method_signature)": "name",
                            "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
                            "(google.longrunning.operation_info).metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                          },
                          "parsedOptions": [
                            {
                              "(google.api.http)": {
                                "delete": "/v1beta1/{name=projects/*/locations/*/clientTlsPolicies/*}"
                              }
                            },
                            {
                              "(google.api.method_signature)": "name"
                            },
                            {
                              "(google.longrunning.operation_info)": {
                                "response_type": "google.protobuf.Empty",
                                "metadata_type": "google.cloud.networksecurity.v1beta1.OperationMetadata"
                              }
                            }
                          ]
                        }
                      }
                    },
                    "ServerTlsPolicy": {
                      "options": {
                        "(google.api.resource).type": "networksecurity.googleapis.com/ServerTlsPolicy",
                        "(google.api.resource).pattern": "projects/{project}/locations/{location}/serverTlsPolicies/{server_tls_policy}"
                      },
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "description": {
                          "type": "string",
                          "id": 2
                        },
                        "createTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "updateTime": {
                          "type": "google.protobuf.Timestamp",
                          "id": 4,
                          "options": {
                            "(google.api.field_behavior)": "OUTPUT_ONLY"
                          }
                        },
                        "labels": {
                          "keyType": "string",
                          "type": "string",
                          "id": 5
                        },
                        "allowOpen": {
                          "type": "bool",
                          "id": 6
                        },
                        "serverCertificate": {
                          "type": "CertificateProvider",
                          "id": 7
                        },
                        "mtlsPolicy": {
                          "type": "MTLSPolicy",
                          "id": 8
                        }
                      },
                      "nested": {
                        "MTLSPolicy": {
                          "fields": {
                            "clientValidationCa": {
                              "rule": "repeated",
                              "type": "ValidationCA",
                              "id": 1
                            }
                          }
                        }
                      }
                    },
                    "ListServerTlsPoliciesRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "locations.googleapis.com/Location"
                          }
                        },
                        "pageSize": {
                          "type": "int32",
                          "id": 2
                        },
                        "pageToken": {
                          "type": "string",
                          "id": 3
                        }
                      }
                    },
                    "ListServerTlsPoliciesResponse": {
                      "fields": {
                        "serverTlsPolicies": {
                          "rule": "repeated",
                          "type": "ServerTlsPolicy",
                          "id": 1
                        },
                        "nextPageToken": {
                          "type": "string",
                          "id": 2
                        }
                      }
                    },
                    "GetServerTlsPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/ServerTlsPolicy"
                          }
                        }
                      }
                    },
                    "CreateServerTlsPolicyRequest": {
                      "fields": {
                        "parent": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).child_type": "networksecurity.googleapis.com/ServerTlsPolicy"
                          }
                        },
                        "serverTlsPolicyId": {
                          "type": "string",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        },
                        "serverTlsPolicy": {
                          "type": "ServerTlsPolicy",
                          "id": 3,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "UpdateServerTlsPolicyRequest": {
                      "fields": {
                        "updateMask": {
                          "type": "google.protobuf.FieldMask",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "OPTIONAL"
                          }
                        },
                        "serverTlsPolicy": {
                          "type": "ServerTlsPolicy",
                          "id": 2,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED"
                          }
                        }
                      }
                    },
                    "DeleteServerTlsPolicyRequest": {
                      "fields": {
                        "name": {
                          "type": "string",
                          "id": 1,
                          "options": {
                            "(google.api.field_behavior)": "REQUIRED",
                            "(google.api.resource_reference).type": "networksecurity.googleapis.com/ServerTlsPolicy"
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "api": {
          "options": {
            "go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations",
            "java_multiple_files": true,
            "java_outer_classname": "ResourceProto",
            "java_package": "com.google.api",
            "objc_class_prefix": "GAPI"
          },
          "nested": {
            "http": {
              "type": "HttpRule",
              "id": 72295728,
              "extend": "google.protobuf.MethodOptions"
            },
            "Http": {
              "fields": {
                "rules": {
                  "rule": "repeated",
                  "type": "HttpRule",
                  "id": 1
                },
                "fullyDecodeReservedExpansion": {
                  "type": "bool",
                  "id": 2
                }
              }
            },
            "HttpRule": {
              "oneofs": {
                "pattern": {
                  "oneof": [
                    "get",
                    "put",
                    "post",
                    "delete",
                    "patch",
                    "custom"
                  ]
                }
              },
              "fields": {
                "selector": {
                  "type": "string",
                  "id": 1
                },
                "get": {
                  "type": "string",
                  "id": 2
                },
                "put": {
                  "type": "string",
                  "id": 3
                },
                "post": {
                  "type": "string",
                  "id": 4
                },
                "delete": {
                  "type": "string",
                  "id": 5
                },
                "patch": {
                  "type": "string",
                  "id": 6
                },
                "custom": {
                  "type": "CustomHttpPattern",
                  "id": 8
                },
                "body": {
                  "type": "string",
                  "id": 7
                },
                "responseBody": {
                  "type": "string",
                  "id": 12
                },
                "additionalBindings": {
                  "rule": "repeated",
                  "type": "HttpRule",
                  "id": 11
                }
              }
            },
            "CustomHttpPattern": {
              "fields": {
                "kind": {
                  "type": "string",
                  "id": 1
                },
                "path": {
                  "type": "string",
                  "id": 2
                }
              }
            },
            "methodSignature": {
              "rule": "repeated",
              "type": "string",
              "id": 1051,
              "extend": "google.protobuf.MethodOptions"
            },
            "defaultHost": {
              "type": "string",
              "id": 1049,
              "extend": "google.protobuf.ServiceOptions"
            },
            "oauthScopes": {
              "type": "string",
              "id": 1050,
              "extend": "google.protobuf.ServiceOptions"
            },
            "apiVersion": {
              "type": "string",
              "id": 525000001,
              "extend": "google.protobuf.ServiceOptions"
            },
            "CommonLanguageSettings": {
              "fields": {
                "referenceDocsUri": {
                  "type": "string",
                  "id": 1,
                  "options": {
                    "deprecated": true
                  }
                },
                "destinations": {
                  "rule": "repeated",
                  "type": "ClientLibraryDestination",
                  "id": 2
                },
                "selectiveGapicGeneration": {
                  "type": "SelectiveGapicGeneration",
                  "id": 3
                }
              }
            },
            "ClientLibrarySettings": {
              "fields": {
                "version": {
                  "type": "string",
                  "id": 1
                },
                "launchStage": {
                  "type": "LaunchStage",
                  "id": 2
                },
                "restNumericEnums": {
                  "type": "bool",
                  "id": 3
                },
                "javaSettings": {
                  "type": "JavaSettings",
                  "id": 21
                },
                "cppSettings": {
                  "type": "CppSettings",
                  "id": 22
                },
                "phpSettings": {
                  "type": "PhpSettings",
                  "id": 23
                },
                "pythonSettings": {
                  "type": "PythonSettings",
                  "id": 24
                },
                "nodeSettings": {
                  "type": "NodeSettings",
                  "id": 25
                },
                "dotnetSettings": {
                  "type": "DotnetSettings",
                  "id": 26
                },
                "rubySettings": {
                  "type": "RubySettings",
                  "id": 27
                },
                "goSettings": {
                  "type": "GoSettings",
                  "id": 28
                }
              }
            },
            "Publishing": {
              "fields": {
                "methodSettings": {
                  "rule": "repeated",
                  "type": "MethodSettings",
                  "id": 2
                },
                "newIssueUri": {
                  "type": "string",
                  "id": 101
                },
                "documentationUri": {
                  "type": "string",
                  "id": 102
                },
                "apiShortName": {
                  "type": "string",
                  "id": 103
                },
                "githubLabel": {
                  "type": "string",
                  "id": 104
                },
                "codeownerGithubTeams": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 105
                },
                "docTagPrefix": {
                  "type": "string",
                  "id": 106
                },
                "organization": {
                  "type": "ClientLibraryOrganization",
                  "id": 107
                },
                "librarySettings": {
                  "rule": "repeated",
                  "type": "ClientLibrarySettings",
                  "id": 109
                },
                "protoReferenceDocumentationUri": {
                  "type": "string",
                  "id": 110
                },
                "restReferenceDocumentationUri": {
                  "type": "string",
                  "id": 111
                }
              }
            },
            "JavaSettings": {
              "fields": {
                "libraryPackage": {
                  "type": "string",
                  "id": 1
                },
                "serviceClassNames": {
                  "keyType": "string",
                  "type": "string",
                  "id": 2
                },
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 3
                }
              }
            },
            "CppSettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                }
              }
            },
            "PhpSettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                },
                "libraryPackage": {
                  "type": "string",
                  "id": 2
                }
              }
            },
            "PythonSettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                },
                "experimentalFeatures": {
                  "type": "ExperimentalFeatures",
                  "id": 2
                }
              },
              "nested": {
                "ExperimentalFeatures": {
                  "fields": {
                    "restAsyncIoEnabled": {
                      "type": "bool",
                      "id": 1
                    },
                    "protobufPythonicTypesEnabled": {
                      "type": "bool",
                      "id": 2
                    },
                    "unversionedPackageDisabled": {
                      "type": "bool",
                      "id": 3
                    }
                  }
                }
              }
            },
            "NodeSettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                }
              }
            },
            "DotnetSettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                },
                "renamedServices": {
                  "keyType": "string",
                  "type": "string",
                  "id": 2
                },
                "renamedResources": {
                  "keyType": "string",
                  "type": "string",
                  "id": 3
                },
                "ignoredResources": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 4
                },
                "forcedNamespaceAliases": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 5
                },
                "handwrittenSignatures": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 6
                }
              }
            },
            "RubySettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                }
              }
            },
            "GoSettings": {
              "fields": {
                "common": {
                  "type": "CommonLanguageSettings",
                  "id": 1
                },
                "renamedServices": {
                  "keyType": "string",
                  "type": "string",
                  "id": 2
                }
              }
            },
            "MethodSettings": {
              "fields": {
                "selector": {
                  "type": "string",
                  "id": 1
                },
                "longRunning": {
                  "type": "LongRunning",
                  "id": 2
                },
                "autoPopulatedFields": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 3
                },
                "batching": {
                  "type": "BatchingConfigProto",
                  "id": 4
                }
              },
              "nested": {
                "LongRunning": {
                  "fields": {
                    "initialPollDelay": {
                      "type": "google.protobuf.Duration",
                      "id": 1
                    },
                    "pollDelayMultiplier": {
                      "type": "float",
                      "id": 2
                    },
                    "maxPollDelay": {
                      "type": "google.protobuf.Duration",
                      "id": 3
                    },
                    "totalPollTimeout": {
                      "type": "google.protobuf.Duration",
                      "id": 4
                    }
                  }
                }
              }
            },
            "ClientLibraryOrganization": {
              "values": {
                "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": 0,
                "CLOUD": 1,
                "ADS": 2,
                "PHOTOS": 3,
                "STREET_VIEW": 4,
                "SHOPPING": 5,
                "GEO": 6,
                "GENERATIVE_AI": 7
              }
            },
            "ClientLibraryDestination": {
              "values": {
                "CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": 0,
                "GITHUB": 10,
                "PACKAGE_MANAGER": 20
              }
            },
            "SelectiveGapicGeneration": {
              "fields": {
                "methods": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 1
                },
                "generateOmittedAsInternal": {
                  "type": "bool",
                  "id": 2
                }
              }
            },
            "BatchingConfigProto": {
              "fields": {
                "thresholds": {
                  "type": "BatchingSettingsProto",
                  "id": 1
                },
                "batchDescriptor": {
                  "type": "BatchingDescriptorProto",
                  "id": 2
                }
              }
            },
            "BatchingSettingsProto": {
              "fields": {
                "elementCountThreshold": {
                  "type": "int32",
                  "id": 1
                },
                "requestByteThreshold": {
                  "type": "int64",
                  "id": 2
                },
                "delayThreshold": {
                  "type": "google.protobuf.Duration",
                  "id": 3
                },
                "elementCountLimit": {
                  "type": "int32",
                  "id": 4
                },
                "requestByteLimit": {
                  "type": "int32",
                  "id": 5
                },
                "flowControlElementLimit": {
                  "type": "int32",
                  "id": 6
                },
                "flowControlByteLimit": {
                  "type": "int32",
                  "id": 7
                },
                "flowControlLimitExceededBehavior": {
                  "type": "FlowControlLimitExceededBehaviorProto",
                  "id": 8
                }
              }
            },
            "FlowControlLimitExceededBehaviorProto": {
              "values": {
                "UNSET_BEHAVIOR": 0,
                "THROW_EXCEPTION": 1,
                "BLOCK": 2,
                "IGNORE": 3
              }
            },
            "BatchingDescriptorProto": {
              "fields": {
                "batchedField": {
                  "type": "string",
                  "id": 1
                },
                "discriminatorFields": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 2
                },
                "subresponseField": {
                  "type": "string",
                  "id": 3
                }
              }
            },
            "LaunchStage": {
              "values": {
                "LAUNCH_STAGE_UNSPECIFIED": 0,
                "UNIMPLEMENTED": 6,
                "PRELAUNCH": 7,
                "EARLY_ACCESS": 1,
                "ALPHA": 2,
                "BETA": 3,
                "GA": 4,
                "DEPRECATED": 5
              }
            },
            "fieldBehavior": {
              "rule": "repeated",
              "type": "google.api.FieldBehavior",
              "id": 1052,
              "extend": "google.protobuf.FieldOptions",
              "options": {
                "packed": false
              }
            },
            "FieldBehavior": {
              "values": {
                "FIELD_BEHAVIOR_UNSPECIFIED": 0,
                "OPTIONAL": 1,
                "REQUIRED": 2,
                "OUTPUT_ONLY": 3,
                "INPUT_ONLY": 4,
                "IMMUTABLE": 5,
                "UNORDERED_LIST": 6,
                "NON_EMPTY_DEFAULT": 7,
                "IDENTIFIER": 8
              }
            },
            "fieldInfo": {
              "type": "google.api.FieldInfo",
              "id": 291403980,
              "extend": "google.protobuf.FieldOptions"
            },
            "FieldInfo": {
              "fields": {
                "format": {
                  "type": "Format",
                  "id": 1
                },
                "referencedTypes": {
                  "rule": "repeated",
                  "type": "TypeReference",
                  "id": 2
                }
              },
              "nested": {
                "Format": {
                  "values": {
                    "FORMAT_UNSPECIFIED": 0,
                    "UUID4": 1,
                    "IPV4": 2,
                    "IPV6": 3,
                    "IPV4_OR_IPV6": 4
                  }
                }
              }
            },
            "TypeReference": {
              "fields": {
                "typeName": {
                  "type": "string",
                  "id": 1
                }
              }
            },
            "resourceReference": {
              "type": "google.api.ResourceReference",
              "id": 1055,
              "extend": "google.protobuf.FieldOptions"
            },
            "resourceDefinition": {
              "rule": "repeated",
              "type": "google.api.ResourceDescriptor",
              "id": 1053,
              "extend": "google.protobuf.FileOptions"
            },
            "resource": {
              "type": "google.api.ResourceDescriptor",
              "id": 1053,
              "extend": "google.protobuf.MessageOptions"
            },
            "ResourceDescriptor": {
              "fields": {
                "type": {
                  "type": "string",
                  "id": 1
                },
                "pattern": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 2
                },
                "nameField": {
                  "type": "string",
                  "id": 3
                },
                "history": {
                  "type": "History",
                  "id": 4
                },
                "plural": {
                  "type": "string",
                  "id": 5
                },
                "singular": {
                  "type": "string",
                  "id": 6
                },
                "style": {
                  "rule": "repeated",
                  "type": "Style",
                  "id": 10
                }
              },
              "nested": {
                "History": {
                  "values": {
                    "HISTORY_UNSPECIFIED": 0,
                    "ORIGINALLY_SINGLE_PATTERN": 1,
                    "FUTURE_MULTI_PATTERN": 2
                  }
                },
                "Style": {
                  "values": {
                    "STYLE_UNSPECIFIED": 0,
                    "DECLARATIVE_FRIENDLY": 1
                  }
                }
              }
            },
            "ResourceReference": {
              "fields": {
                "type": {
                  "type": "string",
                  "id": 1
                },
                "childType": {
                  "type": "string",
                  "id": 2
                }
              }
            }
          }
        },
        "protobuf": {
          "options": {
            "go_package": "google.golang.org/protobuf/types/descriptorpb",
            "java_package": "com.google.protobuf",
            "java_outer_classname": "DescriptorProtos",
            "csharp_namespace": "Google.Protobuf.Reflection",
            "objc_class_prefix": "GPB",
            "cc_enable_arenas": true,
            "optimize_for": "SPEED"
          },
          "nested": {
            "FileDescriptorSet": {
              "edition": "proto2",
              "fields": {
                "file": {
                  "rule": "repeated",
                  "type": "FileDescriptorProto",
                  "id": 1
                }
              },
              "extensions": [
                [
                  536000000,
                  536000000
                ]
              ]
            },
            "Edition": {
              "edition": "proto2",
              "values": {
                "EDITION_UNKNOWN": 0,
                "EDITION_LEGACY": 900,
                "EDITION_PROTO2": 998,
                "EDITION_PROTO3": 999,
                "EDITION_2023": 1000,
                "EDITION_2024": 1001,
                "EDITION_2026": 1002,
                "EDITION_UNSTABLE": 9999,
                "EDITION_1_TEST_ONLY": 1,
                "EDITION_2_TEST_ONLY": 2,
                "EDITION_99997_TEST_ONLY": 99997,
                "EDITION_99998_TEST_ONLY": 99998,
                "EDITION_99999_TEST_ONLY": 99999,
                "EDITION_MAX": 2147483647
              }
            },
            "FileDescriptorProto": {
              "edition": "proto2",
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "package": {
                  "type": "string",
                  "id": 2
                },
                "dependency": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 3
                },
                "publicDependency": {
                  "rule": "repeated",
                  "type": "int32",
                  "id": 10
                },
                "weakDependency": {
                  "rule": "repeated",
                  "type": "int32",
                  "id": 11
                },
                "optionDependency": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 15
                },
                "messageType": {
                  "rule": "repeated",
                  "type": "DescriptorProto",
                  "id": 4
                },
                "enumType": {
                  "rule": "repeated",
                  "type": "EnumDescriptorProto",
                  "id": 5
                },
                "service": {
                  "rule": "repeated",
                  "type": "ServiceDescriptorProto",
                  "id": 6
                },
                "extension": {
                  "rule": "repeated",
                  "type": "FieldDescriptorProto",
                  "id": 7
                },
                "options": {
                  "type": "FileOptions",
                  "id": 8
                },
                "sourceCodeInfo": {
                  "type": "SourceCodeInfo",
                  "id": 9
                },
                "syntax": {
                  "type": "string",
                  "id": 12
                },
                "edition": {
                  "type": "Edition",
                  "id": 14
                }
              }
            },
            "DescriptorProto": {
              "edition": "proto2",
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "field": {
                  "rule": "repeated",
                  "type": "FieldDescriptorProto",
                  "id": 2
                },
                "extension": {
                  "rule": "repeated",
                  "type": "FieldDescriptorProto",
                  "id": 6
                },
                "nestedType": {
                  "rule": "repeated",
                  "type": "DescriptorProto",
                  "id": 3
                },
                "enumType": {
                  "rule": "repeated",
                  "type": "EnumDescriptorProto",
                  "id": 4
                },
                "extensionRange": {
                  "rule": "repeated",
                  "type": "ExtensionRange",
                  "id": 5
                },
                "oneofDecl": {
                  "rule": "repeated",
                  "type": "OneofDescriptorProto",
                  "id": 8
                },
                "options": {
                  "type": "MessageOptions",
                  "id": 7
                },
                "reservedRange": {
                  "rule": "repeated",
                  "type": "ReservedRange",
                  "id": 9
                },
                "reservedName": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 10
                },
                "visibility": {
                  "type": "SymbolVisibility",
                  "id": 11
                }
              },
              "nested": {
                "ExtensionRange": {
                  "fields": {
                    "start": {
                      "type": "int32",
                      "id": 1
                    },
                    "end": {
                      "type": "int32",
                      "id": 2
                    },
                    "options": {
                      "type": "ExtensionRangeOptions",
                      "id": 3
                    }
                  }
                },
                "ReservedRange": {
                  "fields": {
                    "start": {
                      "type": "int32",
                      "id": 1
                    },
                    "end": {
                      "type": "int32",
                      "id": 2
                    }
                  }
                }
              }
            },
            "ExtensionRangeOptions": {
              "edition": "proto2",
              "fields": {
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                },
                "declaration": {
                  "rule": "repeated",
                  "type": "Declaration",
                  "id": 2,
                  "options": {
                    "retention": "RETENTION_SOURCE"
                  }
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 50
                },
                "verification": {
                  "type": "VerificationState",
                  "id": 3,
                  "options": {
                    "default": "UNVERIFIED",
                    "retention": "RETENTION_SOURCE"
                  }
                }
              },
              "extensions": [
                [
                  990,
                  998
                ],
                [
                  1000,
                  536870911
                ]
              ],
              "nested": {
                "Declaration": {
                  "fields": {
                    "number": {
                      "type": "int32",
                      "id": 1
                    },
                    "fullName": {
                      "type": "string",
                      "id": 2
                    },
                    "type": {
                      "type": "string",
                      "id": 3
                    },
                    "reserved": {
                      "type": "bool",
                      "id": 5
                    },
                    "repeated": {
                      "type": "bool",
                      "id": 6
                    }
                  },
                  "reserved": [
                    [
                      4,
                      4
                    ]
                  ]
                },
                "VerificationState": {
                  "values": {
                    "DECLARATION": 0,
                    "UNVERIFIED": 1
                  }
                }
              }
            },
            "FieldDescriptorProto": {
              "edition": "proto2",
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "number": {
                  "type": "int32",
                  "id": 3
                },
                "label": {
                  "type": "Label",
                  "id": 4
                },
                "type": {
                  "type": "Type",
                  "id": 5
                },
                "typeName": {
                  "type": "string",
                  "id": 6
                },
                "extendee": {
                  "type": "string",
                  "id": 2
                },
                "defaultValue": {
                  "type": "string",
                  "id": 7
                },
                "oneofIndex": {
                  "type": "int32",
                  "id": 9
                },
                "jsonName": {
                  "type": "string",
                  "id": 10
                },
                "options": {
                  "type": "FieldOptions",
                  "id": 8
                },
                "proto3Optional": {
                  "type": "bool",
                  "id": 17
                }
              },
              "nested": {
                "Type": {
                  "values": {
                    "TYPE_DOUBLE": 1,
                    "TYPE_FLOAT": 2,
                    "TYPE_INT64": 3,
                    "TYPE_UINT64": 4,
                    "TYPE_INT32": 5,
                    "TYPE_FIXED64": 6,
                    "TYPE_FIXED32": 7,
                    "TYPE_BOOL": 8,
                    "TYPE_STRING": 9,
                    "TYPE_GROUP": 10,
                    "TYPE_MESSAGE": 11,
                    "TYPE_BYTES": 12,
                    "TYPE_UINT32": 13,
                    "TYPE_ENUM": 14,
                    "TYPE_SFIXED32": 15,
                    "TYPE_SFIXED64": 16,
                    "TYPE_SINT32": 17,
                    "TYPE_SINT64": 18
                  }
                },
                "Label": {
                  "values": {
                    "LABEL_OPTIONAL": 1,
                    "LABEL_REPEATED": 3,
                    "LABEL_REQUIRED": 2
                  }
                }
              }
            },
            "OneofDescriptorProto": {
              "edition": "proto2",
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "options": {
                  "type": "OneofOptions",
                  "id": 2
                }
              }
            },
            "EnumDescriptorProto": {
              "edition": "proto2",
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "value": {
                  "rule": "repeated",
                  "type": "EnumValueDescriptorProto",
                  "id": 2
                },
                "options": {
                  "type": "EnumOptions",
                  "id": 3
                },
                "reservedRange": {
                  "rule": "repeated",
                  "type": "EnumReservedRange",
                  "id": 4
                },
                "reservedName": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 5
                },
                "visibility": {
                  "type": "SymbolVisibility",
                  "id": 6
                }
              },
              "nested": {
                "EnumReservedRange": {
                  "fields": {
                    "start": {
                      "type": "int32",
                      "id": 1
                    },
                    "end": {
                      "type": "int32",
                      "id": 2
                    }
                  }
                }
              }
            },
            "EnumValueDescriptorProto": {
              "edition": "proto2",
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "number": {
                  "type": "int32",
                  "id": 2
                },
                "options": {
                  "type": "EnumValueOptions",
                  "id": 3
                }
              }
            },
            "ServiceDescriptorProto": {
              "edition": "proto2",
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "method": {
                  "rule": "repeated",
                  "type": "MethodDescriptorProto",
                  "id": 2
                },
                "options": {
                  "type": "ServiceOptions",
                  "id": 3
                }
              },
              "reserved": [
                [
                  4,
                  4
                ],
                "stream"
              ]
            },
            "MethodDescriptorProto": {
              "edition": "proto2",
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "inputType": {
                  "type": "string",
                  "id": 2
                },
                "outputType": {
                  "type": "string",
                  "id": 3
                },
                "options": {
                  "type": "MethodOptions",
                  "id": 4
                },
                "clientStreaming": {
                  "type": "bool",
                  "id": 5,
                  "options": {
                    "default": false
                  }
                },
                "serverStreaming": {
                  "type": "bool",
                  "id": 6,
                  "options": {
                    "default": false
                  }
                }
              }
            },
            "FileOptions": {
              "edition": "proto2",
              "fields": {
                "javaPackage": {
                  "type": "string",
                  "id": 1
                },
                "javaOuterClassname": {
                  "type": "string",
                  "id": 8
                },
                "javaMultipleFiles": {
                  "type": "bool",
                  "id": 10,
                  "options": {
                    "default": false,
                    "feature_support.edition_introduced": "EDITION_PROTO2",
                    "feature_support.edition_removed": "EDITION_2024",
                    "feature_support.removal_error": "This behavior is enabled by default in editions 2024 and above. To disable it, you can set `features.(pb.java).nest_in_file_class = YES` on individual messages, enums, or services."
                  }
                },
                "javaGenerateEqualsAndHash": {
                  "type": "bool",
                  "id": 20,
                  "options": {
                    "deprecated": true
                  }
                },
                "javaStringCheckUtf8": {
                  "type": "bool",
                  "id": 27,
                  "options": {
                    "default": false
                  }
                },
                "optimizeFor": {
                  "type": "OptimizeMode",
                  "id": 9,
                  "options": {
                    "default": "SPEED"
                  }
                },
                "goPackage": {
                  "type": "string",
                  "id": 11
                },
                "ccGenericServices": {
                  "type": "bool",
                  "id": 16,
                  "options": {
                    "default": false
                  }
                },
                "javaGenericServices": {
                  "type": "bool",
                  "id": 17,
                  "options": {
                    "default": false
                  }
                },
                "pyGenericServices": {
                  "type": "bool",
                  "id": 18,
                  "options": {
                    "default": false
                  }
                },
                "deprecated": {
                  "type": "bool",
                  "id": 23,
                  "options": {
                    "default": false
                  }
                },
                "ccEnableArenas": {
                  "type": "bool",
                  "id": 31,
                  "options": {
                    "default": true,
                    "feature_support.edition_removed": "EDITION_2026",
                    "feature_support.removal_error": "cc_enable_arenas is enabled by default in every edition and overrides are ignored.This option is removed in editions 2026 and above."
                  }
                },
                "objcClassPrefix": {
                  "type": "string",
                  "id": 36
                },
                "csharpNamespace": {
                  "type": "string",
                  "id": 37
                },
                "swiftPrefix": {
                  "type": "string",
                  "id": 39
                },
                "phpClassPrefix": {
                  "type": "string",
                  "id": 40
                },
                "phpNamespace": {
                  "type": "string",
                  "id": 41
                },
                "phpMetadataNamespace": {
                  "type": "string",
                  "id": 44
                },
                "rubyPackage": {
                  "type": "string",
                  "id": 45
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 50
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  990,
                  998
                ],
                [
                  1000,
                  536870911
                ]
              ],
              "reserved": [
                [
                  42,
                  42
                ],
                "php_generic_services",
                [
                  38,
                  38
                ]
              ],
              "nested": {
                "OptimizeMode": {
                  "values": {
                    "SPEED": 1,
                    "CODE_SIZE": 2,
                    "LITE_RUNTIME": 3
                  }
                }
              }
            },
            "MessageOptions": {
              "edition": "proto2",
              "fields": {
                "messageSetWireFormat": {
                  "type": "bool",
                  "id": 1,
                  "options": {
                    "default": false
                  }
                },
                "noStandardDescriptorAccessor": {
                  "type": "bool",
                  "id": 2,
                  "options": {
                    "default": false
                  }
                },
                "deprecated": {
                  "type": "bool",
                  "id": 3,
                  "options": {
                    "default": false
                  }
                },
                "mapEntry": {
                  "type": "bool",
                  "id": 7
                },
                "deprecatedLegacyJsonFieldConflicts": {
                  "type": "bool",
                  "id": 11,
                  "options": {
                    "deprecated": true
                  }
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 12
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  990,
                  998
                ],
                [
                  1000,
                  536870911
                ]
              ],
              "reserved": [
                [
                  4,
                  4
                ],
                [
                  5,
                  5
                ],
                [
                  6,
                  6
                ],
                [
                  8,
                  8
                ],
                [
                  9,
                  9
                ]
              ]
            },
            "FieldOptions": {
              "edition": "proto2",
              "fields": {
                "ctype": {
                  "type": "CType",
                  "id": 1,
                  "options": {
                    "default": "STRING"
                  }
                },
                "packed": {
                  "type": "bool",
                  "id": 2
                },
                "jstype": {
                  "type": "JSType",
                  "id": 6,
                  "options": {
                    "default": "JS_NORMAL"
                  }
                },
                "lazy": {
                  "type": "bool",
                  "id": 5,
                  "options": {
                    "default": false
                  }
                },
                "unverifiedLazy": {
                  "type": "bool",
                  "id": 15,
                  "options": {
                    "default": false
                  }
                },
                "deprecated": {
                  "type": "bool",
                  "id": 3,
                  "options": {
                    "default": false
                  }
                },
                "weak": {
                  "type": "bool",
                  "id": 10,
                  "options": {
                    "default": false,
                    "deprecated": true
                  }
                },
                "debugRedact": {
                  "type": "bool",
                  "id": 16,
                  "options": {
                    "default": false
                  }
                },
                "retention": {
                  "type": "OptionRetention",
                  "id": 17
                },
                "targets": {
                  "rule": "repeated",
                  "type": "OptionTargetType",
                  "id": 19
                },
                "editionDefaults": {
                  "rule": "repeated",
                  "type": "EditionDefault",
                  "id": 20
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 21
                },
                "featureSupport": {
                  "type": "FeatureSupport",
                  "id": 22
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  990,
                  998
                ],
                [
                  1000,
                  536870911
                ]
              ],
              "reserved": [
                [
                  4,
                  4
                ],
                [
                  18,
                  18
                ]
              ],
              "nested": {
                "CType": {
                  "values": {
                    "STRING": 0,
                    "CORD": 1,
                    "STRING_PIECE": 2
                  }
                },
                "JSType": {
                  "values": {
                    "JS_NORMAL": 0,
                    "JS_STRING": 1,
                    "JS_NUMBER": 2
                  }
                },
                "OptionRetention": {
                  "values": {
                    "RETENTION_UNKNOWN": 0,
                    "RETENTION_RUNTIME": 1,
                    "RETENTION_SOURCE": 2
                  }
                },
                "OptionTargetType": {
                  "values": {
                    "TARGET_TYPE_UNKNOWN": 0,
                    "TARGET_TYPE_FILE": 1,
                    "TARGET_TYPE_EXTENSION_RANGE": 2,
                    "TARGET_TYPE_MESSAGE": 3,
                    "TARGET_TYPE_FIELD": 4,
                    "TARGET_TYPE_ONEOF": 5,
                    "TARGET_TYPE_ENUM": 6,
                    "TARGET_TYPE_ENUM_ENTRY": 7,
                    "TARGET_TYPE_SERVICE": 8,
                    "TARGET_TYPE_METHOD": 9
                  }
                },
                "EditionDefault": {
                  "fields": {
                    "edition": {
                      "type": "Edition",
                      "id": 3
                    },
                    "value": {
                      "type": "string",
                      "id": 2
                    }
                  }
                },
                "FeatureSupport": {
                  "fields": {
                    "editionIntroduced": {
                      "type": "Edition",
                      "id": 1
                    },
                    "editionDeprecated": {
                      "type": "Edition",
                      "id": 2
                    },
                    "deprecationWarning": {
                      "type": "string",
                      "id": 3
                    },
                    "editionRemoved": {
                      "type": "Edition",
                      "id": 4
                    },
                    "removalError": {
                      "type": "string",
                      "id": 5
                    }
                  }
                }
              }
            },
            "OneofOptions": {
              "edition": "proto2",
              "fields": {
                "features": {
                  "type": "FeatureSet",
                  "id": 1
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  990,
                  998
                ],
                [
                  1000,
                  536870911
                ]
              ]
            },
            "EnumOptions": {
              "edition": "proto2",
              "fields": {
                "allowAlias": {
                  "type": "bool",
                  "id": 2
                },
                "deprecated": {
                  "type": "bool",
                  "id": 3,
                  "options": {
                    "default": false
                  }
                },
                "deprecatedLegacyJsonFieldConflicts": {
                  "type": "bool",
                  "id": 6,
                  "options": {
                    "deprecated": true
                  }
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 7
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  990,
                  998
                ],
                [
                  1000,
                  536870911
                ]
              ],
              "reserved": [
                [
                  5,
                  5
                ]
              ]
            },
            "EnumValueOptions": {
              "edition": "proto2",
              "fields": {
                "deprecated": {
                  "type": "bool",
                  "id": 1,
                  "options": {
                    "default": false
                  }
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 2
                },
                "debugRedact": {
                  "type": "bool",
                  "id": 3,
                  "options": {
                    "default": false
                  }
                },
                "featureSupport": {
                  "type": "FieldOptions.FeatureSupport",
                  "id": 4
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  990,
                  998
                ],
                [
                  1000,
                  536870911
                ]
              ]
            },
            "ServiceOptions": {
              "edition": "proto2",
              "fields": {
                "features": {
                  "type": "FeatureSet",
                  "id": 34
                },
                "deprecated": {
                  "type": "bool",
                  "id": 33,
                  "options": {
                    "default": false
                  }
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  990,
                  998
                ],
                [
                  1000,
                  536870911
                ]
              ]
            },
            "MethodOptions": {
              "edition": "proto2",
              "fields": {
                "deprecated": {
                  "type": "bool",
                  "id": 33,
                  "options": {
                    "default": false
                  }
                },
                "idempotencyLevel": {
                  "type": "IdempotencyLevel",
                  "id": 34,
                  "options": {
                    "default": "IDEMPOTENCY_UNKNOWN"
                  }
                },
                "features": {
                  "type": "FeatureSet",
                  "id": 35
                },
                "uninterpretedOption": {
                  "rule": "repeated",
                  "type": "UninterpretedOption",
                  "id": 999
                }
              },
              "extensions": [
                [
                  990,
                  998
                ],
                [
                  1000,
                  536870911
                ]
              ],
              "nested": {
                "IdempotencyLevel": {
                  "values": {
                    "IDEMPOTENCY_UNKNOWN": 0,
                    "NO_SIDE_EFFECTS": 1,
                    "IDEMPOTENT": 2
                  }
                }
              }
            },
            "UninterpretedOption": {
              "edition": "proto2",
              "fields": {
                "name": {
                  "rule": "repeated",
                  "type": "NamePart",
                  "id": 2
                },
                "identifierValue": {
                  "type": "string",
                  "id": 3
                },
                "positiveIntValue": {
                  "type": "uint64",
                  "id": 4
                },
                "negativeIntValue": {
                  "type": "int64",
                  "id": 5
                },
                "doubleValue": {
                  "type": "double",
                  "id": 6
                },
                "stringValue": {
                  "type": "bytes",
                  "id": 7
                },
                "aggregateValue": {
                  "type": "string",
                  "id": 8
                }
              },
              "nested": {
                "NamePart": {
                  "fields": {
                    "namePart": {
                      "rule": "required",
                      "type": "string",
                      "id": 1
                    },
                    "isExtension": {
                      "rule": "required",
                      "type": "bool",
                      "id": 2
                    }
                  }
                }
              }
            },
            "FeatureSet": {
              "edition": "proto2",
              "fields": {
                "fieldPresence": {
                  "type": "FieldPresence",
                  "id": 1,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2023",
                    "edition_defaults.edition": "EDITION_2023",
                    "edition_defaults.value": "EXPLICIT"
                  }
                },
                "enumType": {
                  "type": "EnumType",
                  "id": 2,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2023",
                    "edition_defaults.edition": "EDITION_PROTO3",
                    "edition_defaults.value": "OPEN"
                  }
                },
                "repeatedFieldEncoding": {
                  "type": "RepeatedFieldEncoding",
                  "id": 3,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2023",
                    "edition_defaults.edition": "EDITION_PROTO3",
                    "edition_defaults.value": "PACKED"
                  }
                },
                "utf8Validation": {
                  "type": "Utf8Validation",
                  "id": 4,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2023",
                    "edition_defaults.edition": "EDITION_PROTO3",
                    "edition_defaults.value": "VERIFY"
                  }
                },
                "messageEncoding": {
                  "type": "MessageEncoding",
                  "id": 5,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2023",
                    "edition_defaults.edition": "EDITION_LEGACY",
                    "edition_defaults.value": "LENGTH_PREFIXED"
                  }
                },
                "jsonFormat": {
                  "type": "JsonFormat",
                  "id": 6,
                  "options": {
                    "retention": "RETENTION_RUNTIME",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2023",
                    "edition_defaults.edition": "EDITION_PROTO3",
                    "edition_defaults.value": "ALLOW"
                  }
                },
                "enforceNamingStyle": {
                  "type": "EnforceNamingStyle",
                  "id": 7,
                  "options": {
                    "retention": "RETENTION_SOURCE",
                    "targets": "TARGET_TYPE_METHOD",
                    "feature_support.edition_introduced": "EDITION_2024",
                    "edition_defaults.edition": "EDITION_2026",
                    "edition_defaults.value": "STYLE2026"
                  }
                },
                "defaultSymbolVisibility": {
                  "type": "VisibilityFeature.DefaultSymbolVisibility",
                  "id": 8,
                  "options": {
                    "retention": "RETENTION_SOURCE",
                    "targets": "TARGET_TYPE_FILE",
                    "feature_support.edition_introduced": "EDITION_2024",
                    "edition_defaults.edition": "EDITION_2024",
                    "edition_defaults.value": "EXPORT_TOP_LEVEL"
                  }
                },
                "enforceProtoLimits": {
                  "type": "ProtoLimitsFeature.EnforceProtoLimits",
                  "id": 9,
                  "options": {
                    "retention": "RETENTION_SOURCE",
                    "targets": "TARGET_TYPE_ONEOF",
                    "feature_support.edition_introduced": "EDITION_2026",
                    "edition_defaults.edition": "EDITION_2026",
                    "edition_defaults.value": "PROTO_LIMITS2026"
                  }
                }
              },
              "extensions": [
                [
                  1000,
                  9994
                ],
                [
                  9995,
                  9999
                ],
                [
                  10000,
                  10000
                ]
              ],
              "reserved": [
                [
                  999,
                  999
                ]
              ],
              "nested": {
                "FieldPresence": {
                  "values": {
                    "FIELD_PRESENCE_UNKNOWN": 0,
                    "EXPLICIT": 1,
                    "IMPLICIT": 2,
                    "LEGACY_REQUIRED": 3
                  }
                },
                "EnumType": {
                  "values": {
                    "ENUM_TYPE_UNKNOWN": 0,
                    "OPEN": 1,
                    "CLOSED": 2
                  }
                },
                "RepeatedFieldEncoding": {
                  "values": {
                    "REPEATED_FIELD_ENCODING_UNKNOWN": 0,
                    "PACKED": 1,
                    "EXPANDED": 2
                  }
                },
                "Utf8Validation": {
                  "values": {
                    "UTF8_VALIDATION_UNKNOWN": 0,
                    "VERIFY": 2,
                    "NONE": 3
                  },
                  "reserved": [
                    [
                      1,
                      1
                    ]
                  ]
                },
                "MessageEncoding": {
                  "values": {
                    "MESSAGE_ENCODING_UNKNOWN": 0,
                    "LENGTH_PREFIXED": 1,
                    "DELIMITED": 2
                  }
                },
                "JsonFormat": {
                  "values": {
                    "JSON_FORMAT_UNKNOWN": 0,
                    "ALLOW": 1,
                    "LEGACY_BEST_EFFORT": 2
                  }
                },
                "EnforceNamingStyle": {
                  "values": {
                    "ENFORCE_NAMING_STYLE_UNKNOWN": 0,
                    "STYLE2024": 1,
                    "STYLE_LEGACY": 2,
                    "STYLE2026": 3
                  }
                },
                "VisibilityFeature": {
                  "fields": {},
                  "reserved": [
                    [
                      1,
                      536870911
                    ]
                  ],
                  "nested": {
                    "DefaultSymbolVisibility": {
                      "values": {
                        "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
                        "EXPORT_ALL": 1,
                        "EXPORT_TOP_LEVEL": 2,
                        "LOCAL_ALL": 3,
                        "STRICT": 4
                      }
                    }
                  }
                },
                "ProtoLimitsFeature": {
                  "fields": {},
                  "nested": {
                    "EnforceProtoLimits": {
                      "values": {
                        "PROTO_LIMITS_UNKNOWN": 0,
                        "LEGACY_NO_EXPLICIT_LIMITS": 1,
                        "PROTO_LIMITS2026": 2
                      }
                    }
                  }
                }
              }
            },
            "FeatureSetDefaults": {
              "edition": "proto2",
              "fields": {
                "defaults": {
                  "rule": "repeated",
                  "type": "FeatureSetEditionDefault",
                  "id": 1
                },
                "minimumEdition": {
                  "type": "Edition",
                  "id": 4
                },
                "maximumEdition": {
                  "type": "Edition",
                  "id": 5
                }
              },
              "nested": {
                "FeatureSetEditionDefault": {
                  "fields": {
                    "edition": {
                      "type": "Edition",
                      "id": 3
                    },
                    "overridableFeatures": {
                      "type": "FeatureSet",
                      "id": 4
                    },
                    "fixedFeatures": {
                      "type": "FeatureSet",
                      "id": 5
                    }
                  },
                  "reserved": [
                    [
                      1,
                      1
                    ],
                    [
                      2,
                      2
                    ],
                    "features"
                  ]
                }
              }
            },
            "SourceCodeInfo": {
              "edition": "proto2",
              "fields": {
                "location": {
                  "rule": "repeated",
                  "type": "Location",
                  "id": 1
                }
              },
              "extensions": [
                [
                  536000000,
                  536000000
                ]
              ],
              "nested": {
                "Location": {
                  "fields": {
                    "path": {
                      "rule": "repeated",
                      "type": "int32",
                      "id": 1,
                      "options": {
                        "packed": true
                      }
                    },
                    "span": {
                      "rule": "repeated",
                      "type": "int32",
                      "id": 2,
                      "options": {
                        "packed": true
                      }
                    },
                    "leadingComments": {
                      "type": "string",
                      "id": 3
                    },
                    "trailingComments": {
                      "type": "string",
                      "id": 4
                    },
                    "leadingDetachedComments": {
                      "rule": "repeated",
                      "type": "string",
                      "id": 6
                    }
                  }
                }
              }
            },
            "GeneratedCodeInfo": {
              "edition": "proto2",
              "fields": {
                "annotation": {
                  "rule": "repeated",
                  "type": "Annotation",
                  "id": 1
                }
              },
              "nested": {
                "Annotation": {
                  "fields": {
                    "path": {
                      "rule": "repeated",
                      "type": "int32",
                      "id": 1,
                      "options": {
                        "packed": true
                      }
                    },
                    "sourceFile": {
                      "type": "string",
                      "id": 2
                    },
                    "begin": {
                      "type": "int32",
                      "id": 3
                    },
                    "end": {
                      "type": "int32",
                      "id": 4
                    },
                    "semantic": {
                      "type": "Semantic",
                      "id": 5
                    }
                  },
                  "nested": {
                    "Semantic": {
                      "values": {
                        "NONE": 0,
                        "SET": 1,
                        "ALIAS": 2
                      }
                    }
                  }
                }
              }
            },
            "SymbolVisibility": {
              "edition": "proto2",
              "values": {
                "VISIBILITY_UNSET": 0,
                "VISIBILITY_LOCAL": 1,
                "VISIBILITY_EXPORT": 2
              }
            },
            "Duration": {
              "fields": {
                "seconds": {
                  "type": "int64",
                  "id": 1
                },
                "nanos": {
                  "type": "int32",
                  "id": 2
                }
              }
            },
            "Timestamp": {
              "fields": {
                "seconds": {
                  "type": "int64",
                  "id": 1
                },
                "nanos": {
                  "type": "int32",
                  "id": 2
                }
              }
            },
            "Any": {
              "fields": {
                "type_url": {
                  "type": "string",
                  "id": 1
                },
                "value": {
                  "type": "bytes",
                  "id": 2
                }
              }
            },
            "Empty": {
              "fields": {}
            },
            "FieldMask": {
              "fields": {
                "paths": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 1
                }
              }
            }
          }
        },
        "longrunning": {
          "options": {
            "csharp_namespace": "Google.LongRunning",
            "go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
            "java_multiple_files": true,
            "java_outer_classname": "OperationsProto",
            "java_package": "com.google.longrunning",
            "objc_class_prefix": "GLRUN",
            "php_namespace": "Google\\LongRunning"
          },
          "nested": {
            "operationInfo": {
              "type": "google.longrunning.OperationInfo",
              "id": 1049,
              "extend": "google.protobuf.MethodOptions"
            },
            "Operations": {
              "options": {
                "(google.api.default_host)": "longrunning.googleapis.com"
              },
              "methods": {
                "ListOperations": {
                  "requestType": "ListOperationsRequest",
                  "responseType": "ListOperationsResponse",
                  "options": {
                    "(google.api.http).get": "/v1/{name=operations}",
                    "(google.api.method_signature)": "name,filter"
                  },
                  "parsedOptions": [
                    {
                      "(google.api.http)": {
                        "get": "/v1/{name=operations}"
                      }
                    },
                    {
                      "(google.api.method_signature)": "name,filter"
                    }
                  ]
                },
                "GetOperation": {
                  "requestType": "GetOperationRequest",
                  "responseType": "Operation",
                  "options": {
                    "(google.api.http).get": "/v1/{name=operations/**}",
                    "(google.api.method_signature)": "name"
                  },
                  "parsedOptions": [
                    {
                      "(google.api.http)": {
                        "get": "/v1/{name=operations/**}"
                      }
                    },
                    {
                      "(google.api.method_signature)": "name"
                    }
                  ]
                },
                "DeleteOperation": {
                  "requestType": "DeleteOperationRequest",
                  "responseType": "google.protobuf.Empty",
                  "options": {
                    "(google.api.http).delete": "/v1/{name=operations/**}",
                    "(google.api.method_signature)": "name"
                  },
                  "parsedOptions": [
                    {
                      "(google.api.http)": {
                        "delete": "/v1/{name=operations/**}"
                      }
                    },
                    {
                      "(google.api.method_signature)": "name"
                    }
                  ]
                },
                "CancelOperation": {
                  "requestType": "CancelOperationRequest",
                  "responseType": "google.protobuf.Empty",
                  "options": {
                    "(google.api.http).post": "/v1/{name=operations/**}:cancel",
                    "(google.api.http).body": "*",
                    "(google.api.method_signature)": "name"
                  },
                  "parsedOptions": [
                    {
                      "(google.api.http)": {
                        "post": "/v1/{name=operations/**}:cancel",
                        "body": "*"
                      }
                    },
                    {
                      "(google.api.method_signature)": "name"
                    }
                  ]
                },
                "WaitOperation": {
                  "requestType": "WaitOperationRequest",
                  "responseType": "Operation"
                }
              }
            },
            "Operation": {
              "oneofs": {
                "result": {
                  "oneof": [
                    "error",
                    "response"
                  ]
                }
              },
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "metadata": {
                  "type": "google.protobuf.Any",
                  "id": 2
                },
                "done": {
                  "type": "bool",
                  "id": 3
                },
                "error": {
                  "type": "google.rpc.Status",
                  "id": 4
                },
                "response": {
                  "type": "google.protobuf.Any",
                  "id": 5
                }
              }
            },
            "GetOperationRequest": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                }
              }
            },
            "ListOperationsRequest": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 4
                },
                "filter": {
                  "type": "string",
                  "id": 1
                },
                "pageSize": {
                  "type": "int32",
                  "id": 2
                },
                "pageToken": {
                  "type": "string",
                  "id": 3
                },
                "returnPartialSuccess": {
                  "type": "bool",
                  "id": 5
                }
              }
            },
            "ListOperationsResponse": {
              "fields": {
                "operations": {
                  "rule": "repeated",
                  "type": "Operation",
                  "id": 1
                },
                "nextPageToken": {
                  "type": "string",
                  "id": 2
                },
                "unreachable": {
                  "rule": "repeated",
                  "type": "string",
                  "id": 3,
                  "options": {
                    "(google.api.field_behavior)": "UNORDERED_LIST"
                  }
                }
              }
            },
            "CancelOperationRequest": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                }
              }
            },
            "DeleteOperationRequest": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                }
              }
            },
            "WaitOperationRequest": {
              "fields": {
                "name": {
                  "type": "string",
                  "id": 1
                },
                "timeout": {
                  "type": "google.protobuf.Duration",
                  "id": 2
                }
              }
            },
            "OperationInfo": {
              "fields": {
                "responseType": {
                  "type": "string",
                  "id": 1
                },
                "metadataType": {
                  "type": "string",
                  "id": 2
                }
              }
            }
          }
        },
        "rpc": {
          "options": {
            "go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
            "java_multiple_files": true,
            "java_outer_classname": "StatusProto",
            "java_package": "com.google.rpc",
            "objc_class_prefix": "RPC"
          },
          "nested": {
            "Status": {
              "fields": {
                "code": {
                  "type": "int32",
                  "id": 1
                },
                "message": {
                  "type": "string",
                  "id": 2
                },
                "details": {
                  "rule": "repeated",
                  "type": "google.protobuf.Any",
                  "id": 3
                }
              }
            }
          }
        }
      }
    }
  }
}