google-apis-cloudfunctions_v2alpha 0.37.0 → 0.39.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: 5e4f13d5ddc9c0019a2e1f3cb9743348f6cda55fb6ffc3cfd4e0b251b2ffb12a
4
- data.tar.gz: c40cc3624cf6ebb3294681af65871e95ffbff790366e15339cbc24e0c88275e1
3
+ metadata.gz: 45453d6b26db82f0bddbd07889a20dee363d374595cde9b430fe8acee39511cc
4
+ data.tar.gz: fa9acc3dae77fb9009d30b4d2d05c00ce13611f10585c108ee437f6d21be5c6a
5
5
  SHA512:
6
- metadata.gz: 1db59ac8a0bf06cb5ad77d0d0ef379a676fe46c49a7c1cf8b2479d7b4549cb2bdc8dc37817de9e12bcf873e777e7ef4566d96e7d8f59109114cabcaff62969f7
7
- data.tar.gz: a27d735fd5ff4a0a24e91eccba8552db8b96632c5faf373fcbef85ec8b71cdb77d768b8a2056aa78379cf84895cb17aec77e03d8626c4f1ff700edc1723e9a41
6
+ metadata.gz: 4c65cb7a6029e604553593659e1737eeb57e1980bd7787aa03eeb03242f3c246621b1c1c42bd6d0f536d76167928c1034b588f35a3b17af585b5860c1bd98b41
7
+ data.tar.gz: d00be9e868592cb50395ecaedb5bfb029b58720dceeb295306f073ec99e64de6d0a189fbafb237f76d8863d7e70d67871bca68721b3bac5e67298d026d75e364
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudfunctions_v2alpha
2
2
 
3
+ ### v0.39.0 (2024-01-23)
4
+
5
+ * Regenerated from discovery document revision 20240104
6
+ * Regenerated using generator version 0.13.0
7
+
8
+ ### v0.38.0 (2023-12-17)
9
+
10
+ * Regenerated from discovery document revision 20231207
11
+
3
12
  ### v0.37.0 (2023-12-10)
4
13
 
5
14
  * Regenerated from discovery document revision 20231130
@@ -93,6 +93,20 @@ module Google
93
93
  end
94
94
  end
95
95
 
96
+ # Security patches are applied automatically to the runtime without requiring
97
+ # the function to be redeployed.
98
+ class AutomaticUpdatePolicy
99
+ include Google::Apis::Core::Hashable
100
+
101
+ def initialize(**args)
102
+ update!(**args)
103
+ end
104
+
105
+ # Update properties of this object
106
+ def update!(**args)
107
+ end
108
+ end
109
+
96
110
  # Associates `members`, or principals, with a `role`.
97
111
  class Binding
98
112
  include Google::Apis::Core::Hashable
@@ -132,21 +146,43 @@ module Google
132
146
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
133
147
  # email address that represents a Google group. For example, `admins@example.com`
134
148
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
135
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
136
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
137
- # representing a user that has been recently deleted. For example, `alice@
138
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
139
- # reverts to `user:`emailid`` and the recovered user retains the role in the
140
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
141
- # (plus unique identifier) representing a service account that has been recently
142
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
149
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
150
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
151
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
152
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
153
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
154
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
155
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
156
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
157
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
158
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
159
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
160
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
161
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
162
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
163
+ # googleapis.com/projects/`project_number`/locations/global/
164
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
165
+ # All identities in a workload identity pool with a certain attribute. * `
166
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
167
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
168
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
169
+ # identifier) representing a user that has been recently deleted. For example, `
170
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
171
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
172
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
173
+ # address (plus unique identifier) representing a service account that has been
174
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
143
175
  # 123456789012345678901`. If the service account is undeleted, this value
144
176
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
145
177
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
146
178
  # An email address (plus unique identifier) representing a Google group that has
147
179
  # been recently deleted. For example, `admins@example.com?uid=
148
180
  # 123456789012345678901`. If the group is recovered, this value reverts to `
149
- # group:`emailid`` and the recovered group retains the role in the binding.
181
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
182
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
183
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
184
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
185
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
150
186
  # Corresponds to the JSON property `members`
151
187
  # @return [Array<String>]
152
188
  attr_accessor :members
@@ -174,6 +210,12 @@ module Google
174
210
  class BuildConfig
175
211
  include Google::Apis::Core::Hashable
176
212
 
