google-apis-servicedirectory_v1beta1 0.21.0 → 0.24.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: e7fe3b41033c8e2bdaef26a467d4a2d17bfd88342d95639f839834d49d0e27ec
4
- data.tar.gz: 3d594c875de2fb61f1501a2cb477094f6d017b6c3a94dd9cec053f6906472ef3
3
+ metadata.gz: ee5e4abb7eb6f05ec1933be2c39b10f99d2ba94120e6e15a50028070ed6ab227
4
+ data.tar.gz: d5466b20bb692af902a021af087ba154b4931f6041ef5cffc7225eb6ece6b4c3
5
5
  SHA512:
6
- metadata.gz: 733413fdbfcf884dcae8233ba64ff953565b3919b22bcb18d100c2749e086a09513e43668679414103175e795bff0e7ab251496479e13ae2b98b84361e7b16ed
7
- data.tar.gz: 8a075afec02ffba0f05b158dddf03c781d90edb38ea940467826a6af0a79ffb4c57a1c4c3fcdb87395899187f95169f12b8ae7f8cc0efc02d52a91ec5b73babb
6
+ metadata.gz: 0df18a6547bd8a77a718d0b4e5206f6e63c85d6854ab1b56befd826b764e2dff88770725eb70c26b0bd1f28c45a716b8bb4047d6e7a3ae9f0b5339acef4414ee
7
+ data.tar.gz: 3f6d6fa99c029f3c194bea969472da9bada5cb9d02d7832ae800cd84ba29a5003bb7dbbc8114c210159f2b546ed62de6d9b4421c967884fd630393875086361f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-servicedirectory_v1beta1
2
2
 
3
+ ### v0.24.0 (2022-08-16)
4
+
5
+ * Regenerated from discovery document revision 20220804
6
+
7
+ ### v0.23.0 (2022-07-30)
8
+
9
+ * Regenerated from discovery document revision 20220720
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.22.0 (2022-07-03)
13
+
14
+ * Regenerated from discovery document revision 20220622
15
+ * Regenerated using generator version 0.8.0
16
+
3
17
  ### v0.21.0 (2022-06-25)
4
18
 
5
19
  * Regenerated from discovery document revision 20220612
@@ -52,25 +52,28 @@ module Google
52
52
  # anyone who is authenticated with a Google account or a service account. * `
53
53
  # user:`emailid``: An email address that represents a specific Google account.
54
54
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
55
- # address that represents a service account. For example, `my-other-app@appspot.
56
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
57
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
58
- # `uniqueid``: An email address (plus unique identifier) representing a user
59
- # that has been recently deleted. For example, `alice@example.com?uid=
60
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
61
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
62
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
63
- # identifier) representing a service account that has been recently deleted. For
64
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
65
- # If the service account is undeleted, this value reverts to `serviceAccount:`
66
- # emailid`` and the undeleted service account retains the role in the binding. *
67
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
68
- # identifier) representing a Google group that has been recently deleted. For
69
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
70
- # recovered, this value reverts to `group:`emailid`` and the recovered group
71
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
72
- # primary) that represents all the users of that domain. For example, `google.
73
- # com` or `example.com`.
55
+ # address that represents a Google service account. For example, `my-other-app@
56
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
57
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
58
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
59
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
60
+ # . * `group:`emailid``: An email address that represents a Google group. For
61
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
62
+ # email address (plus unique identifier) representing a user that has been
63
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
64
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
65
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
66
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
67
+ # representing a service account that has been recently deleted. For example, `
68
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
69
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
70
+ # and the undeleted service account retains the role in the binding. * `deleted:
71
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
72
+ # representing a Google group that has been recently deleted. For example, `
73
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
74
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
75
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
76
+ # all the users of that domain. For example, `google.com` or `example.com`.
74
77
  # Corresponds to the JSON property `members`
75
78
  # @return [Array<String>]
76
79
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicedirectoryV1beta1
18
18
  # Version of the google-apis-servicedirectory_v1beta1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220612"
25
+ REVISION = "20220804"
26
26
  end
27
27
  end
28
28
  end
@@ -226,7 +226,7 @@ module Google
226
226
  execute_or_queue_command(command, &block)
