google-cloud-managed_identities-v1 0.7.2 → 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: 9b9b3a0a40bb4c8f479bdc0fcd5c67079e0d86f6cdc686465c754b544890f284
4
- data.tar.gz: d2e9e5558917f12e1ba747e2afe8c544b9dee7da810720c182d49869e0afc16f
3
+ metadata.gz: b1b9d79091c3c26fc03ddca5714a76ffb367bbdecc4671c68689890caca836bb
4
+ data.tar.gz: 13bad86c5cb826fc416d7961613547502ba2a08dd05bc71bc23e818783dab300
5
5
  SHA512:
6
- metadata.gz: dc92153177f55588df929ec2b9cc7710feb142e8df343b9ce5a6ca6044bb9e9db9d4e8e6bd7aa09efb70bd65a47078715952f6d606217f5b0838c6cd74358a2c
7
- data.tar.gz: 48d9c4929081fb5d8a98696fe3f5ef9129f4fe43b99e7c4a826b166bdd68e51bc0e2889431233438847a341abb03b93172a586e7f57c4332f1b056719f40a75e
6
+ metadata.gz: ab78d9b0bac5a09fe9983da3d245af8de17c42b4cc3bb196dffe038fc42fd25ae673333cd90e4a3f050b1fd0518468d8359638f9133ec22c1993a26fba36e053
7
+ data.tar.gz: 9c65f3aeca9da72aebd8f7b11ca1e955dd49a10f184a41ac1cf5dbcfa01bf7eb33bda408f8bd37309cd79b0b3ca0fa7d4ff1c79029ed60191a72b1699093d45d
data/README.md CHANGED
@@ -76,7 +76,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
76
76
 
77
77
  ## Supported Ruby Versions
78
78
 
79
- This library is supported on Ruby 2.6+.
79
+ This library is supported on Ruby 2.7+.
80
80
 
81
81
  Google provides official support for Ruby versions that are actively supported
82
82
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -61,6 +61,9 @@ module Google
61
61
  # * Must be unique within the customer project.
62
62
  #
63
63
  class Client
64
+ # @private
65
+ API_VERSION = ""
66
+
64
67
  # @private
65
68
  DEFAULT_ENDPOINT_TEMPLATE = "managedidentities.$UNIVERSE_DOMAIN$"
66
69
 
@@ -303,10 +306,11 @@ module Google
303
306
  # Customize the options with defaults
304
307
  metadata = @config.rpcs.create_microsoft_ad_domain.metadata.to_h
305
308
 
306
- # Set x-goog-api-client and x-goog-user-project headers
309
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
307
310
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
308
311
  lib_name: @config.lib_name, lib_version: @config.lib_version,
309
312
  gapic_version: ::Google::Cloud::ManagedIdentities::V1::VERSION
313
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
310
314
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
311
315
 
312
316
  header_params = {}
@@ -390,10 +394,11 @@ module Google
390
394
  # Customize the options with defaults
391
395
  metadata = @config.rpcs.reset_admin_password.metadata.to_h
392
396
 
393
- # Set x-goog-api-client and x-goog-user-project headers
397
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
394
398
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
395
399
  lib_name: @config.lib_name, lib_version: @config.lib_version,
396
400
  gapic_version: ::Google::Cloud::ManagedIdentities::V1::VERSION
401
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
397
402
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
398
403
 
399
404
  header_params = {}
@@ -498,10 +503,11 @@ module Google
498
503
  # Customize the options with defaults
499
504
  metadata = @config.rpcs.list_domains.metadata.to_h
500
505
 
501
- # Set x-goog-api-client and x-goog-user-project headers
506
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
502
507
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
503
508
  lib_name: @config.lib_name, lib_version: @config.lib_version,
504
509
  gapic_version: ::Google::Cloud::ManagedIdentities::V1::VERSION
510
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
505
511
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
506
512
 
507
513
  header_params = {}
@@ -585,10 +591,11 @@ module Google
585
591
  # Customize the options with defaults
586
592
  metadata = @config.rpcs.get_domain.metadata.to_h
587
593
 
588
- # Set x-goog-api-client and x-goog-user-project headers
594
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
589
595
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
590
596
  lib_name: @config.lib_name, lib_version: @config.lib_version,
591
597
  gapic_version: ::Google::Cloud::ManagedIdentities::V1::VERSION
598
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
592
599
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
593
600
 
594
601
  header_params = {}
@@ -685,10 +692,11 @@ module Google
685
692
  # Customize the options with defaults
686
693
  metadata = @config.rpcs.update_domain.metadata.to_h
687
694
 
688
- # Set x-goog-api-client and x-goog-user-project headers
695
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
689
696
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
690
697
  lib_name: @config.lib_name, lib_version: @config.lib_version,
691
698
  gapic_version: ::Google::Cloud::ManagedIdentities::V1::VERSION
699
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
692
700
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
693
701
 
694
702
  header_params = {}
@@ -779,10 +787,11 @@ module Google
779
787
  # Customize the options with defaults
780
788
  metadata = @config.rpcs.delete_domain.metadata.to_h
781
789
 
782
- # Set x-goog-api-client and x-goog-user-project headers
790
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
783
791
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
784
792
  lib_name: @config.lib_name, lib_version: @config.lib_version,
785
793
  gapic_version: ::Google::Cloud::ManagedIdentities::V1::VERSION
794
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
786
795
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
787
796
 
788
797
  header_params = {}
@@ -875,10 +884,11 @@ module Google
875
884
  # Customize the options with defaults
876
885
  metadata = @config.rpcs.attach_trust.metadata.to_h
877
886
 
878
- # Set x-goog-api-client and x-goog-user-project headers
887
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
879
888
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
880
889
  lib_name: @config.lib_name, lib_version: @config.lib_version,
881
890
  gapic_version: ::Google::Cloud::ManagedIdentities::V1::VERSION
891
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
882
892
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
883
893
 
884
894
  header_params = {}
@@ -975,10 +985,11 @@ module Google
975
985
  # Customize the options with defaults
976
986
  metadata = @config.rpcs.reconfigure_trust.metadata.to_h
977
987
 
978
- # Set x-goog-api-client and x-goog-user-project headers
988
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
979
989
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
980
990
  lib_name: @config.lib_name, lib_version: @config.lib_version,
981
991
  gapic_version: ::Google::Cloud::ManagedIdentities::V1::VERSION
992
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
982
993
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
983
994
 
984
995
  header_params = {}
@@ -1071,10 +1082,11 @@ module Google
1071
1082
  # Customize the options with defaults
1072
1083
  metadata = @config.rpcs.detach_trust.metadata.to_h
1073
1084
 
1074
- # Set x-goog-api-client and x-goog-user-project headers
1085
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1075
1086
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1076
1087
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1077
1088
  gapic_version: ::Google::Cloud::ManagedIdentities::V1::VERSION
1089
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1078
1090
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1079
1091
 
1080
1092
  header_params = {}
@@ -1168,10 +1180,11 @@ module Google
1168
1180
  # Customize the options with defaults
1169
1181
  metadata = @config.rpcs.validate_trust.metadata.to_h
1170
1182
 
1171
- # Set x-goog-api-client and x-goog-user-project headers
1183
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1172
1184
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1173
1185
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1174
1186
  gapic_version: ::Google::Cloud::ManagedIdentities::V1::VERSION
1187
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1175
1188
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1176
1189
 
1177
1190
  header_params = {}
@@ -26,6 +26,9 @@ module Google
26
26
  module ManagedIdentitiesService
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 = "managedidentities.$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::ManagedIdentities::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::ManagedIdentities::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::ManagedIdentities::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::ManagedIdentities::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::ManagedIdentities::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,
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ManagedIdentities
23
23
  module V1
24
- VERSION = "0.7.2"
24
+ VERSION = "1.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -14,7 +14,7 @@ require 'google/protobuf/field_mask_pb'
14
14
  require 'google/protobuf/timestamp_pb'
15
15
 
16
16
 
17
- descriptor_data = "\nBgoogle/cloud/managedidentities/v1/managed_identities_service.proto\x12!google.cloud.managedidentities.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x30google/cloud/managedidentities/v1/resource.proto\x1a#google/longrunning/operations.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xe2\x01\n\nOpMetadata\x12\x35\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x32\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x14\n\x06target\x18\x03 \x01(\tB\x04\xe2\x41\x01\x03\x12\x12\n\x04verb\x18\x04 \x01(\tB\x04\xe2\x41\x01\x03\x12$\n\x16requested_cancellation\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x03\x12\x19\n\x0b\x61pi_version\x18\x06 \x01(\tB\x04\xe2\x41\x01\x03\"\xbe\x01\n\x1e\x43reateMicrosoftAdDomainRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\x12\'managedidentities.googleapis.com/Domain\x12\x19\n\x0b\x64omain_name\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12?\n\x06\x64omain\x18\x03 \x01(\x0b\x32).google.cloud.managedidentities.v1.DomainB\x04\xe2\x41\x01\x02\"[\n\x19ResetAdminPasswordRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\".\n\x1aResetAdminPasswordResponse\x12\x10\n\x08password\x18\x01 \x01(\t\"\xb7\x01\n\x12ListDomainsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\x12\'managedidentities.googleapis.com/Domain\x12\x17\n\tpage_size\x18\x02 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x18\n\npage_token\x18\x03 \x01(\tB\x04\xe2\x41\x01\x01\x12\x14\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\x12\x16\n\x08order_by\x18\x05 \x01(\tB\x04\xe2\x41\x01\x01\"\x7f\n\x13ListDomainsResponse\x12:\n\x07\x64omains\x18\x01 \x03(\x0b\x32).google.cloud.managedidentities.v1.Domain\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"R\n\x10GetDomainRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\"\x8d\x01\n\x13UpdateDomainRequest\x12\x35\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02\x12?\n\x06\x64omain\x18\x02 \x01(\x0b\x32).google.cloud.managedidentities.v1.DomainB\x04\xe2\x41\x01\x02\"U\n\x13\x44\x65leteDomainRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\"\x93\x01\n\x12\x41ttachTrustRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\x12=\n\x05trust\x18\x02 \x01(\x0b\x32(.google.cloud.managedidentities.v1.TrustB\x04\xe2\x41\x01\x02\"\xa2\x01\n\x17ReconfigureTrustRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\x12 \n\x12target_domain_name\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12%\n\x17target_dns_ip_addresses\x18\x03 \x03(\tB\x04\xe2\x41\x01\x02\"\x93\x01\n\x12\x44\x65tachTrustRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\x12=\n\x05trust\x18\x02 \x01(\x0b\x32(.google.cloud.managedidentities.v1.TrustB\x04\xe2\x41\x01\x02\"\x95\x01\n\x14ValidateTrustRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\x12=\n\x05trust\x18\x02 \x01(\x0b\x32(.google.cloud.managedidentities.v1.TrustB\x04\xe2\x41\x01\x02\x32\xf2\x11\n\x18ManagedIdentitiesService\x12\xf0\x01\n\x17\x43reateMicrosoftAdDomain\x12\x41.google.cloud.managedidentities.v1.CreateMicrosoftAdDomainRequest\x1a\x1d.google.longrunning.Operation\"s\xca\x41\x14\n\x06\x44omain\x12\nOpMetadata\xda\x41\x19parent,domain_name,domain\x82\xd3\xe4\x93\x02:\"0/v1/{parent=projects/*/locations/global}/domains:\x06\x64omain\x12\xe8\x01\n\x12ResetAdminPassword\x12<.google.cloud.managedidentities.v1.ResetAdminPasswordRequest\x1a=.google.cloud.managedidentities.v1.ResetAdminPasswordResponse\"U\xda\x41\x04name\x82\xd3\xe4\x93\x02H\"C/v1/{name=projects/*/locations/global/domains/*}:resetAdminPassword:\x01*\x12\xbf\x01\n\x0bListDomains\x12\x35.google.cloud.managedidentities.v1.ListDomainsRequest\x1a\x36.google.cloud.managedidentities.v1.ListDomainsResponse\"A\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{parent=projects/*/locations/global}/domains\x12\xac\x01\n\tGetDomain\x12\x33.google.cloud.managedidentities.v1.GetDomainRequest\x1a).google.cloud.managedidentities.v1.Domain\"?\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{name=projects/*/locations/global/domains/*}\x12\xda\x01\n\x0cUpdateDomain\x12\x36.google.cloud.managedidentities.v1.UpdateDomainRequest\x1a\x1d.google.longrunning.Operation\"s\xca\x41\x14\n\x06\x44omain\x12\nOpMetadata\xda\x41\x12\x64omain,update_mask\x82\xd3\xe4\x93\x02\x41\x32\x37/v1/{domain.name=projects/*/locations/global/domains/*}:\x06\x64omain\x12\xcc\x01\n\x0c\x44\x65leteDomain\x12\x36.google.cloud.managedidentities.v1.DeleteDomainRequest\x1a\x1d.google.longrunning.Operation\"e\xca\x41#\n\x15google.protobuf.Empty\x12\nOpMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32*0/v1/{name=projects/*/locations/global/domains/*}\x12\xd0\x01\n\x0b\x41ttachTrust\x12\x35.google.cloud.managedidentities.v1.AttachTrustRequest\x1a\x1d.google.longrunning.Operation\"k\xca\x41\x14\n\x06\x44omain\x12\nOpMetadata\xda\x41\nname,trust\x82\xd3\xe4\x93\x02\x41\"</v1/{name=projects/*/locations/global/domains/*}:attachTrust:\x01*\x12\x85\x02\n\x10ReconfigureTrust\x12:.google.cloud.managedidentities.v1.ReconfigureTrustRequest\x1a\x1d.google.longrunning.Operation\"\x95\x01\xca\x41\x14\n\x06\x44omain\x12\nOpMetadata\xda\x41/name,target_domain_name,target_dns_ip_addresses\x82\xd3\xe4\x93\x02\x46\"A/v1/{name=projects/*/locations/global/domains/*}:reconfigureTrust:\x01*\x12\xd0\x01\n\x0b\x44\x65tachTrust\x12\x35.google.cloud.managedidentities.v1.DetachTrustRequest\x1a\x1d.google.longrunning.Operation\"k\xca\x41\x14\n\x06\x44omain\x12\nOpMetadata\xda\x41\nname,trust\x82\xd3\xe4\x93\x02\x41\"</v1/{name=projects/*/locations/global/domains/*}:detachTrust:\x01*\x12\xd6\x01\n\rValidateTrust\x12\x37.google.cloud.managedidentities.v1.ValidateTrustRequest\x1a\x1d.google.longrunning.Operation\"m\xca\x41\x14\n\x06\x44omain\x12\nOpMetadata\xda\x41\nname,trust\x82\xd3\xe4\x93\x02\x43\">/v1/{name=projects/*/locations/global/domains/*}:validateTrust:\x01*\x1aT\xca\x41 managedidentities.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x93\x02\n%com.google.cloud.managedidentities.v1B\x1dManagedIdentitiesServiceProtoP\x01ZScloud.google.com/go/managedidentities/apiv1/managedidentitiespb;managedidentitiespb\xa2\x02\x04GCMI\xaa\x02!Google.Cloud.ManagedIdentities.V1\xca\x02!Google\\Cloud\\ManagedIdentities\\V1\xea\x02$Google::Cloud::ManagedIdentities::V1b\x06proto3"
17
+ descriptor_data = "\nBgoogle/cloud/managedidentities/v1/managed_identities_service.proto\x12!google.cloud.managedidentities.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x30google/cloud/managedidentities/v1/resource.proto\x1a#google/longrunning/operations.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xdc\x01\n\nOpMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x05 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x06 \x01(\tB\x03\xe0\x41\x03\"\xbb\x01\n\x1e\x43reateMicrosoftAdDomainRequest\x12?\n\x06parent\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\x12\'managedidentities.googleapis.com/Domain\x12\x18\n\x0b\x64omain_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12>\n\x06\x64omain\x18\x03 \x01(\x0b\x32).google.cloud.managedidentities.v1.DomainB\x03\xe0\x41\x02\"Z\n\x19ResetAdminPasswordRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\".\n\x1aResetAdminPasswordResponse\x12\x10\n\x08password\x18\x01 \x01(\t\"\xb2\x01\n\x12ListDomainsRequest\x12?\n\x06parent\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\x12\'managedidentities.googleapis.com/Domain\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x7f\n\x13ListDomainsResponse\x12:\n\x07\x64omains\x18\x01 \x03(\x0b\x32).google.cloud.managedidentities.v1.Domain\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"Q\n\x10GetDomainRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\"\x8b\x01\n\x13UpdateDomainRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12>\n\x06\x64omain\x18\x02 \x01(\x0b\x32).google.cloud.managedidentities.v1.DomainB\x03\xe0\x41\x02\"T\n\x13\x44\x65leteDomainRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\"\x91\x01\n\x12\x41ttachTrustRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\x12<\n\x05trust\x18\x02 \x01(\x0b\x32(.google.cloud.managedidentities.v1.TrustB\x03\xe0\x41\x02\"\x9f\x01\n\x17ReconfigureTrustRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\x12\x1f\n\x12target_domain_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12$\n\x17target_dns_ip_addresses\x18\x03 \x03(\tB\x03\xe0\x41\x02\"\x91\x01\n\x12\x44\x65tachTrustRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\x12<\n\x05trust\x18\x02 \x01(\x0b\x32(.google.cloud.managedidentities.v1.TrustB\x03\xe0\x41\x02\"\x93\x01\n\x14ValidateTrustRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'managedidentities.googleapis.com/Domain\x12<\n\x05trust\x18\x02 \x01(\x0b\x32(.google.cloud.managedidentities.v1.TrustB\x03\xe0\x41\x02\x32\xf2\x11\n\x18ManagedIdentitiesService\x12\xf0\x01\n\x17\x43reateMicrosoftAdDomain\x12\x41.google.cloud.managedidentities.v1.CreateMicrosoftAdDomainRequest\x1a\x1d.google.longrunning.Operation\"s\xca\x41\x14\n\x06\x44omain\x12\nOpMetadata\xda\x41\x19parent,domain_name,domain\x82\xd3\xe4\x93\x02:\"0/v1/{parent=projects/*/locations/global}/domains:\x06\x64omain\x12\xe8\x01\n\x12ResetAdminPassword\x12<.google.cloud.managedidentities.v1.ResetAdminPasswordRequest\x1a=.google.cloud.managedidentities.v1.ResetAdminPasswordResponse\"U\xda\x41\x04name\x82\xd3\xe4\x93\x02H\"C/v1/{name=projects/*/locations/global/domains/*}:resetAdminPassword:\x01*\x12\xbf\x01\n\x0bListDomains\x12\x35.google.cloud.managedidentities.v1.ListDomainsRequest\x1a\x36.google.cloud.managedidentities.v1.ListDomainsResponse\"A\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{parent=projects/*/locations/global}/domains\x12\xac\x01\n\tGetDomain\x12\x33.google.cloud.managedidentities.v1.GetDomainRequest\x1a).google.cloud.managedidentities.v1.Domain\"?\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{name=projects/*/locations/global/domains/*}\x12\xda\x01\n\x0cUpdateDomain\x12\x36.google.cloud.managedidentities.v1.UpdateDomainRequest\x1a\x1d.google.longrunning.Operation\"s\xca\x41\x14\n\x06\x44omain\x12\nOpMetadata\xda\x41\x12\x64omain,update_mask\x82\xd3\xe4\x93\x02\x41\x32\x37/v1/{domain.name=projects/*/locations/global/domains/*}:\x06\x64omain\x12\xcc\x01\n\x0c\x44\x65leteDomain\x12\x36.google.cloud.managedidentities.v1.DeleteDomainRequest\x1a\x1d.google.longrunning.Operation\"e\xca\x41#\n\x15google.protobuf.Empty\x12\nOpMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32*0/v1/{name=projects/*/locations/global/domains/*}\x12\xd0\x01\n\x0b\x41ttachTrust\x12\x35.google.cloud.managedidentities.v1.AttachTrustRequest\x1a\x1d.google.longrunning.Operation\"k\xca\x41\x14\n\x06\x44omain\x12\nOpMetadata\xda\x41\nname,trust\x82\xd3\xe4\x93\x02\x41\"</v1/{name=projects/*/locations/global/domains/*}:attachTrust:\x01*\x12\x85\x02\n\x10ReconfigureTrust\x12:.google.cloud.managedidentities.v1.ReconfigureTrustRequest\x1a\x1d.google.longrunning.Operation\"\x95\x01\xca\x41\x14\n\x06\x44omain\x12\nOpMetadata\xda\x41/name,target_domain_name,target_dns_ip_addresses\x82\xd3\xe4\x93\x02\x46\"A/v1/{name=projects/*/locations/global/domains/*}:reconfigureTrust:\x01*\x12\xd0\x01\n\x0b\x44\x65tachTrust\x12\x35.google.cloud.managedidentities.v1.DetachTrustRequest\x1a\x1d.google.longrunning.Operation\"k\xca\x41\x14\n\x06\x44omain\x12\nOpMetadata\xda\x41\nname,trust\x82\xd3\xe4\x93\x02\x41\"</v1/{name=projects/*/locations/global/domains/*}:detachTrust:\x01*\x12\xd6\x01\n\rValidateTrust\x12\x37.google.cloud.managedidentities.v1.ValidateTrustRequest\x1a\x1d.google.longrunning.Operation\"m\xca\x41\x14\n\x06\x44omain\x12\nOpMetadata\xda\x41\nname,trust\x82\xd3\xe4\x93\x02\x43\">/v1/{name=projects/*/locations/global/domains/*}:validateTrust:\x01*\x1aT\xca\x41 managedidentities.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x93\x02\n%com.google.cloud.managedidentities.v1B\x1dManagedIdentitiesServiceProtoP\x01ZScloud.google.com/go/managedidentities/apiv1/managedidentitiespb;managedidentitiespb\xa2\x02\x04GCMI\xaa\x02!Google.Cloud.ManagedIdentities.V1\xca\x02!Google\\Cloud\\ManagedIdentities\\V1\xea\x02$Google::Cloud::ManagedIdentities::V1b\x06proto3"
18
18
 
19
19
  pool = Google::Protobuf::DescriptorPool.generated_pool
20
20
 
@@ -1,7 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # Source: google/cloud/managedidentities/v1/managed_identities_service.proto for package 'Google.Cloud.ManagedIdentities.V1'
3
3
  # Original file comments:
4
- # Copyright 2019 Google LLC.
4
+ # Copyright 2024 Google LLC
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@ require 'google/api/resource_pb'
9
9
  require 'google/protobuf/timestamp_pb'
10
10
 
11
11
 
12
- descriptor_data = "\n0google/cloud/managedidentities/v1/resource.proto\x12!google.cloud.managedidentities.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xaa\x06\n\x06\x44omain\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12K\n\x06labels\x18\x02 \x03(\x0b\x32\x35.google.cloud.managedidentities.v1.Domain.LabelsEntryB\x04\xe2\x41\x01\x01\x12!\n\x13\x61uthorized_networks\x18\x03 \x03(\tB\x04\xe2\x41\x01\x01\x12\x1f\n\x11reserved_ip_range\x18\x04 \x01(\tB\x04\xe2\x41\x01\x02\x12\x17\n\tlocations\x18\x05 \x03(\tB\x04\xe2\x41\x01\x02\x12\x13\n\x05\x61\x64min\x18\x06 \x01(\tB\x04\xe2\x41\x01\x01\x12\x12\n\x04\x66qdn\x18\n \x01(\tB\x04\xe2\x41\x01\x03\x12\x35\n\x0b\x63reate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x35\n\x0bupdate_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x44\n\x05state\x18\r \x01(\x0e\x32/.google.cloud.managedidentities.v1.Domain.StateB\x04\xe2\x41\x01\x03\x12\x1c\n\x0estatus_message\x18\x0e \x01(\tB\x04\xe2\x41\x01\x03\x12>\n\x06trusts\x18\x0f \x03(\x0b\x32(.google.cloud.managedidentities.v1.TrustB\x04\xe2\x41\x01\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x8f\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\t\n\x05READY\x10\x02\x12\x0c\n\x08UPDATING\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04\x12\r\n\tREPAIRING\x10\x05\x12\x1a\n\x16PERFORMING_MAINTENANCE\x10\x06\x12\x0f\n\x0bUNAVAILABLE\x10\x07:f\xea\x41\x63\n\'managedidentities.googleapis.com/Domain\x12\x38projects/{project}/locations/{location}/domains/{domain}\"\xec\x06\n\x05Trust\x12 \n\x12target_domain_name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12L\n\ntrust_type\x18\x02 \x01(\x0e\x32\x32.google.cloud.managedidentities.v1.Trust.TrustTypeB\x04\xe2\x41\x01\x02\x12V\n\x0ftrust_direction\x18\x03 \x01(\x0e\x32\x37.google.cloud.managedidentities.v1.Trust.TrustDirectionB\x04\xe2\x41\x01\x02\x12&\n\x18selective_authentication\x18\x04 \x01(\x08\x42\x04\xe2\x41\x01\x01\x12%\n\x17target_dns_ip_addresses\x18\x05 \x03(\tB\x04\xe2\x41\x01\x02\x12$\n\x16trust_handshake_secret\x18\x06 \x01(\tB\x04\xe2\x41\x01\x02\x12\x35\n\x0b\x63reate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x35\n\x0bupdate_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x43\n\x05state\x18\t \x01(\x0e\x32..google.cloud.managedidentities.v1.Trust.StateB\x04\xe2\x41\x01\x03\x12\x1f\n\x11state_description\x18\x0b \x01(\tB\x04\xe2\x41\x01\x03\x12\x43\n\x19last_trust_heartbeat_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\"i\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0c\n\x08UPDATING\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\r\n\tCONNECTED\x10\x04\x12\x10\n\x0c\x44ISCONNECTED\x10\x05\"A\n\tTrustType\x12\x1a\n\x16TRUST_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06\x46OREST\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02\"_\n\x0eTrustDirection\x12\x1f\n\x1bTRUST_DIRECTION_UNSPECIFIED\x10\x00\x12\x0b\n\x07INBOUND\x10\x01\x12\x0c\n\x08OUTBOUND\x10\x02\x12\x11\n\rBIDIRECTIONAL\x10\x03\x42\xfc\x01\n%com.google.cloud.managedidentities.v1B\rResourceProtoP\x01ZScloud.google.com/go/managedidentities/apiv1/managedidentitiespb;managedidentitiespb\xaa\x02!Google.Cloud.ManagedIdentities.V1\xca\x02!Google\\Cloud\\ManagedIdentities\\V1\xea\x02$Google::Cloud::ManagedIdentities::V1b\x06proto3"
12
+ descriptor_data = "\n0google/cloud/managedidentities/v1/resource.proto\x12!google.cloud.managedidentities.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9e\x06\n\x06\x44omain\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12J\n\x06labels\x18\x02 \x03(\x0b\x32\x35.google.cloud.managedidentities.v1.Domain.LabelsEntryB\x03\xe0\x41\x01\x12 \n\x13\x61uthorized_networks\x18\x03 \x03(\tB\x03\xe0\x41\x01\x12\x1e\n\x11reserved_ip_range\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x16\n\tlocations\x18\x05 \x03(\tB\x03\xe0\x41\x02\x12\x12\n\x05\x61\x64min\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12\x11\n\x04\x66qdn\x18\n \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x43\n\x05state\x18\r \x01(\x0e\x32/.google.cloud.managedidentities.v1.Domain.StateB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x0e \x01(\tB\x03\xe0\x41\x03\x12=\n\x06trusts\x18\x0f \x03(\x0b\x32(.google.cloud.managedidentities.v1.TrustB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x8f\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\t\n\x05READY\x10\x02\x12\x0c\n\x08UPDATING\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04\x12\r\n\tREPAIRING\x10\x05\x12\x1a\n\x16PERFORMING_MAINTENANCE\x10\x06\x12\x0f\n\x0bUNAVAILABLE\x10\x07:f\xea\x41\x63\n\'managedidentities.googleapis.com/Domain\x12\x38projects/{project}/locations/{location}/domains/{domain}\"\xe1\x06\n\x05Trust\x12\x1f\n\x12target_domain_name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12K\n\ntrust_type\x18\x02 \x01(\x0e\x32\x32.google.cloud.managedidentities.v1.Trust.TrustTypeB\x03\xe0\x41\x02\x12U\n\x0ftrust_direction\x18\x03 \x01(\x0e\x32\x37.google.cloud.managedidentities.v1.Trust.TrustDirectionB\x03\xe0\x41\x02\x12%\n\x18selective_authentication\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12$\n\x17target_dns_ip_addresses\x18\x05 \x03(\tB\x03\xe0\x41\x02\x12#\n\x16trust_handshake_secret\x18\x06 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x42\n\x05state\x18\t \x01(\x0e\x32..google.cloud.managedidentities.v1.Trust.StateB\x03\xe0\x41\x03\x12\x1e\n\x11state_description\x18\x0b \x01(\tB\x03\xe0\x41\x03\x12\x42\n\x19last_trust_heartbeat_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\"i\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0c\n\x08UPDATING\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\r\n\tCONNECTED\x10\x04\x12\x10\n\x0c\x44ISCONNECTED\x10\x05\"A\n\tTrustType\x12\x1a\n\x16TRUST_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06\x46OREST\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02\"_\n\x0eTrustDirection\x12\x1f\n\x1bTRUST_DIRECTION_UNSPECIFIED\x10\x00\x12\x0b\n\x07INBOUND\x10\x01\x12\x0c\n\x08OUTBOUND\x10\x02\x12\x11\n\rBIDIRECTIONAL\x10\x03\x42\xfc\x01\n%com.google.cloud.managedidentities.v1B\rResourceProtoP\x01ZScloud.google.com/go/managedidentities/apiv1/managedidentitiespb;managedidentitiespb\xaa\x02!Google.Cloud.ManagedIdentities.V1\xca\x02!Google\\Cloud\\ManagedIdentities\\V1\xea\x02$Google::Cloud::ManagedIdentities::V1b\x06proto3"
13
13
 
14
14
  pool = Google::Protobuf::DescriptorPool.generated_pool
15
15
 
@@ -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-managed_identities-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
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-01 00:00:00.000000000 Z
11
+ date: 2024-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -44,118 +44,6 @@ dependencies:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
46
  version: '1.0'
47
- - !ruby/object:Gem::Dependency
48
- name: google-style
49
- requirement: !ruby/object:Gem::Requirement
50
- requirements:
51
- - - "~>"
52
- - !ruby/object:Gem::Version
53
- version: 1.26.3
54
- type: :development
55
- prerelease: false
56
- version_requirements: !ruby/object:Gem::Requirement
57
- requirements:
58
- - - "~>"
59
- - !ruby/object:Gem::Version
60
- version: 1.26.3
61
- - !ruby/object:Gem::Dependency
62
- name: minitest
63
- requirement: !ruby/object:Gem::Requirement
64
- requirements:
65
- - - "~>"
66
- - !ruby/object:Gem::Version
67
- version: '5.16'
68
- type: :development
69
- prerelease: false
70
- version_requirements: !ruby/object:Gem::Requirement
71
- requirements:
72
- - - "~>"
73
- - !ruby/object:Gem::Version
74
- version: '5.16'
75
- - !ruby/object:Gem::Dependency
76
- name: minitest-focus
77
- requirement: !ruby/object:Gem::Requirement
78
- requirements:
79
- - - "~>"
80
- - !ruby/object:Gem::Version
81
- version: '1.1'
82
- type: :development
83
- prerelease: false
84
- version_requirements: !ruby/object:Gem::Requirement
85
- requirements:
86
- - - "~>"
87
- - !ruby/object:Gem::Version
88
- version: '1.1'
89
- - !ruby/object:Gem::Dependency
90
- name: minitest-rg
91
- requirement: !ruby/object:Gem::Requirement
92
- requirements:
93
- - - "~>"
94
- - !ruby/object:Gem::Version
95
- version: '5.2'
96
- type: :development
97
- prerelease: false
98
- version_requirements: !ruby/object:Gem::Requirement
99
- requirements:
100
- - - "~>"
101
- - !ruby/object:Gem::Version
102
- version: '5.2'
103
- - !ruby/object:Gem::Dependency
104
- name: rake
105
- requirement: !ruby/object:Gem::Requirement
106
- requirements:
107
- - - ">="
108
- - !ruby/object:Gem::Version
109
- version: '13.0'
110
- type: :development
111
- prerelease: false
112
- version_requirements: !ruby/object:Gem::Requirement
113
- requirements:
114
- - - ">="
115
- - !ruby/object:Gem::Version
116
- version: '13.0'
117
- - !ruby/object:Gem::Dependency
118
- name: redcarpet
119
- requirement: !ruby/object:Gem::Requirement
120
- requirements:
121
- - - "~>"
122
- - !ruby/object:Gem::Version
123
- version: '3.0'
124
- type: :development
125
- prerelease: false
126
- version_requirements: !ruby/object:Gem::Requirement
127
- requirements:
128
- - - "~>"
129
- - !ruby/object:Gem::Version
130
- version: '3.0'
131
- - !ruby/object:Gem::Dependency
132
- name: simplecov
133
- requirement: !ruby/object:Gem::Requirement
134
- requirements:
135
- - - "~>"
136
- - !ruby/object:Gem::Version
137
- version: '0.18'
138
- type: :development
139
- prerelease: false
140
- version_requirements: !ruby/object:Gem::Requirement
141
- requirements:
142
- - - "~>"
143
- - !ruby/object:Gem::Version
144
- version: '0.18'
145
- - !ruby/object:Gem::Dependency
146
- name: yard
147
- requirement: !ruby/object:Gem::Requirement
148
- requirements:
149
- - - "~>"
150
- - !ruby/object:Gem::Version
151
- version: '0.9'
152
- type: :development
153
- prerelease: false
154
- version_requirements: !ruby/object:Gem::Requirement
155
- requirements:
156
- - - "~>"
157
- - !ruby/object:Gem::Version
158
- version: '0.9'
159
47
  description: The Managed Service for Microsoft Active Directory API is used for managing
160
48
  a highly available, hardened service running Microsoft Active Directory. Note that
161
49
  google-cloud-managed_identities-v1 is a version-specific client library. For most
@@ -207,14 +95,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
207
95
  requirements:
208
96
  - - ">="
209
97
  - !ruby/object:Gem::Version
210
- version: '2.6'
98
+ version: '2.7'
211
99
  required_rubygems_version: !ruby/object:Gem::Requirement
212
100
  requirements:
213
101
  - - ">="
214
102
  - !ruby/object:Gem::Version
215
103
  version: '0'
216
104
  requirements: []
217
- rubygems_version: 3.5.3
105
+ rubygems_version: 3.5.6
218
106
  signing_key:
219
107
  specification_version: 4
220
108
  summary: The Managed Service for Microsoft Active Directory API is used for managing