google-apis-admin_directory_v1 0.76.0 → 0.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f9efbbc77ab0b5572beb7ad56146b2cb85b411b84427d87ec237d7c243c9684
|
|
4
|
+
data.tar.gz: 78e122dd94e5ff6d16b722a8708425830ea4cdf6b891ffca36ccbdda41f9abae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4548fce667089dd3638b4aefd447becf06e4fa5b91580a6a141a5ff5a0ee6cc534d3585cebc090658021739006d10adcf3df2513c5214eed2e15ad7e97bbd9d
|
|
7
|
+
data.tar.gz: f50785e176987a148ed5d75f72d1748a59259ee2a25e9c8ae918308511ef5a129e6c57f2ccb553bf5cc666b746db5d00bb26c0632586fcc0ac7e6b70f6238315
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-admin_directory_v1
|
|
2
2
|
|
|
3
|
+
### v0.78.0 (2026-05-31)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260522
|
|
6
|
+
|
|
7
|
+
### v0.77.0 (2026-05-03)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260421
|
|
10
|
+
|
|
3
11
|
### v0.76.0 (2026-03-15)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260227
|
|
@@ -2315,12 +2315,14 @@ module Google
|
|
|
2315
2315
|
class DirectoryUsersCreateGuestRequest
|
|
2316
2316
|
include Google::Apis::Core::Hashable
|
|
2317
2317
|
|
|
2318
|
-
# Optional. Immutable ID of the Google Workspace account.
|
|
2318
|
+
# Optional. Immutable ID of the Google Workspace account. Only required when
|
|
2319
|
+
# request is created by a service account. Defaults to the authenticated user's
|
|
2320
|
+
# customer ID otherwise.
|
|
2319
2321
|
# Corresponds to the JSON property `customer`
|
|
2320
2322
|
# @return [String]
|
|
2321
2323
|
attr_accessor :customer
|
|
2322
2324
|
|
|
2323
|
-
#
|
|
2325
|
+
# Required. External email of the guest user being created.
|
|
2324
2326
|
# Corresponds to the JSON property `primaryGuestEmail`
|
|
2325
2327
|
# @return [String]
|
|
2326
2328
|
attr_accessor :primary_guest_email
|
|
@@ -5386,9 +5388,9 @@ module Google
|
|
|
5386
5388
|
class UserLocation
|
|
5387
5389
|
include Google::Apis::Core::Hashable
|
|
5388
5390
|
|
|
5389
|
-
# Textual location. This is most useful for display purposes to
|
|
5390
|
-
# describe the location. For example 'Mountain View, CA', 'Near
|
|
5391
|
-
# NYC-9TH 9A209A.''
|
|
5391
|
+
# Required. Textual location. This is most useful for display purposes to
|
|
5392
|
+
# concisely describe the location. For example 'Mountain View, CA', 'Near
|
|
5393
|
+
# Seattle', 'US-NYC-9TH 9A209A.''
|
|
5392
5394
|
# Corresponds to the JSON property `area`
|
|
5393
5395
|
# @return [String]
|
|
5394
5396
|
attr_accessor :area
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AdminDirectoryV1
|
|
18
18
|
# Version of the google-apis-admin_directory_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.78.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260522"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -4016,8 +4016,7 @@ module Google
|
|
|
4016
4016
|
end
|
|
4017
4017
|
|
|
4018
4018
|
# Create a guest user with access to a [subset of Workspace capabilities](https:/
|
|
4019
|
-
# /support.google.com/a/answer/16558545). This feature is currently in
|
|
4020
|
-
# Please reach out to support if you are interested in trying this feature.
|
|
4019
|
+
# /support.google.com/a/answer/16558545). This feature is currently in Open Beta.
|
|
4021
4020
|
# @param [Google::Apis::AdminDirectoryV1::DirectoryUsersCreateGuestRequest] directory_users_create_guest_request_object
|
|
4022
4021
|
# @param [String] fields
|
|
4023
4022
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-admin_directory_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.78.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.78.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|