227
227
  end
228
228
 
229
- # Gets the IAM Policy for a resource (namespace or service only).
229
+ # Gets the IAM Policy for a resource
230
230
  # @param [String] resource
231
231
  # REQUIRED: The resource for which the policy is being requested. See [Resource
232
232
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -361,7 +361,7 @@ module Google
361
361
  execute_or_queue_command(command, &block)
362
362
  end
363
363
 
364
- # Sets the IAM Policy for a resource (namespace or service only).
364
+ # Sets the IAM Policy for a resource
365
365
  # @param [String] resource
366
366
  # REQUIRED: The resource for which the policy is being specified. See [Resource
367
367
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -396,7 +396,8 @@ module Google
396
396
  execute_or_queue_command(command, &block)
397
397
  end
398
398
 
399
- # Tests IAM permissions for a resource (namespace or service only).
399
+ # Tests IAM permissions for a resource (namespace, service or service workload
400
+ # only).
400
401
  # @param [String] resource
401
402
  # REQUIRED: The resource for which the policy detail is being requested. See [
402
403
  # Resource names](https://cloud.google.com/apis/design/resource_names) for the
@@ -431,6 +432,112 @@ module Google
431
432
  execute_or_queue_command(command, &block)
432
433
  end
433
434
 
435
+ # Gets the IAM Policy for a resource
436
+ # @param [String] resource
437
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
438
+ # names](https://cloud.google.com/apis/design/resource_names) for the
439
+ # appropriate value for this field.
440
+ # @param [Google::Apis::ServicedirectoryV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
441
+ # @param [String] fields
442
+ # Selector specifying which fields to include in a partial response.
443
+ # @param [String] quota_user
444
+ # Available to use for quota purposes for server-side applications. Can be any
445
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
446
+ # @param [Google::Apis::RequestOptions] options
447
+ # Request-specific options
448
+ #
449
+ # @yield [result, err] Result & error if block supplied
450
+ # @yieldparam result [Google::Apis::ServicedirectoryV1beta1::Policy] parsed result object
451
+ # @yieldparam err [StandardError] error object if request failed
452
+ #
453
+ # @return [Google::Apis::ServicedirectoryV1beta1::Policy]
454
+ #
455
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
456
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
457
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
458
+ def get_service_workload_iam_policy(resource, get_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
459
+ command = make_simple_command(:post, 'v1beta1/{+resource}:getIamPolicy', options)
460
+ command.request_representation = Google::Apis::ServicedirectoryV1beta1::GetIamPolicyRequest::Representation
461
+ command.request_object = get_iam_policy_request_object
462
+ command.response_representation = Google::Apis::ServicedirectoryV1beta1::Policy::Representation
463
+ command.response_class = Google::Apis::ServicedirectoryV1beta1::Policy
464
+ command.params['resource'] = resource unless resource.nil?
465
+ command.query['fields'] = fields unless fields.nil?
466
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
467
+ execute_or_queue_command(command, &block)
468
+ end
469
+
470
+ # Sets the IAM Policy for a resource
471
+ # @param [String] resource
472
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
473
+ # names](https://cloud.google.com/apis/design/resource_names) for the
474
+ # appropriate value for this field.
475
+ # @param [Google::Apis::ServicedirectoryV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
476
+ # @param [String] fields
477
+ # Selector specifying which fields to include in a partial response.
478
+ # @param [String] quota_user
479
+ # Available to use for quota purposes for server-side applications. Can be any
480
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
481
+ # @param [Google::Apis::RequestOptions] options
482
+ # Request-specific options
483
+ #
484
+ # @yield [result, err] Result & error if block supplied
485
+ # @yieldparam result [Google::Apis::ServicedirectoryV1beta1::Policy] parsed result object
486
+ # @yieldparam err [StandardError] error object if request failed
487
+ #
488
+ # @return [Google::Apis::ServicedirectoryV1beta1::Policy]
489
+ #
490
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
491
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
492
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
493
+ def set_service_workload_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
494
+ command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
495
+ command.request_representation = Google::Apis::ServicedirectoryV1beta1::SetIamPolicyRequest::Representation
496
+ command.request_object = set_iam_policy_request_object
497
+ command.response_representation = Google::Apis::ServicedirectoryV1beta1::Policy::Representation
498
+ command.response_class = Google::Apis::ServicedirectoryV1beta1::Policy
499
+ command.params['resource'] = resource unless resource.nil?
500
+ command.query['fields'] = fields unless fields.nil?
501
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
502
+ execute_or_queue_command(command, &block)
503
+ end
504
+
505
+ # Tests IAM permissions for a resource (namespace, service or service workload
506
+ # only).
507
+ # @param [String] resource
508
+ # REQUIRED: The resource for which the policy detail is being requested. See [
509
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
510
+ # appropriate value for this field.
511
+ # @param [Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
512
+ # @param [String] fields
513
+ # Selector specifying which fields to include in a partial response.
514
+ # @param [String] quota_user
515
+ # Available to use for quota purposes for server-side applications. Can be any
516
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
517
+ # @param [Google::Apis::RequestOptions] options
518
+ # Request-specific options
519
+ #
520
+ # @yield [result, err] Result & error if block supplied
521
+ # @yieldparam result [Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsResponse] parsed result object
522
+ # @yieldparam err [StandardError] error object if request failed
523
+ #
524
+ # @return [Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsResponse]
525
+ #
526
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
527
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
528
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
529
+ def test_service_workload_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
530
+ command = make_simple_command(:post, 'v1beta1/{+resource}:testIamPermissions', options)
531
+ command.request_representation = Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsRequest::Representation
532
+ command.request_object = test_iam_permissions_request_object
533
+ command.response_representation = Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsResponse::Representation
534
+ command.response_class = Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsResponse
535
+ command.params['resource'] = resource unless resource.nil?
536
+ command.query['fields'] = fields unless fields.nil?
537
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
538
+ execute_or_queue_command(command, &block)
539
+ end
540
+
434
541
  # Creates a service, and returns the new service.
435
542
  # @param [String] parent
436
543
  # Required. The resource name of the namespace this service will belong to.
@@ -532,7 +639,7 @@ module Google
532
639
  execute_or_queue_command(command, &block)
533
640
  end
534
641
 
535
- # Gets the IAM Policy for a resource (namespace or service only).
642
+ # Gets the IAM Policy for a resource
536
643
  # @param [String] resource
537
644
  # REQUIRED: The resource for which the policy is being requested. See [Resource
538
645
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -700,7 +807,7 @@ module Google
700
807
  execute_or_queue_command(command, &block)
701
808
  end
702
809
 
703
- # Sets the IAM Policy for a resource (namespace or service only).
810
+ # Sets the IAM Policy for a resource
704
811
  # @param [String] resource
705
812
  # REQUIRED: The resource for which the policy is being specified. See [Resource
706
813
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -735,7 +842,8 @@ module Google
735
842
  execute_or_queue_command(command, &block)
736
843
  end
737
844
 
738
- # Tests IAM permissions for a resource (namespace or service only).
845
+ # Tests IAM permissions for a resource (namespace, service or service workload
846
+ # only).
739
847
  # @param [String] resource
740
848
  # REQUIRED: The resource for which the policy detail is being requested. See [
741
849
  # Resource names](https://cloud.google.com/apis/design/resource_names) for the
@@ -974,6 +1082,112 @@ module Google
974
1082
  command.query['quotaUser'] = quota_user unless quota_user.nil?
975
1083
  execute_or_queue_command(command, &block)
976
1084
  end
1085
+
1086
+ # Gets the IAM Policy for a resource
1087
+ # @param [String] resource
1088
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1089
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1090
+ # appropriate value for this field.
1091
+ # @param [Google::Apis::ServicedirectoryV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
1092
+ # @param [String] fields
1093
+ # Selector specifying which fields to include in a partial response.
1094
+ # @param [String] quota_user
1095
+ # Available to use for quota purposes for server-side applications. Can be any
1096
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1097
+ # @param [Google::Apis::RequestOptions] options
1098
+ # Request-specific options
1099
+ #
1100
+ # @yield [result, err] Result & error if block supplied
1101
+ # @yieldparam result [Google::Apis::ServicedirectoryV1beta1::Policy] parsed result object
1102
+ # @yieldparam err [StandardError] error object if request failed
1103
+ #
1104
+ # @return [Google::Apis::ServicedirectoryV1beta1::Policy]
1105
+ #
1106
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1107
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1108
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1109
+ def get_registration_policy_iam_policy(resource, get_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1110
+ command = make_simple_command(:post, 'v1beta1/{+resource}:getIamPolicy', options)
1111
+ command.request_representation = Google::Apis::ServicedirectoryV1beta1::GetIamPolicyRequest::Representation
1112
+ command.request_object = get_iam_policy_request_object
1113
+ command.response_representation = Google::Apis::ServicedirectoryV1beta1::Policy::Representation
1114
+ command.response_class = Google::Apis::ServicedirectoryV1beta1::Policy
1115
+ command.params['resource'] = resource unless resource.nil?
1116
+ command.query['fields'] = fields unless fields.nil?
1117
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1118
+ execute_or_queue_command(command, &block)
1119
+ end
1120
+
1121
+ # Sets the IAM Policy for a resource
1122
+ # @param [String] resource
1123
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1124
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1125
+ # appropriate value for this field.
1126
+ # @param [Google::Apis::ServicedirectoryV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
1127
+ # @param [String] fields
1128
+ # Selector specifying which fields to include in a partial response.
1129
+ # @param [String] quota_user
1130
+ # Available to use for quota purposes for server-side applications. Can be any
1131
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1132
+ # @param [Google::Apis::RequestOptions] options
1133
+ # Request-specific options
1134
+ #
1135
+ # @yield [result, err] Result & error if block supplied
1136
+ # @yieldparam result [Google::Apis::ServicedirectoryV1beta1::Policy] parsed result object
1137
+ # @yieldparam err [StandardError] error object if request failed
1138
+ #
1139
+ # @return [Google::Apis::ServicedirectoryV1beta1::Policy]
1140
+ #
1141
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1142
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1143
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1144
+ def set_registration_policy_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1145
+ command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
1146
+ command.request_representation = Google::Apis::ServicedirectoryV1beta1::SetIamPolicyRequest::Representation
1147
+ command.request_object = set_iam_policy_request_object
1148
+ command.response_representation = Google::Apis::ServicedirectoryV1beta1::Policy::Representation
1149
+ command.response_class = Google::Apis::ServicedirectoryV1beta1::Policy
1150
+ command.params['resource'] = resource unless resource.nil?
1151
+ command.query['fields'] = fields unless fields.nil?
1152
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1153
+ execute_or_queue_command(command, &block)
1154
+ end
1155
+
1156
+ # Tests IAM permissions for a resource (namespace, service or service workload
1157
+ # only).
1158
+ # @param [String] resource
1159
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1160
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1161
+ # appropriate value for this field.
1162
+ # @param [Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
1163
+ # @param [String] fields
1164
+ # Selector specifying which fields to include in a partial response.
1165
+ # @param [String] quota_user
1166
+ # Available to use for quota purposes for server-side applications. Can be any
1167
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1168
+ # @param [Google::Apis::RequestOptions] options
1169
+ # Request-specific options
1170
+ #
1171
+ # @yield [result, err] Result & error if block supplied
1172
+ # @yieldparam result [Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsResponse] parsed result object
1173
+ # @yieldparam err [StandardError] error object if request failed
1174
+ #
1175
+ # @return [Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsResponse]
1176
+ #
1177
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1178
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1179
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1180
+ def test_registration_policy_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1181
+ command = make_simple_command(:post, 'v1beta1/{+resource}:testIamPermissions', options)
1182
+ command.request_representation = Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsRequest::Representation
1183
+ command.request_object = test_iam_permissions_request_object
1184
+ command.response_representation = Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsResponse::Representation
1185
+ command.response_class = Google::Apis::ServicedirectoryV1beta1::TestIamPermissionsResponse
1186
+ command.params['resource'] = resource unless resource.nil?
1187
+ command.query['fields'] = fields unless fields.nil?
1188
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1189
+ execute_or_queue_command(command, &block)
1190
+ end
977
1191
 
978
1192
  protected
979
1193
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicedirectory_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.24.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: 2022-06-27 00:00:00.000000000 Z
11
+ date: 2022-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []