google-iam-v1beta 0.8.0 → 0.8.2

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: e474db44ae85fe0edb940bb2bc69fbe2ed5ac08fc05cbb75190af2da7b39d563
4
- data.tar.gz: 1a47e62a8b788d236ca3d664e302afa2a3fc2255e4b27f835f32ca2605ebd6c5
3
+ metadata.gz: 41abc13c2babd9bb190bce9a405515b5ad24f3f75c38599f5695fc0c867554aa
4
+ data.tar.gz: 2c91f1202fa931e7b4ff7da8534f0e2a994fdce22bae4214d194a426a9ad328f
5
5
  SHA512:
6
- metadata.gz: ca9b76ecba743f9185809ffd5eeccb8689ad69470536355ef90c8868736cfa2c8aba6cc1f9a52c8d84bfd802cc1f86c7f1448c9669cbdc238d0d49b8ebc05284
7
- data.tar.gz: ad1a3806a6f34a010efcc09af12eff43a3dce3ad7fe2707004f6e300bdccd40005601cc35ba26a42c6addef8413663c52612c719b6a5393581d11727a191c0d1
6
+ metadata.gz: 7ddea03926abe793c7b0480d96a9b6d7ed07302b1bb061b3280fb459d8331db5ecc7e7db50e800bb7352b2710bce40c35ead295e8be99b3dbd3fe67a93b24be6
7
+ data.tar.gz: ad8d3bec9919c1e1aecb0e22f2528c74b6680fc8c90643275bf24ca3ed1f6a9474127d90791863e17350ad39d4f69ba408b96a63f8c8298a5458b1fe432ddb7c
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Iam
22
22
  module V1beta
23
- VERSION = "0.8.0"
23
+ VERSION = "0.8.2"
24
24
  end
25
25
  end
26
26
  end
@@ -29,6 +29,9 @@ module Google
29
29
  # Manages WorkloadIdentityPools.
30
30
  #
31
31
  class Client
32
+ # @private
33
+ API_VERSION = ""
34
+
32
35
  # @private
33
36
  DEFAULT_ENDPOINT_TEMPLATE = "iam.$UNIVERSE_DOMAIN$"
34
37
 
@@ -304,10 +307,11 @@ module Google
304
307
  # Customize the options with defaults
305
308
  metadata = @config.rpcs.list_workload_identity_pools.metadata.to_h
306
309
 
307
- # Set x-goog-api-client and x-goog-user-project headers
310
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
308
311
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
309
312
  lib_name: @config.lib_name, lib_version: @config.lib_version,
310
313
  gapic_version: ::Google::Iam::V1beta::VERSION
314
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
311
315
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
312
316
 
313
317
  header_params = {}
@@ -391,10 +395,11 @@ module Google
391
395
  # Customize the options with defaults
392
396
  metadata = @config.rpcs.get_workload_identity_pool.metadata.to_h
393
397
 
394
- # Set x-goog-api-client and x-goog-user-project headers
398
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
395
399
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
396
400
  lib_name: @config.lib_name, lib_version: @config.lib_version,
397
401
  gapic_version: ::Google::Iam::V1beta::VERSION
402
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
398
403
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
399
404
 
400
405
  header_params = {}
@@ -494,10 +499,11 @@ module Google
494
499
  # Customize the options with defaults
495
500
  metadata = @config.rpcs.create_workload_identity_pool.metadata.to_h
496
501
 
497
- # Set x-goog-api-client and x-goog-user-project headers
502
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
498
503
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
499
504
  lib_name: @config.lib_name, lib_version: @config.lib_version,
500
505
  gapic_version: ::Google::Iam::V1beta::VERSION
506
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
501
507
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
502
508
 
503
509
  header_params = {}
@@ -590,10 +596,11 @@ module Google
590
596
  # Customize the options with defaults
591
597
  metadata = @config.rpcs.update_workload_identity_pool.metadata.to_h
592
598
 
593
- # Set x-goog-api-client and x-goog-user-project headers
599
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
594
600
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
595
601
  lib_name: @config.lib_name, lib_version: @config.lib_version,
596
602
  gapic_version: ::Google::Iam::V1beta::VERSION
603
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
597
604
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
598
605
 
599
606
  header_params = {}
@@ -694,10 +701,11 @@ module Google
694
701
  # Customize the options with defaults
695
702
  metadata = @config.rpcs.delete_workload_identity_pool.metadata.to_h
696
703
 
697
- # Set x-goog-api-client and x-goog-user-project headers
704
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
698
705
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
699
706
  lib_name: @config.lib_name, lib_version: @config.lib_version,
700
707
  gapic_version: ::Google::Iam::V1beta::VERSION
708
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
701
709
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
702
710
 
703
711
  header_params = {}
@@ -788,10 +796,11 @@ module Google
788
796
  # Customize the options with defaults
789
797
  metadata = @config.rpcs.undelete_workload_identity_pool.metadata.to_h
790
798
 
791
- # Set x-goog-api-client and x-goog-user-project headers
799
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
792
800
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
793
801
  lib_name: @config.lib_name, lib_version: @config.lib_version,
794
802
  gapic_version: ::Google::Iam::V1beta::VERSION
803
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
795
804
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
796
805
 
797
806
  header_params = {}
@@ -891,10 +900,11 @@ module Google
891
900
  # Customize the options with defaults
892
901
  metadata = @config.rpcs.list_workload_identity_pool_providers.metadata.to_h
893
902
 
894
- # Set x-goog-api-client and x-goog-user-project headers
903
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
895
904
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
896
905
  lib_name: @config.lib_name, lib_version: @config.lib_version,
897
906
  gapic_version: ::Google::Iam::V1beta::VERSION
907
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
898
908
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
899
909
 
900
910
  header_params = {}
@@ -978,10 +988,11 @@ module Google
978
988
  # Customize the options with defaults
979
989
  metadata = @config.rpcs.get_workload_identity_pool_provider.metadata.to_h
980
990
 
981
- # Set x-goog-api-client and x-goog-user-project headers
991
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
982
992
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
983
993
  lib_name: @config.lib_name, lib_version: @config.lib_version,
984
994
  gapic_version: ::Google::Iam::V1beta::VERSION
995
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
985
996
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
986
997
 
987
998
  header_params = {}
@@ -1082,10 +1093,11 @@ module Google
1082
1093
  # Customize the options with defaults
1083
1094
  metadata = @config.rpcs.create_workload_identity_pool_provider.metadata.to_h
1084
1095
 
1085
- # Set x-goog-api-client and x-goog-user-project headers
1096
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1086
1097
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1087
1098
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1088
1099
  gapic_version: ::Google::Iam::V1beta::VERSION
1100
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1089
1101
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1090
1102
 
1091
1103
  header_params = {}
@@ -1178,10 +1190,11 @@ module Google
1178
1190
  # Customize the options with defaults
1179
1191
  metadata = @config.rpcs.update_workload_identity_pool_provider.metadata.to_h
1180
1192
 
1181
- # Set x-goog-api-client and x-goog-user-project headers
1193
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1182
1194
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1183
1195
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1184
1196
  gapic_version: ::Google::Iam::V1beta::VERSION
1197
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1185
1198
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1186
1199
 
1187
1200
  header_params = {}
@@ -1277,10 +1290,11 @@ module Google
1277
1290
  # Customize the options with defaults
1278
1291
  metadata = @config.rpcs.delete_workload_identity_pool_provider.metadata.to_h
1279
1292
 
1280
- # Set x-goog-api-client and x-goog-user-project headers
1293
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1281
1294
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1282
1295
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1283
1296
  gapic_version: ::Google::Iam::V1beta::VERSION
1297
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1284
1298
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1285
1299
 
1286
1300
  header_params = {}
@@ -1372,10 +1386,11 @@ module Google
1372
1386
  # Customize the options with defaults
1373
1387
  metadata = @config.rpcs.undelete_workload_identity_pool_provider.metadata.to_h
1374
1388
 
1375
- # Set x-goog-api-client and x-goog-user-project headers
1389
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1376
1390
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1377
1391
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1378
1392
  gapic_version: ::Google::Iam::V1beta::VERSION
1393
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1379
1394
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1380
1395
 
1381
1396
  header_params = {}
@@ -25,6 +25,9 @@ module Google
25
25
  module WorkloadIdentityPools
26
26
  # Service that implements Longrunning Operations API.
27
27
  class Operations
28
+ # @private
29
+ API_VERSION = ""
30
+
28
31
  # @private
29
32
  DEFAULT_ENDPOINT_TEMPLATE = "iam.$UNIVERSE_DOMAIN$"
30
33
 
@@ -120,14 +123,6 @@ module Google
120
123
  # Lists operations that match the specified filter in the request. If the
121
124
  # server doesn't support this method, it returns `UNIMPLEMENTED`.
122
125
  #
123
- # NOTE: the `name` binding allows API services to override the binding
124
- # to use different resource name schemes, such as `users/*/operations`. To
125
- # override the binding, API services can add a binding such as
126
- # `"/v1/{name=users/*}/operations"` to their service configuration.
127
- # For backwards compatibility, the default name includes the operations
128
- # collection id, however overriding users must ensure the name binding
129
- # is the parent resource, without the operations collection id.
130
- #
131
126
  # @overload list_operations(request, options = nil)
132
127
  # Pass arguments to `list_operations` via a request object, either of type
133
128
  # {::Google::Longrunning::ListOperationsRequest} or an equivalent Hash.
@@ -190,10 +185,11 @@ module Google
190
185
  # Customize the options with defaults
191
186
  metadata = @config.rpcs.list_operations.metadata.to_h
192
187
 
193
- # Set x-goog-api-client and x-goog-user-project headers
188
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
194
189
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
195
190
  lib_name: @config.lib_name, lib_version: @config.lib_version,
196
191
  gapic_version: ::Google::Iam::V1beta::VERSION
192
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
197
193
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
198
194
 
199
195
  header_params = {}
@@ -286,10 +282,11 @@ module Google
286
282
  # Customize the options with defaults
287
283
  metadata = @config.rpcs.get_operation.metadata.to_h
288
284
 
289
- # Set x-goog-api-client and x-goog-user-project headers
285
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
290
286
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
291
287
  lib_name: @config.lib_name, lib_version: @config.lib_version,
292
288
  gapic_version: ::Google::Iam::V1beta::VERSION
289
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
293
290
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
294
291
 
295
292
  header_params = {}
@@ -375,10 +372,11 @@ module Google
375
372
  # Customize the options with defaults
376
373
  metadata = @config.rpcs.delete_operation.metadata.to_h
377
374
 
378
- # Set x-goog-api-client and x-goog-user-project headers
375
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
379
376
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
380
377
  lib_name: @config.lib_name, lib_version: @config.lib_version,
381
378
  gapic_version: ::Google::Iam::V1beta::VERSION
379
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
382
380
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
383
381
 
384
382
  header_params = {}
@@ -414,8 +412,9 @@ module Google
414
412
  # other methods to check whether the cancellation succeeded or whether the
415
413
  # operation completed despite cancellation. On successful cancellation,
416
414
  # the operation is not deleted; instead, it becomes an operation with
417
- # an {::Google::Longrunning::Operation#error Operation.error} value with a {::Google::Rpc::Status#code google.rpc.Status.code} of 1,
418
- # corresponding to `Code.CANCELLED`.
415
+ # an {::Google::Longrunning::Operation#error Operation.error} value with a
416
+ # {::Google::Rpc::Status#code google.rpc.Status.code} of `1`, corresponding to
417
+ # `Code.CANCELLED`.
419
418
  #
420
419
  # @overload cancel_operation(request, options = nil)
421
420
  # Pass arguments to `cancel_operation` via a request object, either of type
@@ -469,10 +468,11 @@ module Google
469
468
  # Customize the options with defaults
470
469
  metadata = @config.rpcs.cancel_operation.metadata.to_h
471
470
 
472
- # Set x-goog-api-client and x-goog-user-project headers
471
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
473
472
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
474
473
  lib_name: @config.lib_name, lib_version: @config.lib_version,
