google-apis-connectors_v1 0.72.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
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-connectors_v1
|
2
2
|
|
3
|
+
### v0.74.0 (2025-06-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250604
|
6
|
+
|
7
|
+
### v0.73.0 (2025-06-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250521
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.72.0 (2025-05-18)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250507
|
@@ -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
|
@@ -1384,11 +1384,6 @@ module Google
|
|
1384
1384
|
# @return [String]
|
1385
1385
|
attr_accessor :name
|
1386
1386
|
|
1387
|
-
# Optional. The priority entity types for the connector version.
|
1388
|
-
# Corresponds to the JSON property `priorityEntityTypes`
|
1389
|
-
# @return [Array<Google::Apis::ConnectorsV1::PriorityEntityType>]
|
1390
|
-
attr_accessor :priority_entity_types
|
1391
|
-
|
1392
1387
|
# Output only. ReleaseVersion of the connector, for example: "1.0.1-alpha".
|
1393
1388
|
# Corresponds to the JSON property `releaseVersion`
|
1394
1389
|
# @return [String]
|
@@ -1463,7 +1458,6 @@ module Google
|
|
1463
1458
|
@labels = args[:labels] if args.key?(:labels)
|
1464
1459
|
@launch_stage = args[:launch_stage] if args.key?(:launch_stage)
|
1465
1460
|
@name = args[:name] if args.key?(:name)
|
1466
|
-
@priority_entity_types = args[:priority_entity_types] if args.key?(:priority_entity_types)
|
1467
1461
|
@release_version = args[:release_version] if args.key?(:release_version)
|
1468
1462
|
@role_grant = args[:role_grant] if args.key?(:role_grant)
|
1469
1463
|
@role_grants = args[:role_grants] if args.key?(:role_grants)
|
@@ -3135,7 +3129,7 @@ module Google
|
|
3135
3129
|
end
|
3136
3130
|
end
|
3137
3131
|
|
3138
|
-
# Eventing Configuration of a connection next:
|
3132
|
+
# Eventing Configuration of a connection next: 19
|
3139
3133
|
class EventingConfig
|
3140
3134
|
include Google::Apis::Core::Hashable
|
3141
3135
|
|
@@ -3176,6 +3170,12 @@ module Google
|
|
3176
3170
|
# @return [Google::Apis::ConnectorsV1::AuthConfig]
|
3177
3171
|
attr_accessor :listener_auth_config
|
3178
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
|
+
|
3179
3179
|
# Optional. Private Connectivity Enabled.
|
3180
3180
|
# Corresponds to the JSON property `privateConnectivityEnabled`
|
3181
3181
|
# @return [Boolean]
|
@@ -3210,6 +3210,7 @@ module Google
|
|
3210
3210
|
@enrichment_enabled = args[:enrichment_enabled] if args.key?(:enrichment_enabled)
|
3211
3211
|
@events_listener_ingress_endpoint = args[:events_listener_ingress_endpoint] if args.key?(:events_listener_ingress_endpoint)
|
3212
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)
|
3213
3214
|
@private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
|
3214
3215
|
@proxy_destination_config = args[:proxy_destination_config] if args.key?(:proxy_destination_config)
|
3215
3216
|
@registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)
|
@@ -5761,44 +5762,6 @@ module Google
|
|
5761
5762
|
end
|
5762
5763
|
end
|
5763
5764
|
|
5764
|
-
# PriorityEntityType represents an entity type with its associated priority and
|
5765
|
-
# order.
|
5766
|
-
class PriorityEntityType
|
5767
|
-
include Google::Apis::Core::Hashable
|
5768
|
-
|
5769
|
-
# The description of the entity type.
|
5770
|
-
# Corresponds to the JSON property `description`
|
5771
|
-
# @return [String]
|
5772
|
-
attr_accessor :description
|
5773
|
-
|
5774
|
-
# The entity type.
|
5775
|
-
# Corresponds to the JSON property `id`
|
5776
|
-
# @return [String]
|
5777
|
-
attr_accessor :id
|
5778
|
-
|
5779
|
-
# The order of the entity type within its priority group.
|
5780
|
-
# Corresponds to the JSON property `order`
|
5781
|
-
# @return [Fixnum]
|
5782
|
-
attr_accessor :order
|
5783
|
-
|
5784
|
-
# The priority of the entity type, such as P0, P1, etc.
|
5785
|
-
# Corresponds to the JSON property `priority`
|
5786
|
-
# @return [String]
|
5787
|
-
attr_accessor :priority
|
5788
|
-
|
5789
|
-
def initialize(**args)
|
5790
|
-
update!(**args)
|
5791
|
-
end
|
5792
|
-
|
5793
|
-
# Update properties of this object
|
5794
|
-
def update!(**args)
|
5795
|
-
@description = args[:description] if args.key?(:description)
|
5796
|
-
@id = args[:id] if args.key?(:id)
|
5797
|
-
@order = args[:order] if args.key?(:order)
|
5798
|
-
@priority = args[:priority] if args.key?(:priority)
|
5799
|
-
end
|
5800
|
-
end
|
5801
|
-
|
5802
5765
|
# Provider indicates the owner who provides the connectors.
|
5803
5766
|
class Provider
|
5804
5767
|
include Google::Apis::Core::Hashable
|
@@ -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
|
-
GENERATOR_VERSION = "0.
|
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
|
@@ -754,12 +754,6 @@ module Google
|
|
754
754
|
include Google::Apis::Core::JsonObjectSupport
|
755
755
|
end
|
756
756
|
|
757
|
-
class PriorityEntityType
|
758
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
-
|
760
|
-
include Google::Apis::Core::JsonObjectSupport
|
761
|
-
end
|
762
|
-
|
763
757
|
class Provider
|
764
758
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
759
|
|
@@ -1356,8 +1350,6 @@ module Google
|
|
1356
1350
|
hash :labels, as: 'labels'
|
1357
1351
|
property :launch_stage, as: 'launchStage'
|
1358
1352
|
property :name, as: 'name'
|
1359
|
-
collection :priority_entity_types, as: 'priorityEntityTypes', class: Google::Apis::ConnectorsV1::PriorityEntityType, decorator: Google::Apis::ConnectorsV1::PriorityEntityType::Representation
|
1360
|
-
|
1361
1353
|
property :release_version, as: 'releaseVersion'
|
1362
1354
|
property :role_grant, as: 'roleGrant', class: Google::Apis::ConnectorsV1::RoleGrant, decorator: Google::Apis::ConnectorsV1::RoleGrant::Representation
|
1363
1355
|
|
@@ -1846,6 +1838,7 @@ module Google
|
|
1846
1838
|
property :events_listener_ingress_endpoint, as: 'eventsListenerIngressEndpoint'
|
1847
1839
|
property :listener_auth_config, as: 'listenerAuthConfig', class: Google::Apis::ConnectorsV1::AuthConfig, decorator: Google::Apis::ConnectorsV1::AuthConfig::Representation
|
1848
1840
|
|
1841
|
+
collection :private_connectivity_allowlisted_projects, as: 'privateConnectivityAllowlistedProjects'
|
1849
1842
|
property :private_connectivity_enabled, as: 'privateConnectivityEnabled'
|
1850
1843
|
property :proxy_destination_config, as: 'proxyDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
|
1851
1844
|
|
@@ -2536,16 +2529,6 @@ module Google
|
|
2536
2529
|
end
|
2537
2530
|
end
|
2538
2531
|
|
2539
|
-
class PriorityEntityType
|
2540
|
-
# @private
|
2541
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2542
|
-
property :description, as: 'description'
|
2543
|
-
property :id, as: 'id'
|
2544
|
-
property :order, as: 'order'
|
2545
|
-
property :priority, as: 'priority'
|
2546
|
-
end
|
2547
|
-
end
|
2548
|
-
|
2549
2532
|
class Provider
|
2550
2533
|
# @private
|
2551
2534
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -501,7 +501,7 @@ module Google
|
|
501
501
|
# update the connection details: * `description` * `labels` * `connector_version`
|
502
502
|
# * `config_variables` * `auth_config` * `destination_configs` * `node_config` *
|
503
503
|
# `log_config` * `ssl_config` * `eventing_enablement_type` * `eventing_config` *
|
504
|
-
# `auth_override_enabled`
|
504
|
+
# `auth_override_enabled` * `async_operations_enabled`
|
505
505
|
# @param [String] fields
|
506
506
|
# Selector specifying which fields to include in a partial response.
|
507
507
|
# @param [String] quota_user
|
@@ -1539,7 +1539,8 @@ module Google
|
|
1539
1539
|
# @param [Google::Apis::ConnectorsV1::EndpointAttachment] endpoint_attachment_object
|
1540
1540
|
# @param [String] endpoint_attachment_id
|
1541
1541
|
# Required. Identifier to assign to the EndpointAttachment. Must be unique
|
1542
|
-
# within scope of the parent resource.
|
1542
|
+
# within scope of the parent resource. The regex is: `^[a-z]([a-z0-9-]`0,61`[a-
|
1543
|
+
# z0-9])?$`.
|
1543
1544
|
# @param [String] fields
|
1544
1545
|
# Selector specifying which fields to include in a partial response.
|
1545
1546
|
# @param [String] quota_user
|
@@ -2714,9 +2715,6 @@ module Google
|
|
2714
2715
|
# Required. Resource name of the form: `projects/*/locations/*/providers/*/
|
2715
2716
|
# connectors/*/versions/*` Only global location is supported for
|
2716
2717
|
# ConnectorVersion resource.
|
2717
|
-
# @param [String] schema_view
|
2718
|
-
# Optional. Enum to control whether schema enrichment related fields should be
|
2719
|
-
# included in the response.
|
2720
2718
|
# @param [String] view
|
2721
2719
|
# Specifies which fields of the ConnectorVersion are returned in the response.
|
2722
2720
|
# Defaults to `CUSTOMER` view.
|
@@ -2737,12 +2735,11 @@ module Google
|
|
2737
2735
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2738
2736
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2739
2737
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2740
|
-
def get_project_location_provider_connector_version(name,
|
2738
|
+
def get_project_location_provider_connector_version(name, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2741
2739
|
command = make_simple_command(:get, 'v1/{+name}', options)
|
2742
2740
|
command.response_representation = Google::Apis::ConnectorsV1::ConnectorVersion::Representation
|
2743
2741
|
command.response_class = Google::Apis::ConnectorsV1::ConnectorVersion
|
2744
2742
|
command.params['name'] = name unless name.nil?
|
2745
|
-
command.query['schemaView'] = schema_view unless schema_view.nil?
|
2746
2743
|
command.query['view'] = view unless view.nil?
|
2747
2744
|
command.query['fields'] = fields unless fields.nil?
|
2748
2745
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
@@ -2751,16 +2748,10 @@ module Google
|
|
2751
2748
|
|
2752
2749
|
# Lists Connector Versions in a given project and location.
|
2753
2750
|
# @param [String] parent
|
2754
|
-
# Required. Parent resource of the connectors, of the form: `projects/*/
|
2755
|
-
# locations/*/providers/*/connectors/*` Only global location is supported for
|
2756
|
-
# ConnectorVersion resource.
|
2757
2751
|
# @param [Fixnum] page_size
|
2758
2752
|
# Page size.
|
2759
2753
|
# @param [String] page_token
|
2760
2754
|
# Page token.
|
2761
|
-
# @param [String] schema_view
|
2762
|
-
# Optional. Enum to control whether schema enrichment related fields should be
|
2763
|
-
# included in the response.
|
2764
2755
|
# @param [String] view
|
2765
2756
|
# Specifies which fields of the ConnectorVersion are returned in the response.
|
2766
2757
|
# Defaults to `BASIC` view.
|
@@ -2781,14 +2772,13 @@ module Google
|
|
2781
2772
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2782
2773
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2783
2774
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2784
|
-
def list_project_location_provider_connector_versions(parent, page_size: nil, page_token: nil,
|
2775
|
+
def list_project_location_provider_connector_versions(parent, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2785
2776
|
command = make_simple_command(:get, 'v1/{+parent}/versions', options)
|
2786
2777
|
command.response_representation = Google::Apis::ConnectorsV1::ListConnectorVersionsResponse::Representation
|
2787
2778
|
command.response_class = Google::Apis::ConnectorsV1::ListConnectorVersionsResponse
|
2788
2779
|
command.params['parent'] = parent unless parent.nil?
|
2789
2780
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2790
2781
|
command.query['pageToken'] = page_token unless page_token.nil?
|
2791
|
-
command.query['schemaView'] = schema_view unless schema_view.nil?
|
2792
2782
|
command.query['view'] = view unless view.nil?
|
2793
2783
|
command.query['fields'] = fields unless fields.nil?
|
2794
2784
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Connectors API V1
|
79
79
|
test_files: []
|