google-apis-connectors_v1 0.72.0 → 0.73.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: 1937ad4821bc71fec223c8d5633acaeca0a3241e6101d0cbaa67f1a429c54e30
4
- data.tar.gz: edfdecdc8aab154fffd2cec568900ff6e6fb90a5ea7941ee3e85948eb7c84c30
3
+ metadata.gz: f3e98dab0aa3734808b46a128799c7db46d858e11cf529a10a62bd5d6152d71b
4
+ data.tar.gz: 2234073da14de72f66255ffa098e7119fc85ac8f5ad6770dc6ddf546e227d330
5
5
  SHA512:
6
- metadata.gz: f7f7de4cc432b952923e4ad166e632987a0471280c2c3c8a538c024a54cd4e4be706c411544284b167ca8ce966b3e4fc21966fc8ec50c3505267b556d0c37d8d
7
- data.tar.gz: 77ce6bb455f3a6198bf8d6d883f9355e53fad524e675fa3e6b2c3c22d216715acd97209028ce0c600fec214a1e0a3b8dc7907bdee33f408dbb733eaea702057c
6
+ metadata.gz: 2fc4931892067df851d89c928f4a1035ada1eb2331010356127f4c9024057662068578bbfd44d6ea9f6d365139c3d525f9c2f20e8cd0a6800ffd939cba824b5f
7
+ data.tar.gz: 3b4567db11109a7870ffcac3ec534897bde39ed545950c099694b2b5456dc752a292576832d518a7c1cf12efc0cefeca1326450c18dd5a1420d069a0b3f1fe16
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.73.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250521
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.72.0 (2025-05-18)
4
9
 
5
10
  * Regenerated from discovery document revision 20250507
@@ -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)
@@ -5761,44 +5755,6 @@ module Google
5761
5755
  end
5762
5756
  end
5763
5757
 
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
5758
  # Provider indicates the owner who provides the connectors.
5803
5759
  class Provider
5804
5760
  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.72.0"
19
+ GEM_VERSION = "0.73.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250507"
25
+ REVISION = "20250521"
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
 
@@ -2536,16 +2528,6 @@ module Google
2536
2528
  end
2537
2529
  end
2538
2530
 
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
2531
  class Provider
2550
2532
  # @private
2551
2533
  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, schema_view: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
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, schema_view: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
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.72.0
4
+ version: 0.73.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.72.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.73.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.8
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: []