475
474
  gapic_version: ::Google::Iam::V1beta::VERSION
475
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
476
476
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
477
477
 
478
478
  header_params = {}
@@ -573,10 +573,11 @@ module Google
573
573
  # Customize the options with defaults
574
574
  metadata = @config.rpcs.wait_operation.metadata.to_h
575
575
 
576
- # Set x-goog-api-client and x-goog-user-project headers
576
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
577
577
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
578
578
  lib_name: @config.lib_name, lib_version: @config.lib_version,
579
579
  gapic_version: ::Google::Iam::V1beta::VERSION
580
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
580
581
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
581
582
 
582
583
  options.apply_defaults timeout: @config.rpcs.wait_operation.timeout,
@@ -28,6 +28,9 @@ module Google
28
28
  # @!attribute [rw] destinations
29
29
  # @return [::Array<::Google::Api::ClientLibraryDestination>]
30
30
  # The destination where API teams want this client library to be published.
31
+ # @!attribute [rw] selective_gapic_generation
32
+ # @return [::Google::Api::SelectiveGapicGeneration]
33
+ # Configuration for which RPCs should be generated in the GAPIC client.
31
34
  class CommonLanguageSettings
32
35
  include ::Google::Protobuf::MessageExts
33
36
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -118,6 +121,10 @@ module Google
118
121
  # @return [::String]
119
122
  # Optional link to proto reference documentation. Example:
120
123
  # https://cloud.google.com/pubsub/lite/docs/reference/rpc
124
+ # @!attribute [rw] rest_reference_documentation_uri
125
+ # @return [::String]
126
+ # Optional link to REST reference documentation. Example:
127
+ # https://cloud.google.com/pubsub/lite/docs/reference/rest
121
128
  class Publishing
122
129
  include ::Google::Protobuf::MessageExts
123
130
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -192,9 +199,32 @@ module Google
192
199
  # @!attribute [rw] common
193
200
  # @return [::Google::Api::CommonLanguageSettings]
194
201
  # Some settings.
202
+ # @!attribute [rw] experimental_features
203
+ # @return [::Google::Api::PythonSettings::ExperimentalFeatures]
204
+ # Experimental features to be included during client library generation.
195
205
  class PythonSettings
196
206
  include ::Google::Protobuf::MessageExts
197
207
  extend ::Google::Protobuf::MessageExts::ClassMethods
208
+
209
+ # Experimental features to be included during client library generation.
210
+ # These fields will be deprecated once the feature graduates and is enabled
211
+ # by default.
212
+ # @!attribute [rw] rest_async_io_enabled
213
+ # @return [::Boolean]
214
+ # Enables generation of asynchronous REST clients if `rest` transport is
215
+ # enabled. By default, asynchronous REST clients will not be generated.
216
+ # This feature will be enabled by default 1 month after launching the
217
+ # feature in preview packages.
218
+ # @!attribute [rw] protobuf_pythonic_types_enabled
219
+ # @return [::Boolean]
220
+ # Enables generation of protobuf code using new types that are more
221
+ # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
+ # enabled by default 1 month after launching the feature in preview
223
+ # packages.
224
+ class ExperimentalFeatures
225
+ include ::Google::Protobuf::MessageExts
226
+ extend ::Google::Protobuf::MessageExts::ClassMethods
227
+ end
198
228
  end
199
229
 
200
230
  # Settings for Node client libraries.
@@ -276,9 +306,28 @@ module Google
276
306
  # @!attribute [rw] common
277
307
  # @return [::Google::Api::CommonLanguageSettings]
278
308
  # Some settings.
309
+ # @!attribute [rw] renamed_services
310
+ # @return [::Google::Protobuf::Map{::String => ::String}]
311
+ # Map of service names to renamed services. Keys are the package relative
312
+ # service names and values are the name to be used for the service client
313
+ # and call options.
314
+ #
315
+ # publishing:
316
+ # go_settings:
317
+ # renamed_services:
318
+ # Publisher: TopicAdmin
279
319
  class GoSettings
280
320
  include ::Google::Protobuf::MessageExts
281
321
  extend ::Google::Protobuf::MessageExts::ClassMethods
322
+
323
+ # @!attribute [rw] key
324
+ # @return [::String]
325
+ # @!attribute [rw] value
326
+ # @return [::String]
327
+ class RenamedServicesEntry
328
+ include ::Google::Protobuf::MessageExts
329
+ extend ::Google::Protobuf::MessageExts::ClassMethods
330
+ end
282
331
  end
283
332
 
284
333
  # Describes the generator configuration for a method.
@@ -286,6 +335,13 @@ module Google
286
335
  # @return [::String]
287
336
  # The fully qualified name of the method, for which the options below apply.
288
337
  # This is used to find the method to apply the options.
338
+ #
339
+ # Example:
340
+ #
341
+ # publishing:
342
+ # method_settings:
343
+ # - selector: google.storage.control.v2.StorageControl.CreateFolder
344
+ # # method settings for CreateFolder...
289
345
  # @!attribute [rw] long_running
290
346
  # @return [::Google::Api::MethodSettings::LongRunning]
291
347
  # Describes settings to use for long-running operations when generating
@@ -294,17 +350,14 @@ module Google
294
350
  #
295
351
  # Example of a YAML configuration::
296
352
  #
297
- # publishing:
298
- # method_settings:
353
+ # publishing:
354
+ # method_settings:
299
355
  # - selector: google.cloud.speech.v2.Speech.BatchRecognize
300
356
  # long_running:
301
- # initial_poll_delay:
302
- # seconds: 60 # 1 minute
357
+ # initial_poll_delay: 60s # 1 minute
303
358
  # poll_delay_multiplier: 1.5
304
- # max_poll_delay:
305
- # seconds: 360 # 6 minutes
306
- # total_poll_timeout:
307
- # seconds: 54000 # 90 minutes
359
+ # max_poll_delay: 360s # 6 minutes
360
+ # total_poll_timeout: 54000s # 90 minutes
308
361
  # @!attribute [rw] auto_populated_fields
309
362
  # @return [::Array<::String>]
310
363
  # List of top-level fields of the request message, that should be
@@ -313,8 +366,8 @@ module Google
313
366
  #
314
367
  # Example of a YAML configuration:
315
368
  #
316
- # publishing:
317
- # method_settings:
369
+ # publishing:
370
+ # method_settings:
318
371
  # - selector: google.example.v1.ExampleService.CreateExample
319
372
  # auto_populated_fields:
320
373
  # - request_id
@@ -350,6 +403,17 @@ module Google
350
403
  end
351
404
  end
352
405
 
406
+ # This message is used to configure the generation of a subset of the RPCs in
407
+ # a service for client libraries.
408
+ # @!attribute [rw] methods
409
+ # @return [::Array<::String>]
410
+ # An allowlist of the fully qualified names of RPCs that should be included
411
+ # on public client surfaces.
412
+ class SelectiveGapicGeneration
413
+ include ::Google::Protobuf::MessageExts
414
+ extend ::Google::Protobuf::MessageExts::ClassMethods
415
+ end
416
+
353
417
  # The organization for which the client libraries are being published.
354
418
  # Affects the url where generated docs are published, etc.
355
419
  module ClientLibraryOrganization
@@ -124,8 +124,13 @@ module Google
124
124
  # @return [::String]
125
125
  # The plural name used in the resource name and permission names, such as
126
126
  # 'projects' for the resource name of 'projects/\\{project}' and the permission
127
- # name of 'cloudresourcemanager.googleapis.com/projects.get'. It is the same
128
- # concept of the `plural` field in k8s CRD spec
127
+ # name of 'cloudresourcemanager.googleapis.com/projects.get'. One exception
128
+ # to this is for Nested Collections that have stuttering names, as defined
129
+ # in [AIP-122](https://google.aip.dev/122#nested-collections), where the
130
+ # collection ID in the resource name pattern does not necessarily directly
131
+ # match the `plural` value.
132
+ #
133
+ # It is the same concept of the `plural` field in k8s CRD spec
129
134
  # https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
