google-apis-networkconnectivity_v1alpha1 0.33.0 → 0.34.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: d31afe2af92d646a3421160ed469c801f67dbe3f5aace36e02ae591b4727e062
4
- data.tar.gz: e469dd1dc9df441492a9e0c4fe2fba4e9f13c58b40897047d2a190b57837e238
3
+ metadata.gz: c68ec6d7951d7a3b3a35494d365359f0a52fb68d8a0e48872870f1d1c1852e9c
4
+ data.tar.gz: 57fcbe9595414e69eb02714d43c609d26fa8886d1aa349eb2f769c5aabe8b61c
5
5
  SHA512:
6
- metadata.gz: 21c6a2946d9d1d3bd05bf9ed7ce30ca0a185971e9a9cf7594a5784a7f6c5938541049d873fd116e92f5ecc07144a7ccb383b16d3bcdc2cda9b0a29530f75a7e0
7
- data.tar.gz: 0a35c456cef89c173edeee3231f0a9410020d2b5a12070e23614883902b5967b958fa755e6e6a10c6e8f4fe562dc0e7f11767b96c46d4dab8c2c3adaad02fc8c
6
+ metadata.gz: 9c8806be1003665a230c6c5df34521594cd74716b7c4762a8de9a032aff1eb14750089fc31335d3f9a74905d81564366104a9bb0af04da3108418195e73ce201
7
+ data.tar.gz: a8ec2f4b87a679c2fde7f35080e561ca25c9df0bd7e59f5c809bf14daaf14d6b4edfb5f40146a1ec5742275c9c3bee4f0669bc35de624234c8c4149d8312d51f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkconnectivity_v1alpha1
2
2
 
3
+ ### v0.34.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.33.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230712
@@ -314,13 +314,13 @@ module Google
314
314
  # @return [String]
315
315
  attr_accessor :name
316
316
 
317
- # The normal response of the operation in case of success. If the original
318
- # method returns no data on success, such as `Delete`, the response is `google.
319
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
320
- # the response should be the resource. For other methods, the response should
321
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
322
- # example, if the original method name is `TakeSnapshot()`, the inferred
323
- # response type is `TakeSnapshotResponse`.
317
+ # The normal, successful response of the operation. If the original method
318
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
319
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
320
+ # response should be the resource. For other methods, the response should have
321
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
322
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
323
+ # `TakeSnapshotResponse`.
324
324
  # Corresponds to the JSON property `response`
325
325
  # @return [Hash<String,Object>]
326
326
  attr_accessor :response
@@ -796,22 +796,22 @@ module Google
796
796
  # evaluates to `true`. A condition can add constraints based on attributes of
797
797
  # the request, the resource, or both. To learn which resources support
798
798
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
799
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
799
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
800
800
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
801
801
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
802
802
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
803
803
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
804
804
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
805
805
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
806
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
807
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
808
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
809
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
810
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
811
- # access description: Does not grant access after Sep 2020 expression: request.
812
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
813
- # a description of IAM and its features, see the [IAM documentation](https://
814
- # cloud.google.com/iam/docs/).
806
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
807
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
808
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
809
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
810
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
811
+ # title: expirable access description: Does not grant access after Sep 2020
812
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
813
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
814
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
815
815
  class Policy
816
816
  include Google::Apis::Core::Hashable
817
817
 
@@ -927,22 +927,22 @@ module Google
927
927
  # evaluates to `true`. A condition can add constraints based on attributes of
928
928
  # the request, the resource, or both. To learn which resources support
929
929
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
930
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
930
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
931
931
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
932
932
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
933
933
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
934
934
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
935
935
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
936
936
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
937
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
938
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
939
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
940
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
941
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
942
- # access description: Does not grant access after Sep 2020 expression: request.
943
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
944
- # a description of IAM and its features, see the [IAM documentation](https://
945
- # cloud.google.com/iam/docs/).
937
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
938
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
939
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
940
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
941
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
942
+ # title: expirable access description: Does not grant access after Sep 2020
943
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
944
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
945
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
946
946
  # Corresponds to the JSON property `policy`
947
947
  # @return [Google::Apis::NetworkconnectivityV1alpha1::Policy]
948
948
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1alpha1
18
18
  # Version of the google-apis-networkconnectivity_v1alpha1 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.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 = "20230712"
25
+ REVISION = "20230804"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.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-07-23 00:00:00.000000000 Z
11
+ date: 2023-08-13 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-networkconnectivity_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []