Skip to content

Commit

Permalink
feat: Automated regeneration of cloudidentity v1beta1 client (googlea…
Browse files Browse the repository at this point in the history
…pis#9530)

Auto-created at 2022-05-25 11:51:55 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored May 25, 2022
1 parent 5cc7aae commit ee1f6b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 50 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudidentity_v1beta1

### v0.26.0 (2022-05-25)

* Regenerated from discovery document revision 20220518

### v0.25.0 (2022-05-18)

* Regenerated from discovery document revision 20220513
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -922,32 +922,6 @@ def update!(**args)
end
end

# Message containing first admin invitation info for customers
class FirstAdminInvitationInfo
include Google::Apis::Core::Hashable

# Optional. To enable First Admin Invitation for Domained Customer
# Corresponds to the JSON property `isFirstAdmin`
# @return [Boolean]
attr_accessor :is_first_admin
alias_method :is_first_admin?, :is_first_admin

# Optional. Domain information of first admin invited
# Corresponds to the JSON property `primaryDomain`
# @return [String]
attr_accessor :primary_domain

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@is_first_admin = args[:is_first_admin] if args.key?(:is_first_admin)
@primary_domain = args[:primary_domain] if args.key?(:primary_domain)
end
end

# The response message for MembershipsService.GetMembershipGraph.
class GetMembershipGraphResponse
include Google::Apis::Core::Hashable
Expand Down Expand Up @@ -2756,18 +2730,12 @@ def update!(**args)
class SendUserInvitationRequest
include Google::Apis::Core::Hashable

# Message containing first admin invitation info for customers
# Corresponds to the JSON property `firstAdminInvitationInfo`
# @return [Google::Apis::CloudidentityV1beta1::FirstAdminInvitationInfo]
attr_accessor :first_admin_invitation_info

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@first_admin_invitation_info = args[:first_admin_invitation_info] if args.key?(:first_admin_invitation_info)
end
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudidentityV1beta1
# Version of the google-apis-cloudidentity_v1beta1 gem
GEM_VERSION = "0.25.0"
GEM_VERSION = "0.26.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.4.1"

# Revision of the discovery document this client was generated from
REVISION = "20220513"
REVISION = "20220518"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class FirstAdminInvitationInfo
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class GetMembershipGraphResponse
class Representation < Google::Apis::Core::JsonRepresentation; end

Expand Down Expand Up @@ -805,14 +799,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class FirstAdminInvitationInfo
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :is_first_admin, as: 'isFirstAdmin'
property :primary_domain, as: 'primaryDomain'
end
end

class GetMembershipGraphResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down Expand Up @@ -1343,8 +1329,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
class SendUserInvitationRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :first_admin_invitation_info, as: 'firstAdminInvitationInfo', class: Google::Apis::CloudidentityV1beta1::FirstAdminInvitationInfo, decorator: Google::Apis::CloudidentityV1beta1::FirstAdminInvitationInfo::Representation

end
end

Expand Down

0 comments on commit ee1f6b1

Please sign in to comment.