130
135
  #
131
136
  # Note: The plural form is required even for singleton resources. See
@@ -42,7 +42,7 @@ module Google
42
42
  # The error result of the operation in case of failure or cancellation.
43
43
  # @!attribute [rw] response
44
44
  # @return [::Google::Protobuf::Any]
45
- # The normal response of the operation in case of success. If the original
45
+ # The normal, successful response of the operation. If the original
46
46
  # method returns no data on success, such as `Delete`, the response is
47
47
  # `google.protobuf.Empty`. If the original method is standard
48
48
  # `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -55,7 +55,8 @@ module Google
55
55
  extend ::Google::Protobuf::MessageExts::ClassMethods
56
56
  end
57
57
 
58
- # The request message for Operations.GetOperation.
58
+ # The request message for
59
+ # Operations.GetOperation.
59
60
  # @!attribute [rw] name
60
61
  # @return [::String]
61
62
  # The name of the operation resource.
@@ -64,7 +65,8 @@ module Google
64
65
  extend ::Google::Protobuf::MessageExts::ClassMethods
65
66
  end
66
67
 
67
- # The request message for Operations.ListOperations.
68
+ # The request message for
69
+ # Operations.ListOperations.
68
70
  # @!attribute [rw] name
69
71
  # @return [::String]
70
72
  # The name of the operation's parent resource.
@@ -82,7 +84,8 @@ module Google
82
84
  extend ::Google::Protobuf::MessageExts::ClassMethods
83
85
  end
84
86
 
85
- # The response message for Operations.ListOperations.
87
+ # The response message for
88
+ # Operations.ListOperations.
86
89
  # @!attribute [rw] operations
87
90
  # @return [::Array<::Google::Longrunning::Operation>]
88
91
  # A list of operations that matches the specified filter in the request.
@@ -94,7 +97,8 @@ module Google
94
97
  extend ::Google::Protobuf::MessageExts::ClassMethods
95
98
  end
96
99
 
97
- # The request message for Operations.CancelOperation.
100
+ # The request message for
101
+ # Operations.CancelOperation.
98
102
  # @!attribute [rw] name
99
103
  # @return [::String]
100
104
  # The name of the operation resource to be cancelled.
@@ -103,7 +107,8 @@ module Google
103
107
  extend ::Google::Protobuf::MessageExts::ClassMethods
104
108
  end
105
109
 
106
- # The request message for Operations.DeleteOperation.
110
+ # The request message for
111
+ # Operations.DeleteOperation.
107
112
  # @!attribute [rw] name
108
113
  # @return [::String]
109
114
  # The name of the operation resource to be deleted.
@@ -112,7 +117,8 @@ module Google
112
117
  extend ::Google::Protobuf::MessageExts::ClassMethods
113
118
  end
114
119
 
115
- # The request message for Operations.WaitOperation.
120
+ # The request message for
121
+ # Operations.WaitOperation.
116
122
  # @!attribute [rw] name
117
123
  # @return [::String]
118
124
  # The name of the operation resource to wait on.
@@ -130,13 +136,12 @@ module Google
130
136
  #
131
137
  # Example:
132
138
  #
133
- # rpc LongRunningRecognize(LongRunningRecognizeRequest)
134
- # returns (google.longrunning.Operation) {
135
- # option (google.longrunning.operation_info) = {
136
- # response_type: "LongRunningRecognizeResponse"
137
- # metadata_type: "LongRunningRecognizeMetadata"
138
- # };
139
- # }
139
+ # rpc Export(ExportRequest) returns (google.longrunning.Operation) {
140
+ # option (google.longrunning.operation_info) = {
141
+ # response_type: "ExportResponse"
142
+ # metadata_type: "ExportMetadata"
143
+ # };
144
+ # }
140
145
  # @!attribute [rw] response_type
141
146
  # @return [::String]
142
147
  # Required. The message name of the primary return type for this
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-iam-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
99
  requirements: []
100
- rubygems_version: 3.5.6
100
+ rubygems_version: 3.5.23
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: 'Manages identity and access control for Google Cloud Platform resources,