google-apis-beyondcorp_v1alpha 0.12.0 → 0.13.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: c3ae20fa46ee11b8b4325f0d09ac8922964012549676fc889a53e22755d2d5f4
4
- data.tar.gz: 052a6f942bd7862f1ff12b2c223898ace2be9fd25b27a46b16e780b8f81b92d4
3
+ metadata.gz: 5397a4c732b8ea3101cb4f2ec875fe4aa7d9a702decebc95f717b6042fee4d93
4
+ data.tar.gz: d00287c711abee6c9a0f7486851d7a178d50dd9df2ae796902b612f2d6cc2f3d
5
5
  SHA512:
6
- metadata.gz: 56c1fd49eed8103035d80d8f4473cb929869cea510295bd8ac9e08c8d306e55fd5740a9e0dc7055942a9eb4c4757e74473e4f8a29b16644af73a4cf1f98d4058
7
- data.tar.gz: 641c4fb12f7b01a9d3782f8c1f9b8f5ae7a0b5a99bceb41ece238e6b858d1b47ee0c1cf234dd92a9daddb0df536b016c059063bdc4b13d10b273167f31501d97
6
+ metadata.gz: f8e14479369fc1d4c0958d4ec48f8b1f16e95d8cbbb5c96b4cad7dd93d8e62bc5e626f753f78e0f6ec8b3daceec3af4b034b09db5dc1a5045383d97c123a35d3
7
+ data.tar.gz: 12c95b1ee51bca05d188c154529b30a29588e9a8cbd65e247c45dedf9342b6ba71fef712c61986d7d17c95849fa3fc9a6e030293c0cda4149023ab41e8eb1c7e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.13.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230206
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.12.0 (2022-10-28)
4
9
 
5
10
  * Regenerated from discovery document revision 20221019
@@ -1960,7 +1960,7 @@ module Google
1960
1960
  # request ID so that if you must retry your request, the server will know to
1961
1961
  # ignore the request if it has already been completed. The server will guarantee
1962
1962
  # that for at least 60 minutes since the first request. For example, consider a
1963
- # situation where you make an initial request and t he request times out. If you
1963
+ # situation where you make an initial request and the request times out. If you
1964
1964
  # make the request again with the same request ID, the server can check if
1965
1965
  # original operation with the same request ID was received, and if so, will
1966
1966
  # ignore the second request. This prevents clients from accidentally creating
@@ -2872,22 +2872,22 @@ module Google
2872
2872
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
2873
2873
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
2874
2874
  # email address that represents a Google group. For example, `admins@example.com`
2875
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
2876
- # identifier) representing a user that has been recently deleted. For example, `
2877
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
2878
- # value reverts to `user:`emailid`` and the recovered user retains the role in
2879
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
2880
- # address (plus unique identifier) representing a service account that has been
2881
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
2875
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
2876
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
2877
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
2878
+ # representing a user that has been recently deleted. For example, `alice@
2879
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
2880
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
2881
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
2882
+ # (plus unique identifier) representing a service account that has been recently
2883
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
2882
2884
  # 123456789012345678901`. If the service account is undeleted, this value
2883
2885
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
2884
2886
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
2885
2887
  # An email address (plus unique identifier) representing a Google group that has
2886
2888
  # been recently deleted. For example, `admins@example.com?uid=
2887
2889
  # 123456789012345678901`. If the group is recovered, this value reverts to `
2888
- # group:`emailid`` and the recovered group retains the role in the binding. * `
2889
- # domain:`domain``: The G Suite domain (primary) that represents all the users
2890
- # of that domain. For example, `google.com` or `example.com`.
2890
+ # group:`emailid`` and the recovered group retains the role in the binding.
2891
2891
  # Corresponds to the JSON property `members`
2892
2892
  # @return [Array<String>]
2893
2893
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1alpha
18
18
  # Version of the google-apis-beyondcorp_v1alpha gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221019"
25
+ REVISION = "20230206"
26
26
  end
27
27
  end
28
28
  end
@@ -430,7 +430,7 @@ module Google
430
430
  # request ID so that if you must retry your request, the server will know to
431
431
  # ignore the request if it has already been completed. The server will guarantee
432
432
  # that for at least 60 minutes since the first request. For example, consider a
433
- # situation where you make an initial request and t he request times out. If you
433
+ # situation where you make an initial request and the request times out. If you
434
434
  # make the request again with the same request ID, the server can check if
435
435
  # original operation with the same request ID was received, and if so, will
436
436
  # ignore the second request. This prevents clients from accidentally creating
@@ -480,7 +480,7 @@ module Google
480
480
  # request ID so that if you must retry your request, the server will know to
481
481
  # ignore the request if it has already been completed. The server will guarantee
482
482
  # that for at least 60 minutes after the first request. For example, consider a
483
- # situation where you make an initial request and t he request times out. If you
483
+ # situation where you make an initial request and the request times out. If you
484
484
  # make the request again with the same request ID, the server can check if
485
485
  # original operation with the same request ID was received, and if so, will
486
486
  # ignore the second request. This prevents clients from accidentally creating
@@ -655,7 +655,7 @@ module Google
655
655
  # request ID so that if you must retry your request, the server will know to
656
656
  # ignore the request if it has already been completed. The server will guarantee
657
657
  # that for at least 60 minutes since the first request. For example, consider a
658
- # situation where you make an initial request and t he request times out. If you
658
+ # situation where you make an initial request and the request times out. If you
659
659
  # make the request again with the same request ID, the server can check if
660
660
  # original operation with the same request ID was received, and if so, will
661
661
  # ignore the second request. This prevents clients from accidentally creating
@@ -840,7 +840,7 @@ module Google
840
840
  # request ID so that if you must retry your request, the server will know to
841
841
  # ignore the request if it has already been completed. The server will guarantee
842
842
  # that for at least 60 minutes since the first request. For example, consider a
843
- # situation where you make an initial request and t he request times out. If you
843
+ # situation where you make an initial request and the request times out. If you
844
844
  # make the request again with the same request ID, the server can check if
845
845
  # original operation with the same request ID was received, and if so, will
846
846
  # ignore the second request. This prevents clients from accidentally creating
@@ -890,7 +890,7 @@ module Google
890
890
  # request ID so that if you must retry your request, the server will know to
891
891
  # ignore the request if it has already been completed. The server will guarantee
892
892
  # that for at least 60 minutes after the first request. For example, consider a
893
- # situation where you make an initial request and t he request times out. If you
893
+ # situation where you make an initial request and the request times out. If you
894
894
  # make the request again with the same request ID, the server can check if
895
895
  # original operation with the same request ID was received, and if so, will
896
896
  # ignore the second request. This prevents clients from accidentally creating
@@ -1063,7 +1063,7 @@ module Google
1063
1063
  # request ID so that if you must retry your request, the server will know to
1064
1064
  # ignore the request if it has already been completed. The server will guarantee
1065
1065
  # that for at least 60 minutes since the first request. For example, consider a
1066
- # situation where you make an initial request and t he request times out. If you
1066
+ # situation where you make an initial request and the request times out. If you
1067
1067
  # make the request again with the same request ID, the server can check if
1068
1068
  # original operation with the same request ID was received, and if so, will
1069
1069
  # ignore the second request. This prevents clients from accidentally creating
@@ -1264,7 +1264,7 @@ module Google
1264
1264
  # request ID so that if you must retry your request, the server will know to
1265
1265
  # ignore the request if it has already been completed. The server will guarantee
1266
1266
  # that for at least 60 minutes since the first request. For example, consider a
1267
- # situation where you make an initial request and t he request times out. If you
1267
+ # situation where you make an initial request and the request times out. If you
1268
1268
  # make the request again with the same request ID, the server can check if
1269
1269
  # original operation with the same request ID was received, and if so, will
1270
1270
  # ignore the second request. This prevents clients from accidentally creating
@@ -1314,7 +1314,7 @@ module Google
1314
1314
  # request ID so that if you must retry your request, the server will know to
1315
1315
  # ignore the request if it has already been completed. The server will guarantee
1316
1316
  # that for at least 60 minutes after the first request. For example, consider a
1317
- # situation where you make an initial request and t he request times out. If you
1317
+ # situation where you make an initial request and the request times out. If you
1318
1318
  # make the request again with the same request ID, the server can check if
1319
1319
  # original operation with the same request ID was received, and if so, will
1320
1320
  # ignore the second request. This prevents clients from accidentally creating
@@ -2042,7 +2042,7 @@ module Google
2042
2042
  # request ID so that if you must retry your request, the server will know to
2043
2043
  # ignore the request if it has already been completed. The server will guarantee
2044
2044
  # that for at least 60 minutes since the first request. For example, consider a
2045
- # situation where you make an initial request and t he request times out. If you
2045
+ # situation where you make an initial request and the request times out. If you
2046
2046
  # make the request again with the same request ID, the server can check if
2047
2047
  # original operation with the same request ID was received, and if so, will
2048
2048
  # ignore the second request. This prevents clients from accidentally creating
@@ -2091,7 +2091,7 @@ module Google
2091
2091
  # request ID so that if you must retry your request, the server will know to
2092
2092
  # ignore the request if it has already been completed. The server will guarantee
2093
2093
  # that for at least 60 minutes after the first request. For example, consider a
2094
- # situation where you make an initial request and t he request times out. If you
2094
+ # situation where you make an initial request and the request times out. If you
2095
2095
  # make the request again with the same request ID, the server can check if
2096
2096
  # original operation with the same request ID was received, and if so, will
2097
2097
  # ignore the second request. This prevents clients from accidentally creating
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-10-31 00:00:00.000000000 Z
11
+ date: 2023-02-12 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-beyondcorp_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for BeyondCorp API V1alpha