google-apis-analyticshub_v1beta1 0.1.0 → 0.2.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: 13f64cf92a733200e5d054b52d5af4a56129e7c7e90d362403f8132d12260120
4
- data.tar.gz: 65aa5677d4d1f7e26b05afd4a0d17803ed07990c35b2e84f247c475bbff54ca8
3
+ metadata.gz: 25b70eb9c924296427ab197357629612caeb596f21dbe889b333ca908787ce22
4
+ data.tar.gz: 213f545c19a736b420dfb08636bfdb24b5f1a7b7d0b8bfe433fae2380200c1ce
5
5
  SHA512:
6
- metadata.gz: 7bbebb46f65796761ecdc2cad2c863b70fb25e992a08cc08f7aacd7ce4c8cabc79e6289822bf124ca39ca5dae15ac4dfbdcc2d2c3c1a78d57304788d4c48cd44
7
- data.tar.gz: 5a8de0e53e30e39c1867c1ecf7d71b9a9000a8cddae3180f1ab55d4140305c8e7ae8875c941a3a4894e24de85acd0a0ebed4083d8471dfb8a89b040a27a8e70e
6
+ metadata.gz: '084bfedf1dbbd7d02732732a1c8c1a84e229823016e9e2d87150ae859b944daf5e380e30fd62c9daddaa7817db3c192336fe1a77aacea77ad2a61000badb26fa'
7
+ data.tar.gz: a9daeb0e12ea60ce4f23d889448023471f1e962c58a0c14825c31018452a41f4a52b3f004373f257fae0471808168ce05ec8e4be8c4e56a92205fb4e09fed14c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticshub_v1beta1
2
2
 
3
+ ### v0.2.0 (2022-05-10)
4
+
5
+ * Regenerated from discovery document revision 20220501
6
+
3
7
  ### v0.1.0 (2022-05-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20220427
@@ -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 AnalyticshubV1beta1
18
18
  # Version of the google-apis-analyticshub_v1beta1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.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 = "20220427"
25
+ REVISION = "20220501"
26
26
  end
27
27
  end
28
28
  end
@@ -263,8 +263,9 @@ module Google
263
263
 
264
264
  # Gets the IAM policy.
265
265
  # @param [String] resource
266
- # REQUIRED: The resource for which the policy is being requested. See the
267
- # operation documentation for the appropriate value for this field.
266
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
267
+ # names](https://cloud.google.com/apis/design/resource_names) for the
268
+ # appropriate value for this field.
268
269
  # @param [Google::Apis::AnalyticshubV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
269
270
  # @param [String] fields
270
271
  # Selector specifying which fields to include in a partial response.
@@ -374,8 +375,9 @@ module Google
374
375
 
375
376
  # Sets the IAM policy.
376
377
  # @param [String] resource
377
- # REQUIRED: The resource for which the policy is being specified. See the
378
- # operation documentation for the appropriate value for this field.
378
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
379
+ # names](https://cloud.google.com/apis/design/resource_names) for the
380
+ # appropriate value for this field.
379
381
  # @param [Google::Apis::AnalyticshubV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
380
382
  # @param [String] fields
381
383
  # Selector specifying which fields to include in a partial response.
@@ -408,8 +410,9 @@ module Google
408
410
 
409
411
  # Returns the permissions that a caller has.
410
412
  # @param [String] resource
411
- # REQUIRED: The resource for which the policy detail is being requested. See the
412
- # operation documentation for the appropriate value for this field.
413
+ # REQUIRED: The resource for which the policy detail is being requested. See [
414
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
415
+ # appropriate value for this field.
413
416
  # @param [Google::Apis::AnalyticshubV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
414
417
  # @param [String] fields
415
418
  # Selector specifying which fields to include in a partial response.
@@ -543,8 +546,9 @@ module Google
543
546
 
544
547
  # Gets the IAM policy.
545
548
  # @param [String] resource
546
- # REQUIRED: The resource for which the policy is being requested. See the
547
- # operation documentation for the appropriate value for this field.
549
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
550
+ # names](https://cloud.google.com/apis/design/resource_names) for the
551
+ # appropriate value for this field.
548
552
  # @param [Google::Apis::AnalyticshubV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
549
553
  # @param [String] fields
550
554
  # Selector specifying which fields to include in a partial response.
@@ -654,8 +658,9 @@ module Google
654
658
 
655
659
  # Sets the IAM policy.
656
660
  # @param [String] resource
657
- # REQUIRED: The resource for which the policy is being specified. See the
658
- # operation documentation for the appropriate value for this field.
661
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
662
+ # names](https://cloud.google.com/apis/design/resource_names) for the
663
+ # appropriate value for this field.
659
664
  # @param [Google::Apis::AnalyticshubV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
660
665
  # @param [String] fields
661
666
  # Selector specifying which fields to include in a partial response.
@@ -725,8 +730,9 @@ module Google
725
730
 
726
731
  # Returns the permissions that a caller has.
727
732
  # @param [String] resource
728
- # REQUIRED: The resource for which the policy detail is being requested. See the
729
- # operation documentation for the appropriate value for this field.
733
+ # REQUIRED: The resource for which the policy detail is being requested. See [
734
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
735
+ # appropriate value for this field.
730
736
  # @param [Google::Apis::AnalyticshubV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
731
737
  # @param [String] fields
732
738
  # 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-analyticshub_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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-09 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-analyticshub_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1beta1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1beta1/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []