google-apis-cloudfunctions_v2 0.42.0 → 0.43.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27bb478b4c305582ba206e4c33822ebd0d986cdde9f3390847b798eecae3a397
|
4
|
+
data.tar.gz: 8c59024fb21370bb9605e8f35f787877267511047ec49bc9353afe2cfa59d37c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 147222d219812f8619e4a3f0423c5110609bc2fb10add3402a45f7f8dc203d4ba1b109e56449c5add836beef7799feddede264e43343794e3f0ebd179e3e7203
|
7
|
+
data.tar.gz: 24a5b62aa63732c132a5a07e56066856d8a69657cdd96cf2d04daf9afaf1e569ec47f0e8f8b360580d93091bf354104007888ac0d70c8ec624245cc27fab40a9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-cloudfunctions_v2
|
2
2
|
|
3
|
+
### v0.43.0 (2024-08-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240725
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.42.0 (2024-06-02)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240523
|
@@ -286,7 +286,8 @@ module Google
|
|
286
286
|
# @return [String]
|
287
287
|
attr_accessor :runtime
|
288
288
|
|
289
|
-
#
|
289
|
+
# Service account to be used for building the container. The format of this
|
290
|
+
# field is `projects/`projectId`/serviceAccounts/`serviceAccountEmail``.
|
290
291
|
# Corresponds to the JSON property `serviceAccount`
|
291
292
|
# @return [String]
|
292
293
|
attr_accessor :service_account
|
@@ -807,6 +808,11 @@ module Google
|
|
807
808
|
# @return [String]
|
808
809
|
attr_accessor :api_version
|
809
810
|
|
811
|
+
# The build name of the function for create and update operations.
|
812
|
+
# Corresponds to the JSON property `buildName`
|
813
|
+
# @return [String]
|
814
|
+
attr_accessor :build_name
|
815
|
+
|
810
816
|
# Identifies whether the user has requested cancellation of the operation.
|
811
817
|
# Operations that have successfully been cancelled have google.longrunning.
|
812
818
|
# Operation.error value with a google.rpc.Status.code of 1, corresponding to `
|
@@ -869,6 +875,7 @@ module Google
|
|
869
875
|
# Update properties of this object
|
870
876
|
def update!(**args)
|
871
877
|
@api_version = args[:api_version] if args.key?(:api_version)
|
878
|
+
@build_name = args[:build_name] if args.key?(:build_name)
|
872
879
|
@cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
|
873
880
|
@create_time = args[:create_time] if args.key?(:create_time)
|
874
881
|
@end_time = args[:end_time] if args.key?(:end_time)
|
@@ -990,6 +997,11 @@ module Google
|
|
990
997
|
# @return [String]
|
991
998
|
attr_accessor :api_version
|
992
999
|
|
1000
|
+
# The build name of the function for create and update operations.
|
1001
|
+
# Corresponds to the JSON property `buildName`
|
1002
|
+
# @return [String]
|
1003
|
+
attr_accessor :build_name
|
1004
|
+
|
993
1005
|
# Identifies whether the user has requested cancellation of the operation.
|
994
1006
|
# Operations that have successfully been cancelled have google.longrunning.
|
995
1007
|
# Operation.error value with a google.rpc.Status.code of 1, corresponding to `
|
@@ -1052,6 +1064,7 @@ module Google
|
|
1052
1064
|
# Update properties of this object
|
1053
1065
|
def update!(**args)
|
1054
1066
|
@api_version = args[:api_version] if args.key?(:api_version)
|
1067
|
+
@build_name = args[:build_name] if args.key?(:build_name)
|
1055
1068
|
@cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
|
1056
1069
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1057
1070
|
@end_time = args[:end_time] if args.key?(:end_time)
|
@@ -1173,6 +1186,11 @@ module Google
|
|
1173
1186
|
# @return [String]
|
1174
1187
|
attr_accessor :api_version
|
1175
1188
|
|
1189
|
+
# The build name of the function for create and update operations.
|
1190
|
+
# Corresponds to the JSON property `buildName`
|
1191
|
+
# @return [String]
|
1192
|
+
attr_accessor :build_name
|
1193
|
+
|
1176
1194
|
# Identifies whether the user has requested cancellation of the operation.
|
1177
1195
|
# Operations that have successfully been cancelled have google.longrunning.
|
1178
1196
|
# Operation.error value with a google.rpc.Status.code of 1, corresponding to `
|
@@ -1235,6 +1253,7 @@ module Google
|
|
1235
1253
|
# Update properties of this object
|
1236
1254
|
def update!(**args)
|
1237
1255
|
@api_version = args[:api_version] if args.key?(:api_version)
|
1256
|
+
@build_name = args[:build_name] if args.key?(:build_name)
|
1238
1257
|
@cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
|
1239
1258
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1240
1259
|
@end_time = args[:end_time] if args.key?(:end_time)
|
@@ -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.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240725"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -525,6 +525,7 @@ module Google
|
|
525
525
|
# @private
|
526
526
|
class Representation < Google::Apis::Core::JsonRepresentation
|
527
527
|
property :api_version, as: 'apiVersion'
|
528
|
+
property :build_name, as: 'buildName'
|
528
529
|
property :cancel_requested, as: 'cancelRequested'
|
529
530
|
property :create_time, as: 'createTime'
|
530
531
|
property :end_time, as: 'endTime'
|
@@ -572,6 +573,7 @@ module Google
|
|
572
573
|
# @private
|
573
574
|
class Representation < Google::Apis::Core::JsonRepresentation
|
574
575
|
property :api_version, as: 'apiVersion'
|
576
|
+
property :build_name, as: 'buildName'
|
575
577
|
property :cancel_requested, as: 'cancelRequested'
|
576
578
|
property :create_time, as: 'createTime'
|
577
579
|
property :end_time, as: 'endTime'
|
@@ -619,6 +621,7 @@ module Google
|
|
619
621
|
# @private
|
620
622
|
class Representation < Google::Apis::Core::JsonRepresentation
|
621
623
|
property :api_version, as: 'apiVersion'
|
624
|
+
property :build_name, as: 'buildName'
|
622
625
|
property :cancel_requested, as: 'cancelRequested'
|
623
626
|
property :create_time, as: 'createTime'
|
624
627
|
property :end_time, as: 'endTime'
|
@@ -463,8 +463,8 @@ module Google
|
|
463
463
|
# and match pattern `projects/*/locations/*/functions/*`
|
464
464
|
# @param [Google::Apis::CloudfunctionsV2::Function] function_object
|
465
465
|
# @param [String] update_mask
|
466
|
-
# The list of fields to be updated. If no field mask is provided, all
|
467
|
-
#
|
466
|
+
# The list of fields to be updated. If no field mask is provided, all fields
|
467
|
+
# will be updated.
|
468
468
|
# @param [String] fields
|
469
469
|
# Selector specifying which fields to include in a partial response.
|
470
470
|
# @param [String] quota_user
|
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.43.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: 2024-
|
11
|
+
date: 2024-08-04 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.43.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: []
|