google-apis-connectors_v1 0.34.0 → 0.36.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: daeaefc2ec97828eaf9a9289165b37ec8c27bfbcafa1b9403d47813996aecc41
4
+ data.tar.gz: 429c1f83e8cf3f45ce5dbb7419ed0fdea315269b2486991a09f40c6163c52241
5
5
  SHA512:
6
- metadata.gz: 7f4284b1c00208cb3c90778028e42178c1c4423cbd20cb94655f08c84d438767492e2eab9c0c9eef0e4c3278f5f0cc234a6a19ad7d8cce5c6626824720be5271
7
- data.tar.gz: 3da2f218d30ef47ba3348a060283b0635d6e9840460f751429726d3e844347f46b2471f573eaab031f1d6a93a65b3e290c35aa379a5ccf5f23f901b159a5b403
6
+ metadata.gz: c23effa09a7d083f24b2d8085b886c77049fe7a9f16bf3c0993b262136d47bc6fe0526c60b4faa4e2e09bb0cd09072077c6cc0128bad10c3cfc5b79320928f32
7
+ data.tar.gz: 5255cb57d77d7144912e0d34c9ff83ce575d9e8ea0626098baa86b3d796e62ffefa2a79ecb7db25e68c77440a78d6d92e7f2221d25ccdecb982845a4642716f2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.36.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
7
+ ### v0.35.0 (2023-08-06)
8
+
9
+ * Regenerated from discovery document revision 20230801
10
+
3
11
  ### v0.34.0 (2023-07-23)
4
12
 
5
13
  * 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
@@ -835,6 +836,11 @@ module Google
835
836
  class ConnectorInfraConfig
836
837
  include Google::Apis::Core::Hashable
837
838
 
839
+ # Max QPS supported for internal requests originating from Connd.
840
+ # Corresponds to the JSON property `internalclientRatelimitThreshold`
841
+ # @return [Fixnum]
842
+ attr_accessor :internalclient_ratelimit_threshold
843
+
838
844
  # Max QPS supported by the connector version before throttling of requests.
839
845
  # Corresponds to the JSON property `ratelimitThreshold`
840
846
  # @return [Fixnum]
@@ -846,6 +852,7 @@ module Google
846
852
 
847
853
  # Update properties of this object
848
854
  def update!(**args)
855
+ @internalclient_ratelimit_threshold = args[:internalclient_ratelimit_threshold] if args.key?(:internalclient_ratelimit_threshold)
849
856
  @ratelimit_threshold = args[:ratelimit_threshold] if args.key?(:ratelimit_threshold)
850
857
  end
851
858
  end
@@ -923,10 +930,10 @@ module Google
923
930
  attr_accessor :release_version
924
931
 
925
932
  # 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.
933
+ # a particular Google Cloud resource for the selected principal like service
934
+ # account. These configurations will let UI display to customers what IAM roles
935
+ # need to be granted by them. Or these configurations can be used by the UI to
936
+ # render a 'grant' button to do the same on behalf of the user.
930
937
  # Corresponds to the JSON property `roleGrant`
931
938
  # @return [Google::Apis::ConnectorsV1::RoleGrant]
932
939
  attr_accessor :role_grant
@@ -941,10 +948,7 @@ module Google
941
948
  # @return [Google::Apis::ConnectorsV1::SslConfigTemplate]
942
949
  attr_accessor :ssl_config_template
943
950
 
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.
951
+ # Supported runtime features of a connector version.
948
952
  # Corresponds to the JSON property `supportedRuntimeFeatures`
949
953
  # @return [Google::Apis::ConnectorsV1::SupportedRuntimeFeatures]
950
954
  attr_accessor :supported_runtime_features
@@ -985,6 +989,11 @@ module Google
985
989
  class ConnectorVersionInfraConfig
986
990
  include Google::Apis::Core::Hashable
987
991
 
992
+ # Output only. Max QPS supported for internal requests originating from Connd.
993
+ # Corresponds to the JSON property `internalclientRatelimitThreshold`
994
+ # @return [Fixnum]
995
+ attr_accessor :internalclient_ratelimit_threshold
996
+
988
997
  # Output only. Max QPS supported by the connector version before throttling of
989
998
  # requests.
990
999
  # Corresponds to the JSON property `ratelimitThreshold`
@@ -997,6 +1006,7 @@ module Google
997
1006
 
998
1007
  # Update properties of this object
999
1008
  def update!(**args)
1009
+ @internalclient_ratelimit_threshold = args[:internalclient_ratelimit_threshold] if args.key?(:internalclient_ratelimit_threshold)
1000
1010
  @ratelimit_threshold = args[:ratelimit_threshold] if args.key?(:ratelimit_threshold)
1001
1011
  end
1002
1012
  end
@@ -2728,13 +2738,13 @@ module Google
2728
2738
  # @return [String]
2729
2739
  attr_accessor :name
2730
2740
 
2731
- # The normal response of the operation in case of success. If the original
2732
- # method returns no data on success, such as `Delete`, the response is `google.
2733
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
2734
- # the response should be the resource. For other methods, the response should
2735
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
2736
- # example, if the original method name is `TakeSnapshot()`, the inferred
2737
- # response type is `TakeSnapshotResponse`.
2741
+ # The normal, successful response of the operation. If the original method
2742
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
2743
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
2744
+ # response should be the resource. For other methods, the response should have
2745
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
2746
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
2747
+ # `TakeSnapshotResponse`.
2738
2748
  # Corresponds to the JSON property `response`
2739
2749
  # @return [Hash<String,Object>]
2740
2750
  attr_accessor :response
@@ -2823,22 +2833,22 @@ module Google
2823
2833
  # evaluates to `true`. A condition can add constraints based on attributes of
2824
2834
  # the request, the resource, or both. To learn which resources support
2825
2835
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2826
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2836
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2827
2837
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2828
2838
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2829
2839
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2830
2840
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2831
2841
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2832
2842
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2833
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2834
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2835
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2836
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2837
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2838
- # access description: Does not grant access after Sep 2020 expression: request.
2839
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2840
- # a description of IAM and its features, see the [IAM documentation](https://
2841
- # cloud.google.com/iam/docs/).
2843
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2844
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2845
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2846
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2847
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2848
+ # title: expirable access description: Does not grant access after Sep 2020
2849
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2850
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2851
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2842
2852
  class Policy
2843
2853
  include Google::Apis::Core::Hashable
2844
2854
 
@@ -3014,9 +3024,9 @@ module Google
3014
3024
  class Resource
3015
3025
  include Google::Apis::Core::Hashable
3016
3026
 
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.
3027
+ # Template to uniquely represent a Google Cloud resource in a format IAM expects
3028
+ # This is a template that can have references to other values provided in the
3029
+ # config variable template.
3020
3030
  # Corresponds to the JSON property `pathTemplate`
3021
3031
  # @return [String]
3022
3032
  attr_accessor :path_template
@@ -3082,10 +3092,10 @@ module Google
3082
3092
  end
3083
3093
 
3084
3094
  # 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.
3095
+ # a particular Google Cloud resource for the selected principal like service
3096
+ # account. These configurations will let UI display to customers what IAM roles
3097
+ # need to be granted by them. Or these configurations can be used by the UI to
3098
+ # render a 'grant' button to do the same on behalf of the user.
3089
3099
  class RoleGrant
3090
3100
  include Google::Apis::Core::Hashable
3091
3101
 
@@ -3293,22 +3303,22 @@ module Google
3293
3303
  # evaluates to `true`. A condition can add constraints based on attributes of
3294
3304
  # the request, the resource, or both. To learn which resources support
3295
3305
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3296
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3306
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3297
3307
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3298
3308
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3299
3309
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3300
3310
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3301
3311
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3302
3312
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3303
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3304
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3305
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3306
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3307
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3308
- # access description: Does not grant access after Sep 2020 expression: request.
3309
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3310
- # a description of IAM and its features, see the [IAM documentation](https://
3311
- # cloud.google.com/iam/docs/).
3313
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3314
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3315
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3316
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3317
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3318
+ # title: expirable access description: Does not grant access after Sep 2020
3319
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3320
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3321
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3312
3322
  # Corresponds to the JSON property `policy`
3313
3323
  # @return [Google::Apis::ConnectorsV1::Policy]
3314
3324
  attr_accessor :policy
@@ -3590,10 +3600,7 @@ module Google
3590
3600
  end
3591
3601
  end
3592
3602
 
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.
3603
+ # Supported runtime features of a connector version.
3597
3604
  class SupportedRuntimeFeatures
3598
3605
  include Google::Apis::Core::Hashable
3599
3606
 
@@ -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.36.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 = "20230806"
26
26
  end
27
27
  end
28
28
  end
@@ -746,6 +746,7 @@ module Google
746
746
  class ConnectorInfraConfig
747
747
  # @private
748
748
  class Representation < Google::Apis::Core::JsonRepresentation
749
+ property :internalclient_ratelimit_threshold, :numeric_string => true, as: 'internalclientRatelimitThreshold'
749
750
  property :ratelimit_threshold, :numeric_string => true, as: 'ratelimitThreshold'
750
751
  end
751
752
  end
@@ -786,6 +787,7 @@ module Google
786
787
  class ConnectorVersionInfraConfig
787
788
  # @private
788
789
  class Representation < Google::Apis::Core::JsonRepresentation
790
+ property :internalclient_ratelimit_threshold, :numeric_string => true, as: 'internalclientRatelimitThreshold'
789
791
  property :ratelimit_threshold, :numeric_string => true, as: 'ratelimitThreshold'
790
792
  end
791
793
  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.36.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-13 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.36.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: []