google-apis-iam_v2beta 0.16.0 → 0.17.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: 2d20907f7b01c71dfc81cdb6e9136c9eb25be24dadcd46d1b76be8a3a2ec8291
4
- data.tar.gz: 102641e91304b9078901cacf3497ea69ae9d391147e3cf5b5ad976bc6bc795b8
3
+ metadata.gz: 48f82c103a64f39db59b3fd8a163c5a30ee5022d6a3ddf4ada51085228a6341b
4
+ data.tar.gz: 425dd8d65259204b660b1420a2d61781d6e78e83a2392b65ea1d8d09c0c0c491
5
5
  SHA512:
6
- metadata.gz: 83ea2f945aacdb38d8ab8494fe25471edd9040e53de1a77c3fb17dc6ab988b5604f7e8862bb66ae4583e4a44a59417e654d8ecb5295bcd0d544481338e45b3a5
7
- data.tar.gz: fbbc131323354919daa4c3913591ac64277a66b22c30edd079afabdfee25290e97ee2475dc351fe4dd2454256949e355c5c656cf027b9fd7e66c27e1d576f889
6
+ metadata.gz: 552ddd2998d9f8323c821fdde63279a02b289d2680225001ecd2b3cfb3719c502db4eba36b755a136417e172e81b76116926f0886c464d75b24b631f4b4609af
7
+ data.tar.gz: 77a8f603ae260386ea3864ebf9bd5ae43194ad5e05895837f7dacd84ee5e646829bfa55fc2e44e9ae653b9e429f06c1a0ae064bc74fcc12ebaa290ca5b6e6866
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v2beta
2
2
 
3
+ ### v0.17.0 (2024-06-09)
4
+
5
+ * Regenerated from discovery document revision 20240530
6
+
3
7
  ### v0.16.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -537,6 +537,242 @@ module Google
537
537
  end
538
538
  end
539
539
 
