Skip to content

Commit

Permalink
feat: Automated regeneration of admin directory_v1 client (#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jan 7, 2021
1 parent 56d9d9b commit dffa55c
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 177 deletions.
6 changes: 3 additions & 3 deletions generated/google-apis-admin_directory_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release history for google-apis-admin_directory_v1

### v0.1.0 (2021-01-01)
### v0.1.0 (2021-01-07)

* Regenerated from discovery document revision 20201215
* Regenerated using generator version 0.1.0
* Regenerated from discovery document revision 20210105
* Regenerated using generator version 0.1.1

Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ class Customer
# @return [String]
attr_accessor :etag

# The unique ID for the customer's G Suite account. (Readonly)
# The unique ID for the customer's Google Workspace account. (Readonly)
# Corresponds to the JSON property `id`
# @return [String]
attr_accessor :id
Expand Down Expand Up @@ -2049,8 +2049,8 @@ def update!(**args)
end
end

# G Suite Mobile Management includes Android, [Google Sync](http://support.
# google.com/a/bin/answer.py?answer=135937), and iOS devices. For more
# Google Workspace Mobile Management includes Android, [Google Sync](http://
# support.google.com/a/bin/answer.py?answer=135937), and iOS devices. For more
# information about common group mobile device API tasks, see the [Developer's
# Guide](/admin-sdk/directory/v1/guides/manage-mobile-devices.html).
class MobileDevice
Expand All @@ -2064,10 +2064,10 @@ class MobileDevice

# The list of applications installed on an Android mobile device. It is not
# applicable to Google Sync and iOS devices. The list includes any Android
# applications that access G Suite data. When updating an applications list, it
# is important to note that updates replace the existing list. If the Android
# device has two existing applications and the API updates the list with five
# applications, the is now the updated list of five applications.
# applications that access Google Workspace data. When updating an applications
# list, it is important to note that updates replace the existing list. If the
# Android device has two existing applications and the API updates the list with
# five applications, the is now the updated list of five applications.
# Corresponds to the JSON property `applications`
# @return [Array<Google::Apis::AdminDirectoryV1::MobileDevice::Application>]
attr_accessor :applications
Expand Down Expand Up @@ -2492,12 +2492,13 @@ class OrgUnit
# apps' under parent organization '/engineering', the orgUnitPath is '/
# engineering/apps'. In order to edit an `orgUnitPath`, either update the name
# of the organization or the `parentOrgunitPath`. A user's organizational unit
# determines which G Suite services the user has access to. If the user is moved
# to a new organization, the user's access changes. For more information about
# organization structures, see the [administration help center](http://support.
# google.com/a/bin/answer.py?answer=182433&topic=1227584&ctx=topic). For more
# information about moving a user to a different organization, see [Update a
# user](/admin-sdk/directory/v1/guides/manage-users.html#update_user).
# determines which Google Workspace services the user has access to. If the user
# is moved to a new organization, the user's access changes. For more
# information about organization structures, see the [administration help center]
# (http://support.google.com/a/bin/answer.py?answer=182433&topic=1227584&ctx=
# topic). For more information about moving a user to a different organization,
# see [Update a user](/admin-sdk/directory/v1/guides/manage-users.html#
# update_user).
# Corresponds to the JSON property `orgUnitPath`
# @return [String]
attr_accessor :org_unit_path
Expand Down Expand Up @@ -3303,10 +3304,10 @@ class User
# @return [Object]
attr_accessor :ims

# Indicates if the user's profile is visible in the G Suite global address list
# when the contact sharing feature is enabled for the domain. For more
# information about excluding user profiles, see the [administration help center]
# (http://support.google.com/a/bin/answer.py?answer=1285988).
# Indicates if the user's profile is visible in the Google Workspace global
# address list when the contact sharing feature is enabled for the domain. For
# more information about excluding user profiles, see the [administration help
# center](http://support.google.com/a/bin/answer.py?answer=1285988).
# Corresponds to the JSON property `includeInGlobalAddressList`
# @return [Boolean]
attr_accessor :include_in_global_address_list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ module AdminDirectoryV1
GEM_VERSION = "0.1.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20201215"
REVISION = "20210105"
end
end
end
Loading

0 comments on commit dffa55c

Please sign in to comment.