google-apis-cloudfunctions_v2 0.19.0 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a82e9d610aa130fed4b75e0721d18324b9d75cff0f6a289509d2ddf034b7e483
|
4
|
+
data.tar.gz: 21535fa4d36295aa8350be1f3804aee64cb46aaf9da20803b1f13fb141d9431f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f91691d4905cd794e847d61971469409a479614c3620103f6ffa1110c8915d3bcec0b374c47521be4eae67cfd9c18bcf69e59e1252993e2cb6e779ec06e2b13
|
7
|
+
data.tar.gz: f311283d4ffe164016a8fadb6974f785fc22af182fdcf54b11b94167bb3b693d04c145f57294ff8f9629cbac27ece798e4ed3e1cd2a20f03f87d8ca1c469e6e9
|
data/CHANGELOG.md
CHANGED
@@ -180,13 +180,8 @@ module Google
|
|
180
180
|
# @return [String]
|
181
181
|
attr_accessor :build
|
182
182
|
|
183
|
-
#
|
184
|
-
#
|
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::CloudfunctionsV2::EventTrigger]
|
462
456
|
attr_accessor :event_trigger
|
463
457
|
|
464
|
-
# Resource name of a KMS crypto key (managed by the user) used to
|
465
|
-
# decrypt function resources. It must match the pattern `projects/`
|
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).
|
477
|
+
# managed).
|
484
478
|
# Corresponds to the JSON property `serviceConfig`
|
485
479
|
# @return [Google::Apis::CloudfunctionsV2::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
|
561
|
-
# decrypt function source code objects in intermediate Cloud Storage
|
562
|
-
# When you generate an upload url and upload your source code, it gets
|
563
|
-
# an intermediate Cloud Storage bucket. The source code is then copied
|
564
|
-
# versioned directory in the sources bucket in the consumer project during
|
565
|
-
# function deployment. It must match the pattern `projects/`project`/
|
566
|
-
# location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``. The Google
|
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::CloudfunctionsV2::
|
809
|
+
# @return [Array<Google::Apis::CloudfunctionsV2::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
|
-
#
|
833
|
-
class
|
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
|
-
#
|
849
|
+
# The message.
|
837
850
|
# Corresponds to the JSON property `message`
|
838
851
|
# @return [String]
|
839
852
|
attr_accessor :message
|
840
853
|
|
841
|
-
#
|
842
|
-
# Corresponds to the JSON property `
|
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 :
|
857
|
+
attr_accessor :severity
|
855
858
|
|
856
|
-
#
|
857
|
-
# Corresponds to the JSON property `
|
859
|
+
# One-word CamelCase type of the state message.
|
860
|
+
# Corresponds to the JSON property `type`
|
858
861
|
# @return [String]
|
859
|
-
attr_accessor :
|
860
|
-
|
861
|
-
# State messages from the current Stage.
|
862
|
-
# Corresponds to the JSON property `stateMessages`
|
863
|
-
# @return [Array<Google::Apis::CloudfunctionsV2::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
|
-
@
|
874
|
-
@
|
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
|
-
#
|
882
|
-
class
|
876
|
+
# Extra GCF specific location information.
|
877
|
+
class GoogleCloudFunctionsV2betaLocationMetadata
|
883
878
|
include Google::Apis::Core::Hashable
|
884
879
|
|
885
|
-
# The
|
886
|
-
# Corresponds to the JSON property `
|
887
|
-
# @return [String]
|
888
|
-
attr_accessor :
|
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
|
-
@
|
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).
|
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
|
1676
|
-
# calculated from available memory. Supports the same values as Cloud
|
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
|
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::CloudfunctionsV2::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 CloudfunctionsV2
|
18
18
|
# Version of the google-apis-cloudfunctions_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.20.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 = "
|
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
|
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
|
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::CloudfunctionsV2::
|
476
|
+
collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2::Stage, decorator: Google::Apis::CloudfunctionsV2::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
|
484
|
+
class GoogleCloudFunctionsV2alphaStateMessage
|
461
485
|
# @private
|
462
486
|
class Representation < Google::Apis::Core::JsonRepresentation
|
463
487
|
property :message, as: 'message'
|
464
|
-
property :
|
465
|
-
property :
|
466
|
-
property :resource_uri, as: 'resourceUri'
|
467
|
-
property :state, as: 'state'
|
468
|
-
collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV2::GoogleCloudFunctionsV2alphaStateMessage, decorator: Google::Apis::CloudfunctionsV2::GoogleCloudFunctionsV2alphaStateMessage::Representation
|
469
|
-
|
488
|
+
property :severity, as: 'severity'
|
489
|
+
property :type, as: 'type'
|
470
490
|
end
|
471
491
|
end
|
472
492
|
|
473
|
-
class
|
493
|
+
class GoogleCloudFunctionsV2betaLocationMetadata
|
474
494
|
# @private
|
475
495
|
class Representation < Google::Apis::Core::JsonRepresentation
|
476
|
-
|
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::CloudfunctionsV2::GoogleCloudFunctionsV2alphaStateMessage, decorator: Google::Apis::CloudfunctionsV2::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_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.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-
|
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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.20.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|