google-apis-admin_directory_v1 0.10.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b26780fd5ff572e32709445e093e203609227df02061069c775ef9c4f0b4aa8a
4
- data.tar.gz: ce1697e6255b304058f5de3d37fe265e3f13ca5d42a9aecb903f12202909d600
3
+ metadata.gz: '0489b62b8b5f9b6e78178d86663fef35530d09213503b7834e7f02a5f88d990f'
4
+ data.tar.gz: b6f7825493461ad5cce3435b658dde5a87cef4c9b7e23a7230674d11a451dab8
5
5
  SHA512:
6
- metadata.gz: '08c707ad83f538a5f7fe4e89255ef54280ce69592a98a530343e167a69946c0257c238860177721763d35494677dcf43875c19c516877dcc48391ea764e90027'
7
- data.tar.gz: 521876f96559d29f65d0cbf7f24ed666c8d048966093a07b8c0e417806c75f22228ce4b19ae35a345416b98ba21e6cf8d7365ec6289c60ab3ecd7eb541b4ac64
6
+ metadata.gz: 406d41998f067d146e9e25d5ec4523657cdfd4ec322658a7af04e9bae6c5b75fd1a201735b0443042865051a8497cb52d88df4c2d1cc564ec8ccbacb24560fb1
7
+ data.tar.gz: 48e0162e7855b874b5a4b758f4e422d490bab301240ae9998e8a5070d94e349c5695f105fa2e21a4ba7384e3b3471176dab3755761a9947e9c99532f4980ac2f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.14.0 (2021-08-18)
4
+
5
+ * Regenerated from discovery document revision 20210817
6
+
7
+ ### v0.13.0 (2021-07-21)
8
+
9
+ * Regenerated from discovery document revision 20210720
10
+
11
+ ### v0.12.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.11.0 (2021-06-24)
16
+
17
+ * Regenerated from discovery document revision 20210622
18
+
3
19
  ### v0.10.0 (2021-06-02)
4
20
 
5
21
  * Regenerated from discovery document revision 20210531
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](http://developers.google.com/admin-sdk/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://developers.google.com/admin-sdk/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -25,7 +25,7 @@ module Google
25
25
  # resources like user, groups etc. It also provides audit and usage reports of
26
26
  # domain.
27
27
  #
28
- # @see http://developers.google.com/admin-sdk/
28
+ # @see https://developers.google.com/admin-sdk/
29
29
  module AdminDirectoryV1
30
30
  # Version of the Admin SDK API this client connects to.
31
31
  # This is NOT the gem version.
@@ -115,7 +115,7 @@ module Google
115
115
  # View user schemas on your domain
116
116
  AUTH_ADMIN_DIRECTORY_USERSCHEMA_READONLY = 'https://www.googleapis.com/auth/admin.directory.userschema.readonly'
117
117
 
118
- # See, edit, configure, and delete your Google Cloud Platform data
118
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
119
119
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
120
120
  end
121
121
  end
@@ -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.10.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210531"
25
+ REVISION = "20210817"
26
26
  end
27
27
  end
28
28
  end
@@ -32,7 +32,7 @@ module Google
32
32
  # Admin = Google::Apis::AdminDirectoryV1 # Alias the module
33
33
  # service = Admin::DirectoryService.new
34
34
  #
35
- # @see http://developers.google.com/admin-sdk/
35
+ # @see https://developers.google.com/admin-sdk/
36
36
  class DirectoryService < Google::Apis::Core::BaseService
37
37
  # @return [String]
38
38
  # API key. Your API key identifies your project and provides you with API access,
@@ -51,7 +51,7 @@ module Google
51
51
  @batch_path = 'batch'
52
52
  end
53
53
 
54
- # Delete an ASP issued by a user.
54
+ # Deletes an ASP issued by a user.
55
55
  # @param [String] user_key
56
56
  # Identifies the user in the API request. The value can be the user's primary
57
57
  # email address, alias email address, or unique user ID.
@@ -83,7 +83,7 @@ module Google
83
83
  execute_or_queue_command(command, &block)
84
84
  end
85
85
 
86
- # Get information about an ASP issued by a user.
86
+ # Gets information about an ASP issued by a user.
87
87
  # @param [String] user_key
88
88
  # Identifies the user in the API request. The value can be the user's primary
89
89
  # email address, alias email address, or unique user ID.
@@ -117,7 +117,7 @@ module Google
117
117
  execute_or_queue_command(command, &block)
118
118
  end
119
119
 
120
- # List the ASPs issued by a user.
120
+ # Lists the ASPs issued by a user.
121
121
  # @param [String] user_key
122
122
  # Identifies the user in the API request. The value can be the user's primary
123
123
  # email address, alias email address, or unique user ID.
@@ -148,7 +148,7 @@ module Google
148
148
  execute_or_queue_command(command, &block)
149
149
  end
150
150
 
151
- # Stop watching resources through this channel.
151
+ # Stops watching resources through this channel.
152
152
  # @param [Google::Apis::AdminDirectoryV1::Channel] channel_object
153
153
  # @param [String] fields
154
154
  # Selector specifying which fields to include in a partial response.
@@ -323,7 +323,7 @@ module Google
323
323
  execute_or_queue_command(command, &block)
324
324
  end
325
325
 
326
- # Move or insert multiple Chrome OS devices to an organizational unit. You can
326
+ # Moves or inserts multiple Chrome OS devices to an organizational unit. You can
327
327
  # move up to 50 devices at once.
328
328
  # @param [String] customer_id
329
329
  # Immutable ID of the Google Workspace account
@@ -551,7 +551,7 @@ module Google
551
551
  execute_or_queue_command(command, &block)
552
552
  end
553
553
 
554
- # Patch Customers via Apiary Patch Orchestration
554
+ # Patches a customer.
555
555
  # @param [String] customer_key
556
556
  # Id of the customer to be updated
557
557
  # @param [Google::Apis::AdminDirectoryV1::Customer] customer_object
@@ -1259,7 +1259,7 @@ module Google
1259
1259
  execute_or_queue_command(command, &block)
1260
1260
  end
1261
1261
 
1262
- # Retrieve all groups of a domain or of a user given a userKey (paginated)
1262
+ # Retrieves all groups of a domain or of a user given a userKey (paginated).
1263
1263
  # @param [String] customer
1264
1264
  # The unique ID for the customer's Google Workspace account. In case of a multi-
1265
1265
  # domain account, to fetch all groups for a customer, fill this field instead of
@@ -1921,8 +1921,6 @@ module Google
1921
1921
  # Users resource](/admin-sdk/directory/v1/reference/users).
1922
1922
  # @param [String] org_unit_path
1923
1923
  # The full path of the organizational unit or its unique ID.
1924
- # @param [Boolean] allow_plus
1925
- # Parses org unit path without url decode to allow for plus in ou name
1926
1924
  # @param [String] fields
1927
1925
  # Selector specifying which fields to include in a partial response.
1928
1926
  # @param [String] quota_user
@@ -1940,11 +1938,10 @@ module Google
1940
1938
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1941
1939
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1942
1940
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1943
- def delete_org_unit(customer_id, org_unit_path, allow_plus: nil, fields: nil, quota_user: nil, options: nil, &block)
1941
+ def delete_org_unit(customer_id, org_unit_path, fields: nil, quota_user: nil, options: nil, &block)
1944
1942
  command = make_simple_command(:delete, 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}', options)
1945
1943
  command.params['customerId'] = customer_id unless customer_id.nil?
1946
1944
  command.params['orgUnitPath'] = org_unit_path unless org_unit_path.nil?
1947
- command.query['allowPlus'] = allow_plus unless allow_plus.nil?
1948
1945
  command.query['fields'] = fields unless fields.nil?
1949
1946
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1950
1947
  execute_or_queue_command(command, &block)
@@ -1958,8 +1955,6 @@ module Google
1958
1955
  # Users resource](/admin-sdk/directory/v1/reference/users).
1959
1956
  # @param [String] org_unit_path
1960
1957
  # The full path of the organizational unit or its unique ID.
1961
- # @param [Boolean] allow_plus
1962
- # Parses org unit path without url decode to allow for plus in ou name
1963
1958
  # @param [String] fields
1964
1959
  # Selector specifying which fields to include in a partial response.
1965
1960
  # @param [String] quota_user
@@ -1977,13 +1972,12 @@ module Google
1977
1972
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1978
1973
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1979
1974
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1980
- def get_org_unit(customer_id, org_unit_path, allow_plus: nil, fields: nil, quota_user: nil, options: nil, &block)
1975
+ def get_org_unit(customer_id, org_unit_path, fields: nil, quota_user: nil, options: nil, &block)
1981
1976
  command = make_simple_command(:get, 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}', options)
1982
1977
  command.response_representation = Google::Apis::AdminDirectoryV1::OrgUnit::Representation
1983
1978
  command.response_class = Google::Apis::AdminDirectoryV1::OrgUnit
1984
1979
  command.params['customerId'] = customer_id unless customer_id.nil?
1985
1980
  command.params['orgUnitPath'] = org_unit_path unless org_unit_path.nil?
1986
- command.query['allowPlus'] = allow_plus unless allow_plus.nil?
1987
1981
  command.query['fields'] = fields unless fields.nil?
1988
1982
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1989
1983
  execute_or_queue_command(command, &block)
@@ -2075,8 +2069,6 @@ module Google
2075
2069
  # @param [String] org_unit_path
2076
2070
  # The full path of the organizational unit or its unique ID.
2077
2071
  # @param [Google::Apis::AdminDirectoryV1::OrgUnit] org_unit_object
2078
- # @param [Boolean] allow_plus
2079
- # Parses org unit path without url decode to allow for plus in ou name
2080
2072
  # @param [String] fields
2081
2073
  # Selector specifying which fields to include in a partial response.
2082
2074
  # @param [String] quota_user
@@ -2094,7 +2086,7 @@ module Google
2094
2086
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2095
2087
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2096
2088
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2097
- def patch_org_unit(customer_id, org_unit_path, org_unit_object = nil, allow_plus: nil, fields: nil, quota_user: nil, options: nil, &block)
2089
+ def patch_org_unit(customer_id, org_unit_path, org_unit_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2098
2090
  command = make_simple_command(:patch, 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}', options)
2099
2091
  command.request_representation = Google::Apis::AdminDirectoryV1::OrgUnit::Representation
2100
2092
  command.request_object = org_unit_object
@@ -2102,7 +2094,6 @@ module Google
2102
2094
  command.response_class = Google::Apis::AdminDirectoryV1::OrgUnit
2103
2095
  command.params['customerId'] = customer_id unless customer_id.nil?
2104
2096
  command.params['orgUnitPath'] = org_unit_path unless org_unit_path.nil?
2105
- command.query['allowPlus'] = allow_plus unless allow_plus.nil?
2106
2097
  command.query['fields'] = fields unless fields.nil?
2107
2098
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2108
2099
  execute_or_queue_command(command, &block)
@@ -2117,8 +2108,6 @@ module Google
2117
2108
  # @param [String] org_unit_path
2118
2109
  # The full path of the organizational unit or its unique ID.
2119
2110
  # @param [Google::Apis::AdminDirectoryV1::OrgUnit] org_unit_object
2120
- # @param [Boolean] allow_plus
2121
- # Parses org unit path without url decode to allow for plus in ou name
2122
2111
  # @param [String] fields
2123
2112
  # Selector specifying which fields to include in a partial response.
2124
2113
  # @param [String] quota_user
@@ -2136,7 +2125,7 @@ module Google
2136
2125
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2137
2126
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2138
2127
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2139
- def update_org_unit(customer_id, org_unit_path, org_unit_object = nil, allow_plus: nil, fields: nil, quota_user: nil, options: nil, &block)
2128
+ def update_org_unit(customer_id, org_unit_path, org_unit_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2140
2129
  command = make_simple_command(:put, 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}', options)
2141
2130
  command.request_representation = Google::Apis::AdminDirectoryV1::OrgUnit::Representation
2142
2131
  command.request_object = org_unit_object
@@ -2144,7 +2133,6 @@ module Google
2144
2133
  command.response_class = Google::Apis::AdminDirectoryV1::OrgUnit
2145
2134
  command.params['customerId'] = customer_id unless customer_id.nil?
2146
2135
  command.params['orgUnitPath'] = org_unit_path unless org_unit_path.nil?
2147
- command.query['allowPlus'] = allow_plus unless allow_plus.nil?
2148
2136
  command.query['fields'] = fields unless fields.nil?
2149
2137
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2150
2138
  execute_or_queue_command(command, &block)
@@ -2324,7 +2312,7 @@ module Google
2324
2312
  execute_or_queue_command(command, &block)
2325
2313
  end
2326
2314
 
2327
- # Patches a building via Apiary Patch Orchestration.
2315
+ # Patches a building.
2328
2316
  # @param [String] customer
2329
2317
  # The unique ID for the customer's Google Workspace account. As an account
2330
2318
  # administrator, you can also use the `my_customer` alias to represent your
@@ -2566,7 +2554,7 @@ module Google
2566
2554
  execute_or_queue_command(command, &block)
2567
2555
  end
2568
2556
 
2569
- # Patches a calendar resource via Apiary Patch Orchestration.
2557
+ # Patches a calendar resource.
2570
2558
  # @param [String] customer
2571
2559
  # The unique ID for the customer's Google Workspace account. As an account
2572
2560
  # administrator, you can also use the `my_customer` alias to represent your
@@ -2785,7 +2773,7 @@ module Google
2785
2773
  execute_or_queue_command(command, &block)
2786
2774
  end
2787
2775
 
2788
- # Patches a feature via Apiary Patch Orchestration.
2776
+ # Patches a feature.
2789
2777
  # @param [String] customer
2790
2778
  # The unique ID for the customer's Google Workspace account. As an account
2791
2779
  # administrator, you can also use the `my_customer` alias to represent your
@@ -2928,7 +2916,7 @@ module Google
2928
2916
  execute_or_queue_command(command, &block)
2929
2917
  end
2930
2918
 
2931
- # Retrieve a role assignment.
2919
+ # Retrieves a role assignment.
2932
2920
  # @param [String] customer
2933
2921
  # Immutable ID of the Google Workspace account.
2934
2922
  # @param [String] role_assignment_id
@@ -3171,7 +3159,7 @@ module Google
3171
3159
  execute_or_queue_command(command, &block)
3172
3160
  end
3173
3161
 
3174
- # Patch role via Apiary Patch Orchestration
3162
+ # Patches a role.
3175
3163
  # @param [String] customer
3176
3164
  # Immutable ID of the Google Workspace account.
3177
3165
  # @param [String] role_id
@@ -3243,7 +3231,7 @@ module Google
3243
3231
  execute_or_queue_command(command, &block)
3244
3232
  end
3245
3233
 
3246
- # Delete schema
3234
+ # Deletes a schema.
3247
3235
  # @param [String] customer_id
3248
3236
  # Immutable ID of the Google Workspace account.
3249
3237
  # @param [String] schema_key
@@ -3274,7 +3262,7 @@ module Google
3274
3262
  execute_or_queue_command(command, &block)
3275
3263
  end
3276
3264
 
3277
- # Retrieve schema
3265
+ # Retrieves a schema.
3278
3266
  # @param [String] customer_id
3279
3267
  # Immutable ID of the Google Workspace account.
3280
3268
  # @param [String] schema_key
@@ -3307,7 +3295,7 @@ module Google
3307
3295
  execute_or_queue_command(command, &block)
3308
3296
  end
3309
3297
 
3310
- # Create schema.
3298
+ # Creates a schema.
3311
3299
  # @param [String] customer_id
3312
3300
  # Immutable ID of the Google Workspace account.
3313
3301
  # @param [Google::Apis::AdminDirectoryV1::Schema] schema_object
@@ -3340,7 +3328,7 @@ module Google
3340
3328
  execute_or_queue_command(command, &block)
3341
3329
  end
3342
3330
 
3343
- # Retrieve all schemas for a customer
3331
+ # Retrieves all schemas for a customer.
3344
3332
  # @param [String] customer_id
3345
3333
  # Immutable ID of the Google Workspace account.
3346
3334
  # @param [String] fields
@@ -3370,7 +3358,7 @@ module Google
3370
3358
  execute_or_queue_command(command, &block)
3371
3359
  end
3372
3360
 
3373
- # Patch Schema via Apiary Patch Orchestration
3361
+ # Patches a schema.
3374
3362
  # @param [String] customer_id
3375
3363
  # Immutable ID of the Google Workspace account.
3376
3364
  # @param [String] schema_key
@@ -3406,7 +3394,7 @@ module Google
3406
3394
  execute_or_queue_command(command, &block)
3407
3395
  end
3408
3396
 
3409
- # Update schema
3397
+ # Updates a schema.
3410
3398
  # @param [String] customer_id
3411
3399
  # Immutable ID of the Google Workspace account.
3412
3400
  # @param [String] schema_key
@@ -3442,7 +3430,7 @@ module Google
3442
3430
  execute_or_queue_command(command, &block)
3443
3431
  end
3444
3432
 
3445
- # Delete all access tokens issued by a user for an application.
3433
+ # Deletes all access tokens issued by a user for an application.
3446
3434
  # @param [String] user_key
3447
3435
  # Identifies the user in the API request. The value can be the user's primary
3448
3436
  # email address, alias email address, or unique user ID.
@@ -3474,7 +3462,7 @@ module Google
3474
3462
  execute_or_queue_command(command, &block)
3475
3463
  end
3476
3464
 
3477
- # Get information about an access token issued by a user.
3465
+ # Gets information about an access token issued by a user.
3478
3466
  # @param [String] user_key
3479
3467
  # Identifies the user in the API request. The value can be the user's primary
3480
3468
  # email address, alias email address, or unique user ID.
@@ -3539,7 +3527,7 @@ module Google
3539
3527
  execute_or_queue_command(command, &block)
3540
3528
  end
3541
3529
 
3542
- # Turn off 2-Step Verification for user.
3530
+ # Turns off 2-Step Verification for user.
3543
3531
  # @param [String] user_key
3544
3532
  # Identifies the user in the API request. The value can be the user's primary
3545
3533
  # email address, alias email address, or unique user ID.
@@ -3814,8 +3802,8 @@ module Google
3814
3802
  execute_or_queue_command(command, &block)
3815
3803
  end
3816
3804
 
3817
- # Sign a user out of all web and device sessions and reset their sign-in cookies.
3818
- # User will have to sign in by authenticating again.
3805
+ # Signs a user out of all web and device sessions and reset their sign-in
3806
+ # cookies. User will have to sign in by authenticating again.
3819
3807
  # @param [String] user_key
3820
3808
  # Identifies the target user in the API request. The value can be the user's
3821
3809
  # primary email address, alias email address, or unique user ID.
@@ -3911,7 +3899,7 @@ module Google
3911
3899
  execute_or_queue_command(command, &block)
3912
3900
  end
3913
3901
 
3914
- # Watch for changes in users list
3902
+ # Watches for changes in users list.
3915
3903
  # @param [Google::Apis::AdminDirectoryV1::Channel] channel_object
3916
3904
  # @param [String] custom_field_mask
3917
3905
  # Comma-separated list of schema names. All fields from these schemas are
@@ -4083,7 +4071,7 @@ module Google
4083
4071
  execute_or_queue_command(command, &block)
4084
4072
  end
4085
4073
 
4086
- # Watch for changes in users list.
4074
+ # Watches for changes in users list.
4087
4075
  # @param [String] user_key
4088
4076
  # Email or immutable ID of the user
4089
4077
  # @param [Google::Apis::AdminDirectoryV1::Channel] channel_object
@@ -4248,7 +4236,7 @@ module Google
4248
4236
  execute_or_queue_command(command, &block)
4249
4237
  end
4250
4238
 
4251
- # Generate new backup verification codes for the user.
4239
+ # Generates new backup verification codes for the user.
4252
4240
  # @param [String] user_key
4253
4241
  # Email or immutable ID of the user
4254
4242
  # @param [String] fields
@@ -4276,7 +4264,7 @@ module Google
4276
4264
  execute_or_queue_command(command, &block)
4277
4265
  end
4278
4266
 
4279
- # Invalidate the current backup verification codes for the user.
4267
+ # Invalidates the current backup verification codes for the user.
4280
4268
  # @param [String] user_key
4281
4269
  # Email or immutable ID of the user
4282
4270
  # @param [String] fields
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admin_directory_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-07 00:00:00.000000000 Z
11
+ date: 2021-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Admin SDK API DirectoryV1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_directory_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.14.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_directory_v1
57
63
  post_install_message:
58
64
  rdoc_options: []