make regen-apis

This commit is contained in:
OMGeeky
2024-05-16 21:23:40 +02:00
parent 92ad312680
commit ba42c83516
5108 changed files with 1615625 additions and 992044 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-networksecurity1-cli"
version = "5.0.4+20240221"
version = "5.0.5+20240313"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with NetworkSecurity (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/networksecurity1-cli"
@@ -21,7 +21,7 @@ path = "src/main.rs"
[dependencies]
anyhow = "^ 1.0"
hyper-rustls = "0.24.0"
hyper-rustls = "0.25.0"
mime = "^ 0.3.0"
serde = { version = "^ 1.0", features = ["derive"] }
serde_json = "^ 1.0"
@@ -38,5 +38,5 @@ tower-service = "^0.3.1"
[dependencies.google-networksecurity1]
path = "../networksecurity1"
version = "5.0.4+20240221"
version = "5.0.5+20240313"

View File

@@ -6,7 +6,7 @@ DO NOT EDIT !
The MIT License (MIT)
=====================
Copyright © `2015-2020` `Sebastian Thiel`
Copyright 20152024 Sebastian Thiel
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation

View File

@@ -25,7 +25,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
# Usage
This documentation was generated from the *NetworkSecurity* API at revision *20240221*. The CLI is at version *5.0.4*.
This documentation was generated from the *NetworkSecurity* API at revision *20240313*. The CLI is at version *5.0.5*.
```bash
networksecurity1 [options]
@@ -39,10 +39,25 @@ networksecurity1 [options]
locations-address-groups-list-references <address-group> [-p <v>]... [-o <out>]
locations-address-groups-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
locations-address-groups-remove-items <address-group> (-r <kv>)... [-p <v>]... [-o <out>]
locations-firewall-endpoints-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
locations-firewall-endpoints-delete <name> [-p <v>]... [-o <out>]
locations-firewall-endpoints-get <name> [-p <v>]... [-o <out>]
locations-firewall-endpoints-list <parent> [-p <v>]... [-o <out>]
locations-firewall-endpoints-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
locations-operations-cancel <name> (-r <kv>)... [-p <v>]... [-o <out>]
locations-operations-delete <name> [-p <v>]... [-o <out>]
locations-operations-get <name> [-p <v>]... [-o <out>]
locations-operations-list <name> [-p <v>]... [-o <out>]
locations-security-profile-groups-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
locations-security-profile-groups-delete <name> [-p <v>]... [-o <out>]
locations-security-profile-groups-get <name> [-p <v>]... [-o <out>]
locations-security-profile-groups-list <parent> [-p <v>]... [-o <out>]
locations-security-profile-groups-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
locations-security-profiles-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
locations-security-profiles-delete <name> [-p <v>]... [-o <out>]
locations-security-profiles-get <name> [-p <v>]... [-o <out>]
locations-security-profiles-list <parent> [-p <v>]... [-o <out>]
locations-security-profiles-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
projects
locations-address-groups-add-items <address-group> (-r <kv>)... [-p <v>]... [-o <out>]
locations-address-groups-clone-items <address-group> (-r <kv>)... [-p <v>]... [-o <out>]
@@ -72,6 +87,11 @@ networksecurity1 [options]
locations-client-tls-policies-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
locations-client-tls-policies-set-iam-policy <resource> (-r <kv>)... [-p <v>]... [-o <out>]
locations-client-tls-policies-test-iam-permissions <resource> (-r <kv>)... [-p <v>]... [-o <out>]
locations-firewall-endpoint-associations-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
locations-firewall-endpoint-associations-delete <name> [-p <v>]... [-o <out>]
locations-firewall-endpoint-associations-get <name> [-p <v>]... [-o <out>]
locations-firewall-endpoint-associations-list <parent> [-p <v>]... [-o <out>]
locations-firewall-endpoint-associations-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
locations-gateway-security-policies-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
locations-gateway-security-policies-delete <name> [-p <v>]... [-o <out>]
locations-gateway-security-policies-get <name> [-p <v>]... [-o <out>]

View File

@@ -1,4 +1,4 @@
site_name: NetworkSecurity v5.0.4+20240221
site_name: NetworkSecurity v5.0.5+20240313
site_url: http://byron.github.io/google-apis-rs/google-networksecurity1-cli
site_description: A complete library to interact with NetworkSecurity (protocol v1)
@@ -19,10 +19,25 @@ nav:
- 'Locations Address Groups List References': 'organizations_locations-address-groups-list-references.md'
- 'Locations Address Groups Patch': 'organizations_locations-address-groups-patch.md'
- 'Locations Address Groups Remove Items': 'organizations_locations-address-groups-remove-items.md'
- 'Locations Firewall Endpoints Create': 'organizations_locations-firewall-endpoints-create.md'
- 'Locations Firewall Endpoints Delete': 'organizations_locations-firewall-endpoints-delete.md'
- 'Locations Firewall Endpoints Get': 'organizations_locations-firewall-endpoints-get.md'
- 'Locations Firewall Endpoints List': 'organizations_locations-firewall-endpoints-list.md'
- 'Locations Firewall Endpoints Patch': 'organizations_locations-firewall-endpoints-patch.md'
- 'Locations Operations Cancel': 'organizations_locations-operations-cancel.md'
- 'Locations Operations Delete': 'organizations_locations-operations-delete.md'
- 'Locations Operations Get': 'organizations_locations-operations-get.md'
- 'Locations Operations List': 'organizations_locations-operations-list.md'
- 'Locations Security Profile Groups Create': 'organizations_locations-security-profile-groups-create.md'
- 'Locations Security Profile Groups Delete': 'organizations_locations-security-profile-groups-delete.md'
- 'Locations Security Profile Groups Get': 'organizations_locations-security-profile-groups-get.md'
- 'Locations Security Profile Groups List': 'organizations_locations-security-profile-groups-list.md'
- 'Locations Security Profile Groups Patch': 'organizations_locations-security-profile-groups-patch.md'
- 'Locations Security Profiles Create': 'organizations_locations-security-profiles-create.md'
- 'Locations Security Profiles Delete': 'organizations_locations-security-profiles-delete.md'
- 'Locations Security Profiles Get': 'organizations_locations-security-profiles-get.md'
- 'Locations Security Profiles List': 'organizations_locations-security-profiles-list.md'
- 'Locations Security Profiles Patch': 'organizations_locations-security-profiles-patch.md'
- 'Projects':
- 'Locations Address Groups Add Items': 'projects_locations-address-groups-add-items.md'
- 'Locations Address Groups Clone Items': 'projects_locations-address-groups-clone-items.md'
@@ -52,6 +67,11 @@ nav:
- 'Locations Client Tls Policies Patch': 'projects_locations-client-tls-policies-patch.md'
- 'Locations Client Tls Policies Set Iam Policy': 'projects_locations-client-tls-policies-set-iam-policy.md'
- 'Locations Client Tls Policies Test Iam Permissions': 'projects_locations-client-tls-policies-test-iam-permissions.md'
- 'Locations Firewall Endpoint Associations Create': 'projects_locations-firewall-endpoint-associations-create.md'
- 'Locations Firewall Endpoint Associations Delete': 'projects_locations-firewall-endpoint-associations-delete.md'
- 'Locations Firewall Endpoint Associations Get': 'projects_locations-firewall-endpoint-associations-get.md'
- 'Locations Firewall Endpoint Associations List': 'projects_locations-firewall-endpoint-associations-list.md'
- 'Locations Firewall Endpoint Associations Patch': 'projects_locations-firewall-endpoint-associations-patch.md'
- 'Locations Gateway Security Policies Create': 'projects_locations-gateway-security-policies-create.md'
- 'Locations Gateway Security Policies Delete': 'projects_locations-gateway-security-policies-delete.md'
- 'Locations Gateway Security Policies Get': 'projects_locations-gateway-security-policies-get.md'
@@ -89,5 +109,5 @@ nav:
theme: readthedocs
copyright: Copyright &copy; 2015-2020, `Sebastian Thiel`
copyright: Copyright &copy; 20152024, `Sebastian Thiel`

File diff suppressed because it is too large Load Diff