213
+ # Security patches are applied automatically to the runtime without requiring
214
+ # the function to be redeployed.
215
+ # Corresponds to the JSON property `automaticUpdatePolicy`
216
+ # @return [Google::Apis::CloudfunctionsV2alpha::AutomaticUpdatePolicy]
217
+ attr_accessor :automatic_update_policy
218
+
177
219
  # Output only. The Cloud Build name of the latest successful deployment of the
178
220
  # function.
179
221
  # Corresponds to the JSON property `build`
@@ -190,10 +232,10 @@ module Google
190
232
  # @return [String]
191
233
  attr_accessor :docker_registry
192
234
 
193
- # User managed repository created in Artifact Registry optionally with a
194
- # customer managed encryption key. This is the repository to which the function
195
- # docker image will be pushed after it is built by Cloud Build. If unspecified,
196
- # GCF will create and use a repository named 'gcf-artifacts' for every deployed
235
+ # Repository in Artifact Registry to which the function docker image will be
236
+ # pushed after it is built by Cloud Build. If specified by user, it is created
237
+ # and managed by user with a customer managed encryption key. Otherwise, GCF
238
+ # will create and use a repository named 'gcf-artifacts' for every deployed
197
239
  # region. It must match the pattern `projects/`project`/locations/`location`/
198
240
  # repositories/`repository``. Cross-project repositories are not supported.
199
241
  # Cross-location repositories are not supported. Repository format must be '
@@ -216,6 +258,11 @@ module Google
216
258
  # @return [Hash<String,String>]
217
259
  attr_accessor :environment_variables
218
260
 
261
+ # Security patches are only applied when a function is redeployed.
262
+ # Corresponds to the JSON property `onDeployUpdatePolicy`
263
+ # @return [Google::Apis::CloudfunctionsV2alpha::OnDeployUpdatePolicy]
264
+ attr_accessor :on_deploy_update_policy
265
+
219
266
  # The runtime in which to run the function. Required when deploying a new
220
267
  # function, optional when updating an existing function. For a complete list of
221
268
  # possible choices, see the [`gcloud` command reference](https://cloud.google.
@@ -224,6 +271,11 @@ module Google
224
271
  # @return [String]
225
272
  attr_accessor :runtime
226
273
 
274
+ # [Preview] Service account to be used for building the container
275
+ # Corresponds to the JSON property `serviceAccount`
276
+ # @return [String]
277
+ attr_accessor :service_account
278
+
227
279
  # The location of the function source code.
228
280
  # Corresponds to the JSON property `source`
229
281
  # @return [Google::Apis::CloudfunctionsV2alpha::Source]
@@ -259,12 +311,15 @@ module Google
259
311
 
260
312
  # Update properties of this object
261
313
  def update!(**args)
314
+ @automatic_update_policy = args[:automatic_update_policy] if args.key?(:automatic_update_policy)
262
315
  @build = args[:build] if args.key?(:build)
263
316
  @docker_registry = args[:docker_registry] if args.key?(:docker_registry)
264
317
  @docker_repository = args[:docker_repository] if args.key?(:docker_repository)
265
318
  @entry_point = args[:entry_point] if args.key?(:entry_point)
266
319
  @environment_variables = args[:environment_variables] if args.key?(:environment_variables)
320
+ @on_deploy_update_policy = args[:on_deploy_update_policy] if args.key?(:on_deploy_update_policy)
267
321
  @runtime = args[:runtime] if args.key?(:runtime)
322
+ @service_account = args[:service_account] if args.key?(:service_account)
268
323
  @source = args[:source] if args.key?(:source)
269
324
  @source_provenance = args[:source_provenance] if args.key?(:source_provenance)
270
325
  @source_token = args[:source_token] if args.key?(:source_token)
@@ -622,6 +677,13 @@ module Google
622
677
  class GenerateUploadUrlRequest
623
678
  include Google::Apis::Core::Hashable
624
679
 
680
+ # The function environment the generated upload url will be used for. The upload
681
+ # url for 2nd Gen functions can also be used for 1st gen functions, but not vice
682
+ # versa. If not specified, 2nd generation-style upload URLs are generated.
683
+ # Corresponds to the JSON property `environment`
684
+ # @return [String]
685
+ attr_accessor :environment
686
+
625
687
  # [Preview] Resource name of a KMS crypto key (managed by the user) used to
626
688
  # encrypt/decrypt function source code objects in intermediate Cloud Storage
627
689
  # buckets. When you generate an upload url and upload your source code, it gets
@@ -643,6 +705,7 @@ module Google
643
705
 
644
706
  # Update properties of this object
645
707
  def update!(**args)
708
+ @environment = args[:environment] if args.key?(:environment)
646
709
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
647
710
  end
648
711
  end
@@ -721,6 +784,11 @@ module Google
721
784
  # @return [String]
722
785
  attr_accessor :end_time
723
786
 
787
+ # The operation type.
788
+ # Corresponds to the JSON property `operationType`
789
+ # @return [String]
790
+ attr_accessor :operation_type
791
+
724
792
  # The original request that started the operation.
725
793
  # Corresponds to the JSON property `requestResource`
726
794
  # @return [Hash<String,Object>]
@@ -762,6 +830,7 @@ module Google
762
830
  @cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
763
831
  @create_time = args[:create_time] if args.key?(:create_time)
764
832
  @end_time = args[:end_time] if args.key?(:end_time)
833
+ @operation_type = args[:operation_type] if args.key?(:operation_type)
765
834
  @request_resource = args[:request_resource] if args.key?(:request_resource)
766
835
  @source_token = args[:source_token] if args.key?(:source_token)
767
836
  @stages = args[:stages] if args.key?(:stages)
@@ -898,6 +967,11 @@ module Google
898
967
  # @return [String]
899
968
  attr_accessor :end_time
900
969
 
970
+ # The operation type.
971
+ # Corresponds to the JSON property `operationType`
972
+ # @return [String]
973
+ attr_accessor :operation_type
974
+
901
975
  # The original request that started the operation.
902
976
  # Corresponds to the JSON property `requestResource`
903
977
  # @return [Hash<String,Object>]
@@ -939,6 +1013,7 @@ module Google
939
1013
  @cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
940
1014
  @create_time = args[:create_time] if args.key?(:create_time)
941
1015
  @end_time = args[:end_time] if args.key?(:end_time)
1016
+ @operation_type = args[:operation_type] if args.key?(:operation_type)
942
1017
  @request_resource = args[:request_resource] if args.key?(:request_resource)
943
1018
  @source_token = args[:source_token] if args.key?(:source_token)
944
1019
  @stages = args[:stages] if args.key?(:stages)
@@ -1075,6 +1150,11 @@ module Google
1075
1150
  # @return [String]
1076
1151
  attr_accessor :end_time
1077
1152
 
1153
+ # The operation type.
1154
+ # Corresponds to the JSON property `operationType`
1155
+ # @return [String]
1156
+ attr_accessor :operation_type
1157
+
1078
1158
  # The original request that started the operation.
1079
1159
  # Corresponds to the JSON property `requestResource`
1080
1160
  # @return [Hash<String,Object>]
@@ -1116,6 +1196,7 @@ module Google
1116
1196
  @cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
1117
1197
  @create_time = args[:create_time] if args.key?(:create_time)
1118
1198
  @end_time = args[:end_time] if args.key?(:end_time)
1199
+ @operation_type = args[:operation_type] if args.key?(:operation_type)
1119
1200
  @request_resource = args[:request_resource] if args.key?(:request_resource)
1120
1201
  @source_token = args[:source_token] if args.key?(:source_token)
1121
1202
  @stages = args[:stages] if args.key?(:stages)
@@ -1354,6 +1435,26 @@ module Google
1354
1435
  end
1355
1436
  end
1356
1437
 
1438
+ # Security patches are only applied when a function is redeployed.
1439
+ class OnDeployUpdatePolicy
1440
+ include Google::Apis::Core::Hashable
1441
+
1442
+ # Output only. contains the runtime version which was used during latest
1443
+ # function deployment.
1444
+ # Corresponds to the JSON property `runtimeVersion`
1445
+ # @return [String]
1446
+ attr_accessor :runtime_version
1447
+
1448
+ def initialize(**args)
1449
+ update!(**args)
1450
+ end
1451
+
1452
+ # Update properties of this object
1453
+ def update!(**args)
1454
+ @runtime_version = args[:runtime_version] if args.key?(:runtime_version)
1455
+ end
1456
+ end
1457
+
1357
1458
  # This resource represents a long-running operation that is the result of a
1358
1459
  # network API call.
1359
1460
  class Operation
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV2alpha
18
18
  # Version of the google-apis-cloudfunctions_v2alpha gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231130"
25
+ REVISION = "20240104"
26
26
  end
27
27
  end
28
28
  end
@@ -34,6 +34,12 @@ module Google
34
34
  include Google::Apis::Core::JsonObjectSupport
35
35
  end
36
36
 
37
+ class AutomaticUpdatePolicy
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
37
43
  class Binding
38
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
45
 
@@ -202,6 +208,12 @@ module Google
202
208
  include Google::Apis::Core::JsonObjectSupport
203
209
  end
204
210
 
211
+ class OnDeployUpdatePolicy
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
205
217
  class Operation
206
218
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
219
 
@@ -315,6 +327,12 @@ module Google
315
327
  end
316
328
  end
317
329
 
330
+ class AutomaticUpdatePolicy
331
+ # @private
332
+ class Representation < Google::Apis::Core::JsonRepresentation
333
+ end
334
+ end
335
+
318
336
  class Binding
319
337
  # @private
320
338
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -328,12 +346,17 @@ module Google
328
346
  class BuildConfig
329
347
  # @private
330
348
  class Representation < Google::Apis::Core::JsonRepresentation
349
+ property :automatic_update_policy, as: 'automaticUpdatePolicy', class: Google::Apis::CloudfunctionsV2alpha::AutomaticUpdatePolicy, decorator: Google::Apis::CloudfunctionsV2alpha::AutomaticUpdatePolicy::Representation
350
+
331
351
  property :build, as: 'build'
332
352
  property :docker_registry, as: 'dockerRegistry'
333
353
  property :docker_repository, as: 'dockerRepository'
334
354
  property :entry_point, as: 'entryPoint'
335
355
  hash :environment_variables, as: 'environmentVariables'
356
+ property :on_deploy_update_policy, as: 'onDeployUpdatePolicy', class: Google::Apis::CloudfunctionsV2alpha::OnDeployUpdatePolicy, decorator: Google::Apis::CloudfunctionsV2alpha::OnDeployUpdatePolicy::Representation
357
+
336
358
  property :runtime, as: 'runtime'
359
+ property :service_account, as: 'serviceAccount'
337
360
  property :source, as: 'source', class: Google::Apis::CloudfunctionsV2alpha::Source, decorator: Google::Apis::CloudfunctionsV2alpha::Source::Representation
338
361
 
339
362
  property :source_provenance, as: 'sourceProvenance', class: Google::Apis::CloudfunctionsV2alpha::SourceProvenance, decorator: Google::Apis::CloudfunctionsV2alpha::SourceProvenance::Representation
@@ -426,6 +449,7 @@ module Google
426
449
  class GenerateUploadUrlRequest
427
450
  # @private
428
451
  class Representation < Google::Apis::Core::JsonRepresentation
452
+ property :environment, as: 'environment'
429
453
  property :kms_key_name, as: 'kmsKeyName'
430
454
  end
431
455
  end
@@ -453,6 +477,7 @@ module Google
453
477
  property :cancel_requested, as: 'cancelRequested'
454
478
  property :create_time, as: 'createTime'
455
479
  property :end_time, as: 'endTime'
480
+ property :operation_type, as: 'operationType'
456
481
  hash :request_resource, as: 'requestResource'
457
482
  property :source_token, as: 'sourceToken'
458
483
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage::Representation
@@ -499,6 +524,7 @@ module Google
499
524
  property :cancel_requested, as: 'cancelRequested'
500
525
  property :create_time, as: 'createTime'
501
526
  property :end_time, as: 'endTime'
527
+ property :operation_type, as: 'operationType'
502
528
  hash :request_resource, as: 'requestResource'
503
529
  property :source_token, as: 'sourceToken'
504
530
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage::Representation
@@ -545,6 +571,7 @@ module Google
545
571
  property :cancel_requested, as: 'cancelRequested'
546
572
  property :create_time, as: 'createTime'
547
573
  property :end_time, as: 'endTime'
574
+ property :operation_type, as: 'operationType'
548
575
  hash :request_resource, as: 'requestResource'
549
576
  property :source_token, as: 'sourceToken'
550
577
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStage::Representation
@@ -624,6 +651,13 @@ module Google
624
651
  end
625
652
  end
626
653
 
654
+ class OnDeployUpdatePolicy
655
+ # @private
656
+ class Representation < Google::Apis::Core::JsonRepresentation
657
+ property :runtime_version, as: 'runtimeVersion'
658
+ end
659
+ end
660
+
627
661
  class Operation
628
662
  # @private
629
663
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/functions
34
34
  class CloudFunctionsService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://cloudfunctions.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://cloudfunctions.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-cloudfunctions_v2alpha',
48
50
  client_version: Google::Apis::CloudfunctionsV2alpha::GEM_VERSION)
49
51
  @batch_path = 'batch'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.39.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: 2023-12-10 00:00:00.000000000 Z
11
+ date: 2024-01-23 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.11.0
19
+ version: 0.12.0
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.11.0
29
+ version: 0.12.0
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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Functions API V2alpha