google-apis-analyticshub_v1 0.10.0 → 0.11.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: a9f18dc2f16f5a63835a09643570a7e042b676ea19c9b918231bdb6ee9e3535d
4
- data.tar.gz: af5782dce78cdeb87984615204cc29a24d525cc71ffb89d4679a79335f36696c
3
+ metadata.gz: db9bc8130d997f5a966d4b992019b0a9bfda02ac700108f4167f2049064a9b8a
4
+ data.tar.gz: f375965db2a63cc3a0da7d66d715e011af7a016b2fbe9442d9767f51c8d358c0
5
5
  SHA512:
6
- metadata.gz: 1d55ebcd3569088cd425b25853efbf346a4c340d292af5179c6393e499b85c964fe4f2fa3144f0fa5682448651febe683bf1e09090462c0b1619f3c566ba9c26
7
- data.tar.gz: 272cb44b82446dab4d986e23d4285930cd6c405a87a783487d12d05bdb32a7479331b9f5e93abf687af5343de97b7f129c2d5876af22fbd5ca2cde61e0aeb05b
6
+ metadata.gz: 90f60d73d32fcf03d96bbb8396ed8bda339e7d895805de77f91c27eea4821097574f203fd03927f301e652ed72e8c75dd7414d2b3b1334320c12678296090566
7
+ data.tar.gz: 684da695700d4d5af460d4dada710a8ab8fa9f7133a731eb9ccdb5048e7fa7a3b36361489bfdc45a96cce90237f4747b6f46e2f6b8eceb4e376ce126fc34c19e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticshub_v1
2
2
 
3
+ ### v0.11.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.10.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230803
@@ -808,13 +808,13 @@ module Google
808
808
  # @return [String]
809
809
  attr_accessor :name
810
810
 
811
- # The normal response of the operation in case of success. If the original
812
- # method returns no data on success, such as `Delete`, the response is `google.
813
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
814
- # the response should be the resource. For other methods, the response should
815
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
816
- # example, if the original method name is `TakeSnapshot()`, the inferred
817
- # response type is `TakeSnapshotResponse`.
811
+ # The normal, successful response of the operation. If the original method
812
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
813
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
814
+ # response should be the resource. For other methods, the response should have
815
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
816
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
817
+ # `TakeSnapshotResponse`.
818
818
  # Corresponds to the JSON property `response`
819
819
  # @return [Hash<String,Object>]
820
820
  attr_accessor :response
@@ -903,22 +903,22 @@ module Google
903
903
  # evaluates to `true`. A condition can add constraints based on attributes of
904
904
  # the request, the resource, or both. To learn which resources support
905
905
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
906
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
906
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
907
907
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
908
908
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
909
909
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
910
910
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
911
911
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
912
912
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
913
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
914
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
915
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
916
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
917
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
918
- # access description: Does not grant access after Sep 2020 expression: request.
919
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
920
- # a description of IAM and its features, see the [IAM documentation](https://
921
- # cloud.google.com/iam/docs/).
913
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
914
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
915
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
916
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
917
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
918
+ # title: expirable access description: Does not grant access after Sep 2020
919
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
920
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
921
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
922
922
  class Policy
923
923
  include Google::Apis::Core::Hashable
924
924
 
@@ -1125,22 +1125,22 @@ module Google
1125
1125
  # evaluates to `true`. A condition can add constraints based on attributes of
1126
1126
  # the request, the resource, or both. To learn which resources support
1127
1127
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1128
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1128
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1129
1129
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1130
1130
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1131
1131
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1132
1132
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1133
1133
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1134
1134
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1135
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1136
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1137
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1138
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1139
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1140
- # access description: Does not grant access after Sep 2020 expression: request.
1141
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1142
- # a description of IAM and its features, see the [IAM documentation](https://
1143
- # cloud.google.com/iam/docs/).
1135
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1136
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1137
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1138
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1139
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1140
+ # title: expirable access description: Does not grant access after Sep 2020
1141
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1142
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1143
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1144
1144
  # Corresponds to the JSON property `policy`
1145
1145
  # @return [Google::Apis::AnalyticshubV1::Policy]
1146
1146
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticshubV1
18
18
  # Version of the google-apis-analyticshub_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.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 = "20230803"
25
+ REVISION = "20230804"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticshub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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-08-06 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-analyticshub_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1
63
63
  post_install_message:
64
64
  rdoc_options: []