google-apis-analyticshub_v1beta1 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 25b70eb9c924296427ab197357629612caeb596f21dbe889b333ca908787ce22
|
|
4
|
+
data.tar.gz: 213f545c19a736b420dfb08636bfdb24b5f1a7b7d0b8bfe433fae2380200c1ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '084bfedf1dbbd7d02732732a1c8c1a84e229823016e9e2d87150ae859b944daf5e380e30fd62c9daddaa7817db3c192336fe1a77aacea77ad2a61000badb26fa'
|
|
7
|
+
data.tar.gz: a9daeb0e12ea60ce4f23d889448023471f1e962c58a0c14825c31018452a41f4a52b3f004373f257fae0471808168ce05ec8e4be8c4e56a92205fb4e09fed14c
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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.
|
|
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 = "
|
|
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
|
|
267
|
-
#
|
|
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
|
|
378
|
-
#
|
|
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
|
|
412
|
-
#
|
|
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
|
|
547
|
-
#
|
|
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
|
|
658
|
-
#
|
|
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
|
|
729
|
-
#
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|