From 6062b71123bef7066437dfa2a4a2ac530d37a779 Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Mon, 3 Apr 2023 04:26:01 +0000 Subject: [PATCH] Google APIs updated at 2023-04-03 --- gcloud-sdk/genproto/google.appengine.v1.rs | 2 +- .../genproto/google.appengine.v1beta.rs | 2 +- gcloud-sdk/genproto/google.cloud.audit.rs | 3 ++ .../google.cloud.bigquery.logging.v1.rs | 5 ++- gcloud-sdk/genproto/google.cloud.iap.v1.rs | 35 +++++++++++-------- 5 files changed, 29 insertions(+), 18 deletions(-) diff --git a/gcloud-sdk/genproto/google.appengine.v1.rs b/gcloud-sdk/genproto/google.appengine.v1.rs index 3ea2779df..f426082cd 100644 --- a/gcloud-sdk/genproto/google.appengine.v1.rs +++ b/gcloud-sdk/genproto/google.appengine.v1.rs @@ -921,7 +921,7 @@ impl ManagementStatus { } /// A domain that a user has been authorized to administer. To authorize use /// of a domain, verify ownership via -/// [Webmaster Central](). +/// [Search Console](). #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct AuthorizedDomain { diff --git a/gcloud-sdk/genproto/google.appengine.v1beta.rs b/gcloud-sdk/genproto/google.appengine.v1beta.rs index 440ffefd6..4ca41325c 100644 --- a/gcloud-sdk/genproto/google.appengine.v1beta.rs +++ b/gcloud-sdk/genproto/google.appengine.v1beta.rs @@ -916,7 +916,7 @@ impl ManagementStatus { } /// A domain that a user has been authorized to administer. To authorize use /// of a domain, verify ownership via -/// [Webmaster Central](). +/// [Search Console](). #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct AuthorizedDomain { diff --git a/gcloud-sdk/genproto/google.cloud.audit.rs b/gcloud-sdk/genproto/google.cloud.audit.rs index 07c680d72..4296ccf0c 100644 --- a/gcloud-sdk/genproto/google.cloud.audit.rs +++ b/gcloud-sdk/genproto/google.cloud.audit.rs @@ -2039,6 +2039,9 @@ pub mod big_query_audit_metadata { #[prost(int64, tag = "10")] pub total_slot_ms: i64, /// Reservation usage attributed from each tier of a reservation hierarchy. + /// This field reported misleading information and will no longer be + /// populated. Aggregate usage of all jobs submitted to a reservation + /// should provide a more reliable indicator of reservation imbalance. #[prost(message, repeated, tag = "11")] pub reservation_usage: ::prost::alloc::vec::Vec< job_stats::ReservationResourceUsage, diff --git a/gcloud-sdk/genproto/google.cloud.bigquery.logging.v1.rs b/gcloud-sdk/genproto/google.cloud.bigquery.logging.v1.rs index 8a3d1eb19..6ea4b2540 100644 --- a/gcloud-sdk/genproto/google.cloud.bigquery.logging.v1.rs +++ b/gcloud-sdk/genproto/google.cloud.bigquery.logging.v1.rs @@ -635,7 +635,10 @@ pub struct JobStatistics { /// The total number of slot-ms consumed by the query job. #[prost(int64, tag = "8")] pub total_slot_ms: i64, - /// Reservation usage. + /// Reservation usage. This field reported misleading information and will + /// no longer be populated. Aggregate usage of all jobs submitted to a + /// reservation should provide a more reliable indicator of reservation + /// imbalance. #[prost(message, repeated, tag = "14")] pub reservation_usage: ::prost::alloc::vec::Vec< job_statistics::ReservationResourceUsage, diff --git a/gcloud-sdk/genproto/google.cloud.iap.v1.rs b/gcloud-sdk/genproto/google.cloud.iap.v1.rs index 036dc2ac1..3f1377f6e 100644 --- a/gcloud-sdk/genproto/google.cloud.iap.v1.rs +++ b/gcloud-sdk/genproto/google.cloud.iap.v1.rs @@ -243,7 +243,6 @@ pub mod reauth_settings { Unspecified = 0, /// Prompts the user to log in again. Login = 1, - /// Deprecated, no longer accepted by IAP APIs. Password = 2, /// User must use their secure key 2nd factor device. SecureKey = 3, @@ -389,25 +388,31 @@ pub struct AccessDeniedPageSettings { #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct AttributePropagationSettings { - /// Raw string CEL expression. Must return a list of attributes. Maximum of 45 - /// attributes can be selected. Expressions can select different attribute + /// Raw string CEL expression. Must return a list of attributes. A maximum of + /// 45 attributes can be selected. Expressions can select different attribute /// types from `attributes`: `attributes.saml_attributes`, - /// `attributes.iap_attributes`. Limited functions are supported: - /// - `filter: .filter(, )` -> returns a subset of + /// `attributes.iap_attributes`. The following functions are supported: + /// + /// - filter `.filter(, )`: Returns a subset of /// `` where `` is true for every item. - /// - `in: in ` -> returns true if `` contains `` - /// - `selectByName: .selectByName()` -> returns the attribute + /// + /// - in ` in `: Returns true if `` contains ``. + /// + /// - selectByName `.selectByName()`: Returns the attribute /// in /// `` with the given `` name, otherwise returns empty. - /// - `emitAs: .emitAs()` -> sets the `` name + /// + /// - emitAs `.emitAs()`: Sets the `` name /// field to the given `` for propagation in selected output /// credentials. - /// - `strict: .strict()` -> ignore the `x-goog-iap-attr-` prefix - /// for the provided `` when propagating via the `HEADER` output - /// credential, i.e. request headers. - /// - `append: .append()` OR - /// `.append()` -> append the provided `` or - /// `` onto the end of ``. + /// + /// - strict `.strict()`: Ignores the `x-goog-iap-attr-` prefix + /// for the provided `` when propagating with the `HEADER` output + /// credential, such as request headers. + /// + /// - append `.append()` OR + /// `.append()`: Appends the provided `` or + /// `` to the end of ``. /// /// Example expression: `attributes.saml_attributes.filter(x, x.name in /// \['test'\]).append(attributes.iap_attributes.selectByName('exact').emitAs('custom').strict())` @@ -446,7 +451,7 @@ pub mod attribute_propagation_settings { )] #[repr(i32)] pub enum OutputCredentials { - /// No output credential. This is an unsupported default. + /// An output credential is required. Unspecified = 0, /// Propagate attributes in the headers with "x-goog-iap-attr-" prefix. Header = 1,