google-apis-cloudfunctions_v2 0.41.0 → 0.43.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: 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,14 @@
|
|
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
|
+
|
8
|
+
### v0.42.0 (2024-06-02)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240523
|
11
|
+
|
3
12
|
### v0.41.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.15.0
|
@@ -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)
|
@@ -2022,6 +2041,12 @@ module Google
|
|
2022
2041
|
# @return [String]
|
2023
2042
|
attr_accessor :available_memory
|
2024
2043
|
|
2044
|
+
# Optional. The binary authorization policy to be checked when deploying the
|
2045
|
+
# Cloud Run service.
|
2046
|
+
# Corresponds to the JSON property `binaryAuthorizationPolicy`
|
2047
|
+
# @return [String]
|
2048
|
+
attr_accessor :binary_authorization_policy
|
2049
|
+
|
2025
2050
|
# Environment variables that shall be available during function execution.
|
2026
2051
|
# Corresponds to the JSON property `environmentVariables`
|
2027
2052
|
# @return [Hash<String,String>]
|
@@ -2128,6 +2153,7 @@ module Google
|
|
2128
2153
|
@all_traffic_on_latest_revision = args[:all_traffic_on_latest_revision] if args.key?(:all_traffic_on_latest_revision)
|
2129
2154
|
@available_cpu = args[:available_cpu] if args.key?(:available_cpu)
|
2130
2155
|
@available_memory = args[:available_memory] if args.key?(:available_memory)
|
2156
|
+
@binary_authorization_policy = args[:binary_authorization_policy] if args.key?(:binary_authorization_policy)
|
2131
2157
|
@environment_variables = args[:environment_variables] if args.key?(:environment_variables)
|
2132
2158
|
@ingress_settings = args[:ingress_settings] if args.key?(:ingress_settings)
|
2133
2159
|
@max_instance_count = args[:max_instance_count] if args.key?(:max_instance_count)
|
@@ -2338,6 +2364,12 @@ module Google
|
|
2338
2364
|
# @return [String]
|
2339
2365
|
attr_accessor :object
|
2340
2366
|
|
2367
|
+
# When the specified storage bucket is a 1st gen function uploard url bucket,
|
2368
|
+
# this field should be set as the generated upload url for 1st gen deployment.
|
2369
|
+
# Corresponds to the JSON property `sourceUploadUrl`
|
2370
|
+
# @return [String]
|
2371
|
+
attr_accessor :source_upload_url
|
2372
|
+
|
2341
2373
|
def initialize(**args)
|
2342
2374
|
update!(**args)
|
2343
2375
|
end
|
@@ -2347,6 +2379,7 @@ module Google
|
|
2347
2379
|
@bucket = args[:bucket] if args.key?(:bucket)
|
2348
2380
|
@generation = args[:generation] if args.key?(:generation)
|
2349
2381
|
@object = args[:object] if args.key?(:object)
|
2382
|
+
@source_upload_url = args[:source_upload_url] if args.key?(:source_upload_url)
|
2350
2383
|
end
|
2351
2384
|
end
|
2352
2385
|
|
@@ -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'
|
@@ -821,6 +824,7 @@ module Google
|
|
821
824
|
property :all_traffic_on_latest_revision, as: 'allTrafficOnLatestRevision'
|
822
825
|
property :available_cpu, as: 'availableCpu'
|
823
826
|
property :available_memory, as: 'availableMemory'
|
827
|
+
property :binary_authorization_policy, as: 'binaryAuthorizationPolicy'
|
824
828
|
hash :environment_variables, as: 'environmentVariables'
|
825
829
|
property :ingress_settings, as: 'ingressSettings'
|
826
830
|
property :max_instance_count, as: 'maxInstanceCount'
|
@@ -893,6 +897,7 @@ module Google
|
|
893
897
|
property :bucket, as: 'bucket'
|
894
898
|
property :generation, :numeric_string => true, as: 'generation'
|
895
899
|
property :object, as: 'object'
|
900
|
+
property :source_upload_url, as: 'sourceUploadUrl'
|
896
901
|
end
|
897
902
|
end
|
898
903
|
|
@@ -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: []
|