google-apis-connectors_v1 0.33.0 → 0.35.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: f176a965e66b1d0c7d1a390e1b724ea18dbf9678b00a11dff04eec95d1abe8f1
4
- data.tar.gz: 5b5837b1013ebca606ab78ac7bf0c07d29324c8c1596f46e4b5859bd6b31b1f2
3
+ metadata.gz: c9f500fd0620573a641131c7a92d4ad376f3ba0f41eb44876af0f48d685ae0ba
4
+ data.tar.gz: 9d9a307273735bc30205c853f219683479e21e51e7f854fd9b4cdf943da9ee57
5
5
  SHA512:
6
- metadata.gz: db32db0dcc170518117ffec13da02644a79fd352a543d0b5a171058f7d8559f6b5f06035b575912f80846e56acd2a063a7eea790fe8217e736f8f8d6027ff4ca
7
- data.tar.gz: 370a5bf6a6964332b236208339780fd818242aa7ecba8840b5f0b065230da5a087b209a533929432d7cbc0d47382c5a39f4dc2aae6a3f7361608914b29555384
6
+ metadata.gz: cc31b5563571c8631f68c384b2b26df5e34e8c86029dec8c6662d1f467f1e070fe6d877b727d1a274e788f47eee99a964e016f3b905f7d0637940e5338095c36
7
+ data.tar.gz: 7e33d0c72d0127d3eb09d9999d0e7fd6cc38303f0073b880b3039a3df5c4b25e072bf66194559ed4db60a9c611d50e75e1822f4be367ac621f8855da8fc27c89
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.35.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230724
6
+
7
+ ### v0.34.0 (2023-07-23)
8
+
9
+ * Regenerated from discovery document revision 20230712
10
+
3
11
  ### v0.33.0 (2023-07-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20230706
@@ -206,8 +206,8 @@ module Google
206
206
  class AuthorizationCodeLink
207
207
  include Google::Apis::Core::Hashable
208
208
 
209
- # The client ID assigned to the GCP Connectors OAuth app for the connector data
210
- # source.
209
+ # The client ID assigned to the Google Cloud Connectors OAuth app for the
210
+ # connector data source.
211
211
  # Corresponds to the JSON property `clientId`
212
212
  # @return [String]
213
213
  attr_accessor :client_id
@@ -218,8 +218,8 @@ module Google
218
218
  attr_accessor :enable_pkce
219
219
  alias_method :enable_pkce?, :enable_pkce
220
220
 
221
- # The scopes for which the user will authorize GCP Connectors on the connector
222
- # data source.
221
+ # The scopes for which the user will authorize Google Cloud Connectors on the
222
+ # connector data source.
223
223
  # Corresponds to the JSON property `scopes`
224
224
  # @return [Array<String>]
225
225
  attr_accessor :scopes
@@ -431,10 +431,10 @@ module Google
431
431
  attr_accessor :required_condition
432
432
 
433
433
  # This configuration defines all the Cloud IAM roles that needs to be granted to
434
- # a particular GCP resource for the selected principal like service account.
435
- # These configurations will let UI display to customers what IAM roles need to
436
- # be granted by them. Or these configurations can be used by the UI to render a '
437
- # grant' button to do the same on behalf of the user.
434
+ # a particular Google Cloud resource for the selected principal like service
435
+ # account. These configurations will let UI display to customers what IAM roles
436
+ # need to be granted by them. Or these configurations can be used by the UI to
437
+ # render a 'grant' button to do the same on behalf of the user.
438
438
  # Corresponds to the JSON property `roleGrant`
439
439
  # @return [Google::Apis::ConnectorsV1::RoleGrant]
440
440
  attr_accessor :role_grant
@@ -588,7 +588,8 @@ module Google
588
588
  # @return [Google::Apis::ConnectorsV1::NodeConfig]
589
589
  attr_accessor :node_config
590
590
 
591
- # Optional. Service account needed for runtime plane to access GCP resources.
591
+ # Optional. Service account needed for runtime plane to access Google Cloud
592
+ # resources.
592
593
  # Corresponds to the JSON property `serviceAccount`
593
594
  # @return [String]
594
595
  attr_accessor :service_account
@@ -923,10 +924,10 @@ module Google
923
924
  attr_accessor :release_version
924
925
 
925
926
  # This configuration defines all the Cloud IAM roles that needs to be granted to
926
- # a particular GCP resource for the selected principal like service account.
927
- # These configurations will let UI display to customers what IAM roles need to
928
- # be granted by them. Or these configurations can be used by the UI to render a '
929
- # grant' button to do the same on behalf of the user.
927
+ # a particular Google Cloud resource for the selected principal like service
928
+ # account. These configurations will let UI display to customers what IAM roles
929
+ # need to be granted by them. Or these configurations can be used by the UI to
930
+ # render a 'grant' button to do the same on behalf of the user.
930
931
  # Corresponds to the JSON property `roleGrant`
931
932
  # @return [Google::Apis::ConnectorsV1::RoleGrant]
932
933
  attr_accessor :role_grant
@@ -941,10 +942,7 @@ module Google
941
942
  # @return [Google::Apis::ConnectorsV1::SslConfigTemplate]
942
943
  attr_accessor :ssl_config_template
943
944
 
944
- # Supported runtime features of a connector version. This is passed to the
945
- # management layer to add a new connector version by the connector developer.
946
- # Details about how this proto is passed to the management layer is covered in
947
- # this doc - go/runtime-manifest.
945
+ # Supported runtime features of a connector version.
948
946
  # Corresponds to the JSON property `supportedRuntimeFeatures`
949
947
  # @return [Google::Apis::ConnectorsV1::SupportedRuntimeFeatures]
950
948
  attr_accessor :supported_runtime_features
@@ -3014,9 +3012,9 @@ module Google
3014
3012
  class Resource
3015
3013
  include Google::Apis::Core::Hashable
3016
3014
 
3017
- # Template to uniquely represent a GCP resource in a format IAM expects This is
3018
- # a template that can have references to other values provided in the config
3019
- # variable template.
3015
+ # Template to uniquely represent a Google Cloud resource in a format IAM expects
3016
+ # This is a template that can have references to other values provided in the
3017
+ # config variable template.
3020
3018
  # Corresponds to the JSON property `pathTemplate`
3021
3019
  # @return [String]
3022
3020
  attr_accessor :path_template
@@ -3082,10 +3080,10 @@ module Google
3082
3080
  end
3083
3081
 
3084
3082
  # This configuration defines all the Cloud IAM roles that needs to be granted to
3085
- # a particular GCP resource for the selected principal like service account.
3086
- # These configurations will let UI display to customers what IAM roles need to
3087
- # be granted by them. Or these configurations can be used by the UI to render a '
3088
- # grant' button to do the same on behalf of the user.
3083
+ # a particular Google Cloud resource for the selected principal like service
3084
+ # account. These configurations will let UI display to customers what IAM roles
3085
+ # need to be granted by them. Or these configurations can be used by the UI to
3086
+ # render a 'grant' button to do the same on behalf of the user.
3089
3087
  class RoleGrant
3090
3088
  include Google::Apis::Core::Hashable
3091
3089
 
@@ -3590,10 +3588,7 @@ module Google
3590
3588
  end
3591
3589
  end
3592
3590
 
3593
- # Supported runtime features of a connector version. This is passed to the
3594
- # management layer to add a new connector version by the connector developer.
3595
- # Details about how this proto is passed to the management layer is covered in
3596
- # this doc - go/runtime-manifest.
3591
+ # Supported runtime features of a connector version.
3597
3592
  class SupportedRuntimeFeatures
3598
3593
  include Google::Apis::Core::Hashable
3599
3594
 
@@ -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.33.0"
19
+ GEM_VERSION = "0.35.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 = "20230706"
25
+ REVISION = "20230724"
26
26
  end
27
27
  end
28
28
  end
@@ -389,7 +389,8 @@ module Google
389
389
  # Required. You can modify only the fields listed below. To lock/unlock a
390
390
  # connection: * `lock_config` To suspend/resume a connection: * `suspended` To
391
391
  # update the connection details: * `description` * `labels` * `connector_version`
392
- # * `config_variables` * `auth_config` * `destination_configs` * `node_config`
392
+ # * `config_variables` * `auth_config` * `destination_configs` * `node_config` *
393
+ # `log_config` * `ssl_config` * `eventing_enablement_type` * `eventing_config`
393
394
  # @param [String] fields
394
395
  # Selector specifying which fields to include in a partial response.
395
396
  # @param [String] quota_user
@@ -668,8 +669,7 @@ module Google
668
669
  # Required. Parent resource of the EventSubscription, of the form: `projects/*/
669
670
  # locations/*/connections/*`
670
671
  # @param [String] filter
671
- # Filter. https://g3doc.corp.google.com/cloud/control2/g3doc/dev/apihosting/
672
- # list_filtering.md#filtering.
672
+ # Filter.
673
673
  # @param [String] order_by
674
674
  # Order by parameters.
675
675
  # @param [Fixnum] page_size
@@ -971,8 +971,7 @@ module Google
971
971
  # Required. Parent resource od the EndpointAttachment, of the form: `projects/*/
972
972
  # locations/*`
973
973
  # @param [String] filter
974
- # Filter. https://g3doc.corp.google.com/cloud/control2/g3doc/dev/apihosting/
975
- # list_filtering.md#filtering.
974
+ # Filter.
976
975
  # @param [String] order_by
977
976
  # Order by parameters.
978
977
  # @param [Fixnum] page_size
@@ -1223,8 +1222,7 @@ module Google
1223
1222
  # Required. Parent resource of the Managed Zone, of the form: `projects/*/
1224
1223
  # locations/global`
1225
1224
  # @param [String] filter
1226
- # Filter. https://g3doc.corp.google.com/cloud/control2/g3doc/dev/apihosting/
1227
- # list_filtering.md#filtering.
1225
+ # Filter.
1228
1226
  # @param [String] order_by
1229
1227
  # Order by parameters.
1230
1228
  # @param [Fixnum] page_size
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.33.0
4
+ version: 0.35.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-07-09 00:00:00.000000000 Z
11
+ date: 2023-08-06 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.35.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: []