540
+ # Represents the metadata of the long-running operation.
541
+ class GoogleIamV3OperationMetadata
542
+ include Google::Apis::Core::Hashable
543
+
544
+ # Output only. API version used to start the operation.
545
+ # Corresponds to the JSON property `apiVersion`
546
+ # @return [String]
547
+ attr_accessor :api_version
548
+
549
+ # Output only. The time the operation was created.
550
+ # Corresponds to the JSON property `createTime`
551
+ # @return [String]
552
+ attr_accessor :create_time
553
+
554
+ # Output only. The time the operation finished running.
555
+ # Corresponds to the JSON property `endTime`
556
+ # @return [String]
557
+ attr_accessor :end_time
558
+
559
+ # Output only. Identifies whether the user has requested cancellation of the
560
+ # operation. Operations that have successfully been cancelled have Operation.
561
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
562
+ # CANCELLED`.
563
+ # Corresponds to the JSON property `requestedCancellation`
564
+ # @return [Boolean]
565
+ attr_accessor :requested_cancellation
566
+ alias_method :requested_cancellation?, :requested_cancellation
567
+
568
+ # Output only. Human-readable status of the operation, if any.
569
+ # Corresponds to the JSON property `statusMessage`
570
+ # @return [String]
571
+ attr_accessor :status_message
572
+
573
+ # Output only. Server-defined resource path for the target of the
574
+ # Corresponds to the JSON property `target`
575
+ # @return [String]
576
+ attr_accessor :target
577
+
578
+ # Output only. Name of the verb executed by the operation.
579
+ # Corresponds to the JSON property `verb`
580
+ # @return [String]
581
+ attr_accessor :verb
582
+
583
+ def initialize(**args)
584
+ update!(**args)
585
+ end
586
+
587
+ # Update properties of this object
588
+ def update!(**args)
589
+ @api_version = args[:api_version] if args.key?(:api_version)
590
+ @create_time = args[:create_time] if args.key?(:create_time)
591
+ @end_time = args[:end_time] if args.key?(:end_time)
592
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
593
+ @status_message = args[:status_message] if args.key?(:status_message)
594
+ @target = args[:target] if args.key?(:target)
595
+ @verb = args[:verb] if args.key?(:verb)
596
+ end
597
+ end
598
+
599
+ # Represents the metadata of the long-running operation.
600
+ class GoogleIamV3alphaOperationMetadata
601
+ include Google::Apis::Core::Hashable
602
+
603
+ # Output only. API version used to start the operation.
604
+ # Corresponds to the JSON property `apiVersion`
605
+ # @return [String]
606
+ attr_accessor :api_version
607
+
608
+ # Output only. The time the operation was created.
609
+ # Corresponds to the JSON property `createTime`
610
+ # @return [String]
611
+ attr_accessor :create_time
612
+
613
+ # Output only. The time the operation finished running.
614
+ # Corresponds to the JSON property `endTime`
615
+ # @return [String]
616
+ attr_accessor :end_time
617
+
618
+ # Output only. Identifies whether the user has requested cancellation of the
619
+ # operation. Operations that have successfully been cancelled have Operation.
620
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
621
+ # CANCELLED`.
622
+ # Corresponds to the JSON property `requestedCancellation`
623
+ # @return [Boolean]
624
+ attr_accessor :requested_cancellation
625
+ alias_method :requested_cancellation?, :requested_cancellation
626
+
627
+ # Output only. Human-readable status of the operation, if any.
628
+ # Corresponds to the JSON property `statusMessage`
629
+ # @return [String]
630
+ attr_accessor :status_message
631
+
632
+ # Output only. Server-defined resource path for the target of the
633
+ # Corresponds to the JSON property `target`
634
+ # @return [String]
635
+ attr_accessor :target
636
+
637
+ # Output only. Name of the verb executed by the operation.
638
+ # Corresponds to the JSON property `verb`
639
+ # @return [String]
640
+ attr_accessor :verb
641
+
642
+ def initialize(**args)
643
+ update!(**args)
644
+ end
645
+
646
+ # Update properties of this object
647
+ def update!(**args)
648
+ @api_version = args[:api_version] if args.key?(:api_version)
649
+ @create_time = args[:create_time] if args.key?(:create_time)
650
+ @end_time = args[:end_time] if args.key?(:end_time)
651
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
652
+ @status_message = args[:status_message] if args.key?(:status_message)
653
+ @target = args[:target] if args.key?(:target)
654
+ @verb = args[:verb] if args.key?(:verb)
655
+ end
656
+ end
657
+
658
+ # Represents the metadata of the long-running operation.
659
+ class GoogleIamV3betaOperationMetadata
660
+ include Google::Apis::Core::Hashable
661
+
662
+ # Output only. API version used to start the operation.
663
+ # Corresponds to the JSON property `apiVersion`
664
+ # @return [String]
665
+ attr_accessor :api_version
666
+
667
+ # Output only. The time the operation was created.
668
+ # Corresponds to the JSON property `createTime`
669
+ # @return [String]
670
+ attr_accessor :create_time
671
+
672
+ # Output only. The time the operation finished running.
673
+ # Corresponds to the JSON property `endTime`
674
+ # @return [String]
675
+ attr_accessor :end_time
676
+
677
+ # Output only. Identifies whether the user has requested cancellation of the
678
+ # operation. Operations that have successfully been cancelled have Operation.
679
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
680
+ # CANCELLED`.
681
+ # Corresponds to the JSON property `requestedCancellation`
682
+ # @return [Boolean]
683
+ attr_accessor :requested_cancellation
684
+ alias_method :requested_cancellation?, :requested_cancellation
685
+
686
+ # Output only. Human-readable status of the operation, if any.
687
+ # Corresponds to the JSON property `statusMessage`
688
+ # @return [String]
689
+ attr_accessor :status_message
690
+
691
+ # Output only. Server-defined resource path for the target of the
692
+ # Corresponds to the JSON property `target`
693
+ # @return [String]
694
+ attr_accessor :target
695
+
696
+ # Output only. Name of the verb executed by the operation.
697
+ # Corresponds to the JSON property `verb`
698
+ # @return [String]
699
+ attr_accessor :verb
700
+
701
+ def initialize(**args)
702
+ update!(**args)
703
+ end
704
+
705
+ # Update properties of this object
706
+ def update!(**args)
707
+ @api_version = args[:api_version] if args.key?(:api_version)
708
+ @create_time = args[:create_time] if args.key?(:create_time)
709
+ @end_time = args[:end_time] if args.key?(:end_time)
710
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
711
+ @status_message = args[:status_message] if args.key?(:status_message)
712
+ @target = args[:target] if args.key?(:target)
713
+ @verb = args[:verb] if args.key?(:verb)
714
+ end
715
+ end
716
+
717
+ # Represents the metadata of the long-running operation.
718
+ class GoogleIamV3mainOperationMetadata
719
+ include Google::Apis::Core::Hashable
720
+
721
+ # Output only. API version used to start the operation.
722
+ # Corresponds to the JSON property `apiVersion`
723
+ # @return [String]
724
+ attr_accessor :api_version
725
+
726
+ # Output only. The time the operation was created.
727
+ # Corresponds to the JSON property `createTime`
728
+ # @return [String]
729
+ attr_accessor :create_time
730
+
731
+ # Output only. The time the operation finished running.
732
+ # Corresponds to the JSON property `endTime`
733
+ # @return [String]
734
+ attr_accessor :end_time
735
+
736
+ # Output only. Identifies whether the user has requested cancellation of the
737
+ # operation. Operations that have successfully been cancelled have Operation.
738
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
739
+ # CANCELLED`.
740
+ # Corresponds to the JSON property `requestedCancellation`
741
+ # @return [Boolean]
742
+ attr_accessor :requested_cancellation
743
+ alias_method :requested_cancellation?, :requested_cancellation
744
+
745
+ # Output only. Human-readable status of the operation, if any.
746
+ # Corresponds to the JSON property `statusMessage`
747
+ # @return [String]
748
+ attr_accessor :status_message
749
+
750
+ # Output only. Server-defined resource path for the target of the
751
+ # Corresponds to the JSON property `target`
752
+ # @return [String]
753
+ attr_accessor :target
754
+
755
+ # Output only. Name of the verb executed by the operation.
756
+ # Corresponds to the JSON property `verb`
757
+ # @return [String]
758
+ attr_accessor :verb
759
+
760
+ def initialize(**args)
761
+ update!(**args)
762
+ end
763
+
764
+ # Update properties of this object
765
+ def update!(**args)
766
+ @api_version = args[:api_version] if args.key?(:api_version)
767
+ @create_time = args[:create_time] if args.key?(:create_time)
768
+ @end_time = args[:end_time] if args.key?(:end_time)
769
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
770
+ @status_message = args[:status_message] if args.key?(:status_message)
771
+ @target = args[:target] if args.key?(:target)
772
+ @verb = args[:verb] if args.key?(:verb)
773
+ end
774
+ end
775
+
540
776
  # This resource represents a long-running operation that is the result of a
541
777
  # network API call.
542
778
  class GoogleLongrunningOperation
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV2beta
18
18
  # Version of the google-apis-iam_v2beta gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240314"
25
+ REVISION = "20240530"
26
26
  end
27
27
  end
28
28
  end
@@ -100,6 +100,30 @@ module Google
100
100
  include Google::Apis::Core::JsonObjectSupport
101
101
  end
102
102
 
103
+ class GoogleIamV3OperationMetadata
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleIamV3alphaOperationMetadata
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class GoogleIamV3betaOperationMetadata
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class GoogleIamV3mainOperationMetadata
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
103
127
  class GoogleLongrunningOperation
104
128
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
129
 
@@ -242,6 +266,58 @@ module Google
242
266
  end
243
267
  end
244
268
 
269
+ class GoogleIamV3OperationMetadata
270
+ # @private
271
+ class Representation < Google::Apis::Core::JsonRepresentation
272
+ property :api_version, as: 'apiVersion'
273
+ property :create_time, as: 'createTime'
274
+ property :end_time, as: 'endTime'
275
+ property :requested_cancellation, as: 'requestedCancellation'
276
+ property :status_message, as: 'statusMessage'
277
+ property :target, as: 'target'
278
+ property :verb, as: 'verb'
279
+ end
280
+ end
281
+
282
+ class GoogleIamV3alphaOperationMetadata
283
+ # @private
284
+ class Representation < Google::Apis::Core::JsonRepresentation
285
+ property :api_version, as: 'apiVersion'
286
+ property :create_time, as: 'createTime'
287
+ property :end_time, as: 'endTime'
288
+ property :requested_cancellation, as: 'requestedCancellation'
289
+ property :status_message, as: 'statusMessage'
290
+ property :target, as: 'target'
291
+ property :verb, as: 'verb'
292
+ end
293
+ end
294
+
295
+ class GoogleIamV3betaOperationMetadata
296
+ # @private
297
+ class Representation < Google::Apis::Core::JsonRepresentation
298
+ property :api_version, as: 'apiVersion'
299
+ property :create_time, as: 'createTime'
300
+ property :end_time, as: 'endTime'
301
+ property :requested_cancellation, as: 'requestedCancellation'
302
+ property :status_message, as: 'statusMessage'
303
+ property :target, as: 'target'
304
+ property :verb, as: 'verb'
305
+ end
306
+ end
307
+
308
+ class GoogleIamV3mainOperationMetadata
309
+ # @private
310
+ class Representation < Google::Apis::Core::JsonRepresentation
311
+ property :api_version, as: 'apiVersion'
312
+ property :create_time, as: 'createTime'
313
+ property :end_time, as: 'endTime'
314
+ property :requested_cancellation, as: 'requestedCancellation'
315
+ property :status_message, as: 'statusMessage'
316
+ property :target, as: 'target'
317
+ property :verb, as: 'verb'
318
+ end
319
+ end
320
+
245
321
  class GoogleLongrunningOperation
246
322
  # @private
247
323
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v2beta/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2beta/v0.16.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2beta/v0.17.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v2beta
64
64
  post_install_message:
65
65
  rdoc_options: []