google-apis-accessapproval_v1 0.10.0 → 0.14.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: 7623dcda5ef551a8ba9eaee27e2bbc0fdc7a8edb60a3a4560f0554e280a4e663
4
- data.tar.gz: 7826c6dd3b0ef17c239ee9d47c285d8b6d63fcaf2fd8a70a83ed165995e9d9e8
3
+ metadata.gz: f2b7ba67ddf1276951cd59cf8a09daca04123a2cf534f64345c44c9fce22a2b7
4
+ data.tar.gz: 8af48a061d5cec2d42b49ae93af60ed5276bd461338c5882d71c56e470f0e347
5
5
  SHA512:
6
- metadata.gz: 88103b78501c4f48e83b6d0955e34fea91e1db455e54ad3b7144934a7f9ede1679bb81978ee266193aa968b0562833e2c9c442cecc1b40f75c9cd11042814374
7
- data.tar.gz: 270096c99703a2e7b3faa70baca3aabca782b7458e1e51da43862ba2b3febfb332afc475dcfdb2d30e9e4d3c9055097d44b422e17eb7333f36af9174ca70ce5e
6
+ metadata.gz: caa0ea024fac474f4639e93fec9c650cb2926fa63b49597c081967144dfabe6255c9f09a5dc588d977e001eb3dbc57885cf3187ae9823bfe9cf84e618e9273cb
7
+ data.tar.gz: 12c1ea05bca935b73aa148c894f26f7d4744a0eaece705d692152a6f7b7eba9d0500a040c8eedeab1515e1ba43b187daece964a87f058f5e95f8c8e1b6d3122d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-accessapproval_v1
2
2
 
3
+ ### v0.14.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.13.0 (2021-12-02)
8
+
9
+ * Regenerated from discovery document revision 20211130
10
+
11
+ ### v0.12.0 (2021-11-02)
12
+
13
+ * Regenerated from discovery document revision 20211029
14
+
15
+ ### v0.11.0 (2021-10-20)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.10.0 (2021-09-10)
4
20
 
5
21
  * Regenerated from discovery document revision 20210907
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/accessapproval_v1"
51
51
  client = Google::Apis::AccessapprovalV1::AccessApprovalService.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 Accessapproval service in particular.)
67
67
 
@@ -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,20 @@ 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
+ # Resource Manager * Speaker ID Note: These values are supported as input for
326
+ # legacy purposes, but will not be returned from the API. * all * ga-only *
327
+ # appengine.googleapis.com * bigquery.googleapis.com * bigtable.googleapis.com *
328
+ # container.googleapis.com * cloudkms.googleapis.com * cloudresourcemanager.
329
+ # googleapis.com * cloudsql.googleapis.com * compute.googleapis.com * dataflow.
330
+ # googleapis.com * dlp.googleapis.com * iam.googleapis.com * logging.googleapis.
331
+ # com * orgpolicy.googleapis.com * pubsub.googleapis.com * spanner.googleapis.
332
+ # com * speakerid.googleapis.com * storage.googleapis.com Calls to
333
+ # UpdateAccessApprovalSettings using 'all' or any of the XXX.googleapis.com will
334
+ # be translated to the associated product name ('all', 'App Engine', etc.). Note:
335
+ # 'all' will enroll the resource in all products supported at both 'GA' and '
336
+ # Preview' levels. More information about levels of support is available at
337
+ # https://cloud.google.com/access-approval/docs/supported-services
337
338
  # Corresponds to the JSON property `cloudProduct`
338
339
  # @return [String]
339
340
  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.10.0"
19
+ GEM_VERSION = "0.14.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 = "20211130"
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.10.0
4
+ version: 0.14.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-13 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-accessapproval_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-accessapproval_v1
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.14.0
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: []
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 Access Approval API V1