google-apis-connectors_v1 0.38.0 → 0.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81be8034d564cbe4da8d876bf241d6a9e2f032c01561a2f3cb5de97100e9f399
4
- data.tar.gz: 64ace8e3916285e3cc2cf3ee423b24c8e5e9de85a75eb7b26143f7db8724e0e1
3
+ metadata.gz: 744e6ccf80e515e104977d9c393716a3a8e46f13d37afc9e0720ff39f53df8b1
4
+ data.tar.gz: '08a053f656cd9239071e245ae0fb710386d0f3a5a99f0360e6e7972cc2423a85'
5
5
  SHA512:
6
- metadata.gz: 9a28b54e8c84a3a60549d876dc5457869813c6fc2a39ed85c37fb99191162191a09e661ac07caa16fe5722a33f1e1f2827578836169bcf7fdb821600341ca6cb
7
- data.tar.gz: 4f4130365f8e2a66d5b1dee5f60d037ddc2efa628ca4f83206164d1e80d3d3d121cd8270712d50f6698ed90978bfd4cdd269966319230a595b27b9c87bcf7c6b
6
+ metadata.gz: ef8243ecaba18a2eb876ef81077a9790e378d34eaca44cb297e5d61206aa742905865e8cee9d3c4ec0a84237ad0de0c03fc36d95b2462b7d4fdd2402ab59141b
7
+ data.tar.gz: 0b567d5a10bed8f9e17d2dc6fa23537cc9d40fe17b94f2da9f76b001cc4e58f365d0598d9cc3af4dbaeff04b355124f6edc5b13d34682f2416e0496d731a7eb8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.39.0 (2023-09-24)
4
+
5
+ * Regenerated from discovery document revision 20230913
6
+
3
7
  ### v0.38.0 (2023-09-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20230906
@@ -1604,17 +1604,18 @@ module Google
1604
1604
  attr_accessor :enrichment_enabled
1605
1605
  alias_method :enrichment_enabled?, :enrichment_enabled
1606
1606
 
1607
+ # Optional. Ingress endpoint of the event listener. This is used only when
1608
+ # private connectivity is enabled.
1609
+ # Corresponds to the JSON property `eventsListenerIngressEndpoint`
1610
+ # @return [String]
1611
+ attr_accessor :events_listener_ingress_endpoint
1612
+
1607
1613
  # Optional. Private Connectivity Enabled.
1608
1614
  # Corresponds to the JSON property `privateConnectivityEnabled`
1609
1615
  # @return [Boolean]
1610
1616
  attr_accessor :private_connectivity_enabled
1611
1617
  alias_method :private_connectivity_enabled?, :private_connectivity_enabled
1612
1618
 
1613
- # Optional. Public Events listener endpoint.
1614
- # Corresponds to the JSON property `publicEventsListenerEndpoint`
1615
- # @return [String]
1616
- attr_accessor :public_events_listener_endpoint
1617
-
1618
1619
  # Define the Connectors target endpoint.
1619
1620
  # Corresponds to the JSON property `registrationDestinationConfig`
1620
1621
  # @return [Google::Apis::ConnectorsV1::DestinationConfig]
@@ -1630,8 +1631,8 @@ module Google
1630
1631
  @auth_config = args[:auth_config] if args.key?(:auth_config)
1631
1632
  @encryption_key = args[:encryption_key] if args.key?(:encryption_key)
1632
1633
  @enrichment_enabled = args[:enrichment_enabled] if args.key?(:enrichment_enabled)
1634
+ @events_listener_ingress_endpoint = args[:events_listener_ingress_endpoint] if args.key?(:events_listener_ingress_endpoint)
1633
1635
  @private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
1634
- @public_events_listener_endpoint = args[:public_events_listener_endpoint] if args.key?(:public_events_listener_endpoint)
1635
1636
  @registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)
1636
1637
  end
1637
1638
  end
@@ -1770,6 +1771,13 @@ module Google
1770
1771
  # @return [String]
1771
1772
  attr_accessor :events_listener_endpoint
1772
1773
 
1774
+ # Output only. Events listener PSC Service attachment. The value will be
1775
+ # populated after provisioning the events listener with private connectivity
1776
+ # enabled.
1777
+ # Corresponds to the JSON property `eventsListenerPscSa`
1778
+ # @return [String]
1779
+ attr_accessor :events_listener_psc_sa
1780
+
1773
1781
  # EventingStatus indicates the state of eventing.
1774
1782
  # Corresponds to the JSON property `status`
1775
1783
  # @return [Google::Apis::ConnectorsV1::EventingStatus]
@@ -1782,6 +1790,7 @@ module Google
1782
1790
  # Update properties of this object
1783
1791
  def update!(**args)
1784
1792
  @events_listener_endpoint = args[:events_listener_endpoint] if args.key?(:events_listener_endpoint)
1793
+ @events_listener_psc_sa = args[:events_listener_psc_sa] if args.key?(:events_listener_psc_sa)
1785
1794
  @status = args[:status] if args.key?(:status)
1786
1795
  end
1787
1796
  end
@@ -3373,6 +3382,16 @@ module Google
3373
3382
  # @return [String]
3374
3383
  attr_accessor :action
3375
3384
 
3385
+ # Output only. Brief Description of action
3386
+ # Corresponds to the JSON property `description`
3387
+ # @return [String]
3388
+ attr_accessor :description
3389
+
3390
+ # Output only. Display Name of action to be shown on client side
3391
+ # Corresponds to the JSON property `displayName`
3392
+ # @return [String]
3393
+ attr_accessor :display_name
3394
+
3376
3395
  # JsonSchema representation of schema metadata
3377
3396
  # Corresponds to the JSON property `inputJsonSchema`
3378
3397
  # @return [Google::Apis::ConnectorsV1::JsonSchema]
@@ -3400,6 +3419,8 @@ module Google
3400
3419
  # Update properties of this object
3401
3420
  def update!(**args)
3402
3421
  @action = args[:action] if args.key?(:action)
3422
+ @description = args[:description] if args.key?(:description)
3423
+ @display_name = args[:display_name] if args.key?(:display_name)
3403
3424
  @input_json_schema = args[:input_json_schema] if args.key?(:input_json_schema)
3404
3425
  @input_parameters = args[:input_parameters] if args.key?(:input_parameters)
3405
3426
  @result_json_schema = args[:result_json_schema] if args.key?(:result_json_schema)
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230906"
25
+ REVISION = "20230913"
26
26
  end
27
27
  end
28
28
  end
@@ -982,8 +982,8 @@ module Google
982
982
  property :encryption_key, as: 'encryptionKey', class: Google::Apis::ConnectorsV1::ConfigVariable, decorator: Google::Apis::ConnectorsV1::ConfigVariable::Representation
983
983
 
984
984
  property :enrichment_enabled, as: 'enrichmentEnabled'
985
+ property :events_listener_ingress_endpoint, as: 'eventsListenerIngressEndpoint'
985
986
  property :private_connectivity_enabled, as: 'privateConnectivityEnabled'
986
- property :public_events_listener_endpoint, as: 'publicEventsListenerEndpoint'
987
987
  property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
988
988
 
989
989
  end
@@ -1024,6 +1024,7 @@ module Google
1024
1024
  # @private
1025
1025
  class Representation < Google::Apis::Core::JsonRepresentation
1026
1026
  property :events_listener_endpoint, as: 'eventsListenerEndpoint'
1027
+ property :events_listener_psc_sa, as: 'eventsListenerPscSa'
1027
1028
  property :status, as: 'status', class: Google::Apis::ConnectorsV1::EventingStatus, decorator: Google::Apis::ConnectorsV1::EventingStatus::Representation
1028
1029
 
1029
1030
  end
@@ -1467,6 +1468,8 @@ module Google
1467
1468
  # @private
1468
1469
  class Representation < Google::Apis::Core::JsonRepresentation
1469
1470
  property :action, as: 'action'
1471
+ property :description, as: 'description'
1472
+ property :display_name, as: 'displayName'
1470
1473
  property :input_json_schema, as: 'inputJsonSchema', class: Google::Apis::ConnectorsV1::JsonSchema, decorator: Google::Apis::ConnectorsV1::JsonSchema::Representation
1471
1474
 
1472
1475
  collection :input_parameters, as: 'inputParameters', class: Google::Apis::ConnectorsV1::InputParameter, decorator: Google::Apis::ConnectorsV1::InputParameter::Representation
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.38.0
4
+ version: 0.39.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: 2023-09-17 00:00:00.000000000 Z
11
+ date: 2023-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.39.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: []