google-apis-cloudidentity_v1 0.9.0 → 0.13.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: f22ed8ec83768c52e65621931b6b35373a894c1087f44c64e8f013e1fdfbc03d
4
- data.tar.gz: 5c0cf9ded63a3d296a0b50887a591c460dfaec0b225cd14cb65ef2d004e7d1e7
3
+ metadata.gz: b985c8961fe4e000cc215b56d71f87dc2a6dd1ea55edfecbf416f66149aadc49
4
+ data.tar.gz: 2584919ef097a8b4058aacf643a1b448f2cb108319ea59903185acfb8bf89b9b
5
5
  SHA512:
6
- metadata.gz: d16e0035489b2cd1801395442f7a345f2ee6f7900c357d64dff33765c2271cf3f9430cb7214d85354813d08a554781773e16558c394105928457be756546fb8a
7
- data.tar.gz: 5d6d5b8bb906e65eea1a76c784bb184fcf0b11702ea9bcc510a11738bdc44df71fc75168aff12e2ff12eef82a499e4ba0accbe29622d4b55a09672e6bef8d40f
6
+ metadata.gz: aec70d77a4429265b6126344b01540767fa86a801df65fa19c986706dd73c047aa2c35720a3cbad66d330b79dcb5818096c801d250293d242a4fa5b7a105f008
7
+ data.tar.gz: ac6a58dcb4cd7a51b2b8d3803e2f17bc7f522252c665668bfc61125dd62de70e06fa1f17a1b79e9fac7ce8e7bbd884e9d336028f834a5260192f294ebad51cd5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.13.0 (2021-09-22)
4
+
5
+ * Regenerated from discovery document revision 20210920
6
+
7
+ ### v0.12.0 (2021-09-08)
8
+
9
+ * Regenerated from discovery document revision 20210906
10
+
11
+ ### v0.11.0 (2021-08-25)
12
+
13
+ * Regenerated from discovery document revision 20210824
14
+
15
+ ### v0.10.0 (2021-06-30)
16
+
17
+ * Regenerated from discovery document revision 20210629
18
+ * Regenerated using generator version 0.4.0
19
+
3
20
  ### v0.9.0 (2021-06-24)
4
21
 
5
22
  * Unspecified changes
@@ -45,6 +45,58 @@ module Google
45
45
  end
46
46
  end
47
47
 
48
+ # Metadata for CreateGroup LRO.
49
+ class CreateGroupMetadata
50
+ include Google::Apis::Core::Hashable
51
+
52
+ def initialize(**args)
53
+ update!(**args)
54
+ end
55
+
56
+ # Update properties of this object
57
+ def update!(**args)
58
+ end
59
+ end
60
+
61
+ # Metadata for CreateMembership LRO.
62
+ class CreateMembershipMetadata
63
+ include Google::Apis::Core::Hashable
64
+
65
+ def initialize(**args)
66
+ update!(**args)
67
+ end
68
+
69
+ # Update properties of this object
70
+ def update!(**args)
71
+ end
72
+ end
73
+
74
+ # Metadata for DeleteGroup LRO.
75
+ class DeleteGroupMetadata
76
+ include Google::Apis::Core::Hashable
77
+
78
+ def initialize(**args)
79
+ update!(**args)
80
+ end
81
+
82
+ # Update properties of this object
83
+ def update!(**args)
84
+ end
85
+ end
86
+
87
+ # Metadata for DeleteMembership LRO.
88
+ class DeleteMembershipMetadata
89
+ include Google::Apis::Core::Hashable
90
+
91
+ def initialize(**args)
92
+ update!(**args)
93
+ end
94
+
95
+ # Update properties of this object
96
+ def update!(**args)
97
+ end
98
+ end
99
+
48
100
  # Dynamic group metadata like queries and status.
49
101
  class DynamicGroupMetadata
50
102
  include Google::Apis::Core::Hashable
@@ -79,7 +131,10 @@ module Google
79
131
  # users with at least one `organizations.department` of engineering. `user.
80
132
  # organizations.exists(org, org.department=='engineering')` All users with at
81
133
  # least one location that has `area` of `foo` and `building_id` of `bar`. `user.
82
- # locations.exists(loc, loc.area=='foo' && loc.building_id=='bar')`
134
+ # locations.exists(loc, loc.area=='foo' && loc.building_id=='bar')` All users
135
+ # with any variation of the name John Doe (case-insensitive queries add `
136
+ # equalsIgnoreCase()` to the value being queried). `user.name.value.
137
+ # equalsIgnoreCase('jOhn DoE')`
83
138
  # Corresponds to the JSON property `query`
84
139
  # @return [String]
85
140
  attr_accessor :query
@@ -147,7 +202,7 @@ module Google
147
202
  # represents a Google-managed entity such as a Google user or a Google Group. If
148
203
  # specified, the `EntityKey` represents an external-identity-mapped group. The
149
204
  # namespace must correspond to an identity source created in Admin Console and
150
- # must be in the form of `identitysources/`identity_source_id``.
205
+ # must be in the form of `identitysources/`identity_source``.
151
206
  # Corresponds to the JSON property `namespace`
152
207
  # @return [String]
153
208
  attr_accessor :namespace
@@ -182,6 +237,20 @@ module Google
182
237
  end
183
238
  end
184
239
 
240
+ # Metadata of GetMembershipGraphResponse LRO. This is currently empty to permit
241
+ # future extensibility.
242
+ class GetMembershipGraphMetadata
243
+ include Google::Apis::Core::Hashable
244
+
245
+ def initialize(**args)
246
+ update!(**args)
247
+ end
248
+
249
+ # Update properties of this object
250
+ def update!(**args)
251
+ end
252
+ end
253
+
185
254
  # The response message for MembershipsService.GetMembershipGraph.
186
255
  class GetMembershipGraphResponse
187
256
  include Google::Apis::Core::Hashable
@@ -253,6 +322,19 @@ module Google
253
322
  end
254
323
  end
255
324
 
325
+ # Metadata for ApproveDeviceUser LRO.
326
+ class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserMetadata
327
+ include Google::Apis::Core::Hashable
328
+
329
+ def initialize(**args)
330
+ update!(**args)
331
+ end
332
+
333
+ # Update properties of this object
334
+ def update!(**args)
335
+ end
336
+ end
337
+
256
338
  # Request message for approving the device to access user data.
257
339
  class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest
258
340
  include Google::Apis::Core::Hashable
@@ -260,8 +342,8 @@ module Google
260
342
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
261
343
  # of the customer. If you're using this API for your own organization, use `
262
344
  # customers/my_customer` If you're using this API to manage another organization,
263
- # use `customers/`customer_id``, where customer_id is the customer to whom the
264
- # device belongs.
345
+ # use `customers/`customer``, where customer is the customer to whom the device
346
+ # belongs.
265
347
  # Corresponds to the JSON property `customer`
266
348
  # @return [String]
267
349
  attr_accessor :customer
@@ -296,6 +378,19 @@ module Google
296
378
  end
297
379
  end
298
380
 
381
+ # Metadata for BlockDeviceUser LRO.
382
+ class GoogleAppsCloudidentityDevicesV1BlockDeviceUserMetadata
383
+ include Google::Apis::Core::Hashable
384
+
385
+ def initialize(**args)
386
+ update!(**args)
387
+ end
388
+
389
+ # Update properties of this object
390
+ def update!(**args)
391
+ end
392
+ end
393
+
299
394
  # Request message for blocking account on device.
300
395
  class GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest
301
396
  include Google::Apis::Core::Hashable
@@ -303,8 +398,8 @@ module Google
303
398
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
304
399
  # of the customer. If you're using this API for your own organization, use `
305
400
  # customers/my_customer` If you're using this API to manage another organization,
306
- # use `customers/`customer_id``, where customer_id is the customer to whom the
307
- # device belongs.
401
+ # use `customers/`customer``, where customer is the customer to whom the device
402
+ # belongs.
308
403
  # Corresponds to the JSON property `customer`
309
404
  # @return [String]
310
405
  attr_accessor :customer
@@ -339,6 +434,19 @@ module Google
339
434
  end
340
435
  end
341
436
 
437
+ # Metadata for CancelWipeDevice LRO.
438
+ class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
439
+ include Google::Apis::Core::Hashable
440
+
441
+ def initialize(**args)
442
+ update!(**args)
443
+ end
444
+
445
+ # Update properties of this object
446
+ def update!(**args)
447
+ end
448
+ end
449
+
342
450
  # Request message for cancelling an unfinished device wipe.
343
451
  class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest
344
452
  include Google::Apis::Core::Hashable
@@ -346,8 +454,8 @@ module Google
346
454
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
347
455
  # of the customer. If you're using this API for your own organization, use `
348
456
  # customers/my_customer` If you're using this API to manage another organization,
349
- # use `customers/`customer_id``, where customer_id is the customer to whom the
350
- # device belongs.
457
+ # use `customers/`customer``, where customer is the customer to whom the device
458
+ # belongs.
351
459
  # Corresponds to the JSON property `customer`
352
460
  # @return [String]
353
461
  attr_accessor :customer
@@ -383,6 +491,19 @@ module Google
383
491
  end
384
492
  end
385
493
 
494
+ # Metadata for CancelWipeDeviceUser LRO.
495
+ class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserMetadata
496
+ include Google::Apis::Core::Hashable
497
+
498
+ def initialize(**args)
499
+ update!(**args)
500
+ end
501
+
502
+ # Update properties of this object
503
+ def update!(**args)
504
+ end
505
+ end
506
+
386
507
  # Request message for cancelling an unfinished user account wipe.
387
508
  class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest
388
509
  include Google::Apis::Core::Hashable
@@ -390,8 +511,8 @@ module Google
390
511
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
391
512
  # of the customer. If you're using this API for your own organization, use `
392
513
  # customers/my_customer` If you're using this API to manage another organization,
393
- # use `customers/`customer_id``, where customer_id is the customer to whom the
394
- # device belongs.
514
+ # use `customers/`customer``, where customer is the customer to whom the device
515
+ # belongs.
395
516
  # Corresponds to the JSON property `customer`
396
517
  # @return [String]
397
518
  attr_accessor :customer
@@ -484,19 +605,18 @@ module Google
484
605
  attr_accessor :managed
485
606
 
486
607
  # Output only. [Resource name](https://cloud.google.com/apis/design/
487
- # resource_names) of the ClientState in format: `devices/`device_id`/deviceUsers/
488
- # `device_user_id`/clientState/`partner_id``, where partner_id corresponds to
489
- # the partner storing the data. For partners belonging to the "BeyondCorp
490
- # Alliance", this is the partner ID specified to you by Google. For all other
491
- # callers, this is a string of the form: ``customer_id`-suffix`, where `
492
- # customer_id` is your customer ID. The *suffix* is any string the caller
493
- # specifies. This string will be displayed verbatim in the administration
494
- # console. This suffix is used in setting up Custom Access Levels in Context-
495
- # Aware Access. Your organization's customer ID can be obtained from the URL: `
496
- # GET https://www.googleapis.com/admin/directory/v1/customers/my_customer` The `
497
- # id` field in the response contains the customer ID starting with the letter 'C'
498
- # . The customer ID to be used in this API is the string after the letter 'C' (
499
- # not including 'C')
608
+ # resource_names) of the ClientState in format: `devices/`device`/deviceUsers/`
609
+ # device_user`/clientState/`partner``, where partner corresponds to the partner
610
+ # storing the data. For partners belonging to the "BeyondCorp Alliance", this is
611
+ # the partner ID specified to you by Google. For all other callers, this is a
612
+ # string of the form: ``customer`-suffix`, where `customer` is your customer ID.
613
+ # The *suffix* is any string the caller specifies. This string will be displayed
614
+ # verbatim in the administration console. This suffix is used in setting up
615
+ # Custom Access Levels in Context-Aware Access. Your organization's customer ID
616
+ # can be obtained from the URL: `GET https://www.googleapis.com/admin/directory/
617
+ # v1/customers/my_customer` The `id` field in the response contains the customer
618
+ # ID starting with the letter 'C'. The customer ID to be used in this API is the
619
+ # string after the letter 'C' (not including 'C')
500
620
  # Corresponds to the JSON property `name`
501
621
  # @return [String]
502
622
  attr_accessor :name
@@ -532,6 +652,19 @@ module Google
532
652
  end
533
653
  end
534
654
 
655
+ # Metadata for CreateDevice LRO.
656
+ class GoogleAppsCloudidentityDevicesV1CreateDeviceMetadata
657
+ include Google::Apis::Core::Hashable
658
+
659
+ def initialize(**args)
660
+ update!(**args)
661
+ end
662
+
663
+ # Update properties of this object
664
+ def update!(**args)
665
+ end
666
+ end
667
+
535
668
  # Additional custom attribute values may be one of these types
536
669
  class GoogleAppsCloudidentityDevicesV1CustomAttributeValue
537
670
  include Google::Apis::Core::Hashable
@@ -564,6 +697,32 @@ module Google
564
697
  end
565
698
  end
566
699
 
700
+ # Metadata for DeleteDevice LRO.
701
+ class GoogleAppsCloudidentityDevicesV1DeleteDeviceMetadata
702
+ include Google::Apis::Core::Hashable
703
+
704
+ def initialize(**args)
705
+ update!(**args)
706
+ end
707
+
708
+ # Update properties of this object
709
+ def update!(**args)
710
+ end
711
+ end
712
+
713
+ # Metadata for DeleteDeviceUser LRO.
714
+ class GoogleAppsCloudidentityDevicesV1DeleteDeviceUserMetadata
715
+ include Google::Apis::Core::Hashable
716
+
717
+ def initialize(**args)
718
+ update!(**args)
719
+ end
720
+
721
+ # Update properties of this object
722
+ def update!(**args)
723
+ end
724
+ end
725
+
567
726
  # A Device within the Cloud Identity Devices API. Represents a Device known to
568
727
  # Google Cloud, independent of the device ownership, type, and whether it is
569
728
  # assigned or in use by a user.
@@ -669,8 +828,8 @@ module Google
669
828
  attr_accessor :model
670
829
 
671
830
  # Output only. [Resource name](https://cloud.google.com/apis/design/
672
- # resource_names) of the Device in format: `devices/`device_id``, where
673
- # device_id is the unique id assigned to the Device.
831
+ # resource_names) of the Device in format: `devices/`device``, where device is
832
+ # the unique id assigned to the Device.
674
833
  # Corresponds to the JSON property `name`
675
834
  # @return [String]
676
835
  attr_accessor :name
@@ -792,8 +951,8 @@ module Google
792
951
  attr_accessor :management_state
793
952
 
794
953
  # Output only. [Resource name](https://cloud.google.com/apis/design/
795
- # resource_names) of the DeviceUser in format: `devices/`device_id`/deviceUsers/`
796
- # device_user_id``, where `device_user_id` uniquely identifies a user's use of a
954
+ # resource_names) of the DeviceUser in format: `devices/`device`/deviceUsers/`
955
+ # device_user``, where `device_user` uniquely identifies a user's use of a
797
956
  # device.
798
957
  # Corresponds to the JSON property `name`
799
958
  # @return [String]
@@ -908,6 +1067,19 @@ module Google
908
1067
  end
909
1068
  end
910
1069
 
1070
+ # Metadata for ListEndpointApps LRO.
1071
+ class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
1072
+ include Google::Apis::Core::Hashable
1073
+
1074
+ def initialize(**args)
1075
+ update!(**args)
1076
+ end
1077
+
1078
+ # Update properties of this object
1079
+ def update!(**args)
1080
+ end
1081
+ end
1082
+
911
1083
  # Response containing resource names of the DeviceUsers associated with the
912
1084
  # caller's credentials.
913
1085
  class GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse
@@ -920,9 +1092,9 @@ module Google
920
1092
  attr_accessor :customer
921
1093
 
922
1094
  # [Resource names](https://cloud.google.com/apis/design/resource_names) of the
923
- # DeviceUsers in the format: `devices/`device_id`/deviceUsers/`user_resource_id``
924
- # , where device_id is the unique ID assigned to a Device and user_resource_id
925
- # is the unique user ID
1095
+ # DeviceUsers in the format: `devices/`device`/deviceUsers/`user_resource``,
1096
+ # where device is the unique ID assigned to a Device and user_resource is the
1097
+ # unique user ID
926
1098
  # Corresponds to the JSON property `names`
927
1099
  # @return [Array<String>]
928
1100
  attr_accessor :names
@@ -944,6 +1116,58 @@ module Google
944
1116
  end
945
1117
  end
946
1118
 
1119
+ # Metadata for SignoutDeviceUser LRO.
1120
+ class GoogleAppsCloudidentityDevicesV1SignoutDeviceUserMetadata
1121
+ include Google::Apis::Core::Hashable
1122
+
1123
+ def initialize(**args)
1124
+ update!(**args)
1125
+ end
1126
+
1127
+ # Update properties of this object
1128
+ def update!(**args)
1129
+ end
1130
+ end
1131
+
1132
+ # Metadata for UpdateClientState LRO.
1133
+ class GoogleAppsCloudidentityDevicesV1UpdateClientStateMetadata
1134
+ include Google::Apis::Core::Hashable
1135
+
1136
+ def initialize(**args)
1137
+ update!(**args)
1138
+ end
1139
+
1140
+ # Update properties of this object
1141
+ def update!(**args)
1142
+ end
1143
+ end
1144
+
1145
+ # Metadata for UpdateDevice LRO.
1146
+ class GoogleAppsCloudidentityDevicesV1UpdateDeviceMetadata
1147
+ include Google::Apis::Core::Hashable
1148
+
1149
+ def initialize(**args)
1150
+ update!(**args)
1151
+ end
1152
+
1153
+ # Update properties of this object
1154
+ def update!(**args)
1155
+ end
1156
+ end
1157
+
1158
+ # Metadata for WipeDevice LRO.
1159
+ class GoogleAppsCloudidentityDevicesV1WipeDeviceMetadata
1160
+ include Google::Apis::Core::Hashable
1161
+
1162
+ def initialize(**args)
1163
+ update!(**args)
1164
+ end
1165
+
1166
+ # Update properties of this object
1167
+ def update!(**args)
1168
+ end
1169
+ end
1170
+
947
1171
  # Request message for wiping all data on the device.
948
1172
  class GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
949
1173
  include Google::Apis::Core::Hashable
@@ -951,8 +1175,8 @@ module Google
951
1175
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
952
1176
  # of the customer. If you're using this API for your own organization, use `
953
1177
  # customers/my_customer` If you're using this API to manage another organization,
954
- # use `customers/`customer_id``, where customer_id is the customer to whom the
955
- # device belongs.
1178
+ # use `customers/`customer``, where customer is the customer to whom the device
1179
+ # belongs.
956
1180
  # Corresponds to the JSON property `customer`
957
1181
  # @return [String]
958
1182
  attr_accessor :customer
@@ -988,6 +1212,19 @@ module Google
988
1212
  end
989
1213
  end
990
1214
 
1215
+ # Metadata for WipeDeviceUser LRO.
1216
+ class GoogleAppsCloudidentityDevicesV1WipeDeviceUserMetadata
1217
+ include Google::Apis::Core::Hashable
1218
+
1219
+ def initialize(**args)
1220
+ update!(**args)
1221
+ end
1222
+
1223
+ # Update properties of this object
1224
+ def update!(**args)
1225
+ end
1226
+ end
1227
+
991
1228
  # Request message for starting an account wipe on device.
992
1229
  class GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest
993
1230
  include Google::Apis::Core::Hashable
@@ -995,8 +1232,8 @@ module Google
995
1232
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
996
1233
  # of the customer. If you're using this API for your own organization, use `
997
1234
  # customers/my_customer` If you're using this API to manage another organization,
998
- # use `customers/`customer_id``, where customer_id is the customer to whom the
999
- # device belongs.
1235
+ # use `customers/`customer``, where customer is the customer to whom the device
1236
+ # belongs.
1000
1237
  # Corresponds to the JSON property `customer`
1001
1238
  # @return [String]
1002
1239
  attr_accessor :customer
@@ -1081,16 +1318,16 @@ module Google
1081
1318
  attr_accessor :labels
1082
1319
 
1083
1320
  # Output only. The [resource name](https://cloud.google.com/apis/design/
1084
- # resource_names) of the `Group`. Shall be of the form `groups/`group_id``.
1321
+ # resource_names) of the `Group`. Shall be of the form `groups/`group``.
1085
1322
  # Corresponds to the JSON property `name`
1086
1323
  # @return [String]
1087
1324
  attr_accessor :name
1088
1325
 
1089
1326
  # Required. Immutable. The resource name of the entity under which this `Group`
1090
1327
  # resides in the Cloud Identity resource hierarchy. Must be of the form `
1091
- # identitysources/`identity_source_id`` for external- identity-mapped groups or `
1092
- # customers/`customer_id`` for Google Groups. The `customer_id` must begin with "
1093
- # C" (for example, 'C046psxkn').
1328
+ # identitysources/`identity_source`` for external- identity-mapped groups or `
1329
+ # customers/`customer`` for Google Groups. The `customer` must begin with "C" (
1330
+ # for example, 'C046psxkn').
1094
1331
  # Corresponds to the JSON property `parent`
1095
1332
  # @return [String]
1096
1333
  attr_accessor :parent
@@ -1247,8 +1484,8 @@ module Google
1247
1484
  include Google::Apis::Core::Hashable
1248
1485
 
1249
1486
  # The [resource name](https://cloud.google.com/apis/design/resource_names) of
1250
- # the looked-up `Membership`. Must be of the form `groups/`group_id`/memberships/
1251
- # `membership_id``.
1487
+ # the looked-up `Membership`. Must be of the form `groups/`group`/memberships/`
1488
+ # membership``.
1252
1489
  # Corresponds to the JSON property `name`
1253
1490
  # @return [String]
1254
1491
  attr_accessor :name
@@ -1313,8 +1550,8 @@ module Google
1313
1550
  attr_accessor :create_time
1314
1551
 
1315
1552
  # Output only. The [resource name](https://cloud.google.com/apis/design/
1316
- # resource_names) of the `Membership`. Shall be of the form `groups/`group_id`/
1317
- # memberships/`membership_id``.
1553
+ # resource_names) of the `Membership`. Shall be of the form `groups/`group`/
1554
+ # memberships/`membership``.
1318
1555
  # Corresponds to the JSON property `name`
1319
1556
  # @return [String]
1320
1557
  attr_accessor :name
@@ -1672,6 +1909,32 @@ module Google
1672
1909
  end
1673
1910
  end
1674
1911
 
1912
+ # Metadata for UpdateGroup LRO.
1913
+ class UpdateGroupMetadata
1914
+ include Google::Apis::Core::Hashable
1915
+
1916
+ def initialize(**args)
1917
+ update!(**args)
1918
+ end
1919
+
1920
+ # Update properties of this object
1921
+ def update!(**args)
1922
+ end
1923
+ end
1924
+
1925
+ # Metadata for UpdateMembership LRO.
1926
+ class UpdateMembershipMetadata
1927
+ include Google::Apis::Core::Hashable
1928
+
1929
+ def initialize(**args)
1930
+ update!(**args)
1931
+ end
1932
+
1933
+ # Update properties of this object
1934
+ def update!(**args)
1935
+ end
1936
+ end
1937
+
1675
1938
  # The details of an update to a `MembershipRole`.
1676
1939
  class UpdateMembershipRolesParams
1677
1940
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1
18
18
  # Version of the google-apis-cloudidentity_v1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.13.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 = "20210614"
25
+ REVISION = "20210920"
26
26
  end
27
27
  end
28
28
  end