google-apis-domains_v1beta1 0.13.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: fe75182d6d1d99c7a305d810e3b710ad27b30a6641218bde1f01afde2442a6f4
4
- data.tar.gz: 35c48670a10c85e250966973d4487dc0c3b8da2ff2ec4f7d6aa4f0aee97e36df
3
+ metadata.gz: 4cc7ef34dd89f73d14eb6875e02c9739b7d6d7b2956980895f310f9a974042fc
4
+ data.tar.gz: 4641241d5495cc2e8c1078fa5ed5007ed808241de488ecfa1a3980d5d982bacd
5
5
  SHA512:
6
- metadata.gz: 55685373a7b5d2360ef228d9be510cc240b534e0c6f3be7de55ac2ceb8f00aa2c4ca9ce5fbe282590ac75f741bde7d88ff23b2fc87c176e0fe054b6b00813e22
7
- data.tar.gz: '097690c47ba53283f51caded748d6c01a8e3fc897cc0e3d51b5ceccf2816ed0988978dd20b6e80a1cd9afc329392be3aba2e6318a5d6f173f3692ff52beb055d'
6
+ metadata.gz: 70fb4308e5650449af17224a19d65751d9bacae52cfdd94ec853e0918f0ddd822244ae2ff54b8b7002442bc858f098d2c2433f51298c00ccfe84920edd9b21fc
7
+ data.tar.gz: 326219784305933010ff927f2ce8edba05730208c5d08f389845c21e9b3f9c5123773b907552d38f0550902a6fd72b7ced3487ea648e71c6ed3d1c2fd3d9f723
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-domains_v1beta1
2
2
 
3
+ ### v0.14.0 (2022-05-22)
4
+
5
+ * Regenerated from discovery document revision 20220517
6
+
3
7
  ### v0.13.0 (2022-03-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220308
@@ -35,8 +35,8 @@ module Google
35
35
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
36
36
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
37
37
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
38
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
39
- # DATA_WRITE logging.
38
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
39
+ # from DATA_WRITE logging.
40
40
  class AuditConfig
41
41
  include Google::Apis::Core::Hashable
42
42
 
@@ -136,7 +136,7 @@ module Google
136
136
  # @return [Google::Apis::DomainsV1beta1::Expr]
137
137
  attr_accessor :condition
138
138
 
139
- # Specifies the principals requesting access for a Cloud Platform resource. `
139
+ # Specifies the principals requesting access for a Google Cloud resource. `
140
140
  # members` can have the following values: * `allUsers`: A special identifier
141
141
  # that represents anyone who is on the internet; with or without a Google
142
142
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -1531,7 +1531,7 @@ module Google
1531
1531
  include Google::Apis::Core::Hashable
1532
1532
 
1533
1533
  # The set of permissions to check for the `resource`. Permissions with wildcards
1534
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1534
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1535
1535
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1536
1536
  # Corresponds to the JSON property `permissions`
1537
1537
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DomainsV1beta1
18
18
  # Version of the google-apis-domains_v1beta1 gem
19
- GEM_VERSION = "0.13.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.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220308"
25
+ REVISION = "20220517"
26
26
  end
27
27
  end
28
28
  end
@@ -84,8 +84,8 @@ module Google
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
86
  # A filter to narrow down results to a preferred subset. The filtering language
87
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
- # AIP-160](https://google.aip.dev/160).
87
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
88
+ # in [AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
90
  # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
@@ -416,8 +416,9 @@ module Google
416
416
  # Gets the access control policy for a resource. Returns an empty policy if the
417
417
  # resource exists and does not have a policy set.
418
418
  # @param [String] resource
419
- # REQUIRED: The resource for which the policy is being requested. See the
420
- # operation documentation for the appropriate value for this field.
419
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
420
+ # names](https://cloud.google.com/apis/design/resource_names) for the
421
+ # appropriate value for this field.
421
422
  # @param [Fixnum] options_requested_policy_version
422
423
  # Optional. The maximum policy version that will be used to format the policy.
423
424
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -773,8 +774,9 @@ module Google
773
774
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
774
775
  # PERMISSION_DENIED` errors.
775
776
  # @param [String] resource
776
- # REQUIRED: The resource for which the policy is being specified. See the
777
- # operation documentation for the appropriate value for this field.
777
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
778
+ # names](https://cloud.google.com/apis/design/resource_names) for the
779
+ # appropriate value for this field.
778
780
  # @param [Google::Apis::DomainsV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
779
781
  # @param [String] fields
780
782
  # Selector specifying which fields to include in a partial response.
@@ -811,8 +813,9 @@ module Google
811
813
  # permission-aware UIs and command-line tools, not for authorization checking.
812
814
  # This operation may "fail open" without warning.
813
815
  # @param [String] resource
814
- # REQUIRED: The resource for which the policy detail is being requested. See the
815
- # operation documentation for the appropriate value for this field.
816
+ # REQUIRED: The resource for which the policy detail is being requested. See [
817
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
818
+ # appropriate value for this field.
816
819
  # @param [Google::Apis::DomainsV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
817
820
  # @param [String] fields
818
821
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-domains_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.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: 2022-03-14 00:00:00.000000000 Z
11
+ date: 2022-05-23 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-domains_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1beta1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []