From dce3cf03000fd484395fe4373c5d5f2430c9b36d Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Fri, 20 Nov 2020 02:53:06 -0800 Subject: [PATCH] feat: Automated regeneration of managedidentities v1alpha1 client --- .../google/apis/managedidentities_v1alpha1.rb | 2 +- .../managedidentities_v1alpha1/classes.rb | 30 +++++++++++-------- .../representations.rb | 1 - .../managedidentities_v1alpha1/synth.metadata | 2 +- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/generated/google/apis/managedidentities_v1alpha1.rb b/generated/google/apis/managedidentities_v1alpha1.rb index 284d309bdee..63422d2e029 100644 --- a/generated/google/apis/managedidentities_v1alpha1.rb +++ b/generated/google/apis/managedidentities_v1alpha1.rb @@ -26,7 +26,7 @@ module Apis # @see https://cloud.google.com/managed-microsoft-ad/ module ManagedidentitiesV1alpha1 VERSION = 'V1alpha1' - REVISION = '20201030' + REVISION = '20201113' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/managedidentities_v1alpha1/classes.rb b/generated/google/apis/managedidentities_v1alpha1/classes.rb index db32256fe88..f1341b845e3 100644 --- a/generated/google/apis/managedidentities_v1alpha1/classes.rb +++ b/generated/google/apis/managedidentities_v1alpha1/classes.rb @@ -29,7 +29,9 @@ class AttachTrustRequest # Represents a relationship between two domains which makes it possible for # users in one domain to be authenticated by a dc in another domain. Refer https: # //docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server- - # 2008-R2-and-2008/cc731335(v%3dws.10) + # 2008-R2-and-2008/cc731335(v%3dws.10) If the trust is being changed, it will be + # placed into the UPDATING state, which indicates that the resource is being + # reconciled. At this point, Get will reflect an intermediate state. # Corresponds to the JSON property `trust` # @return [Google::Apis::ManagedidentitiesV1alpha1::TrustProp] attr_accessor :trust_prop @@ -48,11 +50,6 @@ def update!(**args) class Binding include Google::Apis::Core::Hashable - # - # Corresponds to the JSON property `bindingId` - # @return [String] - attr_accessor :binding_id - # Represents a textual expression in the Common Expression Language (CEL) syntax. # CEL is a C-like expression language. The syntax and semantics of CEL are # documented at https://github.com/google/cel-spec. Example (Comparison): title: @@ -114,7 +111,6 @@ def initialize(**args) # Update properties of this object def update!(**args) - @binding_id = args[:binding_id] if args.key?(:binding_id) @condition = args[:condition] if args.key?(:condition) @members = args[:members] if args.key?(:members) @role = args[:role] if args.key?(:role) @@ -257,7 +253,9 @@ class DetachTrustRequest # Represents a relationship between two domains which makes it possible for # users in one domain to be authenticated by a dc in another domain. Refer https: # //docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server- - # 2008-R2-and-2008/cc731335(v%3dws.10) + # 2008-R2-and-2008/cc731335(v%3dws.10) If the trust is being changed, it will be + # placed into the UPDATING state, which indicates that the resource is being + # reconciled. At this point, Get will reflect an intermediate state. # Corresponds to the JSON property `trust` # @return [Google::Apis::ManagedidentitiesV1alpha1::TrustProp] attr_accessor :trust_prop @@ -272,7 +270,9 @@ def update!(**args) end end - # + # If the domain is being changed, it will be placed into the UPDATING state, + # which indicates that the resource is being reconciled. At this point, Get will + # reflect an intermediate state. class Domain include Google::Apis::Core::Hashable @@ -1461,7 +1461,9 @@ class ReconfigureTrustRequest # Represents a relationship between two domains which makes it possible for # users in one domain to be authenticated by a dc in another domain. Refer https: # //docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server- - # 2008-R2-and-2008/cc731335(v%3dws.10) + # 2008-R2-and-2008/cc731335(v%3dws.10) If the trust is being changed, it will be + # placed into the UPDATING state, which indicates that the resource is being + # reconciled. At this point, Get will reflect an intermediate state. # Corresponds to the JSON property `trust` # @return [Google::Apis::ManagedidentitiesV1alpha1::TrustProp] attr_accessor :trust_prop @@ -1755,7 +1757,9 @@ def update!(**args) # Represents a relationship between two domains which makes it possible for # users in one domain to be authenticated by a dc in another domain. Refer https: # //docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server- - # 2008-R2-and-2008/cc731335(v%3dws.10) + # 2008-R2-and-2008/cc731335(v%3dws.10) If the trust is being changed, it will be + # placed into the UPDATING state, which indicates that the resource is being + # reconciled. At this point, Get will reflect an intermediate state. class TrustProp include Google::Apis::Core::Hashable @@ -1881,7 +1885,9 @@ class ValidateTrustRequest # Represents a relationship between two domains which makes it possible for # users in one domain to be authenticated by a dc in another domain. Refer https: # //docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server- - # 2008-R2-and-2008/cc731335(v%3dws.10) + # 2008-R2-and-2008/cc731335(v%3dws.10) If the trust is being changed, it will be + # placed into the UPDATING state, which indicates that the resource is being + # reconciled. At this point, Get will reflect an intermediate state. # Corresponds to the JSON property `trust` # @return [Google::Apis::ManagedidentitiesV1alpha1::TrustProp] attr_accessor :trust_prop diff --git a/generated/google/apis/managedidentities_v1alpha1/representations.rb b/generated/google/apis/managedidentities_v1alpha1/representations.rb index 08a61249fb3..0ef7bb28314 100644 --- a/generated/google/apis/managedidentities_v1alpha1/representations.rb +++ b/generated/google/apis/managedidentities_v1alpha1/representations.rb @@ -303,7 +303,6 @@ class Representation < Google::Apis::Core::JsonRepresentation class Binding # @private class Representation < Google::Apis::Core::JsonRepresentation - property :binding_id, as: 'bindingId' property :condition, as: 'condition', class: Google::Apis::ManagedidentitiesV1alpha1::Expr, decorator: Google::Apis::ManagedidentitiesV1alpha1::Expr::Representation collection :members, as: 'members' diff --git a/generated/google/apis/managedidentities_v1alpha1/synth.metadata b/generated/google/apis/managedidentities_v1alpha1/synth.metadata index 81112d87042..a81d9b07abc 100644 --- a/generated/google/apis/managedidentities_v1alpha1/synth.metadata +++ b/generated/google/apis/managedidentities_v1alpha1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "94b9cd6d15cbae1dbec16415a5988f71d5abc1be" + "sha": "d1bbef22c783b260e6d9e383b225984279d01918" } } ]