set version 5.0.4 and publish APIs

This commit is contained in:
Sebastian Thiel
2024-03-05 19:36:36 +01:00
parent 5df596b52a
commit 1216fcf695
3120 changed files with 11605 additions and 11605 deletions

View File

@@ -4,12 +4,12 @@
[package]
name = "google-networkconnectivity1"
version = "5.0.3+20240221"
version = "5.0.4+20240221"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with networkconnectivity (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/networkconnectivity1"
homepage = "https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest"
documentation = "https://docs.rs/google-networkconnectivity1/5.0.3+20240221"
documentation = "https://docs.rs/google-networkconnectivity1/5.0.4+20240221"
license = "MIT"
keywords = ["networkconnectivity", "google", "protocol", "web", "api"]
autobins = false

File diff suppressed because one or more lines are too long

View File

@@ -127,7 +127,7 @@ impl<'a, S> Networkconnectivity<S> {
Networkconnectivity {
client,
auth: Box::new(auth),
_user_agent: "google-api-rust-client/5.0.3".to_string(),
_user_agent: "google-api-rust-client/5.0.4".to_string(),
_base_url: "https://networkconnectivity.googleapis.com/".to_string(),
_root_url: "https://networkconnectivity.googleapis.com/".to_string(),
}
@@ -138,7 +138,7 @@ impl<'a, S> Networkconnectivity<S> {
}
/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/5.0.3`.
/// It defaults to `google-api-rust-client/5.0.4`.
///
/// Returns the previously set user-agent.
pub fn user_agent(&mut self, agent_name: String) -> String {

View File

@@ -2,7 +2,7 @@
// This file was generated automatically from 'src/generator/templates/api/lib.rs.mako'
// DO NOT EDIT !
//! This documentation was generated from *networkconnectivity* crate version *5.0.3+20240221*, where *20240221* is the exact revision of the *networkconnectivity:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v5.0.3*.
//! This documentation was generated from *networkconnectivity* crate version *5.0.4+20240221*, where *20240221* is the exact revision of the *networkconnectivity:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v5.0.4*.
//!
//! Everything else about the *networkconnectivity* *v1* API can be found at the
//! [official documentation site](https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest).