google-apis-connectors_v1 0.7.0 → 0.8.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: 36f2ec63e51503298b062c26fc5c8e84e9f57c90e8e8e8275d3fa71f349d9d34
4
- data.tar.gz: 6c60bf3bc8301a8b6f7954f73d7da055e938e5ca5653fa713032f328f8cb85d2
3
+ metadata.gz: d2edfcfddc600f03055c6ab28fb26f5bd26f114347f1694674eb17219f6ab29e
4
+ data.tar.gz: ddac965485f8740f4617194a4e0fda3ceed7591ba045fdf37efefef56655e161
5
5
  SHA512:
6
- metadata.gz: df0119fd0c90390c02a13ffae7505dd675c1ca30f0f42f5a7130768c3fb5cac0186b134e240984a0928cab1c2b913cff86927df15d625f41077940b8d382e853
7
- data.tar.gz: f9089012cfb14bc4bd1463021ec3343aa5eecbaf5b7b8d266abe70d0990aca6fa178f5b6509e3b3148ec6f2969fff6ef11629f19c23c74c1a9b5a14b7b58955f
6
+ metadata.gz: 4df2c887eb100f5597de70adf0aab2ef0533a4c5c35173ac3d11e4273281540b74d664f2d83d595ec76d76db72af938a8cf2e2963f448de39bbf7ceabe6b4843
7
+ data.tar.gz: d5b9dfcc581d4a340f766739c43ab8b4588a20cd2df7112f3dd0167a5df0e097bb46d00968619c28642e84d58a3abfa303a6e2d799a7041a74099ea3daf8ce43
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.8.0 (2022-05-14)
4
+
5
+ * Regenerated from discovery document revision 20220504
6
+
3
7
  ### v0.7.0 (2022-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20220419
@@ -35,8 +35,8 @@ module Google
35
35
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
36
36
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
37
37
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
38
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
39
- # DATA_WRITE logging.
38
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
39
+ # from DATA_WRITE logging.
40
40
  class AuditConfig
41
41
  include Google::Apis::Core::Hashable
42
42
 
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220419"
25
+ REVISION = "20220504"
26
26
  end
27
27
  end
28
28
  end
@@ -291,8 +291,9 @@ module Google
291
291
  # Gets the access control policy for a resource. Returns an empty policy if the
292
292
  # resource exists and does not have a policy set.
293
293
  # @param [String] resource
294
- # REQUIRED: The resource for which the policy is being requested. See the
295
- # operation documentation for the appropriate value for this field.
294
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
295
+ # names](https://cloud.google.com/apis/design/resource_names) for the
296
+ # appropriate value for this field.
296
297
  # @param [Fixnum] options_requested_policy_version
297
298
  # Optional. The maximum policy version that will be used to format the policy.
298
299
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -424,8 +425,9 @@ module Google
424
425
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
425
426
  # PERMISSION_DENIED` errors.
426
427
  # @param [String] resource
427
- # REQUIRED: The resource for which the policy is being specified. See the
428
- # operation documentation for the appropriate value for this field.
428
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
429
+ # names](https://cloud.google.com/apis/design/resource_names) for the
430
+ # appropriate value for this field.
429
431
  # @param [Google::Apis::ConnectorsV1::SetIamPolicyRequest] set_iam_policy_request_object
430
432
  # @param [String] fields
431
433
  # Selector specifying which fields to include in a partial response.
@@ -462,8 +464,9 @@ module Google
462
464
  # permission-aware UIs and command-line tools, not for authorization checking.
463
465
  # This operation may "fail open" without warning.
464
466
  # @param [String] resource
465
- # REQUIRED: The resource for which the policy detail is being requested. See the
466
- # operation documentation for the appropriate value for this field.
467
+ # REQUIRED: The resource for which the policy detail is being requested. See [
468
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
469
+ # appropriate value for this field.
467
470
  # @param [Google::Apis::ConnectorsV1::TestIamPermissionsRequest] test_iam_permissions_request_object
468
471
  # @param [String] fields
469
472
  # Selector specifying which fields to include in a partial response.
@@ -941,8 +944,9 @@ module Google
941
944
  # Gets the access control policy for a resource. Returns an empty policy if the
942
945
  # resource exists and does not have a policy set.
943
946
  # @param [String] resource
944
- # REQUIRED: The resource for which the policy is being requested. See the
945
- # operation documentation for the appropriate value for this field.
947
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
948
+ # names](https://cloud.google.com/apis/design/resource_names) for the
949
+ # appropriate value for this field.
946
950
  # @param [Fixnum] options_requested_policy_version
947
951
  # Optional. The maximum policy version that will be used to format the policy.
948
952
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -986,8 +990,9 @@ module Google
986
990
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
987
991
  # PERMISSION_DENIED` errors.
988
992
  # @param [String] resource
989
- # REQUIRED: The resource for which the policy is being specified. See the
990
- # operation documentation for the appropriate value for this field.
993
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
994
+ # names](https://cloud.google.com/apis/design/resource_names) for the
995
+ # appropriate value for this field.
991
996
  # @param [Google::Apis::ConnectorsV1::SetIamPolicyRequest] set_iam_policy_request_object
992
997
  # @param [String] fields
993
998
  # Selector specifying which fields to include in a partial response.
@@ -1024,8 +1029,9 @@ module Google
1024
1029
  # permission-aware UIs and command-line tools, not for authorization checking.
1025
1030
  # This operation may "fail open" without warning.
1026
1031
  # @param [String] resource
1027
- # REQUIRED: The resource for which the policy detail is being requested. See the
1028
- # operation documentation for the appropriate value for this field.
1032
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1033
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1034
+ # appropriate value for this field.
1029
1035
  # @param [Google::Apis::ConnectorsV1::TestIamPermissionsRequest] test_iam_permissions_request_object
1030
1036
  # @param [String] fields
1031
1037
  # Selector specifying which fields to include in a partial response.
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.7.0
4
+ version: 0.8.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: 2022-05-02 00:00:00.000000000 Z
11
+ date: 2022-05-16 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.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.8.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: []