google-apis-cloudfunctions_v2alpha 0.25.0 → 0.26.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: 596150b15b467ff233f90cd5ebd03244d3b69e8362675fc50f71dfaae74f536a
4
- data.tar.gz: 8a1cc9b95c8bec2ce5396c45e196806201c575aed7b07cf1356480e1ab482327
3
+ metadata.gz: 9bb63377bd8b8c5bae952183b95de61c745b3fa6a2cee2f6fd405ccd5dc3981c
4
+ data.tar.gz: 3e9ab6ad9453a43dd826387638294e33a22b785c56eeb0b83a9d52686bdab8dd
5
5
  SHA512:
6
- metadata.gz: 2c57d29c47a5725adffae6cfd8d4f3700c2dfd7be4744fa6e1265165d350cd1c02269039a15a525edd6d28499c8edc1447c120b00ac903edbd7773f0836388c5
7
- data.tar.gz: ab6f50abd4bc10e7d6b3fa07ca2191dc28553124bc8139a381e7b6df0cc1f383b3874bf8fec25138c3ecc9788d080b2ab31874c86cddec0cde4859f7e8d9d3a7
6
+ metadata.gz: d481e7e14ceb4784faa04d63ec5ffac4ad98b81536fab93ebb732b60baa559a5b8b1b041923296db9a75f9afbb30706ecabef71f6d89a6f6278f0b821c4d4afc
7
+ data.tar.gz: e6466dd198059bd9ac8b15c6a80cd3075b583cbdfe9c7cb974c1cdf4e7718a5a0a4e08b827922d2c28a00b487680f7598c55110b2e7e04397bdfbd6acc59137d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2alpha
2
2
 
3
+ ### v0.26.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230406
6
+
3
7
  ### v0.25.0 (2023-04-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230323
@@ -180,13 +180,8 @@ module Google
180
180
  # @return [String]
181
181
  attr_accessor :build
182
182
 
183
- # Specifies one of the Google provided buildpack stacks.
184
- # Corresponds to the JSON property `buildpackStack`
185
- # @return [String]
186
- attr_accessor :buildpack_stack
187
-
188
- # Optional. Docker Registry to use for this deployment. This configuration is
189
- # only applicable to 1st Gen functions, 2nd Gen functions can only use Artifact
183
+ # Docker Registry to use for this deployment. This configuration is only
184
+ # applicable to 1st Gen functions, 2nd Gen functions can only use Artifact
190
185
  # Registry. If `docker_repository` field is specified, this field will be
191
186
  # automatically set as `ARTIFACT_REGISTRY`. If unspecified, it currently
192
187
  # defaults to `CONTAINER_REGISTRY`. This field may be overridden by the backend
@@ -259,7 +254,6 @@ module Google
259
254
  # Update properties of this object
260
255
  def update!(**args)
261
256
  @build = args[:build] if args.key?(:build)
262
- @buildpack_stack = args[:buildpack_stack] if args.key?(:buildpack_stack)
263
257
  @docker_registry = args[:docker_registry] if args.key?(:docker_registry)
264
258
  @docker_repository = args[:docker_repository] if args.key?(:docker_repository)
265
259
  @entry_point = args[:entry_point] if args.key?(:entry_point)
@@ -461,9 +455,9 @@ module Google
461
455
  # @return [Google::Apis::CloudfunctionsV2alpha::EventTrigger]
462
456
  attr_accessor :event_trigger
463
457
 
464
- # Resource name of a KMS crypto key (managed by the user) used to encrypt/
465
- # decrypt function resources. It must match the pattern `projects/`project`/
466
- # locations/`location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``.
458
+ # [Preview] Resource name of a KMS crypto key (managed by the user) used to
459
+ # encrypt/decrypt function resources. It must match the pattern `projects/`
460
+ # project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``.
467
461
  # Corresponds to the JSON property `kmsKeyName`
468
462
  # @return [String]
469
463
  attr_accessor :kms_key_name
@@ -480,7 +474,7 @@ module Google
480
474
  attr_accessor :name
481
475
 
482
476
  # Describes the Service being deployed. Currently Supported : Cloud Run (fully
483
- # managed). Next tag: 23
477
+ # managed).
484
478
  # Corresponds to the JSON property `serviceConfig`
485
479
  # @return [Google::Apis::CloudfunctionsV2alpha::ServiceConfig]
486
480
  attr_accessor :service_config
@@ -557,14 +551,14 @@ module Google
557
551
  class GenerateUploadUrlRequest
558
552
  include Google::Apis::Core::Hashable
559
553
 
560
- # Resource name of a KMS crypto key (managed by the user) used to encrypt/
561
- # decrypt function source code objects in intermediate Cloud Storage buckets.
562
- # When you generate an upload url and upload your source code, it gets copied to
563
- # an intermediate Cloud Storage bucket. The source code is then copied to a
564
- # versioned directory in the sources bucket in the consumer project during the
565
- # function deployment. It must match the pattern `projects/`project`/locations/`
566
- # location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``. The Google Cloud
567
- # Functions service account (service-`project_number`@gcf-admin-robot.iam.
554
+ # [Preview] Resource name of a KMS crypto key (managed by the user) used to
555
+ # encrypt/decrypt function source code objects in intermediate Cloud Storage
556
+ # buckets. When you generate an upload url and upload your source code, it gets
557
+ # copied to an intermediate Cloud Storage bucket. The source code is then copied
558
+ # to a versioned directory in the sources bucket in the consumer project during
559
+ # the function deployment. It must match the pattern `projects/`project`/
560
+ # locations/`location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``. The Google
561
+ # Cloud Functions service account (service-`project_number`@gcf-admin-robot.iam.
568
562
  # gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey Encrypter/
569
563
  # Decrypter (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the Key/KeyRing/
570
564
  # Project/Organization (least access preferred).
@@ -759,6 +753,25 @@ module Google
759
753
  end
760
754
  end
761
755
 
756
+ # Extra GCF specific location information.
757
+ class GoogleCloudFunctionsV2alphaLocationMetadata
758
+ include Google::Apis::Core::Hashable
759
+
760
+ # The Cloud Function environments this location supports.
761
+ # Corresponds to the JSON property `environments`
762
+ # @return [Array<String>]
763
+ attr_accessor :environments
764
+
765
+ def initialize(**args)
766
+ update!(**args)
767
+ end
768
+
769
+ # Update properties of this object
770
+ def update!(**args)
771
+ @environments = args[:environments] if args.key?(:environments)
772
+ end
773
+ end
774
+
762
775
  # Represents the metadata of the long-running operation.
763
776
  class GoogleCloudFunctionsV2alphaOperationMetadata
764
777
  include Google::Apis::Core::Hashable
@@ -793,7 +806,7 @@ module Google
793
806
 
794
807
  # Mechanism for reporting in-progress stages
795
808
  # Corresponds to the JSON property `stages`
796
- # @return [Array<Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage>]
809
+ # @return [Array<Google::Apis::CloudfunctionsV2alpha::Stage>]
797
810
  attr_accessor :stages
798
811
 
799
812
  # Human-readable status of the operation, if any.
@@ -829,39 +842,24 @@ module Google
829
842
  end
830
843
  end
831
844
 
832
- # Each Stage of the deployment process
833
- class GoogleCloudFunctionsV2alphaStage
845
+ # Informational messages about the state of the Cloud Function or Operation.
846
+ class GoogleCloudFunctionsV2alphaStateMessage
834
847
  include Google::Apis::Core::Hashable
835
848
 
836
- # Message describing the Stage
849
+ # The message.
837
850
  # Corresponds to the JSON property `message`
838
851
  # @return [String]
839
852
  attr_accessor :message
840
853
 
841
- # Name of the Stage. This will be unique for each Stage.
842
- # Corresponds to the JSON property `name`
843
- # @return [String]
844
- attr_accessor :name
845
-
846
- # Resource of the Stage
847
- # Corresponds to the JSON property `resource`
848
- # @return [String]
849
- attr_accessor :resource
850
-
851
- # Link to the current Stage resource
852
- # Corresponds to the JSON property `resourceUri`
854
+ # Severity of the state message.
855
+ # Corresponds to the JSON property `severity`
853
856
  # @return [String]
854
- attr_accessor :resource_uri
857
+ attr_accessor :severity
855
858
 
856
- # Current state of the Stage
857
- # Corresponds to the JSON property `state`
859
+ # One-word CamelCase type of the state message.
860
+ # Corresponds to the JSON property `type`
858
861
  # @return [String]
859
- attr_accessor :state
860
-
861
- # State messages from the current Stage.
862
- # Corresponds to the JSON property `stateMessages`
863
- # @return [Array<Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage>]
864
- attr_accessor :state_messages
862
+ attr_accessor :type
865
863
 
866
864
  def initialize(**args)
867
865
  update!(**args)
@@ -870,32 +868,19 @@ module Google
870
868
  # Update properties of this object
871
869
  def update!(**args)
872
870
  @message = args[:message] if args.key?(:message)
873
- @name = args[:name] if args.key?(:name)
874
- @resource = args[:resource] if args.key?(:resource)
875
- @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
876
- @state = args[:state] if args.key?(:state)
877
- @state_messages = args[:state_messages] if args.key?(:state_messages)
871
+ @severity = args[:severity] if args.key?(:severity)
872
+ @type = args[:type] if args.key?(:type)
878
873
  end
879
874
  end
880
875
 
881
- # Informational messages about the state of the Cloud Function or Operation.
882
- class GoogleCloudFunctionsV2alphaStateMessage
876
+ # Extra GCF specific location information.
877
+ class GoogleCloudFunctionsV2betaLocationMetadata
883
878
  include Google::Apis::Core::Hashable
884
879
 
885
- # The message.
886
- # Corresponds to the JSON property `message`
887
- # @return [String]
888
- attr_accessor :message
889
-
890
- # Severity of the state message.
891
- # Corresponds to the JSON property `severity`
892
- # @return [String]
893
- attr_accessor :severity
894
-
895
- # One-word CamelCase type of the state message.
896
- # Corresponds to the JSON property `type`
897
- # @return [String]
898
- attr_accessor :type
880
+ # The Cloud Function environments this location supports.
881
+ # Corresponds to the JSON property `environments`
882
+ # @return [Array<String>]
883
+ attr_accessor :environments
899
884
 
900
885
  def initialize(**args)
901
886
  update!(**args)
@@ -903,9 +888,7 @@ module Google
903
888
 
904
889
  # Update properties of this object
905
890
  def update!(**args)
906
- @message = args[:message] if args.key?(:message)
907
- @severity = args[:severity] if args.key?(:severity)
908
- @type = args[:type] if args.key?(:type)
891
+ @environments = args[:environments] if args.key?(:environments)
909
892
  end
910
893
  end
911
894
 
@@ -1208,6 +1191,25 @@ module Google
1208
1191
  end
1209
1192
  end
1210
1193
 
1194
+ # Extra GCF specific location information.
1195
+ class LocationMetadata
1196
+ include Google::Apis::Core::Hashable
1197
+
1198
+ # The Cloud Function environments this location supports.
1199
+ # Corresponds to the JSON property `environments`
1200
+ # @return [Array<String>]
1201
+ attr_accessor :environments
1202
+
1203
+ def initialize(**args)
1204
+ update!(**args)
1205
+ end
1206
+
1207
+ # Update properties of this object
1208
+ def update!(**args)
1209
+ @environments = args[:environments] if args.key?(:environments)
1210
+ end
1211
+ end
1212
+
1211
1213
  # This resource represents a long-running operation that is the result of a
1212
1214
  # network API call.
1213
1215
  class Operation
@@ -1659,7 +1661,7 @@ module Google
1659
1661
  end
1660
1662
 
1661
1663
  # Describes the Service being deployed. Currently Supported : Cloud Run (fully
1662
- # managed). Next tag: 23
1664
+ # managed).
1663
1665
  class ServiceConfig
1664
1666
  include Google::Apis::Core::Hashable
1665
1667
 
@@ -1672,9 +1674,9 @@ module Google
1672
1674
  attr_accessor :all_traffic_on_latest_revision
1673
1675
  alias_method :all_traffic_on_latest_revision?, :all_traffic_on_latest_revision
1674
1676
 
1675
- # The number of CPUs used in a single container instance. Default value is
1676
- # calculated from available memory. Supports the same values as Cloud Run, see
1677
- # https://cloud.google.com/run/docs/reference/rest/v1/Container#
1677
+ # [Preview] The number of CPUs used in a single container instance. Default
1678
+ # value is calculated from available memory. Supports the same values as Cloud
1679
+ # Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#
1678
1680
  # resourcerequirements Example: "1" indicates 1 vCPU
1679
1681
  # Corresponds to the JSON property `availableCpu`
1680
1682
  # @return [String]
@@ -1709,8 +1711,8 @@ module Google
1709
1711
  # @return [Fixnum]
1710
1712
  attr_accessor :max_instance_count
1711
1713
 
1712
- # Sets the maximum number of concurrent requests that each instance can receive.
1713
- # Defaults to 1.
1714
+ # [Preview] Sets the maximum number of concurrent requests that each instance
1715
+ # can receive. Defaults to 1.
1714
1716
  # Corresponds to the JSON property `maxInstanceRequestConcurrency`
1715
1717
  # @return [Fixnum]
1716
1718
  attr_accessor :max_instance_request_concurrency
@@ -1916,6 +1918,55 @@ module Google
1916
1918
  end
1917
1919
  end
1918
1920
 
1921
+ # Each Stage of the deployment process
1922
+ class Stage
1923
+ include Google::Apis::Core::Hashable
1924
+
1925
+ # Message describing the Stage
1926
+ # Corresponds to the JSON property `message`
1927
+ # @return [String]
1928
+ attr_accessor :message
1929
+
1930
+ # Name of the Stage. This will be unique for each Stage.
1931
+ # Corresponds to the JSON property `name`
1932
+ # @return [String]
1933
+ attr_accessor :name
1934
+
1935
+ # Resource of the Stage
1936
+ # Corresponds to the JSON property `resource`
1937
+ # @return [String]
1938
+ attr_accessor :resource
1939
+
1940
+ # Link to the current Stage resource
1941
+ # Corresponds to the JSON property `resourceUri`
1942
+ # @return [String]
1943
+ attr_accessor :resource_uri
1944
+
1945
+ # Current state of the Stage
1946
+ # Corresponds to the JSON property `state`
1947
+ # @return [String]
1948
+ attr_accessor :state
1949
+
1950
+ # State messages from the current Stage.
1951
+ # Corresponds to the JSON property `stateMessages`
1952
+ # @return [Array<Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage>]
1953
+ attr_accessor :state_messages
1954
+
1955
+ def initialize(**args)
1956
+ update!(**args)
1957
+ end
1958
+
1959
+ # Update properties of this object
1960
+ def update!(**args)
1961
+ @message = args[:message] if args.key?(:message)
1962
+ @name = args[:name] if args.key?(:name)
1963
+ @resource = args[:resource] if args.key?(:resource)
1964
+ @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
1965
+ @state = args[:state] if args.key?(:state)
1966
+ @state_messages = args[:state_messages] if args.key?(:state_messages)
1967
+ end
1968
+ end
1969
+
1919
1970
  # The `Status` type defines a logical error model that is suitable for different
1920
1971
  # programming environments, including REST APIs and RPC APIs. It is used by [
1921
1972
  # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230323"
25
+ REVISION = "20230406"
26
26
  end
27
27
  end
28
28
  end
@@ -112,13 +112,13 @@ module Google
112
112
  include Google::Apis::Core::JsonObjectSupport
113
113
  end
114
114
 
115
- class GoogleCloudFunctionsV2alphaOperationMetadata
115
+ class GoogleCloudFunctionsV2alphaLocationMetadata
116
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
117
 
118
118
  include Google::Apis::Core::JsonObjectSupport
119
119
  end
120
120
 
121
- class GoogleCloudFunctionsV2alphaStage
121
+ class GoogleCloudFunctionsV2alphaOperationMetadata
122
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
123
123
 
124
124
  include Google::Apis::Core::JsonObjectSupport
@@ -130,6 +130,12 @@ module Google
130
130
  include Google::Apis::Core::JsonObjectSupport
131
131
  end
132
132
 
133
+ class GoogleCloudFunctionsV2betaLocationMetadata
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
133
139
  class GoogleCloudFunctionsV2betaOperationMetadata
134
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
141
 
@@ -178,6 +184,12 @@ module Google
178
184
  include Google::Apis::Core::JsonObjectSupport
179
185
  end
180
186
 
187
+ class LocationMetadata
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
181
193
  class Operation
182
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
195
 
@@ -250,6 +262,12 @@ module Google
250
262
  include Google::Apis::Core::JsonObjectSupport
251
263
  end
252
264
 
265
+ class Stage
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
253
271
  class Status
254
272
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
273
 
@@ -305,7 +323,6 @@ module Google
305
323
  # @private
306
324
  class Representation < Google::Apis::Core::JsonRepresentation
307
325
  property :build, as: 'build'
308
- property :buildpack_stack, as: 'buildpackStack'
309
326
  property :docker_registry, as: 'dockerRegistry'
310
327
  property :docker_repository, as: 'dockerRepository'
311
328
  property :entry_point, as: 'entryPoint'
@@ -441,6 +458,13 @@ module Google
441
458
  end
442
459
  end
443
460
 
461
+ class GoogleCloudFunctionsV2alphaLocationMetadata
462
+ # @private
463
+ class Representation < Google::Apis::Core::JsonRepresentation
464
+ collection :environments, as: 'environments'
465
+ end
466
+ end
467
+
444
468
  class GoogleCloudFunctionsV2alphaOperationMetadata
445
469
  # @private
446
470
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -449,7 +473,7 @@ module Google
449
473
  property :create_time, as: 'createTime'
450
474
  property :end_time, as: 'endTime'
451
475
  hash :request_resource, as: 'requestResource'
452
- collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage::Representation
476
+ collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::Stage, decorator: Google::Apis::CloudfunctionsV2alpha::Stage::Representation
453
477
 
454
478
  property :status_detail, as: 'statusDetail'
455
479
  property :target, as: 'target'
@@ -457,25 +481,19 @@ module Google
457
481
  end
458
482
  end
459
483
 
460
- class GoogleCloudFunctionsV2alphaStage
484
+ class GoogleCloudFunctionsV2alphaStateMessage
461
485
  # @private
462
486
  class Representation < Google::Apis::Core::JsonRepresentation
463
487
  property :message, as: 'message'
464
- property :name, as: 'name'
465
- property :resource, as: 'resource'
466
- property :resource_uri, as: 'resourceUri'
467
- property :state, as: 'state'
468
- collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage::Representation
469
-
488
+ property :severity, as: 'severity'
489
+ property :type, as: 'type'
470
490
  end
471
491
  end
472
492
 
473
- class GoogleCloudFunctionsV2alphaStateMessage
493
+ class GoogleCloudFunctionsV2betaLocationMetadata
474
494
  # @private
475
495
  class Representation < Google::Apis::Core::JsonRepresentation
476
- property :message, as: 'message'
477
- property :severity, as: 'severity'
478
- property :type, as: 'type'
496
+ collection :environments, as: 'environments'
479
497
  end
480
498
  end
481
499
 
@@ -564,6 +582,13 @@ module Google
564
582
  end
565
583
  end
566
584
 
585
+ class LocationMetadata
586
+ # @private
587
+ class Representation < Google::Apis::Core::JsonRepresentation
588
+ collection :environments, as: 'environments'
589
+ end
590
+ end
591
+
567
592
  class Operation
568
593
  # @private
569
594
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -710,6 +735,19 @@ module Google
710
735
  end
711
736
  end
712
737
 
738
+ class Stage
739
+ # @private
740
+ class Representation < Google::Apis::Core::JsonRepresentation
741
+ property :message, as: 'message'
742
+ property :name, as: 'name'
743
+ property :resource, as: 'resource'
744
+ property :resource_uri, as: 'resourceUri'
745
+ property :state, as: 'state'
746
+ collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage::Representation
747
+
748
+ end
749
+ end
750
+
713
751
  class Status
714
752
  # @private
715
753
  class Representation < Google::Apis::Core::JsonRepresentation
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.25.0
4
+ version: 0.26.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-04-02 00:00:00.000000000 Z
11
+ date: 2023-04-16 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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.26.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: []