google-apis-gameservices_v1beta 0.10.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/gameservices_v1beta/classes.rb +64 -107
- data/lib/google/apis/gameservices_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/gameservices_v1beta/representations.rb +0 -17
- data/lib/google/apis/gameservices_v1beta/service.rb +10 -7
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34524ac2dd0d4ba1a24c1ffada6697f86ccaf1b77b54543e13bfab9a089ad88f
|
4
|
+
data.tar.gz: 66cb825f577acb26285da210611aa20b1c7d91d79f48bc76fb0aa2aa94522358
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a3d89b475d51eacac6f3a74c2971a91766b7caf6b1e1b1b0ea1961c5798e8b3c14c7515c6dfaa27967a7f3f581efb27d05d7fddadbd0490b522572d9cf5597e
|
7
|
+
data.tar.gz: c15872e43a3c4320425aae1afae16d10f243f7eb9a0574c9cf211c2ea2eb27aa9bf47e294b4b597035b364d1b9585586f380b420a8776b09e48aa449eea4f32b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-gameservices_v1beta
|
2
2
|
|
3
|
+
### v0.14.0 (2021-11-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20211112
|
6
|
+
|
7
|
+
### v0.13.0 (2021-11-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20211103
|
10
|
+
|
11
|
+
### v0.12.0 (2021-10-31)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20211021
|
14
|
+
|
15
|
+
### v0.11.0 (2021-10-20)
|
16
|
+
|
17
|
+
* Unspecified changes
|
18
|
+
|
3
19
|
### v0.10.0 (2021-09-26)
|
4
20
|
|
5
21
|
* Regenerated from discovery document revision 20210915
|
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/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
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 Gameservices service in particular.)
|
67
67
|
|
@@ -125,7 +125,7 @@ module Google
|
|
125
125
|
end
|
126
126
|
end
|
127
127
|
|
128
|
-
# Associates `members
|
128
|
+
# Associates `members`, or principals, with a `role`.
|
129
129
|
class Binding
|
130
130
|
include Google::Apis::Core::Hashable
|
131
131
|
|
@@ -153,7 +153,7 @@ module Google
|
|
153
153
|
# @return [Google::Apis::GameservicesV1beta::Expr]
|
154
154
|
attr_accessor :condition
|
155
155
|
|
156
|
-
# Specifies the
|
156
|
+
# Specifies the principals requesting access for a Cloud Platform resource. `
|
157
157
|
# members` can have the following values: * `allUsers`: A special identifier
|
158
158
|
# that represents anyone who is on the internet; with or without a Google
|
159
159
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -183,8 +183,8 @@ module Google
|
|
183
183
|
# @return [Array<String>]
|
184
184
|
attr_accessor :members
|
185
185
|
|
186
|
-
# Role that is assigned to `members
|
187
|
-
#
|
186
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
187
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
188
188
|
# Corresponds to the JSON property `role`
|
189
189
|
# @return [String]
|
190
190
|
attr_accessor :role
|
@@ -672,14 +672,6 @@ module Google
|
|
672
672
|
class GameServerCluster
|
673
673
|
include Google::Apis::Core::Hashable
|
674
674
|
|
675
|
-
# Optional. The allocation priority assigned to the game server cluster. Game
|
676
|
-
# server clusters receive new game server allocations based on the relative
|
677
|
-
# allocation priorites set for each cluster, if the realm is configured for
|
678
|
-
# multicluster allocation.
|
679
|
-
# Corresponds to the JSON property `allocationPriority`
|
680
|
-
# @return [String]
|
681
|
-
attr_accessor :allocation_priority
|
682
|
-
|
683
675
|
# The state of the Kubernetes cluster.
|
684
676
|
# Corresponds to the JSON property `clusterState`
|
685
677
|
# @return [Google::Apis::GameservicesV1beta::KubernetesClusterState]
|
@@ -730,7 +722,6 @@ module Google
|
|
730
722
|
|
731
723
|
# Update properties of this object
|
732
724
|
def update!(**args)
|
733
|
-
@allocation_priority = args[:allocation_priority] if args.key?(:allocation_priority)
|
734
725
|
@cluster_state = args[:cluster_state] if args.key?(:cluster_state)
|
735
726
|
@connection_info = args[:connection_info] if args.key?(:connection_info)
|
736
727
|
@create_time = args[:create_time] if args.key?(:create_time)
|
@@ -751,12 +742,6 @@ module Google
|
|
751
742
|
# @return [Google::Apis::GameservicesV1beta::GkeClusterReference]
|
752
743
|
attr_accessor :gke_cluster_reference
|
753
744
|
|
754
|
-
# GkeHubClusterReference represents a reference to a Kubernetes cluster
|
755
|
-
# registered through GKE Hub.
|
756
|
-
# Corresponds to the JSON property `gkeHubClusterReference`
|
757
|
-
# @return [Google::Apis::GameservicesV1beta::GkeHubClusterReference]
|
758
|
-
attr_accessor :gke_hub_cluster_reference
|
759
|
-
|
760
745
|
# Namespace designated on the game server cluster where the Agones game server
|
761
746
|
# instances will be created. Existence of the namespace will be validated during
|
762
747
|
# creation.
|
@@ -771,7 +756,6 @@ module Google
|
|
771
756
|
# Update properties of this object
|
772
757
|
def update!(**args)
|
773
758
|
@gke_cluster_reference = args[:gke_cluster_reference] if args.key?(:gke_cluster_reference)
|
774
|
-
@gke_hub_cluster_reference = args[:gke_hub_cluster_reference] if args.key?(:gke_hub_cluster_reference)
|
775
759
|
@namespace = args[:namespace] if args.key?(:namespace)
|
776
760
|
end
|
777
761
|
end
|
@@ -993,31 +977,6 @@ module Google
|
|
993
977
|
end
|
994
978
|
end
|
995
979
|
|
996
|
-
# GkeHubClusterReference represents a reference to a Kubernetes cluster
|
997
|
-
# registered through GKE Hub.
|
998
|
-
class GkeHubClusterReference
|
999
|
-
include Google::Apis::Core::Hashable
|
1000
|
-
|
1001
|
-
# The full or partial name of a GKE Hub membership, using one of the following
|
1002
|
-
# forms: * `https://gkehub.googleapis.com/v1beta1/projects/`project_id`/
|
1003
|
-
# locations/global/memberships/`membership_id`` * `projects/`project_id`/
|
1004
|
-
# locations/global/memberships/`membership_id`` * ``membership_id`` If project
|
1005
|
-
# is not specified, the project of the GameServerCluster resource is used to
|
1006
|
-
# generate the full name of the GKE Hub membership.
|
1007
|
-
# Corresponds to the JSON property `membership`
|
1008
|
-
# @return [String]
|
1009
|
-
attr_accessor :membership
|
1010
|
-
|
1011
|
-
def initialize(**args)
|
1012
|
-
update!(**args)
|
1013
|
-
end
|
1014
|
-
|
1015
|
-
# Update properties of this object
|
1016
|
-
def update!(**args)
|
1017
|
-
@membership = args[:membership] if args.key?(:membership)
|
1018
|
-
end
|
1019
|
-
end
|
1020
|
-
|
1021
980
|
# The state of the Kubernetes cluster.
|
1022
981
|
class KubernetesClusterState
|
1023
982
|
include Google::Apis::Core::Hashable
|
@@ -1529,31 +1488,31 @@ module Google
|
|
1529
1488
|
|
1530
1489
|
# An Identity and Access Management (IAM) policy, which specifies access
|
1531
1490
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
1532
|
-
# A `binding` binds one or more `members
|
1533
|
-
# user accounts, service accounts, Google groups, and domains (
|
1534
|
-
# A `role` is a named list of permissions; each `role` can be
|
1535
|
-
# role or a user-created custom role. For some types of Google
|
1536
|
-
# a `binding` can also specify a `condition`, which is a
|
1537
|
-
# allows access to a resource only if the expression
|
1538
|
-
# condition can add constraints based on attributes of
|
1539
|
-
# or both. To learn which resources support
|
1540
|
-
# see the [IAM documentation](https://cloud.
|
1541
|
-
# resource-policies). **JSON example:** ` "
|
1542
|
-
# resourcemanager.organizationAdmin", "members": [
|
1543
|
-
# group:admins@example.com", "domain:google.com", "
|
1544
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1545
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1546
|
-
# title": "expirable access", "description": "Does not grant
|
1547
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1548
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1549
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1550
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1551
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1552
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1553
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1554
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1555
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
1556
|
-
# google.com/iam/docs/).
|
1491
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
1492
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
1493
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
1494
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
1495
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
1496
|
+
# logical expression that allows access to a resource only if the expression
|
1497
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
1498
|
+
# the request, the resource, or both. To learn which resources support
|
1499
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1500
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1501
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1502
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1503
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1504
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1505
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1506
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1507
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1508
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
1509
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1510
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
1511
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
1512
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
1513
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1514
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
1515
|
+
# cloud.google.com/iam/docs/).
|
1557
1516
|
class Policy
|
1558
1517
|
include Google::Apis::Core::Hashable
|
1559
1518
|
|
@@ -1562,9 +1521,14 @@ module Google
|
|
1562
1521
|
# @return [Array<Google::Apis::GameservicesV1beta::AuditConfig>]
|
1563
1522
|
attr_accessor :audit_configs
|
1564
1523
|
|
1565
|
-
# Associates a list of `members
|
1566
|
-
# condition` that determines how and when the `bindings` are applied.
|
1567
|
-
# the `bindings` must contain at least one
|
1524
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
1525
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
1526
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
1527
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
1528
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
1529
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
1530
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
1531
|
+
# principals to the `bindings` in the `Policy`.
|
1568
1532
|
# Corresponds to the JSON property `bindings`
|
1569
1533
|
# @return [Array<Google::Apis::GameservicesV1beta::Binding>]
|
1570
1534
|
attr_accessor :bindings
|
@@ -1585,12 +1549,6 @@ module Google
|
|
1585
1549
|
# @return [String]
|
1586
1550
|
attr_accessor :etag
|
1587
1551
|
|
1588
|
-
#
|
1589
|
-
# Corresponds to the JSON property `iamOwned`
|
1590
|
-
# @return [Boolean]
|
1591
|
-
attr_accessor :iam_owned
|
1592
|
-
alias_method :iam_owned?, :iam_owned
|
1593
|
-
|
1594
1552
|
# If more than one rule is specified, the rules are applied in the following
|
1595
1553
|
# manner: - All matching LOG rules are always applied. - If any DENY/
|
1596
1554
|
# DENY_WITH_LOG rule matches, permission is denied. Logging will be applied if
|
@@ -1630,7 +1588,6 @@ module Google
|
|
1630
1588
|
@audit_configs = args[:audit_configs] if args.key?(:audit_configs)
|
1631
1589
|
@bindings = args[:bindings] if args.key?(:bindings)
|
1632
1590
|
@etag = args[:etag] if args.key?(:etag)
|
1633
|
-
@iam_owned = args[:iam_owned] if args.key?(:iam_owned)
|
1634
1591
|
@rules = args[:rules] if args.key?(:rules)
|
1635
1592
|
@version = args[:version] if args.key?(:version)
|
1636
1593
|
end
|
@@ -1959,9 +1916,9 @@ module Google
|
|
1959
1916
|
# specified by start_time and end_time. If the scheduled event's timespan is
|
1960
1917
|
# larger than the cron_spec + cron_job_duration, the event will be recurring. If
|
1961
1918
|
# only cron_spec + cron_job_duration are specified, the event is effective
|
1962
|
-
# starting at the local time specified by cron_spec, and is recurring.
|
1919
|
+
# starting at the local time specified by cron_spec, and is recurring. ```
|
1963
1920
|
# start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
|
1964
|
-
# cron job: cron spec start time + duration
|
1921
|
+
# cron job: cron spec start time + duration ```
|
1965
1922
|
class Schedule
|
1966
1923
|
include Google::Apis::Core::Hashable
|
1967
1924
|
|
@@ -2006,31 +1963,31 @@ module Google
|
|
2006
1963
|
|
2007
1964
|
# An Identity and Access Management (IAM) policy, which specifies access
|
2008
1965
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
2009
|
-
# A `binding` binds one or more `members
|
2010
|
-
# user accounts, service accounts, Google groups, and domains (
|
2011
|
-
# A `role` is a named list of permissions; each `role` can be
|
2012
|
-
# role or a user-created custom role. For some types of Google
|
2013
|
-
# a `binding` can also specify a `condition`, which is a
|
2014
|
-
# allows access to a resource only if the expression
|
2015
|
-
# condition can add constraints based on attributes of
|
2016
|
-
# or both. To learn which resources support
|
2017
|
-
# see the [IAM documentation](https://cloud.
|
2018
|
-
# resource-policies). **JSON example:** ` "
|
2019
|
-
# resourcemanager.organizationAdmin", "members": [
|
2020
|
-
# group:admins@example.com", "domain:google.com", "
|
2021
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
2022
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
2023
|
-
# title": "expirable access", "description": "Does not grant
|
2024
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
2025
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
2026
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
2027
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
2028
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
2029
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
2030
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
2031
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
2032
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
2033
|
-
# google.com/iam/docs/).
|
1966
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
1967
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
1968
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
1969
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
1970
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
1971
|
+
# logical expression that allows access to a resource only if the expression
|
1972
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
1973
|
+
# the request, the resource, or both. To learn which resources support
|
1974
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1975
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1976
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1977
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1978
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1979
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1980
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1981
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1982
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1983
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
1984
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1985
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
1986
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
1987
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
1988
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1989
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
1990
|
+
# cloud.google.com/iam/docs/).
|
2034
1991
|
# Corresponds to the JSON property `policy`
|
2035
1992
|
# @return [Google::Apis::GameservicesV1beta::Policy]
|
2036
1993
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GameservicesV1beta
|
18
18
|
# Version of the google-apis-gameservices_v1beta gem
|
19
|
-
GEM_VERSION = "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 = "
|
25
|
+
REVISION = "20211112"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -184,12 +184,6 @@ module Google
|
|
184
184
|
include Google::Apis::Core::JsonObjectSupport
|
185
185
|
end
|
186
186
|
|
187
|
-
class GkeHubClusterReference
|
188
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
-
|
190
|
-
include Google::Apis::Core::JsonObjectSupport
|
191
|
-
end
|
192
|
-
|
193
187
|
class KubernetesClusterState
|
194
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
189
|
|
@@ -575,7 +569,6 @@ module Google
|
|
575
569
|
class GameServerCluster
|
576
570
|
# @private
|
577
571
|
class Representation < Google::Apis::Core::JsonRepresentation
|
578
|
-
property :allocation_priority, as: 'allocationPriority'
|
579
572
|
property :cluster_state, as: 'clusterState', class: Google::Apis::GameservicesV1beta::KubernetesClusterState, decorator: Google::Apis::GameservicesV1beta::KubernetesClusterState::Representation
|
580
573
|
|
581
574
|
property :connection_info, as: 'connectionInfo', class: Google::Apis::GameservicesV1beta::GameServerClusterConnectionInfo, decorator: Google::Apis::GameservicesV1beta::GameServerClusterConnectionInfo::Representation
|
@@ -594,8 +587,6 @@ module Google
|
|
594
587
|
class Representation < Google::Apis::Core::JsonRepresentation
|
595
588
|
property :gke_cluster_reference, as: 'gkeClusterReference', class: Google::Apis::GameservicesV1beta::GkeClusterReference, decorator: Google::Apis::GameservicesV1beta::GkeClusterReference::Representation
|
596
589
|
|
597
|
-
property :gke_hub_cluster_reference, as: 'gkeHubClusterReference', class: Google::Apis::GameservicesV1beta::GkeHubClusterReference, decorator: Google::Apis::GameservicesV1beta::GkeHubClusterReference::Representation
|
598
|
-
|
599
590
|
property :namespace, as: 'namespace'
|
600
591
|
end
|
601
592
|
end
|
@@ -656,13 +647,6 @@ module Google
|
|
656
647
|
end
|
657
648
|
end
|
658
649
|
|
659
|
-
class GkeHubClusterReference
|
660
|
-
# @private
|
661
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
662
|
-
property :membership, as: 'membership'
|
663
|
-
end
|
664
|
-
end
|
665
|
-
|
666
650
|
class KubernetesClusterState
|
667
651
|
# @private
|
668
652
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -808,7 +792,6 @@ module Google
|
|
808
792
|
collection :bindings, as: 'bindings', class: Google::Apis::GameservicesV1beta::Binding, decorator: Google::Apis::GameservicesV1beta::Binding::Representation
|
809
793
|
|
810
794
|
property :etag, :base64 => true, as: 'etag'
|
811
|
-
property :iam_owned, as: 'iamOwned'
|
812
795
|
collection :rules, as: 'rules', class: Google::Apis::GameservicesV1beta::Rule, decorator: Google::Apis::GameservicesV1beta::Rule::Representation
|
813
796
|
|
814
797
|
property :version, as: 'version'
|
@@ -268,13 +268,16 @@ module Google
|
|
268
268
|
# REQUIRED: The resource for which the policy is being requested. See the
|
269
269
|
# operation documentation for the appropriate value for this field.
|
270
270
|
# @param [Fixnum] options_requested_policy_version
|
271
|
-
# Optional. The policy
|
272
|
-
# 3. Requests specifying an invalid value will be
|
273
|
-
# policies with any conditional bindings must
|
274
|
-
#
|
275
|
-
# field unset.
|
276
|
-
#
|
277
|
-
#
|
271
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
272
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
273
|
+
# rejected. Requests for policies with any conditional role bindings must
|
274
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
275
|
+
# valid value or leave the field unset. The policy in the response might use the
|
276
|
+
# policy version that you specified, or it might use a lower policy version. For
|
277
|
+
# example, if you specify version 3, but the policy has no conditional role
|
278
|
+
# bindings, the response uses version 1. To learn which resources support
|
279
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
280
|
+
# google.com/iam/help/conditions/resource-policies).
|
278
281
|
# @param [String] fields
|
279
282
|
# Selector specifying which fields to include in a partial response.
|
280
283
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gameservices_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
11
|
+
date: 2021-12-06 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/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1beta/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
60
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gameservices_v1beta/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1beta/v0.14.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gameservices_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
65
65
|
require_paths:
|