google-apis-connectors_v1 0.48.0 → 0.50.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: 0ed404b657a02f00131363ac2cbeb96adda9da2d4012d125aca96520f0331f38
|
4
|
+
data.tar.gz: 554ceab7a82e342db6f9b63832e4e6da6eeb3029d59ff6c7604e73def152cfb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72de46e7fda89bbaed4aff334fe9fc183add426560c269f6abaddd51788a5d971faa35c5a5edaeeea539b8b176fb5818ae3373d212f4384c82ba6802ed542692
|
7
|
+
data.tar.gz: 4f2771e034e436d240967e10ba0dcbfda71532f2b5f3db9a80217448b1ae270b56e8b00302c709244162a4ab253d95f9bc7b3138b0a7e8d4dd5de8ed20c844f1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-connectors_v1
|
2
2
|
|
3
|
+
### v0.50.0 (2024-01-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240122
|
6
|
+
* Regenerated using generator version 0.13.1
|
7
|
+
|
8
|
+
### v0.49.0 (2024-01-23)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240116
|
11
|
+
* Regenerated using generator version 0.13.0
|
12
|
+
|
3
13
|
### v0.48.0 (2024-01-07)
|
4
14
|
|
5
15
|
* Regenerated from discovery document revision 20240102
|
@@ -323,7 +323,10 @@ module Google
|
|
323
323
|
attr_accessor :members
|
324
324
|
|
325
325
|
# Role that is assigned to the list of `members`, or principals. For example, `
|
326
|
-
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
326
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
|
327
|
+
# roles and permissions, see the [IAM documentation](https://cloud.google.com/
|
328
|
+
# iam/docs/roles-overview). For a list of the available pre-defined roles, see [
|
329
|
+
# here](https://cloud.google.com/iam/docs/understanding-roles).
|
327
330
|
# Corresponds to the JSON property `role`
|
328
331
|
# @return [String]
|
329
332
|
attr_accessor :role
|
@@ -1263,7 +1266,7 @@ module Google
|
|
1263
1266
|
# @return [String]
|
1264
1267
|
attr_accessor :name
|
1265
1268
|
|
1266
|
-
#
|
1269
|
+
# Optional. Service account used by runtime plane to access auth config secrets.
|
1267
1270
|
# Corresponds to the JSON property `serviceAccount`
|
1268
1271
|
# @return [String]
|
1269
1272
|
attr_accessor :service_account
|
@@ -2004,6 +2007,11 @@ module Google
|
|
2004
2007
|
attr_accessor :private_connectivity_enabled
|
2005
2008
|
alias_method :private_connectivity_enabled?, :private_connectivity_enabled
|
2006
2009
|
|
2010
|
+
# Define the Connectors target endpoint.
|
2011
|
+
# Corresponds to the JSON property `proxyDestinationConfig`
|
2012
|
+
# @return [Google::Apis::ConnectorsV1::DestinationConfig]
|
2013
|
+
attr_accessor :proxy_destination_config
|
2014
|
+
|
2007
2015
|
# Define the Connectors target endpoint.
|
2008
2016
|
# Corresponds to the JSON property `registrationDestinationConfig`
|
2009
2017
|
# @return [Google::Apis::ConnectorsV1::DestinationConfig]
|
@@ -2022,6 +2030,7 @@ module Google
|
|
2022
2030
|
@events_listener_ingress_endpoint = args[:events_listener_ingress_endpoint] if args.key?(:events_listener_ingress_endpoint)
|
2023
2031
|
@listener_auth_config = args[:listener_auth_config] if args.key?(:listener_auth_config)
|
2024
2032
|
@private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
|
2033
|
+
@proxy_destination_config = args[:proxy_destination_config] if args.key?(:proxy_destination_config)
|
2025
2034
|
@registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)
|
2026
2035
|
end
|
2027
2036
|
end
|
@@ -2080,6 +2089,12 @@ module Google
|
|
2080
2089
|
# @return [Array<Google::Apis::ConnectorsV1::AuthConfigTemplate>]
|
2081
2090
|
attr_accessor :listener_auth_config_templates
|
2082
2091
|
|
2092
|
+
# DestinationConfigTemplate defines required destinations supported by the
|
2093
|
+
# Connector.
|
2094
|
+
# Corresponds to the JSON property `proxyDestinationConfig`
|
2095
|
+
# @return [Google::Apis::ConnectorsV1::DestinationConfigTemplate]
|
2096
|
+
attr_accessor :proxy_destination_config
|
2097
|
+
|
2083
2098
|
# DestinationConfigTemplate defines required destinations supported by the
|
2084
2099
|
# Connector.
|
2085
2100
|
# Corresponds to the JSON property `registrationDestinationConfig`
|
@@ -2101,6 +2116,7 @@ module Google
|
|
2101
2116
|
@event_listener_type = args[:event_listener_type] if args.key?(:event_listener_type)
|
2102
2117
|
@is_eventing_supported = args[:is_eventing_supported] if args.key?(:is_eventing_supported)
|
2103
2118
|
@listener_auth_config_templates = args[:listener_auth_config_templates] if args.key?(:listener_auth_config_templates)
|
2119
|
+
@proxy_destination_config = args[:proxy_destination_config] if args.key?(:proxy_destination_config)
|
2104
2120
|
@registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)
|
2105
2121
|
end
|
2106
2122
|
end
|
@@ -4268,6 +4284,12 @@ module Google
|
|
4268
4284
|
# @return [Google::Apis::ConnectorsV1::NetworkConfig]
|
4269
4285
|
attr_accessor :network_config
|
4270
4286
|
|
4287
|
+
# Output only. Specifies whether the region is provisioned.
|
4288
|
+
# Corresponds to the JSON property `provisioned`
|
4289
|
+
# @return [Boolean]
|
4290
|
+
attr_accessor :provisioned
|
4291
|
+
alias_method :provisioned?, :provisioned
|
4292
|
+
|
4271
4293
|
def initialize(**args)
|
4272
4294
|
update!(**args)
|
4273
4295
|
end
|
@@ -4277,6 +4299,7 @@ module Google
|
|
4277
4299
|
@encryption_config = args[:encryption_config] if args.key?(:encryption_config)
|
4278
4300
|
@name = args[:name] if args.key?(:name)
|
4279
4301
|
@network_config = args[:network_config] if args.key?(:network_config)
|
4302
|
+
@provisioned = args[:provisioned] if args.key?(:provisioned)
|
4280
4303
|
end
|
4281
4304
|
end
|
4282
4305
|
|
@@ -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.50.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240122"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1260,6 +1260,8 @@ module Google
|
|
1260
1260
|
property :listener_auth_config, as: 'listenerAuthConfig', class: Google::Apis::ConnectorsV1::AuthConfig, decorator: Google::Apis::ConnectorsV1::AuthConfig::Representation
|
1261
1261
|
|
1262
1262
|
property :private_connectivity_enabled, as: 'privateConnectivityEnabled'
|
1263
|
+
property :proxy_destination_config, as: 'proxyDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
|
1264
|
+
|
1263
1265
|
property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
|
1264
1266
|
|
1265
1267
|
end
|
@@ -1281,6 +1283,8 @@ module Google
|
|
1281
1283
|
property :is_eventing_supported, as: 'isEventingSupported'
|
1282
1284
|
collection :listener_auth_config_templates, as: 'listenerAuthConfigTemplates', class: Google::Apis::ConnectorsV1::AuthConfigTemplate, decorator: Google::Apis::ConnectorsV1::AuthConfigTemplate::Representation
|
1283
1285
|
|
1286
|
+
property :proxy_destination_config, as: 'proxyDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfigTemplate, decorator: Google::Apis::ConnectorsV1::DestinationConfigTemplate::Representation
|
1287
|
+
|
1284
1288
|
property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfigTemplate, decorator: Google::Apis::ConnectorsV1::DestinationConfigTemplate::Representation
|
1285
1289
|
|
1286
1290
|
end
|
@@ -1867,6 +1871,7 @@ module Google
|
|
1867
1871
|
property :name, as: 'name'
|
1868
1872
|
property :network_config, as: 'networkConfig', class: Google::Apis::ConnectorsV1::NetworkConfig, decorator: Google::Apis::ConnectorsV1::NetworkConfig::Representation
|
1869
1873
|
|
1874
|
+
property :provisioned, as: 'provisioned'
|
1870
1875
|
end
|
1871
1876
|
end
|
1872
1877
|
|
@@ -33,6 +33,8 @@ module Google
|
|
33
33
|
#
|
34
34
|
# @see https://cloud.google.com/apigee/docs/api-platform/connectors/about-connectors
|
35
35
|
class ConnectorsService < Google::Apis::Core::BaseService
|
36
|
+
DEFAULT_ENDPOINT_TEMPLATE = "https://connectors.$UNIVERSE_DOMAIN$/"
|
37
|
+
|
36
38
|
# @return [String]
|
37
39
|
# API key. Your API key identifies your project and provides you with API access,
|
38
40
|
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
@@ -44,7 +46,7 @@ module Google
|
|
44
46
|
attr_accessor :quota_user
|
45
47
|
|
46
48
|
def initialize
|
47
|
-
super(
|
49
|
+
super(DEFAULT_ENDPOINT_TEMPLATE, '',
|
48
50
|
client_name: 'google-apis-connectors_v1',
|
49
51
|
client_version: Google::Apis::ConnectorsV1::GEM_VERSION)
|
50
52
|
@batch_path = 'batch'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.50.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-01-
|
11
|
+
date: 2024-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.12.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.12.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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-connectors_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.50.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|