google-apis-policyanalyzer_v1 0.1.0 → 0.5.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: 10f4d74966217fe99ba3de03b5e21f7e4178640a28b6d71b4b6bc7f5175e3f46
4
+ data.tar.gz: '090b49458994da51a6fcfceb319b64cb2b4357fe0c0700c9f88557b79ad10edc'
5
5
  SHA512:
6
- metadata.gz: 456b697208454c023f687852221b4d0abba85eb730e63cbd13cd98414b369526a78bce34ffedc2399914f4d22a86b455d46fbb33cd3103c9373394d62e0f9043
7
- data.tar.gz: e98d63cc1d5de8cac1dd171425d95ec6a531eb6607549993b77a81db452c4ca5498c02785c81340fede2ee7671e54580e223a23cb407fdb67f7f4dcc9f69501a
6
+ metadata.gz: b6dcda7f2aa09113b4eeb38558f20c6ba34b8ee2b5ef8e0d4781ce737b5d8c98838efef893a671bd2cea1faa73756365c1c62f4a5c8c86b3c5ccbd6daac94912
7
+ data.tar.gz: 7c170ee522ad788a2ac9910d543b8d5ccbcfdfd67a5a0f9bff9288b5d23ad738593ef2ea340459dc253af1c41fb28ca714fa9ad570189a25572a57194bd67f61
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-policyanalyzer_v1
2
2
 
3
+ ### v0.5.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.4.0 (2021-10-20)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.3.0 (2021-09-14)
12
+
13
+ * Regenerated from discovery document revision 20210910
14
+
15
+ ### v0.2.0 (2021-09-01)
16
+
17
+ * Regenerated from discovery document revision 20210806
18
+
3
19
  ### v0.1.0 (2021-07-29)
4
20
 
5
21
  * Regenerated from discovery document revision 20210723
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/policyanalyzer_v1"
51
51
  client = Google::Apis::PolicyanalyzerV1::PolicyAnalyzerService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Policyanalyzer service in particular.)
67
67
 
@@ -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.5.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 = "20210910"
26
26
  end
27
27
  end
28
28
  end
@@ -49,16 +49,21 @@ 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. 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
@@ -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.5.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: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-policyanalyzer_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policyanalyzer_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policyanalyzer_v1/v0.5.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policyanalyzer_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Policy Analyzer API V1