google-apis-connectors_v1 0.34.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: aca29780f160e5b0b0d62d2e2cbdd11de67a7d115bbbacf98020449531011b62
4
- data.tar.gz: fe1e988ec92a5035bf36887e688239c4f4dbc603a02a408129f1d0c022dca511
3
+ metadata.gz: c9f500fd0620573a641131c7a92d4ad376f3ba0f41eb44876af0f48d685ae0ba
4
+ data.tar.gz: 9d9a307273735bc30205c853f219683479e21e51e7f854fd9b4cdf943da9ee57
5
5
  SHA512:
6
- metadata.gz: 7f4284b1c00208cb3c90778028e42178c1c4423cbd20cb94655f08c84d438767492e2eab9c0c9eef0e4c3278f5f0cc234a6a19ad7d8cce5c6626824720be5271
7
- data.tar.gz: 3da2f218d30ef47ba3348a060283b0635d6e9840460f751429726d3e844347f46b2471f573eaab031f1d6a93a65b3e290c35aa379a5ccf5f23f901b159a5b403
6
+ metadata.gz: cc31b5563571c8631f68c384b2b26df5e34e8c86029dec8c6662d1f467f1e070fe6d877b727d1a274e788f47eee99a964e016f3b905f7d0637940e5338095c36
7
+ data.tar.gz: 7e33d0c72d0127d3eb09d9999d0e7fd6cc38303f0073b880b3039a3df5c4b25e072bf66194559ed4db60a9c611d50e75e1822f4be367ac621f8855da8fc27c89
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.34.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230712
@@ -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.34.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 = "20230712"
25
+ REVISION = "20230724"
26
26
  end
27
27
  end
28
28
  end
@@ -669,8 +669,7 @@ module Google
669
669
  # Required. Parent resource of the EventSubscription, of the form: `projects/*/
670
670
  # locations/*/connections/*`
671
671
  # @param [String] filter
672
- # Filter. https://g3doc.corp.google.com/cloud/control2/g3doc/dev/apihosting/
673
- # list_filtering.md#filtering.
672
+ # Filter.
674
673
  # @param [String] order_by
675
674
  # Order by parameters.
676
675
  # @param [Fixnum] page_size
@@ -972,8 +971,7 @@ module Google
972
971
  # Required. Parent resource od the EndpointAttachment, of the form: `projects/*/
973
972
  # locations/*`
974
973
  # @param [String] filter
975
- # Filter. https://g3doc.corp.google.com/cloud/control2/g3doc/dev/apihosting/
976
- # list_filtering.md#filtering.
974
+ # Filter.
977
975
  # @param [String] order_by
978
976
  # Order by parameters.
979
977
  # @param [Fixnum] page_size
@@ -1224,8 +1222,7 @@ module Google
1224
1222
  # Required. Parent resource of the Managed Zone, of the form: `projects/*/
1225
1223
  # locations/global`
1226
1224
  # @param [String] filter
1227
- # Filter. https://g3doc.corp.google.com/cloud/control2/g3doc/dev/apihosting/
1228
- # list_filtering.md#filtering.
1225
+ # Filter.
1229
1226
  # @param [String] order_by
1230
1227
  # Order by parameters.
1231
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.34.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-23 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.34.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: []