google-apis-accessapproval_v1 0.30.0 → 0.32.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: e959c821038982ec4d9f4883c6bd52586c4054e7bacbf2836acd933693d41b7f
4
- data.tar.gz: bdaa3acef1cffb7f0604ef3043ba635812c9d832d4db0d6a7668d4bc385bdbdd
3
+ metadata.gz: 67f70eabe7c30111c25ea69300490aa722a8e559276892bf37ac07a922a1663b
4
+ data.tar.gz: b145e32a1d25915dc44ee9fc274d40bf39074de5c67c9fd09edf639c8668866f
5
5
  SHA512:
6
- metadata.gz: a650ebc79e88b730d279374293d5e9a6df826b94db0023fcc0b43d11681887dcd08a5a678b46c59988dbf5d56af2b727bb1ac48fb69dfa7ec23c5734ed654355
7
- data.tar.gz: 77258f499166c460a59f2750c7efd325470cb79d153128f2e32e76470acada2357ce74725d8aadf91a80144b5b3c43e10175fb47aa6cefb86b525174f9b52775
6
+ metadata.gz: 4cd377855a86bfa54516284c9a54cbfbbb1383a786f2c18ba76da1ac2e1cee4a51e784072efefffc979a57ed5939c827ae3cf70902205d1fc78b7a9d6eb749f9
7
+ data.tar.gz: 4532cd3f86884f520814c429e413650add1be1c81bcfb758b7ac1428b053a222bf2a197c31f4bd49d6f77a792b007aa1f063f7dc78a7b5e229319baf20924131
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-accessapproval_v1
2
2
 
3
+ ### v0.32.0 (2023-09-24)
4
+
5
+ * Regenerated from discovery document revision 20230915
6
+
7
+ ### v0.31.0 (2023-05-14)
8
+
9
+ * Regenerated from discovery document revision 20230505
10
+
3
11
  ### v0.30.0 (2023-04-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20230421
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://cloud.google.com/cloud-provider-access-management/access-approval/docs) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/assured-workloads/access-approval/docs) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -121,6 +121,12 @@ module Google
121
121
  # @return [Array<String>]
122
122
  attr_accessor :notification_emails
123
123
 
124
+ # Optional. A pubsub topic to which notifications relating to approval requests
125
+ # should be sent.
126
+ # Corresponds to the JSON property `notificationPubsubTopic`
127
+ # @return [String]
128
+ attr_accessor :notification_pubsub_topic
129
+
124
130
  # This preference is communicated to Google personnel when sending an approval
125
131
  # request but can be overridden if necessary.
126
132
  # Corresponds to the JSON property `preferNoBroadApprovalRequests`
@@ -148,6 +154,7 @@ module Google
148
154
  @invalid_key_version = args[:invalid_key_version] if args.key?(:invalid_key_version)
149
155
  @name = args[:name] if args.key?(:name)
150
156
  @notification_emails = args[:notification_emails] if args.key?(:notification_emails)
157
+ @notification_pubsub_topic = args[:notification_pubsub_topic] if args.key?(:notification_pubsub_topic)
151
158
  @prefer_no_broad_approval_requests = args[:prefer_no_broad_approval_requests] if args.key?(:prefer_no_broad_approval_requests)
152
159
  @preferred_request_expiration_days = args[:preferred_request_expiration_days] if args.key?(:preferred_request_expiration_days)
153
160
  end
@@ -416,15 +423,15 @@ module Google
416
423
  # Management Service * Compute Engine * Cloud Composer * Cloud Dataflow * Cloud
417
424
  # Dataproc * Cloud DLP * Cloud EKM * Cloud Firestore * Cloud HSM * Cloud
418
425
  # Identity and Access Management * Cloud Logging * Cloud NAT * Cloud Pub/Sub *
419
- # Cloud Spanner * Cloud SQL * Cloud Storage * Google Kubernetes Engine *
420
- # Organization Policy Serivice * Persistent Disk * Resource Manager * Secret
421
- # Manager * Speaker ID Note: These values are supported as input for legacy
422
- # purposes, but will not be returned from the API. * all * ga-only * appengine.
423
- # googleapis.com * artifactregistry.googleapis.com * bigquery.googleapis.com *
424
- # bigtable.googleapis.com * container.googleapis.com * cloudkms.googleapis.com *
425
- # cloudresourcemanager.googleapis.com * cloudsql.googleapis.com * compute.
426
- # googleapis.com * dataflow.googleapis.com * dataproc.googleapis.com * dlp.
427
- # googleapis.com * iam.googleapis.com * logging.googleapis.com * orgpolicy.
426
+ # Cloud Spanner * Cloud SQL * Cloud Storage * Eventarc * Google Kubernetes
427
+ # Engine * Organization Policy Serivice * Persistent Disk * Resource Manager *
428
+ # Secret Manager * Speaker ID Note: These values are supported as input for
429
+ # legacy purposes, but will not be returned from the API. * all * ga-only *
430
+ # appengine.googleapis.com * artifactregistry.googleapis.com * bigquery.
431
+ # googleapis.com * bigtable.googleapis.com * container.googleapis.com * cloudkms.
432
+ # googleapis.com * cloudresourcemanager.googleapis.com * cloudsql.googleapis.com
433
+ # * compute.googleapis.com * dataflow.googleapis.com * dataproc.googleapis.com *
434
+ # dlp.googleapis.com * iam.googleapis.com * logging.googleapis.com * orgpolicy.
428
435
  # googleapis.com * pubsub.googleapis.com * spanner.googleapis.com *
429
436
  # secretmanager.googleapis.com * speakerid.googleapis.com * storage.googleapis.
430
437
  # com Calls to UpdateAccessApprovalSettings using 'all' or any of the XXX.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccessapprovalV1
18
18
  # Version of the google-apis-accessapproval_v1 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.32.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 = "20230421"
25
+ REVISION = "20230915"
26
26
  end
27
27
  end
28
28
  end
@@ -131,6 +131,7 @@ module Google
131
131
  property :invalid_key_version, as: 'invalidKeyVersion'
132
132
  property :name, as: 'name'
133
133
  collection :notification_emails, as: 'notificationEmails'
134
+ property :notification_pubsub_topic, as: 'notificationPubsubTopic'
134
135
  property :prefer_no_broad_approval_requests, as: 'preferNoBroadApprovalRequests'
135
136
  property :preferred_request_expiration_days, as: 'preferredRequestExpirationDays'
136
137
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # Accessapproval = Google::Apis::AccessapprovalV1 # Alias the module
31
31
  # service = Accessapproval::AccessApprovalService.new
32
32
  #
33
- # @see https://cloud.google.com/cloud-provider-access-management/access-approval/docs
33
+ # @see https://cloud.google.com/assured-workloads/access-approval/docs
34
34
  class AccessApprovalService < Google::Apis::Core::BaseService
35
35
  # @return [String]
36
36
  # API key. Your API key identifies your project and provides you with API access,
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  # An API for controlling access to data by Google personnel.
25
25
  #
26
- # @see https://cloud.google.com/cloud-provider-access-management/access-approval/docs
26
+ # @see https://cloud.google.com/assured-workloads/access-approval/docs
27
27
  module AccessapprovalV1
28
28
  # Version of the Access Approval API this client connects to.
29
29
  # This is NOT the gem version.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-accessapproval_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.32.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-04-30 00:00:00.000000000 Z
11
+ date: 2023-09-24 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-accessapproval_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accessapproval_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Access Approval API V1