google-apis-cloudfunctions_v2alpha 0.24.0 → 0.26.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: 9bb63377bd8b8c5bae952183b95de61c745b3fa6a2cee2f6fd405ccd5dc3981c
|
|
4
|
+
data.tar.gz: 3e9ab6ad9453a43dd826387638294e33a22b785c56eeb0b83a9d52686bdab8dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d481e7e14ceb4784faa04d63ec5ffac4ad98b81536fab93ebb732b60baa559a5b8b1b041923296db9a75f9afbb30706ecabef71f6d89a6f6278f0b821c4d4afc
|
|
7
|
+
data.tar.gz: e6466dd198059bd9ac8b15c6a80cd3075b583cbdfe9c7cb974c1cdf4e7718a5a0a4e08b827922d2c28a00b487680f7598c55110b2e7e04397bdfbd6acc59137d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
7
|
+
### v0.25.0 (2023-04-02)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20230323
|
|
10
|
+
|
|
3
11
|
### v0.24.0 (2023-03-26)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20230320
|
|
@@ -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::CloudfunctionsV2alpha::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::CloudfunctionsV2alpha::ServiceConfig]
|
|
486
480
|
attr_accessor :service_config
|
|
@@ -500,11 +494,6 @@ module Google
|
|
|
500
494
|
# @return [String]
|
|
501
495
|
attr_accessor :update_time
|
|
502
496
|
|
|
503
|
-
# Output only. The deployed url for the function.
|
|
504
|
-
# Corresponds to the JSON property `url`
|
|
505
|
-
# @return [String]
|
|
506
|
-
attr_accessor :url
|
|
507
|
-
|
|
508
497
|
def initialize(**args)
|
|
509
498
|
update!(**args)
|
|
510
499
|
end
|
|
@@ -522,7 +511,6 @@ module Google
|
|
|
522
511
|
@state = args[:state] if args.key?(:state)
|
|
523
512
|
@state_messages = args[:state_messages] if args.key?(:state_messages)
|
|
524
513
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
525
|
-
@url = args[:url] if args.key?(:url)
|
|
526
514
|
end
|
|
527
515
|
end
|
|
528
516
|
|
|
@@ -563,14 +551,14 @@ module Google
|
|
|
563
551
|
class GenerateUploadUrlRequest
|
|
564
552
|
include Google::Apis::Core::Hashable
|
|
565
553
|
|
|
566
|
-
# Resource name of a KMS crypto key (managed by the user) used to
|
|
567
|
-
# decrypt function source code objects in intermediate Cloud Storage
|
|
568
|
-
# When you generate an upload url and upload your source code, it gets
|
|
569
|
-
# an intermediate Cloud Storage bucket. The source code is then copied
|
|
570
|
-
# versioned directory in the sources bucket in the consumer project during
|
|
571
|
-
# function deployment. It must match the pattern `projects/`project`/
|
|
572
|
-
# location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``. The Google
|
|
573
|
-
# 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.
|
|
574
562
|
# gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey Encrypter/
|
|
575
563
|
# Decrypter (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the Key/KeyRing/
|
|
576
564
|
# Project/Organization (least access preferred).
|
|
@@ -765,6 +753,25 @@ module Google
|
|
|
765
753
|
end
|
|
766
754
|
end
|
|
767
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
|
+
|
|
768
775
|
# Represents the metadata of the long-running operation.
|
|
769
776
|
class GoogleCloudFunctionsV2alphaOperationMetadata
|
|
770
777
|
include Google::Apis::Core::Hashable
|
|
@@ -799,7 +806,7 @@ module Google
|
|
|
799
806
|
|
|
800
807
|
# Mechanism for reporting in-progress stages
|
|
801
808
|
# Corresponds to the JSON property `stages`
|
|
802
|
-
# @return [Array<Google::Apis::CloudfunctionsV2alpha::
|
|
809
|
+
# @return [Array<Google::Apis::CloudfunctionsV2alpha::Stage>]
|
|
803
810
|
attr_accessor :stages
|
|
804
811
|
|
|
805
812
|
# Human-readable status of the operation, if any.
|
|
@@ -835,39 +842,24 @@ module Google
|
|
|
835
842
|
end
|
|
836
843
|
end
|
|
837
844
|
|
|
838
|
-
#
|
|
839
|
-
class
|
|
845
|
+
# Informational messages about the state of the Cloud Function or Operation.
|
|
846
|
+
class GoogleCloudFunctionsV2alphaStateMessage
|
|
840
847
|
include Google::Apis::Core::Hashable
|
|
841
848
|
|
|
842
|
-
#
|
|
849
|
+
# The message.
|
|
843
850
|
# Corresponds to the JSON property `message`
|
|
844
851
|
# @return [String]
|
|
845
852
|
attr_accessor :message
|
|
846
853
|
|
|
847
|
-
#
|
|
848
|
-
# Corresponds to the JSON property `
|
|
849
|
-
# @return [String]
|
|
850
|
-
attr_accessor :name
|
|
851
|
-
|
|
852
|
-
# Resource of the Stage
|
|
853
|
-
# Corresponds to the JSON property `resource`
|
|
854
|
-
# @return [String]
|
|
855
|
-
attr_accessor :resource
|
|
856
|
-
|
|
857
|
-
# Link to the current Stage resource
|
|
858
|
-
# Corresponds to the JSON property `resourceUri`
|
|
854
|
+
# Severity of the state message.
|
|
855
|
+
# Corresponds to the JSON property `severity`
|
|
859
856
|
# @return [String]
|
|
860
|
-
attr_accessor :
|
|
857
|
+
attr_accessor :severity
|
|
861
858
|
|
|
862
|
-
#
|
|
863
|
-
# Corresponds to the JSON property `
|
|
859
|
+
# One-word CamelCase type of the state message.
|
|
860
|
+
# Corresponds to the JSON property `type`
|
|
864
861
|
# @return [String]
|
|
865
|
-
attr_accessor :
|
|
866
|
-
|
|
867
|
-
# State messages from the current Stage.
|
|
868
|
-
# Corresponds to the JSON property `stateMessages`
|
|
869
|
-
# @return [Array<Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage>]
|
|
870
|
-
attr_accessor :state_messages
|
|
862
|
+
attr_accessor :type
|
|
871
863
|
|
|
872
864
|
def initialize(**args)
|
|
873
865
|
update!(**args)
|
|
@@ -876,32 +868,19 @@ module Google
|
|
|
876
868
|
# Update properties of this object
|
|
877
869
|
def update!(**args)
|
|
878
870
|
@message = args[:message] if args.key?(:message)
|
|
879
|
-
@
|
|
880
|
-
@
|
|
881
|
-
@resource_uri = args[:resource_uri] if args.key?(:resource_uri)
|
|
882
|
-
@state = args[:state] if args.key?(:state)
|
|
883
|
-
@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)
|
|
884
873
|
end
|
|
885
874
|
end
|
|
886
875
|
|
|
887
|
-
#
|
|
888
|
-
class
|
|
876
|
+
# Extra GCF specific location information.
|
|
877
|
+
class GoogleCloudFunctionsV2betaLocationMetadata
|
|
889
878
|
include Google::Apis::Core::Hashable
|
|
890
879
|
|
|
891
|
-
# The
|
|
892
|
-
# Corresponds to the JSON property `
|
|
893
|
-
# @return [String]
|
|
894
|
-
attr_accessor :
|
|
895
|
-
|
|
896
|
-
# Severity of the state message.
|
|
897
|
-
# Corresponds to the JSON property `severity`
|
|
898
|
-
# @return [String]
|
|
899
|
-
attr_accessor :severity
|
|
900
|
-
|
|
901
|
-
# One-word CamelCase type of the state message.
|
|
902
|
-
# Corresponds to the JSON property `type`
|
|
903
|
-
# @return [String]
|
|
904
|
-
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
|
|
905
884
|
|
|
906
885
|
def initialize(**args)
|
|
907
886
|
update!(**args)
|
|
@@ -909,9 +888,7 @@ module Google
|
|
|
909
888
|
|
|
910
889
|
# Update properties of this object
|
|
911
890
|
def update!(**args)
|
|
912
|
-
@
|
|
913
|
-
@severity = args[:severity] if args.key?(:severity)
|
|
914
|
-
@type = args[:type] if args.key?(:type)
|
|
891
|
+
@environments = args[:environments] if args.key?(:environments)
|
|
915
892
|
end
|
|
916
893
|
end
|
|
917
894
|
|
|
@@ -1214,6 +1191,25 @@ module Google
|
|
|
1214
1191
|
end
|
|
1215
1192
|
end
|
|
1216
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
|
+
|
|
1217
1213
|
# This resource represents a long-running operation that is the result of a
|
|
1218
1214
|
# network API call.
|
|
1219
1215
|
class Operation
|
|
@@ -1665,7 +1661,7 @@ module Google
|
|
|
1665
1661
|
end
|
|
1666
1662
|
|
|
1667
1663
|
# Describes the Service being deployed. Currently Supported : Cloud Run (fully
|
|
1668
|
-
# managed).
|
|
1664
|
+
# managed).
|
|
1669
1665
|
class ServiceConfig
|
|
1670
1666
|
include Google::Apis::Core::Hashable
|
|
1671
1667
|
|
|
@@ -1678,9 +1674,9 @@ module Google
|
|
|
1678
1674
|
attr_accessor :all_traffic_on_latest_revision
|
|
1679
1675
|
alias_method :all_traffic_on_latest_revision?, :all_traffic_on_latest_revision
|
|
1680
1676
|
|
|
1681
|
-
# The number of CPUs used in a single container instance. Default
|
|
1682
|
-
# calculated from available memory. Supports the same values as Cloud
|
|
1683
|
-
# 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#
|
|
1684
1680
|
# resourcerequirements Example: "1" indicates 1 vCPU
|
|
1685
1681
|
# Corresponds to the JSON property `availableCpu`
|
|
1686
1682
|
# @return [String]
|
|
@@ -1715,8 +1711,8 @@ module Google
|
|
|
1715
1711
|
# @return [Fixnum]
|
|
1716
1712
|
attr_accessor :max_instance_count
|
|
1717
1713
|
|
|
1718
|
-
# Sets the maximum number of concurrent requests that each instance
|
|
1719
|
-
# Defaults to 1.
|
|
1714
|
+
# [Preview] Sets the maximum number of concurrent requests that each instance
|
|
1715
|
+
# can receive. Defaults to 1.
|
|
1720
1716
|
# Corresponds to the JSON property `maxInstanceRequestConcurrency`
|
|
1721
1717
|
# @return [Fixnum]
|
|
1722
1718
|
attr_accessor :max_instance_request_concurrency
|
|
@@ -1922,6 +1918,55 @@ module Google
|
|
|
1922
1918
|
end
|
|
1923
1919
|
end
|
|
1924
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
|
+
|
|
1925
1970
|
# The `Status` type defines a logical error model that is suitable for different
|
|
1926
1971
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
|
1927
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.
|
|
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 = "
|
|
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'
|
|
@@ -371,7 +388,6 @@ module Google
|
|
|
371
388
|
collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage::Representation
|
|
372
389
|
|
|
373
390
|
property :update_time, as: 'updateTime'
|
|
374
|
-
property :url, as: 'url'
|
|
375
391
|
end
|
|
376
392
|
end
|
|
377
393
|
|
|
@@ -442,6 +458,13 @@ module Google
|
|
|
442
458
|
end
|
|
443
459
|
end
|
|
444
460
|
|
|
461
|
+
class GoogleCloudFunctionsV2alphaLocationMetadata
|
|
462
|
+
# @private
|
|
463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
464
|
+
collection :environments, as: 'environments'
|
|
465
|
+
end
|
|
466
|
+
end
|
|
467
|
+
|
|
445
468
|
class GoogleCloudFunctionsV2alphaOperationMetadata
|
|
446
469
|
# @private
|
|
447
470
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -450,7 +473,7 @@ module Google
|
|
|
450
473
|
property :create_time, as: 'createTime'
|
|
451
474
|
property :end_time, as: 'endTime'
|
|
452
475
|
hash :request_resource, as: 'requestResource'
|
|
453
|
-
collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::
|
|
476
|
+
collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::Stage, decorator: Google::Apis::CloudfunctionsV2alpha::Stage::Representation
|
|
454
477
|
|
|
455
478
|
property :status_detail, as: 'statusDetail'
|
|
456
479
|
property :target, as: 'target'
|
|
@@ -458,25 +481,19 @@ module Google
|
|
|
458
481
|
end
|
|
459
482
|
end
|
|
460
483
|
|
|
461
|
-
class
|
|
484
|
+
class GoogleCloudFunctionsV2alphaStateMessage
|
|
462
485
|
# @private
|
|
463
486
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
464
487
|
property :message, as: 'message'
|
|
465
|
-
property :
|
|
466
|
-
property :
|
|
467
|
-
property :resource_uri, as: 'resourceUri'
|
|
468
|
-
property :state, as: 'state'
|
|
469
|
-
collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage::Representation
|
|
470
|
-
|
|
488
|
+
property :severity, as: 'severity'
|
|
489
|
+
property :type, as: 'type'
|
|
471
490
|
end
|
|
472
491
|
end
|
|
473
492
|
|
|
474
|
-
class
|
|
493
|
+
class GoogleCloudFunctionsV2betaLocationMetadata
|
|
475
494
|
# @private
|
|
476
495
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
477
|
-
|
|
478
|
-
property :severity, as: 'severity'
|
|
479
|
-
property :type, as: 'type'
|
|
496
|
+
collection :environments, as: 'environments'
|
|
480
497
|
end
|
|
481
498
|
end
|
|
482
499
|
|
|
@@ -565,6 +582,13 @@ module Google
|
|
|
565
582
|
end
|
|
566
583
|
end
|
|
567
584
|
|
|
585
|
+
class LocationMetadata
|
|
586
|
+
# @private
|
|
587
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
588
|
+
collection :environments, as: 'environments'
|
|
589
|
+
end
|
|
590
|
+
end
|
|
591
|
+
|
|
568
592
|
class Operation
|
|
569
593
|
# @private
|
|
570
594
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -711,6 +735,19 @@ module Google
|
|
|
711
735
|
end
|
|
712
736
|
end
|
|
713
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
|
+
|
|
714
751
|
class Status
|
|
715
752
|
# @private
|
|
716
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.
|
|
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-
|
|
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.
|
|
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: []
|