google-apis-cloudfunctions_v1 0.26.0 → 0.29.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: 298f687f728e2d718b58d7e527786702d8e89cc059bdf2618a73a702556dd50b
4
- data.tar.gz: 3772ce4c32cc8a8bef5e2605b6136364b193e0c4736aab127ba4cca778138f13
3
+ metadata.gz: e005ab13690b494f72caf90da06eb63f5ace71a381f88cc511b7c87333e71797
4
+ data.tar.gz: 4505c92a9cbdd2ca442a919179b10c8678ba1dbb7545bee49ca12854d739f8f5
5
5
  SHA512:
6
- metadata.gz: ec7cae0256f929755cee9a62e05b2ed341c4a64eace415ec0768cd15e3e758b2374480a7d0a3a969b371d429fd040371f539eb49d4b0fb334611d167f78dd145
7
- data.tar.gz: b697bcc8cb5406d26c36706022d6ddabfaa6726dcf3ca71e6a6c3c0bc72069ad3c42fe9cc063ba223b68e4cd0020c6b92beb986b7e2679cb5137933b8dbb5ce2
6
+ metadata.gz: 2afe9ba9cd78a82b59fa871c8a7b0b0d816bb105bebff34539b7637b14e9e2afe9024b41ec13ea6441500cfd0aa642c989053983c88213a527640262e6a6d8ef
7
+ data.tar.gz: 8d05a9a552c282b6777df09577e6d1ff24d6a2da31f550160d9805ae8de83388cfe63adff6911c7c190b86fea913372683d25522e1b4fc153311a846ff894a5a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudfunctions_v1
2
2
 
3
+ ### v0.29.0 (2022-08-12)
4
+
5
+ * Regenerated from discovery document revision 20220805
6
+
7
+ ### v0.28.0 (2022-07-16)
8
+
9
+ * Regenerated from discovery document revision 20220707
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.27.0 (2022-07-02)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.26.0 (2022-06-19)
4
17
 
5
18
  * Regenerated using generator version 0.7.0
@@ -123,25 +123,28 @@ module Google
123
123
  # anyone who is authenticated with a Google account or a service account. * `
124
124
  # user:`emailid``: An email address that represents a specific Google account.
125
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`.
126
+ # address that represents a Google service account. For example, `my-other-app@
127
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
128
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
129
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
130
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
131
+ # . * `group:`emailid``: An email address that represents a Google group. For
132
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
133
+ # email address (plus unique identifier) representing a user that has been
134
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
135
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
136
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
137
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
138
+ # representing a service account that has been recently deleted. For example, `
139
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
140
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
141
+ # and the undeleted service account retains the role in the binding. * `deleted:
142
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
143
+ # representing a Google group that has been recently deleted. For example, `
144
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
145
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
146
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
147
+ # all the users of that domain. For example, `google.com` or `example.com`.
145
148
  # Corresponds to the JSON property `members`
146
149
  # @return [Array<String>]
147
150
  attr_accessor :members
@@ -730,6 +733,156 @@ module Google
730
733
  end
731
734
  end
732
735
 
736
+ # Represents the metadata of the long-running operation.
737
+ class GoogleCloudFunctionsV2OperationMetadata
738
+ include Google::Apis::Core::Hashable
739
+
740
+ # API version used to start the operation.
741
+ # Corresponds to the JSON property `apiVersion`
742
+ # @return [String]
743
+ attr_accessor :api_version
744
+
745
+ # Identifies whether the user has requested cancellation of the operation.
746
+ # Operations that have successfully been cancelled have Operation.error value
747
+ # with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
748
+ # Corresponds to the JSON property `cancelRequested`
749
+ # @return [Boolean]
750
+ attr_accessor :cancel_requested
751
+ alias_method :cancel_requested?, :cancel_requested
752
+
753
+ # The time the operation was created.
754
+ # Corresponds to the JSON property `createTime`
755
+ # @return [String]
756
+ attr_accessor :create_time
757
+
758
+ # The time the operation finished running.
759
+ # Corresponds to the JSON property `endTime`
760
+ # @return [String]
761
+ attr_accessor :end_time
762
+
763
+ # The original request that started the operation.
764
+ # Corresponds to the JSON property `requestResource`
765
+ # @return [Hash<String,Object>]
766
+ attr_accessor :request_resource
767
+
768
+ # Mechanism for reporting in-progress stages
769
+ # Corresponds to the JSON property `stages`
770
+ # @return [Array<Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2Stage>]
771
+ attr_accessor :stages
772
+
773
+ # Human-readable status of the operation, if any.
774
+ # Corresponds to the JSON property `statusDetail`
775
+ # @return [String]
776
+ attr_accessor :status_detail
777
+
778
+ # Server-defined resource path for the target of the operation.
779
+ # Corresponds to the JSON property `target`
780
+ # @return [String]
781
+ attr_accessor :target
782
+
783
+ # Name of the verb executed by the operation.
784
+ # Corresponds to the JSON property `verb`
785
+ # @return [String]
786
+ attr_accessor :verb
787
+
788
+ def initialize(**args)
789
+ update!(**args)
790
+ end
791
+
792
+ # Update properties of this object
793
+ def update!(**args)
794
+ @api_version = args[:api_version] if args.key?(:api_version)
795
+ @cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
796
+ @create_time = args[:create_time] if args.key?(:create_time)
797
+ @end_time = args[:end_time] if args.key?(:end_time)
798
+ @request_resource = args[:request_resource] if args.key?(:request_resource)
799
+ @stages = args[:stages] if args.key?(:stages)
800
+ @status_detail = args[:status_detail] if args.key?(:status_detail)
801
+ @target = args[:target] if args.key?(:target)
802
+ @verb = args[:verb] if args.key?(:verb)
803
+ end
804
+ end
805
+
806
+ # Each Stage of the deployment process
807
+ class GoogleCloudFunctionsV2Stage
808
+ include Google::Apis::Core::Hashable
809
+
810
+ # Message describing the Stage
811
+ # Corresponds to the JSON property `message`
812
+ # @return [String]
813
+ attr_accessor :message
814
+
815
+ # Name of the Stage. This will be unique for each Stage.
816
+ # Corresponds to the JSON property `name`
817
+ # @return [String]
818
+ attr_accessor :name
819
+
820
+ # Resource of the Stage
821
+ # Corresponds to the JSON property `resource`
822
+ # @return [String]
823
+ attr_accessor :resource
824
+
825
+ # Link to the current Stage resource
826
+ # Corresponds to the JSON property `resourceUri`
827
+ # @return [String]
828
+ attr_accessor :resource_uri
829
+
830
+ # Current state of the Stage
831
+ # Corresponds to the JSON property `state`
832
+ # @return [String]
833
+ attr_accessor :state
834
+
835
+ # State messages from the current Stage.
836
+ # Corresponds to the JSON property `stateMessages`
837
+ # @return [Array<Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2StateMessage>]
838
+ attr_accessor :state_messages
839
+
840
+ def initialize(**args)
841
+ update!(**args)
842
+ end
843
+
844
+ # Update properties of this object
845
+ def update!(**args)
846
+ @message = args[:message] if args.key?(:message)
847
+ @name = args[:name] if args.key?(:name)
848
+ @resource = args[:resource] if args.key?(:resource)
849
+ @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
850
+ @state = args[:state] if args.key?(:state)
851
+ @state_messages = args[:state_messages] if args.key?(:state_messages)
852
+ end
853
+ end
854
+
855
+ # Informational messages about the state of the Cloud Function or Operation.
856
+ class GoogleCloudFunctionsV2StateMessage
857
+ include Google::Apis::Core::Hashable
858
+
859
+ # The message.
860
+ # Corresponds to the JSON property `message`
861
+ # @return [String]
862
+ attr_accessor :message
863
+
864
+ # Severity of the state message.
865
+ # Corresponds to the JSON property `severity`
866
+ # @return [String]
867
+ attr_accessor :severity
868
+
869
+ # One-word CamelCase type of the state message.
870
+ # Corresponds to the JSON property `type`
871
+ # @return [String]
872
+ attr_accessor :type
873
+
874
+ def initialize(**args)
875
+ update!(**args)
876
+ end
877
+
878
+ # Update properties of this object
879
+ def update!(**args)
880
+ @message = args[:message] if args.key?(:message)
881
+ @severity = args[:severity] if args.key?(:severity)
882
+ @type = args[:type] if args.key?(:type)
883
+ end
884
+ end
885
+
733
886
  # Represents the metadata of the long-running operation.
734
887
  class GoogleCloudFunctionsV2alphaOperationMetadata
735
888
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV1
18
18
  # Version of the google-apis-cloudfunctions_v1 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220509"
25
+ REVISION = "20220805"
26
26
  end
27
27
  end
28
28
  end
@@ -100,6 +100,24 @@ module Google
100
100
  include Google::Apis::Core::JsonObjectSupport
101
101
  end
102
102
 
103
+ class GoogleCloudFunctionsV2OperationMetadata
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleCloudFunctionsV2Stage
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class GoogleCloudFunctionsV2StateMessage
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
103
121
  class GoogleCloudFunctionsV2alphaOperationMetadata
104
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
123
 
@@ -382,6 +400,44 @@ module Google
382
400
  end
383
401
  end
384
402
 
403
+ class GoogleCloudFunctionsV2OperationMetadata
404
+ # @private
405
+ class Representation < Google::Apis::Core::JsonRepresentation
406
+ property :api_version, as: 'apiVersion'
407
+ property :cancel_requested, as: 'cancelRequested'
408
+ property :create_time, as: 'createTime'
409
+ property :end_time, as: 'endTime'
410
+ hash :request_resource, as: 'requestResource'
411
+ collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2Stage, decorator: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2Stage::Representation
412
+
413
+ property :status_detail, as: 'statusDetail'
414
+ property :target, as: 'target'
415
+ property :verb, as: 'verb'
416
+ end
417
+ end
418
+
419
+ class GoogleCloudFunctionsV2Stage
420
+ # @private
421
+ class Representation < Google::Apis::Core::JsonRepresentation
422
+ property :message, as: 'message'
423
+ property :name, as: 'name'
424
+ property :resource, as: 'resource'
425
+ property :resource_uri, as: 'resourceUri'
426
+ property :state, as: 'state'
427
+ collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2StateMessage, decorator: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2StateMessage::Representation
428
+
429
+ end
430
+ end
431
+
432
+ class GoogleCloudFunctionsV2StateMessage
433
+ # @private
434
+ class Representation < Google::Apis::Core::JsonRepresentation
435
+ property :message, as: 'message'
436
+ property :severity, as: 'severity'
437
+ property :type, as: 'type'
438
+ end
439
+ end
440
+
385
441
  class GoogleCloudFunctionsV2alphaOperationMetadata
386
442
  # @private
387
443
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.29.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-06-20 00:00:00.000000000 Z
11
+ date: 2022-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v1
63
63
  post_install_message:
64
64
  rdoc_options: []