update all code after version update

This commit is contained in:
Sebastian Thiel
2020-07-10 09:41:44 +08:00
parent c949124df5
commit d1ffa68287
1798 changed files with 692798 additions and 59942 deletions

View File

@@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !
//! This documentation was generated from *Cloud IAP* crate version *1.0.13+20200406*, where *20200406* is the exact revision of the *iap:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v1.0.13*.
//! This documentation was generated from *Cloud IAP* crate version *1.0.14+20200629*, where *20200629* is the exact revision of the *iap:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v1.0.14*.
//!
//! Everything else about the *Cloud IAP* *v1* API can be found at the
//! [official documentation site](https://cloud.google.com/iap).
@@ -338,7 +338,7 @@ impl<'a, C, A> CloudIAP<C, A>
CloudIAP {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/1.0.13".to_string(),
_user_agent: "google-api-rust-client/1.0.14".to_string(),
_base_url: "https://iap.googleapis.com/".to_string(),
_root_url: "https://iap.googleapis.com/".to_string(),
}
@@ -352,7 +352,7 @@ impl<'a, C, A> CloudIAP<C, A>
}
/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/1.0.13`.
/// It defaults to `google-api-rust-client/1.0.14`.
///
/// Returns the previously set user-agent.
pub fn user_agent(&mut self, agent_name: String) -> String {
@@ -406,7 +406,7 @@ pub struct PolicyName {
/// The location of the Policy.
/// Must be empty or "global" for Policies owned by global IAM. Must name a
/// region from prodspec/cloud-iam-cloudspec for Regional IAM Policies, see
/// http://go/iam-faq#where-is-iam-currently-deployed.
/// go/iam-faq#where-is-iam-currently-deployed.
///
/// For Local IAM:
/// This field should be set to "local".
@@ -639,7 +639,7 @@ impl Part for Expr {}
#[derive(Default, Clone, Debug, Serialize, Deserialize)]
pub struct GetIamPolicyRequest {
/// OPTIONAL: A `GetPolicyOptions` object for specifying options to
/// `GetIamPolicy`. This field is only used by Cloud IAM.
/// `GetIamPolicy`.
pub options: Option<GetPolicyOptions>,
}
@@ -697,10 +697,12 @@ impl Part for CsmSettings {}
/// permissions; each `role` can be an IAM predefined role or a user-created
/// custom role.
///
/// Optionally, a `binding` can specify a `condition`, which is a logical
/// expression that allows access to a resource only if the expression evaluates
/// to `true`. A condition can add constraints based on attributes of the
/// request, the resource, or both.
/// For some types of Google Cloud resources, a `binding` can also specify a
/// `condition`, which is a logical expression that allows access to a resource
/// only if the expression evaluates to `true`. A condition can add constraints
/// based on attributes of the request, the resource, or both. To learn which
/// resources support conditions in their IAM policies, see the
/// [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
///
/// **JSON example:**
///
@@ -718,7 +720,9 @@ impl Part for CsmSettings {}
/// },
/// {
/// "role": "roles/resourcemanager.organizationViewer",
/// "members": ["user:eve@example.com"],
/// "members": [
/// "user:eve@example.com"
/// ],
/// "condition": {
/// "title": "expirable access",
/// "description": "Does not grant access after Sep 2020",
@@ -802,6 +806,9 @@ pub struct Policy {
///
/// If a policy does not include any conditions, operations on that policy may
/// specify any valid version or leave the field unset.
///
/// To learn which resources support conditions in their IAM policies, see the
/// [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
pub version: Option<i32>,
}
@@ -814,6 +821,10 @@ impl ResponseResult for Policy {}
///
#[derive(Default, Clone, Debug, Serialize, Deserialize)]
pub struct ApplicationSettings {
/// The Domain value to set for cookies generated by IAP. This value is not
/// validated by the API, but will be ignored at runtime if invalid.
#[serde(rename="cookieDomain")]
pub cookie_domain: Option<String>,
/// Customization for Access Denied page.
#[serde(rename="accessDeniedPageSettings")]
pub access_denied_page_settings: Option<AccessDeniedPageSettings>,
@@ -906,6 +917,10 @@ pub struct GetPolicyOptions {
/// Requests for policies with any conditional bindings must specify version 3.
/// Policies without any conditional bindings may specify any valid value or
/// leave the field unset.
///
/// To learn which resources support conditions in their IAM policies, see the
/// [IAM
/// documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
#[serde(rename="requestedPolicyVersion")]
pub requested_policy_version: Option<i32>,
}
@@ -945,7 +960,7 @@ pub struct Brand {
#[serde(rename="applicationTitle")]
pub application_title: Option<String>,
/// Output only. Whether the brand is only intended for usage inside the
/// GSuite organization only.
/// G Suite organization only.
#[serde(rename="orgInternalOnly")]
pub org_internal_only: Option<bool>,
/// Support email displayed on the OAuth consent screen.
@@ -971,9 +986,17 @@ pub struct Binding {
/// For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
pub role: Option<String>,
/// The condition that is associated with this binding.
/// NOTE: An unsatisfied condition will not allow user access via current
/// binding. Different bindings, including their conditions, are examined
/// independently.
///
/// If the condition evaluates to `true`, then this binding applies to the
/// current request.
///
/// If the condition evaluates to `false`, then this binding does not apply to
/// the current request. However, a different role binding might grant the same
/// role to one or more of the members in this binding.
///
/// To learn which resources support conditions in their IAM policies, see the
/// [IAM
/// documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
pub condition: Option<Expr>,
/// Specifies the identities requesting access for a Cloud Platform resource.
/// `members` can have the following values:
@@ -1349,7 +1372,7 @@ impl<'a, C, A> ProjectMethods<'a, C, A> {
/// * `parent` - Required. Path to create the client in.
/// In the following format:
/// projects/{project_number/id}/brands/{brand}.
/// The project must belong to a GSuite account.
/// The project must belong to a G Suite account.
pub fn brands_identity_aware_proxy_clients_create(&self, request: IdentityAwareProxyClient, parent: &str) -> ProjectBrandIdentityAwareProxyClientCreateCall<'a, C, A> {
ProjectBrandIdentityAwareProxyClientCreateCall {
hub: self.hub,
@@ -3155,7 +3178,7 @@ impl<'a, C, A> ProjectBrandIdentityAwareProxyClientCreateCall<'a, C, A> where C:
/// Required. Path to create the client in.
/// In the following format:
/// projects/{project_number/id}/brands/{brand}.
/// The project must belong to a GSuite account.
/// The project must belong to a G Suite account.
///
/// Sets the *parent* path property to the given value.
///