google-cloud-assured_workloads-v1 0.10.0 → 1.0.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: '058b84f4e7d20e0236cbc835835168c929fa127d90dc801e9088a914e4fafafd'
4
- data.tar.gz: b76564331ba74f1b16413e294a070648bf54e41864b083ed8778f0c77f0d4c7e
3
+ metadata.gz: 27c5a37b8f3a02c4b84ecc2daad62bbef64c892aaa6e688fb7223b8aeb82ba6c
4
+ data.tar.gz: 781133e35ff36b6e500f73dfdb29ebcd70c0f116e569799c2c5be3f183b80602
5
5
  SHA512:
6
- metadata.gz: f432d743db47f875d83cbf873e6fad578d00f695c06af378ddd7d364210f8167dbeec9a8af6752becd55e2129629833f977df625b45f14ef322a3f982a8cf7c3
7
- data.tar.gz: ccc6ceb8c5ec59ec9b66e4645fc12a1338a129d61b3813b91434d7b5af1a7fccf87abf58b4b9bbf88a080112e33e460dc07e64d3cd00b7982ea775d4b704a483
6
+ metadata.gz: 17c3f87d428240dd948d3ab381b569b94a8c86f75abb00d5ea760ed979f86bf940bee9b0391dc162540f22c80615fec8cc227eb34134eff5ebd07a4e5d105fa3
7
+ data.tar.gz: 15a823e116ada1e3c9285c949a6e68dc64e021a9c6b1e336279ac1870e45003df24aa655cd3dffdb943f0535ab92ce20376c01c0d4f673d341b0204c79f7e64c
@@ -30,6 +30,9 @@ module Google
30
30
  # Service to manage AssuredWorkloads.
31
31
  #
32
32
  class Client
33
+ # @private
34
+ API_VERSION = ""
35
+
33
36
  # @private
34
37
  DEFAULT_ENDPOINT_TEMPLATE = "assuredworkloads.$UNIVERSE_DOMAIN$"
35
38
 
@@ -246,10 +249,11 @@ module Google
246
249
  # Customize the options with defaults
247
250
  metadata = @config.rpcs.create_workload.metadata.to_h
248
251
 
249
- # Set x-goog-api-client and x-goog-user-project headers
252
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
250
253
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
251
254
  lib_name: @config.lib_name, lib_version: @config.lib_version,
252
255
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
256
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
253
257
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
254
258
 
255
259
  header_params = {}
@@ -340,10 +344,11 @@ module Google
340
344
  # Customize the options with defaults
341
345
  metadata = @config.rpcs.update_workload.metadata.to_h
342
346
 
343
- # Set x-goog-api-client and x-goog-user-project headers
347
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
344
348
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
345
349
  lib_name: @config.lib_name, lib_version: @config.lib_version,
346
350
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
351
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
347
352
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
348
353
 
349
354
  header_params = {}
@@ -436,10 +441,11 @@ module Google
436
441
  # Customize the options with defaults
437
442
  metadata = @config.rpcs.restrict_allowed_resources.metadata.to_h
438
443
 
439
- # Set x-goog-api-client and x-goog-user-project headers
444
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
440
445
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
441
446
  lib_name: @config.lib_name, lib_version: @config.lib_version,
442
447
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
448
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
443
449
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
444
450
 
445
451
  header_params = {}
@@ -528,10 +534,11 @@ module Google
528
534
  # Customize the options with defaults
529
535
  metadata = @config.rpcs.delete_workload.metadata.to_h
530
536
 
531
- # Set x-goog-api-client and x-goog-user-project headers
537
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
532
538
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
533
539
  lib_name: @config.lib_name, lib_version: @config.lib_version,
534
540
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
541
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
535
542
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
536
543
 
537
544
  header_params = {}
@@ -617,10 +624,11 @@ module Google
617
624
  # Customize the options with defaults
618
625
  metadata = @config.rpcs.get_workload.metadata.to_h
619
626
 
620
- # Set x-goog-api-client and x-goog-user-project headers
627
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
621
628
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
622
629
  lib_name: @config.lib_name, lib_version: @config.lib_version,
623
630
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
631
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
624
632
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
625
633
 
626
634
  header_params = {}
@@ -716,10 +724,11 @@ module Google
716
724
  # Customize the options with defaults
717
725
  metadata = @config.rpcs.list_workloads.metadata.to_h
718
726
 
719
- # Set x-goog-api-client and x-goog-user-project headers
727
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
720
728
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
721
729
  lib_name: @config.lib_name, lib_version: @config.lib_version,
722
730
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
731
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
723
732
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
724
733
 
725
734
  header_params = {}
@@ -821,10 +830,11 @@ module Google
821
830
  # Customize the options with defaults
822
831
  metadata = @config.rpcs.list_violations.metadata.to_h
823
832
 
824
- # Set x-goog-api-client and x-goog-user-project headers
833
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
825
834
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
826
835
  lib_name: @config.lib_name, lib_version: @config.lib_version,
827
836
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
837
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
828
838
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
829
839
 
830
840
  options.apply_defaults timeout: @config.rpcs.list_violations.timeout,
@@ -901,10 +911,11 @@ module Google
901
911
  # Customize the options with defaults
902
912
  metadata = @config.rpcs.get_violation.metadata.to_h
903
913
 
904
- # Set x-goog-api-client and x-goog-user-project headers
914
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
905
915
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
906
916
  lib_name: @config.lib_name, lib_version: @config.lib_version,
907
917
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
918
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
908
919
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
909
920
 
910
921
  options.apply_defaults timeout: @config.rpcs.get_violation.timeout,
@@ -993,10 +1004,11 @@ module Google
993
1004
  # Customize the options with defaults
994
1005
  metadata = @config.rpcs.acknowledge_violation.metadata.to_h
995
1006
 
996
- # Set x-goog-api-client and x-goog-user-project headers
1007
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
997
1008
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
998
1009
  lib_name: @config.lib_name, lib_version: @config.lib_version,
999
1010
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
1011
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1000
1012
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1001
1013
 
1002
1014
  options.apply_defaults timeout: @config.rpcs.acknowledge_violation.timeout,
@@ -26,6 +26,9 @@ module Google
26
26
  module AssuredWorkloadsService
27
27
  # Service that implements Longrunning Operations API.
28
28
  class Operations
29
+ # @private
30
+ API_VERSION = ""
31
+
29
32
  # @private
30
33
  DEFAULT_ENDPOINT_TEMPLATE = "assuredworkloads.$UNIVERSE_DOMAIN$"
31
34
 
@@ -191,10 +194,11 @@ module Google
191
194
  # Customize the options with defaults
192
195
  metadata = @config.rpcs.list_operations.metadata.to_h
193
196
 
194
- # Set x-goog-api-client and x-goog-user-project headers
197
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
195
198
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
196
199
  lib_name: @config.lib_name, lib_version: @config.lib_version,
197
200
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
201
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
198
202
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
199
203
 
200
204
  header_params = {}
@@ -287,10 +291,11 @@ module Google
287
291
  # Customize the options with defaults
288
292
  metadata = @config.rpcs.get_operation.metadata.to_h
289
293
 
290
- # Set x-goog-api-client and x-goog-user-project headers
294
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
291
295
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
292
296
  lib_name: @config.lib_name, lib_version: @config.lib_version,
293
297
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
298
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
294
299
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
295
300
 
296
301
  header_params = {}
@@ -376,10 +381,11 @@ module Google
376
381
  # Customize the options with defaults
377
382
  metadata = @config.rpcs.delete_operation.metadata.to_h
378
383
 
379
- # Set x-goog-api-client and x-goog-user-project headers
384
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
380
385
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
381
386
  lib_name: @config.lib_name, lib_version: @config.lib_version,
382
387
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
388
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
383
389
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
384
390
 
385
391
  header_params = {}
@@ -470,10 +476,11 @@ module Google
470
476
  # Customize the options with defaults
471
477
  metadata = @config.rpcs.cancel_operation.metadata.to_h
472
478
 
473
- # Set x-goog-api-client and x-goog-user-project headers
479
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
474
480
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
475
481
  lib_name: @config.lib_name, lib_version: @config.lib_version,
476
482
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
483
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
477
484
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
478
485
 
479
486
  header_params = {}
@@ -574,10 +581,11 @@ module Google
574
581
  # Customize the options with defaults
575
582
  metadata = @config.rpcs.wait_operation.metadata.to_h
576
583
 
577
- # Set x-goog-api-client and x-goog-user-project headers
584
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
578
585
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
579
586
  lib_name: @config.lib_name, lib_version: @config.lib_version,
580
587
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION
588
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
581
589
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
582
590
 
583
591
  options.apply_defaults timeout: @config.rpcs.wait_operation.timeout,
@@ -32,6 +32,9 @@ module Google
32
32
  # Service to manage AssuredWorkloads.
33
33
  #
34
34
  class Client
35
+ # @private
36
+ API_VERSION = ""
37
+
35
38
  # @private
36
39
  DEFAULT_ENDPOINT_TEMPLATE = "assuredworkloads.$UNIVERSE_DOMAIN$"
37
40
 
@@ -238,12 +241,13 @@ module Google
238
241
  # Customize the options with defaults
239
242
  call_metadata = @config.rpcs.create_workload.metadata.to_h
240
243
 
241
- # Set x-goog-api-client and x-goog-user-project headers
244
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
242
245
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
243
246
  lib_name: @config.lib_name, lib_version: @config.lib_version,
244
247
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION,
245
248
  transports_version_send: [:rest]
246
249
 
250
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
247
251
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
248
252
 
249
253
  options.apply_defaults timeout: @config.rpcs.create_workload.timeout,
@@ -325,12 +329,13 @@ module Google
325
329
  # Customize the options with defaults
326
330
  call_metadata = @config.rpcs.update_workload.metadata.to_h
327
331
 
328
- # Set x-goog-api-client and x-goog-user-project headers
332
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
329
333
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
330
334
  lib_name: @config.lib_name, lib_version: @config.lib_version,
331
335
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION,
332
336
  transports_version_send: [:rest]
333
337
 
338
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
334
339
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
335
340
 
336
341
  options.apply_defaults timeout: @config.rpcs.update_workload.timeout,
@@ -414,12 +419,13 @@ module Google
414
419
  # Customize the options with defaults
415
420
  call_metadata = @config.rpcs.restrict_allowed_resources.metadata.to_h
416
421
 
417
- # Set x-goog-api-client and x-goog-user-project headers
422
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
418
423
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
419
424
  lib_name: @config.lib_name, lib_version: @config.lib_version,
420
425
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION,
421
426
  transports_version_send: [:rest]
422
427
 
428
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
423
429
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
424
430
 
425
431
  options.apply_defaults timeout: @config.rpcs.restrict_allowed_resources.timeout,
@@ -499,12 +505,13 @@ module Google
499
505
  # Customize the options with defaults
500
506
  call_metadata = @config.rpcs.delete_workload.metadata.to_h
501
507
 
502
- # Set x-goog-api-client and x-goog-user-project headers
508
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
503
509
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
504
510
  lib_name: @config.lib_name, lib_version: @config.lib_version,
505
511
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION,
506
512
  transports_version_send: [:rest]
507
513
 
514
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
508
515
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
509
516
 
510
517
  options.apply_defaults timeout: @config.rpcs.delete_workload.timeout,
@@ -581,12 +588,13 @@ module Google
581
588
  # Customize the options with defaults
582
589
  call_metadata = @config.rpcs.get_workload.metadata.to_h
583
590
 
584
- # Set x-goog-api-client and x-goog-user-project headers
591
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
585
592
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
586
593
  lib_name: @config.lib_name, lib_version: @config.lib_version,
587
594
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION,
588
595
  transports_version_send: [:rest]
589
596
 
597
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
590
598
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
591
599
 
592
600
  options.apply_defaults timeout: @config.rpcs.get_workload.timeout,
@@ -673,12 +681,13 @@ module Google
673
681
  # Customize the options with defaults
674
682
  call_metadata = @config.rpcs.list_workloads.metadata.to_h
675
683
 
676
- # Set x-goog-api-client and x-goog-user-project headers
684
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
677
685
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
678
686
  lib_name: @config.lib_name, lib_version: @config.lib_version,
679
687
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION,
680
688
  transports_version_send: [:rest]
681
689
 
690
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
682
691
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
683
692
 
684
693
  options.apply_defaults timeout: @config.rpcs.list_workloads.timeout,
@@ -26,6 +26,9 @@ module Google
26
26
  module Rest
27
27
  # Service that implements Longrunning Operations API.
28
28
  class Operations
29
+ # @private
30
+ API_VERSION = ""
31
+
29
32
  # @private
30
33
  DEFAULT_ENDPOINT_TEMPLATE = "assuredworkloads.$UNIVERSE_DOMAIN$"
31
34
 
@@ -181,12 +184,13 @@ module Google
181
184
  # Customize the options with defaults
182
185
  call_metadata = @config.rpcs.list_operations.metadata.to_h
183
186
 
184
- # Set x-goog-api-client and x-goog-user-project headers
187
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
185
188
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
186
189
  lib_name: @config.lib_name, lib_version: @config.lib_version,
187
190
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION,
188
191
  transports_version_send: [:rest]
189
192
 
193
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
190
194
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
191
195
 
192
196
  options.apply_defaults timeout: @config.rpcs.list_operations.timeout,
@@ -269,12 +273,13 @@ module Google
269
273
  # Customize the options with defaults
270
274
  call_metadata = @config.rpcs.get_operation.metadata.to_h
271
275
 
272
- # Set x-goog-api-client and x-goog-user-project headers
276
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
273
277
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
274
278
  lib_name: @config.lib_name, lib_version: @config.lib_version,
275
279
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION,
276
280
  transports_version_send: [:rest]
277
281
 
282
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
278
283
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
279
284
 
280
285
  options.apply_defaults timeout: @config.rpcs.get_operation.timeout,
@@ -351,12 +356,13 @@ module Google
351
356
  # Customize the options with defaults
352
357
  call_metadata = @config.rpcs.delete_operation.metadata.to_h
353
358
 
354
- # Set x-goog-api-client and x-goog-user-project headers
359
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
355
360
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
356
361
  lib_name: @config.lib_name, lib_version: @config.lib_version,
357
362
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION,
358
363
  transports_version_send: [:rest]
359
364
 
365
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
360
366
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
361
367
 
362
368
  options.apply_defaults timeout: @config.rpcs.delete_operation.timeout,
@@ -438,12 +444,13 @@ module Google
438
444
  # Customize the options with defaults
439
445
  call_metadata = @config.rpcs.cancel_operation.metadata.to_h
440
446
 
441
- # Set x-goog-api-client and x-goog-user-project headers
447
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
442
448
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
443
449
  lib_name: @config.lib_name, lib_version: @config.lib_version,
444
450
  gapic_version: ::Google::Cloud::AssuredWorkloads::V1::VERSION,
445
451
  transports_version_send: [:rest]
446
452
 
453
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
447
454
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
448
455
 
449
456
  options.apply_defaults timeout: @config.rpcs.cancel_operation.timeout,
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AssuredWorkloads
23
23
  module V1
24
- VERSION = "0.10.0"
24
+ VERSION = "1.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -118,6 +118,10 @@ module Google
118
118
  # @return [::String]
119
119
  # Optional link to proto reference documentation. Example:
120
120
  # https://cloud.google.com/pubsub/lite/docs/reference/rpc
121
+ # @!attribute [rw] rest_reference_documentation_uri
122
+ # @return [::String]
123
+ # Optional link to REST reference documentation. Example:
124
+ # https://cloud.google.com/pubsub/lite/docs/reference/rest
121
125
  class Publishing
122
126
  include ::Google::Protobuf::MessageExts
123
127
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-assured_workloads-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 1.0.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: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common