google-apis-accessapproval_v1 0.8.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: cc7bdc3ade998f34de795cf2f12c139a6cc0265f45865b0c3e9bb499f2446a68
4
- data.tar.gz: 47e68d36fd0e549b5d7399dde4b2fa2c34d3417574af0280fbc486deeadc226f
3
+ metadata.gz: a37ecaf7a0c0075437b379e329f4dbc7bd7f82703973dd4af88357d35fe4607b
4
+ data.tar.gz: d29ed589de413bec73caed8fb8ae451e10fcc58100ec07f2513f7d01fc53e8ab
5
5
  SHA512:
6
- metadata.gz: 2e3619d690bf27f08ef31d86e3355a8319d0783a8650bdb680c79e650a6e24cb657fa8e5e27b4b1a3aa102cebb150c9e7ed61cb001bad443005f65fa6eccc857
7
- data.tar.gz: '0359f8a487514d86ed81beb13177eee72d0b42b332b9dfdc7ef8ed6ca4d01b9636b06316c7ed8e19ff3b26d9ecc4a195da1459073365e40a080b5848aaab073e'
6
+ metadata.gz: fd5b6ce35a53f0ff91e71ce792ab5b3acd75ac748dc2b2bf1701ce0b5794e162801f77c73964cfaed492617034a585f2096572bcd1e949d0cd73621285156d05
7
+ data.tar.gz: 68dc9b7a513732f2315f968af381184923c40b91b5728cc9e7d3b294528c1b6278e75fe58238f0a19c6babc96426dcf8598b1ae4cb58f731f71e4fa624574cf6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
7
+ ### v0.11.0 (2021-10-20)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.10.0 (2021-09-10)
12
+
13
+ * Regenerated from discovery document revision 20210907
14
+
15
+ ### v0.9.0 (2021-08-18)
16
+
17
+ * Regenerated from discovery document revision 20210813
18
+
3
19
  ### v0.8.0 (2021-08-04)
4
20
 
5
21
  * Regenerated from discovery document revision 20210730
data/OVERVIEW.md CHANGED
@@ -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,13 +321,14 @@ 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 Note: These values are supported as
325
- # input for legacy purposes, but will not be returned from the API. * all * ga-
326
- # only * appengine.googleapis.com * bigquery.googleapis.com * bigtable.
327
- # googleapis.com * container.googleapis.com * cloudkms.googleapis.com * cloudsql.
328
- # googleapis.com * compute.googleapis.com * dataflow.googleapis.com * dlp.
329
- # googleapis.com * iam.googleapis.com * logging.googleapis.com * pubsub.
330
- # googleapis.com * spanner.googleapis.com * storage.googleapis.com Calls to
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
331
332
  # UpdateAccessApprovalSettings using 'all' or any of the XXX.googleapis.com will
332
333
  # be translated to the associated product name ('all', 'App Engine', etc.). Note:
333
334
  # 'all' will enroll the resource in all products supported at both 'GA' and '
@@ -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.8.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 = "20210730"
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
@@ -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-accessapproval_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.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-08-09 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
@@ -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.8.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.12.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: