google-apis-integrations_v1 0.9.0 → 0.10.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: 03225dc0f6714d82f74d29694614086475f65cba752fc4e0776afcdc70d05497
|
4
|
+
data.tar.gz: d842c97fb38986b6fb3b5f1d1f919303195d5b16497c1495d2ff0e6fb5d5850a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7efa7a127e4d41703dfe567e058edee8a8e26bf39e606d4d5bd98f294f243e02d87fb7b4fe99361aa5dad040d34b708862ebe680c14fae240204c20909dd6a1
|
7
|
+
data.tar.gz: 4431ecd9b1637f451fec022789589d0b73d5f5deded15e406aee2375068f3fc8b0061a7cc38a5bc64dd6c23cabab9352647b4802d8f9f50d164041488a756fd4
|
data/CHANGELOG.md
CHANGED
@@ -7315,6 +7315,11 @@ module Google
|
|
7315
7315
|
# @return [String]
|
7316
7316
|
attr_accessor :function_region
|
7317
7317
|
|
7318
|
+
# Optional. The api version of CF to be created
|
7319
|
+
# Corresponds to the JSON property `gcfApiVersion`
|
7320
|
+
# @return [String]
|
7321
|
+
attr_accessor :gcf_api_version
|
7322
|
+
|
7318
7323
|
# Indicates the id of the GCP project that the function will be created in.
|
7319
7324
|
# Corresponds to the JSON property `projectId`
|
7320
7325
|
# @return [String]
|
@@ -7328,6 +7333,7 @@ module Google
|
|
7328
7333
|
def update!(**args)
|
7329
7334
|
@function_name = args[:function_name] if args.key?(:function_name)
|
7330
7335
|
@function_region = args[:function_region] if args.key?(:function_region)
|
7336
|
+
@gcf_api_version = args[:gcf_api_version] if args.key?(:gcf_api_version)
|
7331
7337
|
@project_id = args[:project_id] if args.key?(:project_id)
|
7332
7338
|
end
|
7333
7339
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IntegrationsV1
|
18
18
|
# Version of the google-apis-integrations_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250423"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3849,6 +3849,7 @@ module Google
|
|
3849
3849
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3850
3850
|
property :function_name, as: 'functionName'
|
3851
3851
|
property :function_region, as: 'functionRegion'
|
3852
|
+
property :gcf_api_version, as: 'gcfApiVersion'
|
3852
3853
|
property :project_id, as: 'projectId'
|
3853
3854
|
end
|
3854
3855
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-integrations_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-04-
|
10
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.10.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|