google-apis-policyanalyzer_v1 0.2.0 → 0.3.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: 812b21f1a3951dd61ef12893b96c0aa66cd76bee13d3c5a0045da9545546588a
4
- data.tar.gz: d75be0e0debf66e554e647c121d0241633903d0086a70734fab008cbfbba6903
3
+ metadata.gz: 83be42e07a69a4ed85506aa7a3f84126aeaacc666ea4cf9afdea72824418a9f2
4
+ data.tar.gz: 7a823971db0da4878ff4f7262f5c10b9d1b1826f9bdc322bb0eee697f0f13228
5
5
  SHA512:
6
- metadata.gz: bb510c4ef96f45588ae89d54cecd3aaec83b1efcf68cb014220f8d423f94350c6d61c51bcbd57eebc234bda3a5ac519d970b8d8e02182e56fe2912a2c0e09c71
7
- data.tar.gz: 1da7fe17b0219a64d2d8379b1bd283b84bc8d1c4e31702264e99e27c3559b61de58964e59d53c585b419dd9006ebb6c00d890ebe7d2e7b1b6463b24f64e267ad
6
+ metadata.gz: 413a97456be2a7dfc6bfd85ef5a04d1678867d82b8e9740370483c377e45fe8542d3aec69b683bcd4169f8128188ec213edb8f924b07d65989216e71633624f3
7
+ data.tar.gz: 0b925ec83655a781c4104c48d2910eb31de66a3900e215668b96e821d1ca180302c91c9a9619c0c1bf2b4832ee7acb45deab10bb3a2347d9320e755e394a4bac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-policyanalyzer_v1
2
2
 
3
+ ### v0.3.0 (2021-09-14)
4
+
5
+ * Regenerated from discovery document revision 20210910
6
+
3
7
  ### v0.2.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210806
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PolicyanalyzerV1
18
18
  # Version of the google-apis-policyanalyzer_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210806"
25
+ REVISION = "20210910"
26
26
  end
27
27
  end
28
28
  end
@@ -56,9 +56,14 @@ module Google
56
56
  # activityTypes/[ACTIVITY_TYPE]` LOCATION here refers to Google Cloud Locations:
57
57
  # https://cloud.google.com/about/locations/
58
58
  # @param [String] filter
59
- # Optional. Filter expression to restrict the activities returned. Supported
60
- # filters are: - service_account_last_authn.full_resource_name `=` [STRING] -
61
- # service_account_key_last_authn.full_resource_name `=` [STRING]
59
+ # Optional. Filter expression to restrict the activities returned. For
60
+ # serviceAccountLastAuthentication activities, supported filters are: - `
61
+ # activities.full_resource_name `=` [STRING]` - `activities.fullResourceName `=`
62
+ # [STRING]` where `[STRING]` is the full resource name of the service account.
63
+ # For serviceAccountKeyLastAuthentication activities, supported filters are: - `
64
+ # activities.full_resource_name `=` [STRING]` - `activities.fullResourceName `=`
65
+ # [STRING]` where `[STRING]` is the full resource name of the service account
66
+ # key.
62
67
  # @param [Fixnum] page_size
63
68
  # Optional. The maximum number of results to return from this request. Max limit
64
69
  # is 1000. Non-positive values are ignored. The presence of `nextPageToken` in
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-policyanalyzer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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: 2021-09-06 00:00:00.000000000 Z
11
+ date: 2021-09-20 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/master/generated/google-apis-policyanalyzer_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-policyanalyzer_v1/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policyanalyzer_v1/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-policyanalyzer_v1
63
63
  post_install_message:
64
64
  rdoc_options: []