google-apis-connectors_v1 0.73.0 → 0.74.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: 466f5b7b862f611542865bb97591b9fa37fcb5ae88c173ef390d3b0a1bc44a72
|
4
|
+
data.tar.gz: e3393a801284dc4cfaf0f3a344a743945021a7a66fdfe09b14cc34c3e726e775
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43b5b243a000c7f5bfe780cdfa5469a51ec7729846aec4cb7b15c03296237ace0a358a1f46c035ee5b46e98edc052153170344cc2b64b708312c889c0bbd5458
|
7
|
+
data.tar.gz: bd295975d565af9309906d46ae07de8931256feeeb764b237cca7b69b887caf77a16bcc0ff36371d6327d7a943286117dd542f99b49b005baa449c701e0c46db
|
data/CHANGELOG.md
CHANGED
@@ -819,7 +819,7 @@ module Google
|
|
819
819
|
# @return [Google::Apis::ConnectorsV1::AuthConfig]
|
820
820
|
attr_accessor :eua_oauth_auth_config
|
821
821
|
|
822
|
-
# Eventing Configuration of a connection next:
|
822
|
+
# Eventing Configuration of a connection next: 19
|
823
823
|
# Corresponds to the JSON property `eventingConfig`
|
824
824
|
# @return [Google::Apis::ConnectorsV1::EventingConfig]
|
825
825
|
attr_accessor :eventing_config
|
@@ -3129,7 +3129,7 @@ module Google
|
|
3129
3129
|
end
|
3130
3130
|
end
|
3131
3131
|
|
3132
|
-
# Eventing Configuration of a connection next:
|
3132
|
+
# Eventing Configuration of a connection next: 19
|
3133
3133
|
class EventingConfig
|
3134
3134
|
include Google::Apis::Core::Hashable
|
3135
3135
|
|
@@ -3170,6 +3170,12 @@ module Google
|
|
3170
3170
|
# @return [Google::Apis::ConnectorsV1::AuthConfig]
|
3171
3171
|
attr_accessor :listener_auth_config
|
3172
3172
|
|
3173
|
+
# Optional. List of projects to be allowlisted for the service attachment
|
3174
|
+
# created in the tenant project for eventing ingress.
|
3175
|
+
# Corresponds to the JSON property `privateConnectivityAllowlistedProjects`
|
3176
|
+
# @return [Array<String>]
|
3177
|
+
attr_accessor :private_connectivity_allowlisted_projects
|
3178
|
+
|
3173
3179
|
# Optional. Private Connectivity Enabled.
|
3174
3180
|
# Corresponds to the JSON property `privateConnectivityEnabled`
|
3175
3181
|
# @return [Boolean]
|
@@ -3204,6 +3210,7 @@ module Google
|
|
3204
3210
|
@enrichment_enabled = args[:enrichment_enabled] if args.key?(:enrichment_enabled)
|
3205
3211
|
@events_listener_ingress_endpoint = args[:events_listener_ingress_endpoint] if args.key?(:events_listener_ingress_endpoint)
|
3206
3212
|
@listener_auth_config = args[:listener_auth_config] if args.key?(:listener_auth_config)
|
3213
|
+
@private_connectivity_allowlisted_projects = args[:private_connectivity_allowlisted_projects] if args.key?(:private_connectivity_allowlisted_projects)
|
3207
3214
|
@private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
|
3208
3215
|
@proxy_destination_config = args[:proxy_destination_config] if args.key?(:proxy_destination_config)
|
3209
3216
|
@registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ConnectorsV1
|
18
18
|
# Version of the google-apis-connectors_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.74.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250604"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1838,6 +1838,7 @@ module Google
|
|
1838
1838
|
property :events_listener_ingress_endpoint, as: 'eventsListenerIngressEndpoint'
|
1839
1839
|
property :listener_auth_config, as: 'listenerAuthConfig', class: Google::Apis::ConnectorsV1::AuthConfig, decorator: Google::Apis::ConnectorsV1::AuthConfig::Representation
|
1840
1840
|
|
1841
|
+
collection :private_connectivity_allowlisted_projects, as: 'privateConnectivityAllowlistedProjects'
|
1841
1842
|
property :private_connectivity_enabled, as: 'privateConnectivityEnabled'
|
1842
1843
|
property :proxy_destination_config, as: 'proxyDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
|
1843
1844
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-connectors_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.74.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -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-connectors_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.74.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|