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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83be42e07a69a4ed85506aa7a3f84126aeaacc666ea4cf9afdea72824418a9f2
|
4
|
+
data.tar.gz: 7a823971db0da4878ff4f7262f5c10b9d1b1826f9bdc322bb0eee697f0f13228
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 413a97456be2a7dfc6bfd85ef5a04d1678867d82b8e9740370483c377e45fe8542d3aec69b683bcd4169f8128188ec213edb8f924b07d65989216e71633624f3
|
7
|
+
data.tar.gz: 0b925ec83655a781c4104c48d2910eb31de66a3900e215668b96e821d1ca180302c91c9a9619c0c1bf2b4832ee7acb45deab10bb3a2347d9320e755e394a4bac
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
60
|
-
# filters are: -
|
61
|
-
#
|
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.
|
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-
|
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.
|
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: []
|