google-apis-cloudfunctions_v2beta 0.9.0 → 0.12.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: 6443d88aba89a0ed966e7a69083631777d469ad9be7d419c3e3bde1857b472c0
4
- data.tar.gz: e51b3f10ae6da40d607a9d30be8d2ad739d06c38b3aa48d3251df38dd11c3554
3
+ metadata.gz: fcc3e8d83611d625a6865e87212a2b7218e2a8aa47cc7ec787b525c9a5014b1b
4
+ data.tar.gz: 28a3c3c6e47094ae519070c990afa50d02418f927aefa83f152b5c777f3d6ad4
5
5
  SHA512:
6
- metadata.gz: 28891676381836df419e69b07bd0ff0c3d6f299b8039023b279348c2f0ca57d423fc519c4e4027aea6cad364c9957a05352db55cf385cc47090a53f2a38b56be
7
- data.tar.gz: 94cefa9c318b03500d8f9090676abd022044d0a84e2e0c7010615a69e75384c6d2638dd91df4b5f9fd1363a2ded984956b15b98e4d9e3c3fb093d6d925e0900e
6
+ metadata.gz: 91ed9f3b9d19d3ed88e421b365bf1a4db9c4559b20bb8d0af528d24d1ee749393eaa09cdce4c79f07935a6c490d78360c25eb392fbae758bcafc0b1223495c10
7
+ data.tar.gz: 179032ee4809a564ba1a4f284bacf86a714bb6b4ff5d09cd46f56ad170c5f52582ce6becc0c49d172a05d2a1393946d7898f563f14fde114215c4c370c43601e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudfunctions_v2beta
2
2
 
3
+ ### v0.12.0 (2022-09-01)
4
+
5
+ * Regenerated from discovery document revision 20220824
6
+
7
+ ### v0.11.0 (2022-08-12)
8
+
9
+ * Regenerated from discovery document revision 20220805
10
+
11
+ ### v0.10.0 (2022-07-16)
12
+
13
+ * Regenerated from discovery document revision 20220707
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.9.0 (2022-07-01)
4
17
 
5
18
  * Regenerated from discovery document revision 20220622
@@ -120,28 +120,33 @@ module Google
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
123
- # anyone who is authenticated with a Google account or a service account. * `
124
- # user:`emailid``: An email address that represents a specific Google account.
125
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
126
- # address that represents a service account. For example, `my-other-app@appspot.
127
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
128
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
129
- # `uniqueid``: An email address (plus unique identifier) representing a user
130
- # that has been recently deleted. For example, `alice@example.com?uid=
131
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
132
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
133
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
134
- # identifier) representing a service account that has been recently deleted. For
135
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
136
- # If the service account is undeleted, this value reverts to `serviceAccount:`
137
- # emailid`` and the undeleted service account retains the role in the binding. *
138
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
139
- # identifier) representing a Google group that has been recently deleted. For
140
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
141
- # recovered, this value reverts to `group:`emailid`` and the recovered group
142
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
143
- # primary) that represents all the users of that domain. For example, `google.
144
- # com` or `example.com`.
123
+ # anyone who is authenticated with a Google account or a service account. Does
124
+ # not include identities that come from external identity providers (IdPs)
125
+ # through identity federation. * `user:`emailid``: An email address that
126
+ # represents a specific Google account. For example, `alice@example.com` . * `
127
+ # serviceAccount:`emailid``: An email address that represents a Google service
128
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
129
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
130
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
131
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
132
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
133
+ # email address that represents a Google group. For example, `admins@example.com`
134
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
135
+ # identifier) representing a user that has been recently deleted. For example, `
136
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
137
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
138
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
139
+ # address (plus unique identifier) representing a service account that has been
140
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
141
+ # 123456789012345678901`. If the service account is undeleted, this value
142
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
143
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
144
+ # An email address (plus unique identifier) representing a Google group that has
145
+ # been recently deleted. For example, `admins@example.com?uid=
146
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
147
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
148
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
149
+ # of that domain. For example, `google.com` or `example.com`.
145
150
  # Corresponds to the JSON property `members`
146
151
  # @return [Array<String>]
147
152
  attr_accessor :members
@@ -563,6 +568,156 @@ module Google
563
568
  end
564
569
  end
565
570
 
571
+ # Represents the metadata of the long-running operation.
572
+ class GoogleCloudFunctionsV2OperationMetadata
573
+ include Google::Apis::Core::Hashable
574
+
575
+ # API version used to start the operation.
576
+ # Corresponds to the JSON property `apiVersion`
577
+ # @return [String]
578
+ attr_accessor :api_version
579
+
580
+ # Identifies whether the user has requested cancellation of the operation.
581
+ # Operations that have successfully been cancelled have Operation.error value
582
+ # with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
583
+ # Corresponds to the JSON property `cancelRequested`
584
+ # @return [Boolean]
585
+ attr_accessor :cancel_requested
586
+ alias_method :cancel_requested?, :cancel_requested
587
+
588
+ # The time the operation was created.
589
+ # Corresponds to the JSON property `createTime`
590
+ # @return [String]
591
+ attr_accessor :create_time
592
+
593
+ # The time the operation finished running.
594
+ # Corresponds to the JSON property `endTime`
595
+ # @return [String]
596
+ attr_accessor :end_time
597
+
598
+ # The original request that started the operation.
599
+ # Corresponds to the JSON property `requestResource`
600
+ # @return [Hash<String,Object>]
601
+ attr_accessor :request_resource
602
+
603
+ # Mechanism for reporting in-progress stages
604
+ # Corresponds to the JSON property `stages`
605
+ # @return [Array<Google::Apis::CloudfunctionsV2beta::GoogleCloudFunctionsV2Stage>]
606
+ attr_accessor :stages
607
+
608
+ # Human-readable status of the operation, if any.
609
+ # Corresponds to the JSON property `statusDetail`
610
+ # @return [String]
611
+ attr_accessor :status_detail
612
+
613
+ # Server-defined resource path for the target of the operation.
614
+ # Corresponds to the JSON property `target`
615
+ # @return [String]
616
+ attr_accessor :target
617
+
618
+ # Name of the verb executed by the operation.
619
+ # Corresponds to the JSON property `verb`
620
+ # @return [String]
621
+ attr_accessor :verb
622
+
623
+ def initialize(**args)
624
+ update!(**args)
625
+ end
626
+
627
+ # Update properties of this object
628
+ def update!(**args)
629
+ @api_version = args[:api_version] if args.key?(:api_version)
630
+ @cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
631
+ @create_time = args[:create_time] if args.key?(:create_time)
632
+ @end_time = args[:end_time] if args.key?(:end_time)
633
+ @request_resource = args[:request_resource] if args.key?(:request_resource)
634
+ @stages = args[:stages] if args.key?(:stages)
635
+ @status_detail = args[:status_detail] if args.key?(:status_detail)
636
+ @target = args[:target] if args.key?(:target)
637
+ @verb = args[:verb] if args.key?(:verb)
638
+ end
639
+ end
640
+
641
+ # Each Stage of the deployment process
642
+ class GoogleCloudFunctionsV2Stage
643
+ include Google::Apis::Core::Hashable
644
+
645
+ # Message describing the Stage
646
+ # Corresponds to the JSON property `message`
647
+ # @return [String]
648
+ attr_accessor :message
649
+
650
+ # Name of the Stage. This will be unique for each Stage.
651
+ # Corresponds to the JSON property `name`
652
+ # @return [String]
653
+ attr_accessor :name
654
+
655
+ # Resource of the Stage
656
+ # Corresponds to the JSON property `resource`
657
+ # @return [String]
658
+ attr_accessor :resource
659
+
660
+ # Link to the current Stage resource
661
+ # Corresponds to the JSON property `resourceUri`
662
+ # @return [String]
663
+ attr_accessor :resource_uri
664
+
665
+ # Current state of the Stage
666
+ # Corresponds to the JSON property `state`
667
+ # @return [String]
668
+ attr_accessor :state
669
+
670
+ # State messages from the current Stage.
671
+ # Corresponds to the JSON property `stateMessages`
672
+ # @return [Array<Google::Apis::CloudfunctionsV2beta::GoogleCloudFunctionsV2StateMessage>]
673
+ attr_accessor :state_messages
674
+
675
+ def initialize(**args)
676
+ update!(**args)
677
+ end
678
+
679
+ # Update properties of this object
680
+ def update!(**args)
681
+ @message = args[:message] if args.key?(:message)
682
+ @name = args[:name] if args.key?(:name)
683
+ @resource = args[:resource] if args.key?(:resource)
684
+ @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
685
+ @state = args[:state] if args.key?(:state)
686
+ @state_messages = args[:state_messages] if args.key?(:state_messages)
687
+ end
688
+ end
689
+
690
+ # Informational messages about the state of the Cloud Function or Operation.
691
+ class GoogleCloudFunctionsV2StateMessage
692
+ include Google::Apis::Core::Hashable
693
+
694
+ # The message.
695
+ # Corresponds to the JSON property `message`
696
+ # @return [String]
697
+ attr_accessor :message
698
+
699
+ # Severity of the state message.
700
+ # Corresponds to the JSON property `severity`
701
+ # @return [String]
702
+ attr_accessor :severity
703
+
704
+ # One-word CamelCase type of the state message.
705
+ # Corresponds to the JSON property `type`
706
+ # @return [String]
707
+ attr_accessor :type
708
+
709
+ def initialize(**args)
710
+ update!(**args)
711
+ end
712
+
713
+ # Update properties of this object
714
+ def update!(**args)
715
+ @message = args[:message] if args.key?(:message)
716
+ @severity = args[:severity] if args.key?(:severity)
717
+ @type = args[:type] if args.key?(:type)
718
+ end
719
+ end
720
+
566
721
  # Represents the metadata of the long-running operation.
567
722
  class GoogleCloudFunctionsV2alphaOperationMetadata
568
723
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV2beta
18
18
  # Version of the google-apis-cloudfunctions_v2beta gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220622"
25
+ REVISION = "20220824"
26
26
  end
27
27
  end
28
28
  end
@@ -94,6 +94,24 @@ module Google
94
94
  include Google::Apis::Core::JsonObjectSupport
95
95
  end
96
96
 
97
+ class GoogleCloudFunctionsV2OperationMetadata
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class GoogleCloudFunctionsV2Stage
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleCloudFunctionsV2StateMessage
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
97
115
  class GoogleCloudFunctionsV2alphaOperationMetadata
98
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
117
 
@@ -381,6 +399,44 @@ module Google
381
399
  end
382
400
  end
383
401
 
402
+ class GoogleCloudFunctionsV2OperationMetadata
403
+ # @private
404
+ class Representation < Google::Apis::Core::JsonRepresentation
405
+ property :api_version, as: 'apiVersion'
406
+ property :cancel_requested, as: 'cancelRequested'
407
+ property :create_time, as: 'createTime'
408
+ property :end_time, as: 'endTime'
409
+ hash :request_resource, as: 'requestResource'
410
+ collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2beta::GoogleCloudFunctionsV2Stage, decorator: Google::Apis::CloudfunctionsV2beta::GoogleCloudFunctionsV2Stage::Representation
411
+
412
+ property :status_detail, as: 'statusDetail'
413
+ property :target, as: 'target'
414
+ property :verb, as: 'verb'
415
+ end
416
+ end
417
+
418
+ class GoogleCloudFunctionsV2Stage
419
+ # @private
420
+ class Representation < Google::Apis::Core::JsonRepresentation
421
+ property :message, as: 'message'
422
+ property :name, as: 'name'
423
+ property :resource, as: 'resource'
424
+ property :resource_uri, as: 'resourceUri'
425
+ property :state, as: 'state'
426
+ collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV2beta::GoogleCloudFunctionsV2StateMessage, decorator: Google::Apis::CloudfunctionsV2beta::GoogleCloudFunctionsV2StateMessage::Representation
427
+
428
+ end
429
+ end
430
+
431
+ class GoogleCloudFunctionsV2StateMessage
432
+ # @private
433
+ class Representation < Google::Apis::Core::JsonRepresentation
434
+ property :message, as: 'message'
435
+ property :severity, as: 'severity'
436
+ property :type, as: 'type'
437
+ end
438
+ end
439
+
384
440
  class GoogleCloudFunctionsV2alphaOperationMetadata
385
441
  # @private
386
442
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []