google-apis-policyanalyzer_v1 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: 0cdc998a9538e1b4c8915e785925a15f4dc7265214aeeb9d5d7ed10b73808b47
4
- data.tar.gz: a1f8794fbcb61acdf98664f75cf9ab562b1e60cf3303a6c4682ff4e9208200c1
3
+ metadata.gz: 812b21f1a3951dd61ef12893b96c0aa66cd76bee13d3c5a0045da9545546588a
4
+ data.tar.gz: d75be0e0debf66e554e647c121d0241633903d0086a70734fab008cbfbba6903
5
5
  SHA512:
6
- metadata.gz: 456b697208454c023f687852221b4d0abba85eb730e63cbd13cd98414b369526a78bce34ffedc2399914f4d22a86b455d46fbb33cd3103c9373394d62e0f9043
7
- data.tar.gz: e98d63cc1d5de8cac1dd171425d95ec6a531eb6607549993b77a81db452c4ca5498c02785c81340fede2ee7671e54580e223a23cb407fdb67f7f4dcc9f69501a
6
+ metadata.gz: bb510c4ef96f45588ae89d54cecd3aaec83b1efcf68cb014220f8d423f94350c6d61c51bcbd57eebc234bda3a5ac519d970b8d8e02182e56fe2912a2c0e09c71
7
+ data.tar.gz: 1da7fe17b0219a64d2d8379b1bd283b84bc8d1c4e31702264e99e27c3559b61de58964e59d53c585b419dd9006ebb6c00d890ebe7d2e7b1b6463b24f64e267ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-policyanalyzer_v1
2
2
 
3
+ ### v0.2.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210806
6
+
3
7
  ### v0.1.0 (2021-07-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210723
@@ -65,12 +65,12 @@ module Google
65
65
  class GoogleCloudPolicyanalyzerV1ObservationPeriod
66
66
  include Google::Apis::Core::Hashable
67
67
 
68
- # The observation end time.
68
+ # The observation end time. The time in this timestamp is always `07:00:00Z`.
69
69
  # Corresponds to the JSON property `endTime`
70
70
  # @return [String]
71
71
  attr_accessor :end_time
72
72
 
73
- # The observation start time.
73
+ # The observation start time. The time in this timestamp is always `07:00:00Z`.
74
74
  # Corresponds to the JSON property `startTime`
75
75
  # @return [String]
76
76
  attr_accessor :start_time
@@ -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.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.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210723"
25
+ REVISION = "20210806"
26
26
  end
27
27
  end
28
28
  end
@@ -49,16 +49,16 @@ module Google
49
49
  @batch_path = 'batch'
50
50
  end
51
51
 
52
- # Queries policy activities on GCP resources.
52
+ # Queries policy activities on Google Cloud resources.
53
53
  # @param [String] parent
54
54
  # Required. The container resource on which to execute the request. Acceptable
55
55
  # formats: `projects/[PROJECT_ID|PROJECT_NUMBER]/locations/[LOCATION]/
56
- # activityTypes/[ACTIVITY_TYPE]` LOCATION here refers to GCP Locations: https://
57
- # cloud.google.com/about/locations/
56
+ # activityTypes/[ACTIVITY_TYPE]` LOCATION here refers to Google Cloud Locations:
57
+ # https://cloud.google.com/about/locations/
58
58
  # @param [String] filter
59
- # Optional. Optional filter expression to restrict the activities returned.
60
- # Supported filters are: - service_account_last_authn.full_resource_name `=` -
61
- # service_account_key_last_authn.full_resource_name `=`
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]
62
62
  # @param [Fixnum] page_size
63
63
  # Optional. The maximum number of results to return from this request. Max limit
64
64
  # is 1000. Non-positive values are ignored. The presence of `nextPageToken` in
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
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.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: 2021-08-02 00:00:00.000000000 Z
11
+ date: 2021-09-06 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.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policyanalyzer_v1/v0.2.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: []