google-apis-gameservices_v1 0.15.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/gameservices_v1/classes.rb +44 -41
- data/lib/google/apis/gameservices_v1/gem_version.rb +2 -2
- data/lib/google/apis/gameservices_v1/service.rb +125 -113
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd97c20b7c9ed70e2863a4cac5336cef86d828b8b48772b0899285f519cf5b18
|
4
|
+
data.tar.gz: 105737c46fa3b1485d1d4395823f06315264d31550365d333feec590d319ce5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3145e2f940ad3fcb0472641cb056c51498f3b2aa923e147d0bb6afac8b6ff4643db66391f276e59a2cea0c441ccaf23040d0aff5769c81aa1febff0804483250
|
7
|
+
data.tar.gz: 7574cb4f4f46d24c024647e2aed1f2b0613ba72e96cc54409106daa5b2d38b59a94bd71600738cac40a575806215a8550d532b4083e39bd427a2ab09c6d5a73a
|
data/CHANGELOG.md
CHANGED
@@ -412,8 +412,8 @@ module Google
|
|
412
412
|
# @return [Google::Apis::GameservicesV1::SpecSource]
|
413
413
|
attr_accessor :spec_source
|
414
414
|
|
415
|
-
# DeployedFleetStatus has details about the Agones fleets such as how many are
|
416
|
-
# running, how many allocated, and so on.
|
415
|
+
# DeployedFleetStatus has details about the Agones fleets, such as how many are
|
416
|
+
# running, how many are allocated, and so on.
|
417
417
|
# Corresponds to the JSON property `status`
|
418
418
|
# @return [Google::Apis::GameservicesV1::DeployedFleetStatus]
|
419
419
|
attr_accessor :status
|
@@ -487,8 +487,8 @@ module Google
|
|
487
487
|
end
|
488
488
|
end
|
489
489
|
|
490
|
-
# DeployedFleetStatus has details about the Agones fleets such as how many are
|
491
|
-
# running, how many allocated, and so on.
|
490
|
+
# DeployedFleetStatus has details about the Agones fleets, such as how many are
|
491
|
+
# running, how many are allocated, and so on.
|
492
492
|
class DeployedFleetStatus
|
493
493
|
include Google::Apis::Core::Hashable
|
494
494
|
|
@@ -640,8 +640,8 @@ module Google
|
|
640
640
|
class FleetConfig
|
641
641
|
include Google::Apis::Core::Hashable
|
642
642
|
|
643
|
-
# Agones fleet spec
|
644
|
-
#
|
643
|
+
# Agones fleet spec (see [example spec](https://agones.dev/site/docs/reference/
|
644
|
+
# fleet/)).
|
645
645
|
# Corresponds to the JSON property `fleetSpec`
|
646
646
|
# @return [String]
|
647
647
|
attr_accessor :fleet_spec
|
@@ -686,7 +686,8 @@ module Google
|
|
686
686
|
# @return [String]
|
687
687
|
attr_accessor :description
|
688
688
|
|
689
|
-
#
|
689
|
+
# Used to perform consistent read-modify-write updates. If not set, a blind "
|
690
|
+
# overwrite" update happens.
|
690
691
|
# Corresponds to the JSON property `etag`
|
691
692
|
# @return [String]
|
692
693
|
attr_accessor :etag
|
@@ -698,9 +699,9 @@ module Google
|
|
698
699
|
attr_accessor :labels
|
699
700
|
|
700
701
|
# Required. The resource name of the game server cluster, in the following form:
|
701
|
-
# `projects/`project`/locations/`
|
702
|
-
#
|
703
|
-
# zanzibar/gameServerClusters/my-
|
702
|
+
# `projects/`project`/locations/`locationId`/realms/`realmId`/gameServerClusters/
|
703
|
+
# `gameServerClusterId``. For example, `projects/my-project/locations/global/
|
704
|
+
# realms/zanzibar/gameServerClusters/my-gke-cluster`.
|
704
705
|
# Corresponds to the JSON property `name`
|
705
706
|
# @return [String]
|
706
707
|
attr_accessor :name
|
@@ -781,8 +782,8 @@ module Google
|
|
781
782
|
attr_accessor :labels
|
782
783
|
|
783
784
|
# The resource name of the game server config, in the following form: `projects/`
|
784
|
-
# project`/locations/`
|
785
|
-
#
|
785
|
+
# project`/locations/`locationId`/gameServerDeployments/`deploymentId`/configs/`
|
786
|
+
# configId``. For example, `projects/my-project/locations/global/
|
786
787
|
# gameServerDeployments/my-game/configs/my-config`.
|
787
788
|
# Corresponds to the JSON property `name`
|
788
789
|
# @return [String]
|
@@ -848,12 +849,13 @@ module Google
|
|
848
849
|
# @return [String]
|
849
850
|
attr_accessor :create_time
|
850
851
|
|
851
|
-
# Human readable description of the game server
|
852
|
+
# Human readable description of the game server deployment.
|
852
853
|
# Corresponds to the JSON property `description`
|
853
854
|
# @return [String]
|
854
855
|
attr_accessor :description
|
855
856
|
|
856
|
-
#
|
857
|
+
# Used to perform consistent read-modify-write updates. If not set, a blind "
|
858
|
+
# overwrite" update happens.
|
857
859
|
# Corresponds to the JSON property `etag`
|
858
860
|
# @return [String]
|
859
861
|
attr_accessor :etag
|
@@ -865,8 +867,8 @@ module Google
|
|
865
867
|
attr_accessor :labels
|
866
868
|
|
867
869
|
# The resource name of the game server deployment, in the following form: `
|
868
|
-
# projects/`project`/locations/`
|
869
|
-
# For example, `projects/my-project/locations/global/gameServerDeployments/my-
|
870
|
+
# projects/`project`/locations/`locationId`/gameServerDeployments/`deploymentId``
|
871
|
+
# . For example, `projects/my-project/locations/global/gameServerDeployments/my-
|
870
872
|
# deployment`.
|
871
873
|
# Corresponds to the JSON property `name`
|
872
874
|
# @return [String]
|
@@ -921,8 +923,8 @@ module Google
|
|
921
923
|
attr_accessor :game_server_config_overrides
|
922
924
|
|
923
925
|
# The resource name of the game server deployment rollout, in the following form:
|
924
|
-
# `projects/`project`/locations/`
|
925
|
-
# rollout`. For example, `projects/my-project/locations/global/
|
926
|
+
# `projects/`project`/locations/`locationId`/gameServerDeployments/`
|
927
|
+
# deploymentId`/rollout`. For example, `projects/my-project/locations/global/
|
926
928
|
# gameServerDeployments/my-deployment/rollout`.
|
927
929
|
# Corresponds to the JSON property `name`
|
928
930
|
# @return [String]
|
@@ -953,8 +955,8 @@ module Google
|
|
953
955
|
include Google::Apis::Core::Hashable
|
954
956
|
|
955
957
|
# The full or partial name of a GKE cluster, using one of the following forms: *
|
956
|
-
# `projects/`project`/locations/`
|
957
|
-
#
|
958
|
+
# `projects/`project`/locations/`locationId`/clusters/`cluster`` * `locations/`
|
959
|
+
# locationId`/clusters/`cluster`` * ``cluster`` If project and location are not
|
958
960
|
# specified, the project and location of the GameServerCluster resource are used
|
959
961
|
# to generate the full name of the GKE cluster.
|
960
962
|
# Corresponds to the JSON property `cluster`
|
@@ -998,7 +1000,7 @@ module Google
|
|
998
1000
|
# @return [String]
|
999
1001
|
attr_accessor :kubernetes_version_installed
|
1000
1002
|
|
1001
|
-
# Output only. The cloud provider type reported by the first node's providerID
|
1003
|
+
# Output only. The cloud provider type reported by the first node's `providerID`
|
1002
1004
|
# in the list of nodes on the Kubernetes endpoint. On Kubernetes platforms that
|
1003
1005
|
# support zero-node clusters (like GKE-on-GCP), the provider type will be empty.
|
1004
1006
|
# Corresponds to the JSON property `provider`
|
@@ -1739,7 +1741,8 @@ module Google
|
|
1739
1741
|
# @return [String]
|
1740
1742
|
attr_accessor :description
|
1741
1743
|
|
1742
|
-
#
|
1744
|
+
# Used to perform consistent read-modify-write updates. If not set, a blind "
|
1745
|
+
# overwrite" update happens.
|
1743
1746
|
# Corresponds to the JSON property `etag`
|
1744
1747
|
# @return [String]
|
1745
1748
|
attr_accessor :etag
|
@@ -1750,15 +1753,15 @@ module Google
|
|
1750
1753
|
attr_accessor :labels
|
1751
1754
|
|
1752
1755
|
# The resource name of the realm, in the following form: `projects/`project`/
|
1753
|
-
# locations/`
|
1754
|
-
# locations
|
1756
|
+
# locations/`locationId`/realms/`realmId``. For example, `projects/my-project/
|
1757
|
+
# locations/global/realms/my-realm`.
|
1755
1758
|
# Corresponds to the JSON property `name`
|
1756
1759
|
# @return [String]
|
1757
1760
|
attr_accessor :name
|
1758
1761
|
|
1759
1762
|
# Required. Time zone where all policies targeting this realm are evaluated. The
|
1760
|
-
# value of this field must be from the IANA time zone database
|
1761
|
-
# org/time-zones.
|
1763
|
+
# value of this field must be from the [IANA time zone database](https://www.
|
1764
|
+
# iana.org/time-zones).
|
1762
1765
|
# Corresponds to the JSON property `timeZone`
|
1763
1766
|
# @return [String]
|
1764
1767
|
attr_accessor :time_zone
|
@@ -1870,18 +1873,18 @@ module Google
|
|
1870
1873
|
class ScalingConfig
|
1871
1874
|
include Google::Apis::Core::Hashable
|
1872
1875
|
|
1873
|
-
# Required. Agones fleet autoscaler spec
|
1874
|
-
# docs/reference/fleetautoscaler/
|
1876
|
+
# Required. Agones fleet autoscaler spec (see [example spec](https://agones.dev/
|
1877
|
+
# site/docs/reference/fleetautoscaler/)).
|
1875
1878
|
# Corresponds to the JSON property `fleetAutoscalerSpec`
|
1876
1879
|
# @return [String]
|
1877
1880
|
attr_accessor :fleet_autoscaler_spec
|
1878
1881
|
|
1879
|
-
# Required. The name of the
|
1882
|
+
# Required. The name of the scaling config.
|
1880
1883
|
# Corresponds to the JSON property `name`
|
1881
1884
|
# @return [String]
|
1882
1885
|
attr_accessor :name
|
1883
1886
|
|
1884
|
-
# The schedules to which this
|
1887
|
+
# The schedules to which this scaling config applies.
|
1885
1888
|
# Corresponds to the JSON property `schedules`
|
1886
1889
|
# @return [Array<Google::Apis::GameservicesV1::Schedule>]
|
1887
1890
|
attr_accessor :schedules
|
@@ -1908,11 +1911,11 @@ module Google
|
|
1908
1911
|
|
1909
1912
|
# The schedule of a recurring or one time event. The event's time span is
|
1910
1913
|
# specified by start_time and end_time. If the scheduled event's timespan is
|
1911
|
-
# larger than
|
1912
|
-
# only cron_spec
|
1913
|
-
#
|
1914
|
-
#
|
1915
|
-
#
|
1914
|
+
# larger than cron_spec added with cron_job_duration, the event is recurring. If
|
1915
|
+
# only cron_spec and cron_job_duration are specified, the event starts at the
|
1916
|
+
# local time specified by cron_spec, and is recurring. ``` start_time|-------[
|
1917
|
+
# cron job]-------[cron job]-------[cron job]---|end_time cron job: cron spec
|
1918
|
+
# start time + duration ```
|
1916
1919
|
class Schedule
|
1917
1920
|
include Google::Apis::Core::Hashable
|
1918
1921
|
|
@@ -1923,7 +1926,7 @@ module Google
|
|
1923
1926
|
attr_accessor :cron_job_duration
|
1924
1927
|
|
1925
1928
|
# The cron definition of the scheduled event. See https://en.wikipedia.org/wiki/
|
1926
|
-
# Cron.
|
1929
|
+
# Cron. The cron spec specifies the local time as defined by the realm.
|
1927
1930
|
# Corresponds to the JSON property `cronSpec`
|
1928
1931
|
# @return [String]
|
1929
1932
|
attr_accessor :cron_spec
|
@@ -2009,13 +2012,13 @@ module Google
|
|
2009
2012
|
include Google::Apis::Core::Hashable
|
2010
2013
|
|
2011
2014
|
# The game server config resource. Uses the form: `projects/`project`/locations/`
|
2012
|
-
#
|
2015
|
+
# locationId`/gameServerDeployments/`deploymentId`/configs/`configId``.
|
2013
2016
|
# Corresponds to the JSON property `gameServerConfigName`
|
2014
2017
|
# @return [String]
|
2015
2018
|
attr_accessor :game_server_config_name
|
2016
2019
|
|
2017
|
-
# The name of the Agones
|
2018
|
-
# Agones fleet or Agones autoscaler spec.
|
2020
|
+
# The name of the Agones fleet config or Agones scaling config used to derive
|
2021
|
+
# the Agones fleet or Agones autoscaler spec.
|
2019
2022
|
# Corresponds to the JSON property `name`
|
2020
2023
|
# @return [String]
|
2021
2024
|
attr_accessor :name
|
@@ -2080,13 +2083,13 @@ module Google
|
|
2080
2083
|
attr_accessor :fleet_details
|
2081
2084
|
|
2082
2085
|
# The game server cluster name. Uses the form: `projects/`project`/locations/`
|
2083
|
-
#
|
2086
|
+
# locationId`/realms/`realmId`/gameServerClusters/`gameServerClusterId``.
|
2084
2087
|
# Corresponds to the JSON property `gameServerClusterName`
|
2085
2088
|
# @return [String]
|
2086
2089
|
attr_accessor :game_server_cluster_name
|
2087
2090
|
|
2088
2091
|
# The game server deployment name. Uses the form: `projects/`project`/locations/`
|
2089
|
-
#
|
2092
|
+
# locationId`/gameServerDeployments/`deploymentId``.
|
2090
2093
|
# Corresponds to the JSON property `gameServerDeploymentName`
|
2091
2094
|
# @return [String]
|
2092
2095
|
attr_accessor :game_server_deployment_name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GameservicesV1
|
18
18
|
# Version of the google-apis-gameservices_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.16.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 = "
|
25
|
+
REVISION = "20220216"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -128,10 +128,10 @@ module Google
|
|
128
128
|
# Creates a new game server deployment in a given project and location.
|
129
129
|
# @param [String] parent
|
130
130
|
# Required. The parent resource name, in the following form: `projects/`project`/
|
131
|
-
# locations/`
|
131
|
+
# locations/`locationId``.
|
132
132
|
# @param [Google::Apis::GameservicesV1::GameServerDeployment] game_server_deployment_object
|
133
133
|
# @param [String] deployment_id
|
134
|
-
# Required. The ID of the game server
|
134
|
+
# Required. The ID of the game server deployment resource to create.
|
135
135
|
# @param [String] fields
|
136
136
|
# Selector specifying which fields to include in a partial response.
|
137
137
|
# @param [String] quota_user
|
@@ -164,9 +164,9 @@ module Google
|
|
164
164
|
|
165
165
|
# Deletes a single game server deployment.
|
166
166
|
# @param [String] name
|
167
|
-
# Required. The name of the game server
|
168
|
-
# form: `projects/`project`/locations/`
|
169
|
-
#
|
167
|
+
# Required. The name of the game server deployment to delete, in the following
|
168
|
+
# form: `projects/`project`/locations/`locationId`/gameServerDeployments/`
|
169
|
+
# deploymentId``.
|
170
170
|
# @param [String] fields
|
171
171
|
# Selector specifying which fields to include in a partial response.
|
172
172
|
# @param [String] quota_user
|
@@ -198,8 +198,9 @@ module Google
|
|
198
198
|
# Gathers all the Agones fleets and Agones autoscalers, including fleets running
|
199
199
|
# an older version of the game server deployment.
|
200
200
|
# @param [String] name
|
201
|
-
# Required. The name of the game server
|
202
|
-
# projects/`project`/locations/`
|
201
|
+
# Required. The name of the game server deployment, in the following form: `
|
202
|
+
# projects/`project`/locations/`locationId`/gameServerDeployments/`deploymentId``
|
203
|
+
# .
|
203
204
|
# @param [Google::Apis::GameservicesV1::FetchDeploymentStateRequest] fetch_deployment_state_request_object
|
204
205
|
# @param [String] fields
|
205
206
|
# Selector specifying which fields to include in a partial response.
|
@@ -232,9 +233,9 @@ module Google
|
|
232
233
|
|
233
234
|
# Gets details of a single game server deployment.
|
234
235
|
# @param [String] name
|
235
|
-
# Required. The name of the game server
|
236
|
-
# form: `projects/`project`/locations/`
|
237
|
-
#
|
236
|
+
# Required. The name of the game server deployment to retrieve, in the following
|
237
|
+
# form: `projects/`project`/locations/`locationId`/gameServerDeployments/`
|
238
|
+
# deploymentId``.
|
238
239
|
# @param [String] fields
|
239
240
|
# Selector specifying which fields to include in a partial response.
|
240
241
|
# @param [String] quota_user
|
@@ -306,11 +307,11 @@ module Google
|
|
306
307
|
execute_or_queue_command(command, &block)
|
307
308
|
end
|
308
309
|
|
309
|
-
# Gets details a single game server deployment rollout.
|
310
|
+
# Gets details of a single game server deployment rollout.
|
310
311
|
# @param [String] name
|
311
|
-
# Required. The name of the game server
|
312
|
-
# form: `projects/`project`/locations/`
|
313
|
-
#
|
312
|
+
# Required. The name of the game server deployment rollout to retrieve, in the
|
313
|
+
# following form: `projects/`project`/locations/`locationId`/
|
314
|
+
# gameServerDeployments/`deploymentId`/rollout`.
|
314
315
|
# @param [String] fields
|
315
316
|
# Selector specifying which fields to include in a partial response.
|
316
317
|
# @param [String] quota_user
|
@@ -341,19 +342,20 @@ module Google
|
|
341
342
|
# Lists game server deployments in a given project and location.
|
342
343
|
# @param [String] parent
|
343
344
|
# Required. The parent resource name, in the following form: `projects/`project`/
|
344
|
-
# locations/`
|
345
|
+
# locations/`locationId``.
|
345
346
|
# @param [String] filter
|
346
|
-
# Optional. The filter to apply to list results.
|
347
|
+
# Optional. The filter to apply to list results (see [Filtering](https://google.
|
348
|
+
# aip.dev/160)).
|
347
349
|
# @param [String] order_by
|
348
|
-
# Optional. Specifies the ordering of results following
|
349
|
-
# google.com/apis/design/design_patterns#sorting_order.
|
350
|
+
# Optional. Specifies the ordering of results following [Cloud API syntax](https:
|
351
|
+
# //cloud.google.com/apis/design/design_patterns#sorting_order).
|
350
352
|
# @param [Fixnum] page_size
|
351
353
|
# Optional. The maximum number of items to return. If unspecified, the server
|
352
|
-
#
|
353
|
-
#
|
354
|
-
#
|
354
|
+
# picks an appropriate default. The server may return fewer items than requested.
|
355
|
+
# A caller should only rely on the response's next_page_token to determine if
|
356
|
+
# there are more GameServerDeployments left to be queried.
|
355
357
|
# @param [String] page_token
|
356
|
-
# Optional. The next_page_token value returned from a previous
|
358
|
+
# Optional. The next_page_token value returned from a previous list request, if
|
357
359
|
# any.
|
358
360
|
# @param [String] fields
|
359
361
|
# Selector specifying which fields to include in a partial response.
|
@@ -389,14 +391,15 @@ module Google
|
|
389
391
|
# Patches a game server deployment.
|
390
392
|
# @param [String] name
|
391
393
|
# The resource name of the game server deployment, in the following form: `
|
392
|
-
# projects/`project`/locations/`
|
393
|
-
# For example, `projects/my-project/locations/global/gameServerDeployments/my-
|
394
|
+
# projects/`project`/locations/`locationId`/gameServerDeployments/`deploymentId``
|
395
|
+
# . For example, `projects/my-project/locations/global/gameServerDeployments/my-
|
394
396
|
# deployment`.
|
395
397
|
# @param [Google::Apis::GameservicesV1::GameServerDeployment] game_server_deployment_object
|
396
398
|
# @param [String] update_mask
|
397
|
-
# Required.
|
398
|
-
# field. For the `FieldMask` definition
|
399
|
-
# protocol-buffers/docs/reference/google.protobuf#
|
399
|
+
# Required. The update mask to apply to the resource. At least one path must be
|
400
|
+
# supplied in this field. For more information, see the [`FieldMask` definition](
|
401
|
+
# https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#
|
402
|
+
# fieldmask).
|
400
403
|
# @param [String] fields
|
401
404
|
# Selector specifying which fields to include in a partial response.
|
402
405
|
# @param [String] quota_user
|
@@ -431,17 +434,18 @@ module Google
|
|
431
434
|
# rollout resource.
|
432
435
|
# @param [String] name
|
433
436
|
# The resource name of the game server deployment rollout, in the following form:
|
434
|
-
# `projects/`project`/locations/`
|
435
|
-
# rollout`. For example, `projects/my-project/locations/global/
|
437
|
+
# `projects/`project`/locations/`locationId`/gameServerDeployments/`
|
438
|
+
# deploymentId`/rollout`. For example, `projects/my-project/locations/global/
|
436
439
|
# gameServerDeployments/my-deployment/rollout`.
|
437
440
|
# @param [Google::Apis::GameservicesV1::GameServerDeploymentRollout] game_server_deployment_rollout_object
|
438
441
|
# @param [String] preview_time
|
439
442
|
# Optional. The target timestamp to compute the preview. Defaults to the
|
440
443
|
# immediately after the proposed rollout completes.
|
441
444
|
# @param [String] update_mask
|
442
|
-
# Optional.
|
443
|
-
# field. For the `FieldMask` definition
|
444
|
-
# protocol-buffers/docs/reference/google.protobuf#
|
445
|
+
# Optional. The update mask to apply to the resource. At least one path must be
|
446
|
+
# supplied in this field. For more information, see the [`FieldMask` definition](
|
447
|
+
# https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#
|
448
|
+
# fieldmask).
|
445
449
|
# @param [String] fields
|
446
450
|
# Selector specifying which fields to include in a partial response.
|
447
451
|
# @param [String] quota_user
|
@@ -548,20 +552,21 @@ module Google
|
|
548
552
|
end
|
549
553
|
|
550
554
|
# Patches a single game server deployment rollout. The method will not return an
|
551
|
-
# error if the update does not affect any existing realms. For example
|
552
|
-
#
|
553
|
-
#
|
554
|
-
#
|
555
|
+
# error if the update does not affect any existing realms. For example, the
|
556
|
+
# following cases will not return an error: * The default_game_server_config is
|
557
|
+
# changed but all existing realms use the override. * A non-existing realm is
|
558
|
+
# explicitly called out in the game_server_config_overrides field.
|
555
559
|
# @param [String] name
|
556
560
|
# The resource name of the game server deployment rollout, in the following form:
|
557
|
-
# `projects/`project`/locations/`
|
558
|
-
# rollout`. For example, `projects/my-project/locations/global/
|
561
|
+
# `projects/`project`/locations/`locationId`/gameServerDeployments/`
|
562
|
+
# deploymentId`/rollout`. For example, `projects/my-project/locations/global/
|
559
563
|
# gameServerDeployments/my-deployment/rollout`.
|
560
564
|
# @param [Google::Apis::GameservicesV1::GameServerDeploymentRollout] game_server_deployment_rollout_object
|
561
565
|
# @param [String] update_mask
|
562
|
-
# Required.
|
563
|
-
# field. For the `FieldMask` definition
|
564
|
-
# protocol-buffers/docs/reference/google.protobuf#
|
566
|
+
# Required. The update mask to apply to the resource. At least one path must be
|
567
|
+
# supplied in this field. For more information, see the [`FieldMask` definition](
|
568
|
+
# https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#
|
569
|
+
# fieldmask).
|
565
570
|
# @param [String] fields
|
566
571
|
# Selector specifying which fields to include in a partial response.
|
567
572
|
# @param [String] quota_user
|
@@ -597,10 +602,10 @@ module Google
|
|
597
602
|
# referenced in the game server deployment rollout resource.
|
598
603
|
# @param [String] parent
|
599
604
|
# Required. The parent resource name, in the following form: `projects/`project`/
|
600
|
-
# locations/`
|
605
|
+
# locations/`locationId`/gameServerDeployments/`deploymentId`/`.
|
601
606
|
# @param [Google::Apis::GameservicesV1::GameServerConfig] game_server_config_object
|
602
607
|
# @param [String] config_id
|
603
|
-
# Required. The ID of the game server config resource to
|
608
|
+
# Required. The ID of the game server config resource to create.
|
604
609
|
# @param [String] fields
|
605
610
|
# Selector specifying which fields to include in a partial response.
|
606
611
|
# @param [String] quota_user
|
@@ -631,12 +636,12 @@ module Google
|
|
631
636
|
execute_or_queue_command(command, &block)
|
632
637
|
end
|
633
638
|
|
634
|
-
# Deletes a single game server config. The deletion
|
639
|
+
# Deletes a single game server config. The deletion fails if the game server
|
635
640
|
# config is referenced in a game server deployment rollout.
|
636
641
|
# @param [String] name
|
637
642
|
# Required. The name of the game server config to delete, in the following form:
|
638
|
-
# `projects/`project`/locations/`
|
639
|
-
# configs/`
|
643
|
+
# `projects/`project`/locations/`locationId`/gameServerDeployments/`deploymentId`
|
644
|
+
# /configs/`configId``.
|
640
645
|
# @param [String] fields
|
641
646
|
# Selector specifying which fields to include in a partial response.
|
642
647
|
# @param [String] quota_user
|
@@ -667,8 +672,8 @@ module Google
|
|
667
672
|
# Gets details of a single game server config.
|
668
673
|
# @param [String] name
|
669
674
|
# Required. The name of the game server config to retrieve, in the following
|
670
|
-
# form: `projects/`project`/locations/`
|
671
|
-
#
|
675
|
+
# form: `projects/`project`/locations/`locationId`/gameServerDeployments/`
|
676
|
+
# deploymentId`/configs/`configId``.
|
672
677
|
# @param [String] fields
|
673
678
|
# Selector specifying which fields to include in a partial response.
|
674
679
|
# @param [String] quota_user
|
@@ -700,16 +705,17 @@ module Google
|
|
700
705
|
# deployment.
|
701
706
|
# @param [String] parent
|
702
707
|
# Required. The parent resource name, in the following form: `projects/`project`/
|
703
|
-
# locations/`
|
708
|
+
# locations/`locationId`/gameServerDeployments/`deploymentId`/configs/*`.
|
704
709
|
# @param [String] filter
|
705
|
-
# Optional. The filter to apply to list results.
|
710
|
+
# Optional. The filter to apply to list results (see [Filtering](https://google.
|
711
|
+
# aip.dev/160)).
|
706
712
|
# @param [String] order_by
|
707
|
-
# Optional. Specifies the ordering of results following
|
708
|
-
# google.com/apis/design/design_patterns#sorting_order.
|
713
|
+
# Optional. Specifies the ordering of results following [Cloud API syntax](https:
|
714
|
+
# //cloud.google.com/apis/design/design_patterns#sorting_order).
|
709
715
|
# @param [Fixnum] page_size
|
710
|
-
# Optional. The maximum number of items to return. If unspecified, server
|
711
|
-
#
|
712
|
-
# caller should only rely on response's next_page_token to determine if there
|
716
|
+
# Optional. The maximum number of items to return. If unspecified, the server
|
717
|
+
# picks an appropriate default. The server may return fewer items than requested.
|
718
|
+
# A caller should only rely on response's next_page_token to determine if there
|
713
719
|
# are more GameServerConfigs left to be queried.
|
714
720
|
# @param [String] page_token
|
715
721
|
# Optional. The next_page_token value returned from a previous list request, if
|
@@ -898,10 +904,10 @@ module Google
|
|
898
904
|
# Creates a new realm in a given project and location.
|
899
905
|
# @param [String] parent
|
900
906
|
# Required. The parent resource name, in the following form: `projects/`project`/
|
901
|
-
# locations/`
|
907
|
+
# locations/`locationId``.
|
902
908
|
# @param [Google::Apis::GameservicesV1::Realm] realm_object
|
903
909
|
# @param [String] realm_id
|
904
|
-
# Required. The ID of the realm resource to
|
910
|
+
# Required. The ID of the realm resource to create.
|
905
911
|
# @param [String] fields
|
906
912
|
# Selector specifying which fields to include in a partial response.
|
907
913
|
# @param [String] quota_user
|
@@ -935,7 +941,7 @@ module Google
|
|
935
941
|
# Deletes a single realm.
|
936
942
|
# @param [String] name
|
937
943
|
# Required. The name of the realm to delete, in the following form: `projects/`
|
938
|
-
# project`/locations/`
|
944
|
+
# project`/locations/`locationId`/realms/`realmId``.
|
939
945
|
# @param [String] fields
|
940
946
|
# Selector specifying which fields to include in a partial response.
|
941
947
|
# @param [String] quota_user
|
@@ -966,7 +972,7 @@ module Google
|
|
966
972
|
# Gets details of a single realm.
|
967
973
|
# @param [String] name
|
968
974
|
# Required. The name of the realm to retrieve, in the following form: `projects/`
|
969
|
-
# project`/locations/`
|
975
|
+
# project`/locations/`locationId`/realms/`realmId``.
|
970
976
|
# @param [String] fields
|
971
977
|
# Selector specifying which fields to include in a partial response.
|
972
978
|
# @param [String] quota_user
|
@@ -997,19 +1003,20 @@ module Google
|
|
997
1003
|
# Lists realms in a given project and location.
|
998
1004
|
# @param [String] parent
|
999
1005
|
# Required. The parent resource name, in the following form: `projects/`project`/
|
1000
|
-
# locations/`
|
1006
|
+
# locations/`locationId``.
|
1001
1007
|
# @param [String] filter
|
1002
|
-
# Optional. The filter to apply to list results.
|
1008
|
+
# Optional. The filter to apply to list results (see [Filtering](https://google.
|
1009
|
+
# aip.dev/160)).
|
1003
1010
|
# @param [String] order_by
|
1004
|
-
# Optional. Specifies the ordering of results following
|
1005
|
-
# google.com/apis/design/design_patterns#sorting_order.
|
1011
|
+
# Optional. Specifies the ordering of results following [Cloud API syntax](https:
|
1012
|
+
# //cloud.google.com/apis/design/design_patterns#sorting_order).
|
1006
1013
|
# @param [Fixnum] page_size
|
1007
|
-
# Optional. The maximum number of items to return. If unspecified, server
|
1008
|
-
#
|
1009
|
-
# caller should only rely on response's next_page_token to determine if
|
1010
|
-
# are more realms left to be queried.
|
1014
|
+
# Optional. The maximum number of items to return. If unspecified, the server
|
1015
|
+
# picks an appropriate default. The server may return fewer items than requested.
|
1016
|
+
# A caller should only rely on the response's next_page_token to determine if
|
1017
|
+
# there are more realms left to be queried.
|
1011
1018
|
# @param [String] page_token
|
1012
|
-
# Optional. The next_page_token value returned from a previous
|
1019
|
+
# Optional. The next_page_token value returned from a previous list request, if
|
1013
1020
|
# any.
|
1014
1021
|
# @param [String] fields
|
1015
1022
|
# Selector specifying which fields to include in a partial response.
|
@@ -1045,13 +1052,13 @@ module Google
|
|
1045
1052
|
# Patches a single realm.
|
1046
1053
|
# @param [String] name
|
1047
1054
|
# The resource name of the realm, in the following form: `projects/`project`/
|
1048
|
-
# locations/`
|
1049
|
-
# locations
|
1055
|
+
# locations/`locationId`/realms/`realmId``. For example, `projects/my-project/
|
1056
|
+
# locations/global/realms/my-realm`.
|
1050
1057
|
# @param [Google::Apis::GameservicesV1::Realm] realm_object
|
1051
1058
|
# @param [String] update_mask
|
1052
|
-
# Required. The update mask
|
1053
|
-
#
|
1054
|
-
# google.protobuf#fieldmask
|
1059
|
+
# Required. The update mask to apply to the resource. For more information, see
|
1060
|
+
# the [`FieldMask` definition](https://developers.google.com/protocol-buffers/
|
1061
|
+
# docs/reference/google.protobuf#fieldmask).
|
1055
1062
|
# @param [String] fields
|
1056
1063
|
# Selector specifying which fields to include in a partial response.
|
1057
1064
|
# @param [String] quota_user
|
@@ -1085,15 +1092,15 @@ module Google
|
|
1085
1092
|
# Previews patches to a single realm.
|
1086
1093
|
# @param [String] name
|
1087
1094
|
# The resource name of the realm, in the following form: `projects/`project`/
|
1088
|
-
# locations/`
|
1089
|
-
# locations
|
1095
|
+
# locations/`locationId`/realms/`realmId``. For example, `projects/my-project/
|
1096
|
+
# locations/global/realms/my-realm`.
|
1090
1097
|
# @param [Google::Apis::GameservicesV1::Realm] realm_object
|
1091
1098
|
# @param [String] preview_time
|
1092
1099
|
# Optional. The target timestamp to compute the preview.
|
1093
1100
|
# @param [String] update_mask
|
1094
|
-
# Required. The update mask
|
1095
|
-
#
|
1096
|
-
# google.protobuf#fieldmask
|
1101
|
+
# Required. The update mask to apply to the resource. For more information, see
|
1102
|
+
# the [`FieldMask` definition](https://developers.google.com/protocol-buffers/
|
1103
|
+
# docs/reference/google.protobuf#fieldmask).
|
1097
1104
|
# @param [String] fields
|
1098
1105
|
# Selector specifying which fields to include in a partial response.
|
1099
1106
|
# @param [String] quota_user
|
@@ -1128,10 +1135,10 @@ module Google
|
|
1128
1135
|
# Creates a new game server cluster in a given project and location.
|
1129
1136
|
# @param [String] parent
|
1130
1137
|
# Required. The parent resource name, in the following form: `projects/`project`/
|
1131
|
-
# locations/`
|
1138
|
+
# locations/`locationId`/realms/`realmId``.
|
1132
1139
|
# @param [Google::Apis::GameservicesV1::GameServerCluster] game_server_cluster_object
|
1133
1140
|
# @param [String] game_server_cluster_id
|
1134
|
-
# Required. The ID of the game server cluster resource to
|
1141
|
+
# Required. The ID of the game server cluster resource to create.
|
1135
1142
|
# @param [String] fields
|
1136
1143
|
# Selector specifying which fields to include in a partial response.
|
1137
1144
|
# @param [String] quota_user
|
@@ -1165,7 +1172,8 @@ module Google
|
|
1165
1172
|
# Deletes a single game server cluster.
|
1166
1173
|
# @param [String] name
|
1167
1174
|
# Required. The name of the game server cluster to delete, in the following form:
|
1168
|
-
# `projects/`project`/locations/`
|
1175
|
+
# `projects/`project`/locations/`locationId`/gameServerClusters/`
|
1176
|
+
# gameServerClusterId``.
|
1169
1177
|
# @param [String] fields
|
1170
1178
|
# Selector specifying which fields to include in a partial response.
|
1171
1179
|
# @param [String] quota_user
|
@@ -1196,15 +1204,15 @@ module Google
|
|
1196
1204
|
# Gets details of a single game server cluster.
|
1197
1205
|
# @param [String] name
|
1198
1206
|
# Required. The name of the game server cluster to retrieve, in the following
|
1199
|
-
# form: `projects/`project`/locations/`
|
1200
|
-
# gameServerClusters/`
|
1207
|
+
# form: `projects/`project`/locations/`locationId`/realms/`realmId`/
|
1208
|
+
# gameServerClusters/`gameServerClusterId``.
|
1201
1209
|
# @param [String] view
|
1202
1210
|
# Optional. View for the returned GameServerCluster objects. When `FULL` is
|
1203
1211
|
# specified, the `cluster_state` field is also returned in the GameServerCluster
|
1204
1212
|
# object, which includes the state of the referenced Kubernetes cluster such as
|
1205
|
-
# versions and provider info. The default/unset value is
|
1206
|
-
# GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED
|
1207
|
-
# `cluster_state` field.
|
1213
|
+
# versions and provider info. The default/unset value is `
|
1214
|
+
# GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED`, the same as `BASIC`, which does not
|
1215
|
+
# return the `cluster_state` field.
|
1208
1216
|
# @param [String] fields
|
1209
1217
|
# Selector specifying which fields to include in a partial response.
|
1210
1218
|
# @param [String] quota_user
|
@@ -1235,28 +1243,29 @@ module Google
|
|
1235
1243
|
|
1236
1244
|
# Lists game server clusters in a given project and location.
|
1237
1245
|
# @param [String] parent
|
1238
|
-
# Required. The parent resource name, in the following form:
|
1239
|
-
# locations/`
|
1246
|
+
# Required. The parent resource name, in the following form: `projects/`project`/
|
1247
|
+
# locations/`locationId`/realms/`realmId``.
|
1240
1248
|
# @param [String] filter
|
1241
|
-
# Optional. The filter to apply to list results.
|
1249
|
+
# Optional. The filter to apply to list results (see [Filtering](https://google.
|
1250
|
+
# aip.dev/160)).
|
1242
1251
|
# @param [String] order_by
|
1243
|
-
# Optional. Specifies the ordering of results following
|
1244
|
-
# google.com/apis/design/design_patterns#sorting_order.
|
1252
|
+
# Optional. Specifies the ordering of results following [Cloud API syntax](https:
|
1253
|
+
# //cloud.google.com/apis/design/design_patterns#sorting_order).
|
1245
1254
|
# @param [Fixnum] page_size
|
1246
1255
|
# Optional. The maximum number of items to return. If unspecified, the server
|
1247
|
-
#
|
1248
|
-
#
|
1249
|
-
#
|
1256
|
+
# picks an appropriate default. The server may return fewer items than requested.
|
1257
|
+
# A caller should only rely on response's next_page_token to determine if there
|
1258
|
+
# are more GameServerClusters left to be queried.
|
1250
1259
|
# @param [String] page_token
|
1251
|
-
# Optional. The next_page_token value returned from a previous
|
1260
|
+
# Optional. The next_page_token value returned from a previous list request, if
|
1252
1261
|
# any.
|
1253
1262
|
# @param [String] view
|
1254
1263
|
# Optional. View for the returned GameServerCluster objects. When `FULL` is
|
1255
1264
|
# specified, the `cluster_state` field is also returned in the GameServerCluster
|
1256
1265
|
# object, which includes the state of the referenced Kubernetes cluster such as
|
1257
|
-
# versions and provider info. The default/unset value is
|
1258
|
-
# GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED
|
1259
|
-
# `cluster_state` field.
|
1266
|
+
# versions and provider info. The default/unset value is `
|
1267
|
+
# GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED`, the same as `BASIC`, which does not
|
1268
|
+
# return the `cluster_state` field.
|
1260
1269
|
# @param [String] fields
|
1261
1270
|
# Selector specifying which fields to include in a partial response.
|
1262
1271
|
# @param [String] quota_user
|
@@ -1292,14 +1301,15 @@ module Google
|
|
1292
1301
|
# Patches a single game server cluster.
|
1293
1302
|
# @param [String] name
|
1294
1303
|
# Required. The resource name of the game server cluster, in the following form:
|
1295
|
-
# `projects/`project`/locations/`
|
1296
|
-
#
|
1297
|
-
# zanzibar/gameServerClusters/my-
|
1304
|
+
# `projects/`project`/locations/`locationId`/realms/`realmId`/gameServerClusters/
|
1305
|
+
# `gameServerClusterId``. For example, `projects/my-project/locations/global/
|
1306
|
+
# realms/zanzibar/gameServerClusters/my-gke-cluster`.
|
1298
1307
|
# @param [Google::Apis::GameservicesV1::GameServerCluster] game_server_cluster_object
|
1299
1308
|
# @param [String] update_mask
|
1300
|
-
# Required.
|
1301
|
-
# field. For the `FieldMask` definition
|
1302
|
-
# protocol-buffers/docs/reference/google.protobuf#
|
1309
|
+
# Required. The update mask to apply to the resource. At least one path must be
|
1310
|
+
# supplied in this field. For more information, see the [`FieldMask` definition](
|
1311
|
+
# https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#
|
1312
|
+
# fieldmask).
|
1303
1313
|
# @param [String] fields
|
1304
1314
|
# Selector specifying which fields to include in a partial response.
|
1305
1315
|
# @param [String] quota_user
|
@@ -1333,14 +1343,14 @@ module Google
|
|
1333
1343
|
# Previews creation of a new game server cluster in a given project and location.
|
1334
1344
|
# @param [String] parent
|
1335
1345
|
# Required. The parent resource name, in the following form: `projects/`project`/
|
1336
|
-
# locations/`
|
1346
|
+
# locations/`locationId`/realms/`realmId``.
|
1337
1347
|
# @param [Google::Apis::GameservicesV1::GameServerCluster] game_server_cluster_object
|
1338
1348
|
# @param [String] game_server_cluster_id
|
1339
|
-
# Required. The ID of the game server cluster resource to
|
1349
|
+
# Required. The ID of the game server cluster resource to create.
|
1340
1350
|
# @param [String] preview_time
|
1341
1351
|
# Optional. The target timestamp to compute the preview.
|
1342
1352
|
# @param [String] view
|
1343
|
-
# Optional. This field is deprecated
|
1353
|
+
# Optional. This field is deprecated. Preview will always return
|
1344
1354
|
# KubernetesClusterState.
|
1345
1355
|
# @param [String] fields
|
1346
1356
|
# Selector specifying which fields to include in a partial response.
|
@@ -1377,7 +1387,8 @@ module Google
|
|
1377
1387
|
# Previews deletion of a single game server cluster.
|
1378
1388
|
# @param [String] name
|
1379
1389
|
# Required. The name of the game server cluster to delete, in the following form:
|
1380
|
-
# `projects/`project`/locations/`
|
1390
|
+
# `projects/`project`/locations/`locationId`/gameServerClusters/`
|
1391
|
+
# gameServerClusterId``.
|
1381
1392
|
# @param [String] preview_time
|
1382
1393
|
# Optional. The target timestamp to compute the preview.
|
1383
1394
|
# @param [String] fields
|
@@ -1411,16 +1422,17 @@ module Google
|
|
1411
1422
|
# Previews updating a GameServerCluster.
|
1412
1423
|
# @param [String] name
|
1413
1424
|
# Required. The resource name of the game server cluster, in the following form:
|
1414
|
-
# `projects/`project`/locations/`
|
1415
|
-
#
|
1416
|
-
# zanzibar/gameServerClusters/my-
|
1425
|
+
# `projects/`project`/locations/`locationId`/realms/`realmId`/gameServerClusters/
|
1426
|
+
# `gameServerClusterId``. For example, `projects/my-project/locations/global/
|
1427
|
+
# realms/zanzibar/gameServerClusters/my-gke-cluster`.
|
1417
1428
|
# @param [Google::Apis::GameservicesV1::GameServerCluster] game_server_cluster_object
|
1418
1429
|
# @param [String] preview_time
|
1419
1430
|
# Optional. The target timestamp to compute the preview.
|
1420
1431
|
# @param [String] update_mask
|
1421
1432
|
# Required. Mask of fields to update. At least one path must be supplied in this
|
1422
|
-
# field. For the `FieldMask` definition
|
1423
|
-
# protocol-buffers/docs/reference/google.protobuf#
|
1433
|
+
# field. For more information, see the [`FieldMask` definition](https://
|
1434
|
+
# developers.google.com/protocol-buffers/docs/reference/google.protobuf#
|
1435
|
+
# fieldmask).
|
1424
1436
|
# @param [String] fields
|
1425
1437
|
# Selector specifying which fields to include in a partial response.
|
1426
1438
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gameservices_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.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-02-
|
11
|
+
date: 2022-02-28 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-gameservices_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1/v0.16.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gameservices_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|