google-apis-accessapproval_v1 0.11.0 → 0.12.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: 79059ef6c289b1f9194fdb3f75002c864bca5580decdae4f8d05b4542c1c554d
4
- data.tar.gz: a722effcf0ee6d1023fdde71cc20d64a9098ed6e5cef107b0553cd390945bafe
3
+ metadata.gz: a37ecaf7a0c0075437b379e329f4dbc7bd7f82703973dd4af88357d35fe4607b
4
+ data.tar.gz: d29ed589de413bec73caed8fb8ae451e10fcc58100ec07f2513f7d01fc53e8ab
5
5
  SHA512:
6
- metadata.gz: 335b40c06beacb9fb957ed98b4788cd0f201250b93b4c732d76baee27ca68d07901b6c3e7b94f76585285d0bd1575ef14e83879c2182c48c9fca556b61856008
7
- data.tar.gz: 9a4164f0de72104db34fc961b40d939157df33a7c21ab16dd36d7d750ea57da63c3af0f669514602c8b1bd1acc5197b3dc3f484e87960a4d77f37f6d661ca629
6
+ metadata.gz: fd5b6ce35a53f0ff91e71ce792ab5b3acd75ac748dc2b2bf1701ce0b5794e162801f77c73964cfaed492617034a585f2096572bcd1e949d0cd73621285156d05
7
+ data.tar.gz: 68dc9b7a513732f2315f968af381184923c40b91b5728cc9e7d3b294528c1b6278e75fe58238f0a19c6babc96426dcf8598b1ae4cb58f731f71e4fa624574cf6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-accessapproval_v1
2
2
 
3
+ ### v0.12.0 (2021-11-02)
4
+
5
+ * Regenerated from discovery document revision 20211029
6
+
3
7
  ### v0.11.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -27,10 +27,10 @@ module Google
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
29
  # Output only. This field is read only (not settable via
30
- # UpdateAccessAccessApprovalSettings method). If the field is true, that
31
- # indicates that at least one service is enrolled for Access Approval in one or
32
- # more ancestors of the Project or Folder (this field will always be unset for
33
- # the organization since organizations do not have ancestors).
30
+ # UpdateAccessApprovalSettings method). If the field is true, that indicates
31
+ # that at least one service is enrolled for Access Approval in one or more
32
+ # ancestors of the Project or Folder (this field will always be unset for the
33
+ # organization since organizations do not have ancestors).
34
34
  # Corresponds to the JSON property `enrolledAncestor`
35
35
  # @return [Boolean]
36
36
  attr_accessor :enrolled_ancestor
@@ -321,19 +321,19 @@ module Google
321
321
  # Bigtable * Cloud Key Management Service * Compute Engine * Cloud Dataflow *
322
322
  # Cloud DLP * Cloud EKM * Cloud HSM * Cloud Identity and Access Management *
323
323
  # Cloud Logging * Cloud Pub/Sub * Cloud Spanner * Cloud SQL * Cloud Storage *
324
- # Google Kubernetes Engine * Persistent Disk * Speaker ID Note: These values are
325
- # supported as input for legacy purposes, but will not be returned from the API.
326
- # * all * ga-only * appengine.googleapis.com * bigquery.googleapis.com *
327
- # bigtable.googleapis.com * container.googleapis.com * cloudkms.googleapis.com *
328
- # cloudsql.googleapis.com * compute.googleapis.com * dataflow.googleapis.com *
329
- # dlp.googleapis.com * iam.googleapis.com * logging.googleapis.com * pubsub.
330
- # googleapis.com * spanner.googleapis.com * speakerid.googleapis.com * storage.
331
- # googleapis.com Calls to UpdateAccessApprovalSettings using 'all' or any of the
332
- # XXX.googleapis.com will be translated to the associated product name ('all', '
333
- # App Engine', etc.). Note: 'all' will enroll the resource in all products
334
- # supported at both 'GA' and 'Preview' levels. More information about levels of
335
- # support is available at https://cloud.google.com/access-approval/docs/
336
- # supported-services
324
+ # Google Kubernetes Engine * Organization Policy Serivice * Persistent Disk *
325
+ # Speaker ID Note: These values are supported as input for legacy purposes, but
326
+ # will not be returned from the API. * all * ga-only * appengine.googleapis.com *
327
+ # bigquery.googleapis.com * bigtable.googleapis.com * container.googleapis.com *
328
+ # cloudkms.googleapis.com * cloudsql.googleapis.com * compute.googleapis.com *
329
+ # dataflow.googleapis.com * dlp.googleapis.com * iam.googleapis.com * logging.
330
+ # googleapis.com * orgpolicy.googleapis.com * pubsub.googleapis.com * spanner.
331
+ # googleapis.com * speakerid.googleapis.com * storage.googleapis.com Calls to
332
+ # UpdateAccessApprovalSettings using 'all' or any of the XXX.googleapis.com will
333
+ # be translated to the associated product name ('all', 'App Engine', etc.). Note:
334
+ # 'all' will enroll the resource in all products supported at both 'GA' and '
335
+ # Preview' levels. More information about levels of support is available at
336
+ # https://cloud.google.com/access-approval/docs/supported-services
337
337
  # Corresponds to the JSON property `cloudProduct`
338
338
  # @return [String]
339
339
  attr_accessor :cloud_product
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.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 = "20210907"
25
+ REVISION = "20211029"
26
26
  end
27
27
  end
28
28
  end
@@ -85,7 +85,8 @@ module Google
85
85
 
86
86
  # Gets the settings associated with a project, folder, or organization.
87
87
  # @param [String] name
88
- # Name of the AccessApprovalSettings to retrieve.
88
+ # The name of the AccessApprovalSettings to retrieve. Format: "`projects|folders|
89
+ # organizations`/`id`/accessApprovalSettings"
89
90
  # @param [String] fields
90
91
  # Selector specifying which fields to include in a partial response.
91
92
  # @param [String] quota_user
@@ -232,7 +233,8 @@ module Google
232
233
 
233
234
  # Gets an approval request. Returns NOT_FOUND if the request does not exist.
234
235
  # @param [String] name
235
- # Name of the approval request to retrieve.
236
+ # The name of the approval request to retrieve. Format: "`projects|folders|
237
+ # organizations`/`id`/approvalRequests/`approval_request`"
236
238
  # @param [String] fields
237
239
  # Selector specifying which fields to include in a partial response.
238
240
  # @param [String] quota_user
@@ -344,7 +346,8 @@ module Google
344
346
 
345
347
  # Gets the settings associated with a project, folder, or organization.
346
348
  # @param [String] name
347
- # Name of the AccessApprovalSettings to retrieve.
349
+ # The name of the AccessApprovalSettings to retrieve. Format: "`projects|folders|
350
+ # organizations`/`id`/accessApprovalSettings"
348
351
  # @param [String] fields
349
352
  # Selector specifying which fields to include in a partial response.
350
353
  # @param [String] quota_user
@@ -491,7 +494,8 @@ module Google
491
494
 
492
495
  # Gets an approval request. Returns NOT_FOUND if the request does not exist.
493
496
  # @param [String] name
494
- # Name of the approval request to retrieve.
497
+ # The name of the approval request to retrieve. Format: "`projects|folders|
498
+ # organizations`/`id`/approvalRequests/`approval_request`"
495
499
  # @param [String] fields
496
500
  # Selector specifying which fields to include in a partial response.
497
501
  # @param [String] quota_user
@@ -603,7 +607,8 @@ module Google
603
607
 
604
608
  # Gets the settings associated with a project, folder, or organization.
605
609
  # @param [String] name
606
- # Name of the AccessApprovalSettings to retrieve.
610
+ # The name of the AccessApprovalSettings to retrieve. Format: "`projects|folders|
611
+ # organizations`/`id`/accessApprovalSettings"
607
612
  # @param [String] fields
608
613
  # Selector specifying which fields to include in a partial response.
609
614
  # @param [String] quota_user
@@ -750,7 +755,8 @@ module Google
750
755
 
751
756
  # Gets an approval request. Returns NOT_FOUND if the request does not exist.
752
757
  # @param [String] name
753
- # Name of the approval request to retrieve.
758
+ # The name of the approval request to retrieve. Format: "`projects|folders|
759
+ # organizations`/`id`/approvalRequests/`approval_request`"
754
760
  # @param [String] fields
755
761
  # Selector specifying which fields to include in a partial response.
756
762
  # @param [String] quota_user
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.11.0
4
+ version: 0.12.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-08 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.12.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: []