google-apis-gameservices_v1beta 0.14.0 → 0.17.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34524ac2dd0d4ba1a24c1ffada6697f86ccaf1b77b54543e13bfab9a089ad88f
4
- data.tar.gz: 66cb825f577acb26285da210611aa20b1c7d91d79f48bc76fb0aa2aa94522358
3
+ metadata.gz: 75ce197dc3f1742cb035eacbe91b51b86684e405a7212250fc149591f8901690
4
+ data.tar.gz: 88851a7dc32cef81d29a4ba79972781e900da483cb76bd22e46c90920beaf78e
5
5
  SHA512:
6
- metadata.gz: 5a3d89b475d51eacac6f3a74c2971a91766b7caf6b1e1b1b0ea1961c5798e8b3c14c7515c6dfaa27967a7f3f581efb27d05d7fddadbd0490b522572d9cf5597e
7
- data.tar.gz: c15872e43a3c4320425aae1afae16d10f243f7eb9a0574c9cf211c2ea2eb27aa9bf47e294b4b597035b364d1b9585586f380b420a8776b09e48aa449eea4f32b
6
+ metadata.gz: bedb1c8894968dac32878d7b117a9ddb29ba8fd41da091370b3621889f612c167a31b1502c3bb57e1477592e3eb3e014740f9fdee3103279ad4cf8f0b5036bcd
7
+ data.tar.gz: 3ae89c88721f9d3842e31fe7dbb7e5a48e66949c5687aab24ad78c31f5602c81373ece050fd61a770c183908c544189c9c9aaeab7f7281e1fc9d2ac2e34953ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-gameservices_v1beta
2
2
 
3
+ ### v0.17.0 (2022-02-27)
4
+
5
+ * Regenerated from discovery document revision 20220216
6
+
7
+ ### v0.16.0 (2022-02-05)
8
+
9
+ * Regenerated from discovery document revision 20220126
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.15.0 (2021-12-16)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.14.0 (2021-11-20)
4
17
 
5
18
  * Regenerated from discovery document revision 20211112
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/gameservices_v1beta"
51
51
  client = Google::Apis::GameservicesV1beta::GameServicesService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -45,11 +45,6 @@ module Google
45
45
  # @return [Array<Google::Apis::GameservicesV1beta::AuditLogConfig>]
46
46
  attr_accessor :audit_log_configs
47
47
 
48
- #
49
- # Corresponds to the JSON property `exemptedMembers`
50
- # @return [Array<String>]
51
- attr_accessor :exempted_members
52
-
53
48
  # Specifies a service that will be enabled for audit logging. For example, `
54
49
  # storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special
55
50
  # value that covers all services.
@@ -64,7 +59,6 @@ module Google
64
59
  # Update properties of this object
65
60
  def update!(**args)
66
61
  @audit_log_configs = args[:audit_log_configs] if args.key?(:audit_log_configs)
67
- @exempted_members = args[:exempted_members] if args.key?(:exempted_members)
68
62
  @service = args[:service] if args.key?(:service)
69
63
  end
70
64
  end
@@ -418,8 +412,8 @@ module Google
418
412
  # @return [Google::Apis::GameservicesV1beta::SpecSource]
419
413
  attr_accessor :spec_source
420
414
 
421
- # DeployedFleetStatus has details about the Agones fleets such as how many are
422
- # 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.
423
417
  # Corresponds to the JSON property `status`
424
418
  # @return [Google::Apis::GameservicesV1beta::DeployedFleetStatus]
425
419
  attr_accessor :status
@@ -493,8 +487,8 @@ module Google
493
487
  end
494
488
  end
495
489
 
496
- # DeployedFleetStatus has details about the Agones fleets such as how many are
497
- # 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.
498
492
  class DeployedFleetStatus
499
493
  include Google::Apis::Core::Hashable
500
494
 
@@ -646,8 +640,8 @@ module Google
646
640
  class FleetConfig
647
641
  include Google::Apis::Core::Hashable
648
642
 
649
- # Agones fleet spec. Example spec: `https://agones.dev/site/docs/reference/fleet/
650
- # `.
643
+ # Agones fleet spec (see [example spec](https://agones.dev/site/docs/reference/
644
+ # fleet/)).
651
645
  # Corresponds to the JSON property `fleetSpec`
652
646
  # @return [String]
653
647
  attr_accessor :fleet_spec
@@ -692,7 +686,8 @@ module Google
692
686
  # @return [String]
693
687
  attr_accessor :description
694
688
 
695
- # ETag of the resource.
689
+ # Used to perform consistent read-modify-write updates. If not set, a blind "
690
+ # overwrite" update happens.
696
691
  # Corresponds to the JSON property `etag`
697
692
  # @return [String]
698
693
  attr_accessor :etag
@@ -704,9 +699,9 @@ module Google
704
699
  attr_accessor :labels
705
700
 
706
701
  # Required. The resource name of the game server cluster, in the following form:
707
- # `projects/`project`/locations/`location`/realms/`realm`/gameServerClusters/`
708
- # cluster``. For example, `projects/my-project/locations/`location`/realms/
709
- # zanzibar/gameServerClusters/my-onprem-cluster`.
702
+ # `projects/`project`/locations/`locationId`/realms/`realmId`/gameServerClusters/
703
+ # `gameServerClusterId``. For example, `projects/my-project/locations/global/
704
+ # realms/zanzibar/gameServerClusters/my-gke-cluster`.
710
705
  # Corresponds to the JSON property `name`
711
706
  # @return [String]
712
707
  attr_accessor :name
@@ -787,8 +782,8 @@ module Google
787
782
  attr_accessor :labels
788
783
 
789
784
  # The resource name of the game server config, in the following form: `projects/`
790
- # project`/locations/`location`/gameServerDeployments/`deployment`/configs/`
791
- # config``. For example, `projects/my-project/locations/global/
785
+ # project`/locations/`locationId`/gameServerDeployments/`deploymentId`/configs/`
786
+ # configId``. For example, `projects/my-project/locations/global/
792
787
  # gameServerDeployments/my-game/configs/my-config`.
793
788
  # Corresponds to the JSON property `name`
794
789
  # @return [String]
@@ -854,12 +849,13 @@ module Google
854
849
  # @return [String]
855
850
  attr_accessor :create_time
856
851
 
857
- # Human readable description of the game server delpoyment.
852
+ # Human readable description of the game server deployment.
858
853
  # Corresponds to the JSON property `description`
859
854
  # @return [String]
860
855
  attr_accessor :description
861
856
 
862
- # ETag of the resource.
857
+ # Used to perform consistent read-modify-write updates. If not set, a blind "
858
+ # overwrite" update happens.
863
859
  # Corresponds to the JSON property `etag`
864
860
  # @return [String]
865
861
  attr_accessor :etag
@@ -871,8 +867,8 @@ module Google
871
867
  attr_accessor :labels
872
868
 
873
869
  # The resource name of the game server deployment, in the following form: `
874
- # projects/`project`/locations/`location`/gameServerDeployments/`deployment``.
875
- # 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-
876
872
  # deployment`.
877
873
  # Corresponds to the JSON property `name`
878
874
  # @return [String]
@@ -927,8 +923,8 @@ module Google
927
923
  attr_accessor :game_server_config_overrides
928
924
 
929
925
  # The resource name of the game server deployment rollout, in the following form:
930
- # `projects/`project`/locations/`location`/gameServerDeployments/`deployment`/
931
- # rollout`. For example, `projects/my-project/locations/global/
926
+ # `projects/`project`/locations/`locationId`/gameServerDeployments/`
927
+ # deploymentId`/rollout`. For example, `projects/my-project/locations/global/
932
928
  # gameServerDeployments/my-deployment/rollout`.
933
929
  # Corresponds to the JSON property `name`
934
930
  # @return [String]
@@ -959,8 +955,8 @@ module Google
959
955
  include Google::Apis::Core::Hashable
960
956
 
961
957
  # The full or partial name of a GKE cluster, using one of the following forms: *
962
- # `projects/`project`/locations/`location`/clusters/`cluster`` * `locations/`
963
- # location`/clusters/`cluster`` * ``cluster`` If project and location are not
958
+ # `projects/`project`/locations/`locationId`/clusters/`cluster`` * `locations/`
959
+ # locationId`/clusters/`cluster`` * ``cluster`` If project and location are not
964
960
  # specified, the project and location of the GameServerCluster resource are used
965
961
  # to generate the full name of the GKE cluster.
966
962
  # Corresponds to the JSON property `cluster`
@@ -1004,7 +1000,7 @@ module Google
1004
1000
  # @return [String]
1005
1001
  attr_accessor :kubernetes_version_installed
1006
1002
 
1007
- # 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`
1008
1004
  # in the list of nodes on the Kubernetes endpoint. On Kubernetes platforms that
1009
1005
  # support zero-node clusters (like GKE-on-GCP), the provider type will be empty.
1010
1006
  # Corresponds to the JSON property `provider`
@@ -1745,7 +1741,8 @@ module Google
1745
1741
  # @return [String]
1746
1742
  attr_accessor :description
1747
1743
 
1748
- # ETag of the resource.
1744
+ # Used to perform consistent read-modify-write updates. If not set, a blind "
1745
+ # overwrite" update happens.
1749
1746
  # Corresponds to the JSON property `etag`
1750
1747
  # @return [String]
1751
1748
  attr_accessor :etag
@@ -1756,15 +1753,15 @@ module Google
1756
1753
  attr_accessor :labels
1757
1754
 
1758
1755
  # The resource name of the realm, in the following form: `projects/`project`/
1759
- # locations/`location`/realms/`realm``. For example, `projects/my-project/
1760
- # locations/`location`/realms/my-realm`.
1756
+ # locations/`locationId`/realms/`realmId``. For example, `projects/my-project/
1757
+ # locations/global/realms/my-realm`.
1761
1758
  # Corresponds to the JSON property `name`
1762
1759
  # @return [String]
1763
1760
  attr_accessor :name
1764
1761
 
1765
1762
  # Required. Time zone where all policies targeting this realm are evaluated. The
1766
- # value of this field must be from the IANA time zone database: https://www.iana.
1767
- # org/time-zones.
1763
+ # value of this field must be from the [IANA time zone database](https://www.
1764
+ # iana.org/time-zones).
1768
1765
  # Corresponds to the JSON property `timeZone`
1769
1766
  # @return [String]
1770
1767
  attr_accessor :time_zone
@@ -1876,18 +1873,18 @@ module Google
1876
1873
  class ScalingConfig
1877
1874
  include Google::Apis::Core::Hashable
1878
1875
 
1879
- # Required. Agones fleet autoscaler spec. Example spec: https://agones.dev/site/
1880
- # docs/reference/fleetautoscaler/
1876
+ # Required. Agones fleet autoscaler spec (see [example spec](https://agones.dev/
1877
+ # site/docs/reference/fleetautoscaler/)).
1881
1878
  # Corresponds to the JSON property `fleetAutoscalerSpec`
1882
1879
  # @return [String]
1883
1880
  attr_accessor :fleet_autoscaler_spec
1884
1881
 
1885
- # Required. The name of the Scaling Config
1882
+ # Required. The name of the scaling config.
1886
1883
  # Corresponds to the JSON property `name`
1887
1884
  # @return [String]
1888
1885
  attr_accessor :name
1889
1886
 
1890
- # The schedules to which this Scaling Config applies.
1887
+ # The schedules to which this scaling config applies.
1891
1888
  # Corresponds to the JSON property `schedules`
1892
1889
  # @return [Array<Google::Apis::GameservicesV1beta::Schedule>]
1893
1890
  attr_accessor :schedules
@@ -1914,11 +1911,11 @@ module Google
1914
1911
 
1915
1912
  # The schedule of a recurring or one time event. The event's time span is
1916
1913
  # specified by start_time and end_time. If the scheduled event's timespan is
1917
- # larger than the cron_spec + cron_job_duration, the event will be recurring. If
1918
- # only cron_spec + cron_job_duration are specified, the event is effective
1919
- # starting at the local time specified by cron_spec, and is recurring. ```
1920
- # start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
1921
- # cron job: cron spec start time + duration ```
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 ```
1922
1919
  class Schedule
1923
1920
  include Google::Apis::Core::Hashable
1924
1921
 
@@ -1929,7 +1926,7 @@ module Google
1929
1926
  attr_accessor :cron_job_duration
1930
1927
 
1931
1928
  # The cron definition of the scheduled event. See https://en.wikipedia.org/wiki/
1932
- # Cron. Cron spec specifies the local time as defined by the realm.
1929
+ # Cron. The cron spec specifies the local time as defined by the realm.
1933
1930
  # Corresponds to the JSON property `cronSpec`
1934
1931
  # @return [String]
1935
1932
  attr_accessor :cron_spec
@@ -2015,13 +2012,13 @@ module Google
2015
2012
  include Google::Apis::Core::Hashable
2016
2013
 
2017
2014
  # The game server config resource. Uses the form: `projects/`project`/locations/`
2018
- # location`/gameServerDeployments/`deployment_id`/configs/`config_id``.
2015
+ # locationId`/gameServerDeployments/`deploymentId`/configs/`configId``.
2019
2016
  # Corresponds to the JSON property `gameServerConfigName`
2020
2017
  # @return [String]
2021
2018
  attr_accessor :game_server_config_name
2022
2019
 
2023
- # The name of the Agones leet config or Agones scaling config used to derive the
2024
- # 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.
2025
2022
  # Corresponds to the JSON property `name`
2026
2023
  # @return [String]
2027
2024
  attr_accessor :name
@@ -2086,13 +2083,13 @@ module Google
2086
2083
  attr_accessor :fleet_details
2087
2084
 
2088
2085
  # The game server cluster name. Uses the form: `projects/`project`/locations/`
2089
- # location`/realms/`realm`/gameServerClusters/`cluster``.
2086
+ # locationId`/realms/`realmId`/gameServerClusters/`gameServerClusterId``.
2090
2087
  # Corresponds to the JSON property `gameServerClusterName`
2091
2088
  # @return [String]
2092
2089
  attr_accessor :game_server_cluster_name
2093
2090
 
2094
2091
  # The game server deployment name. Uses the form: `projects/`project`/locations/`
2095
- # location`/gameServerDeployments/`deployment_id``.
2092
+ # locationId`/gameServerDeployments/`deploymentId``.
2096
2093
  # Corresponds to the JSON property `gameServerDeploymentName`
2097
2094
  # @return [String]
2098
2095
  attr_accessor :game_server_deployment_name
@@ -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.14.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211112"
25
+ REVISION = "20220216"
26
26
  end
27
27
  end
28
28
  end
@@ -393,7 +393,6 @@ module Google
393
393
  class Representation < Google::Apis::Core::JsonRepresentation
394
394
  collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::GameservicesV1beta::AuditLogConfig, decorator: Google::Apis::GameservicesV1beta::AuditLogConfig::Representation
395
395
 
396
- collection :exempted_members, as: 'exemptedMembers'
397
396
  property :service, as: 'service'
398
397
  end
399
398
  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/`location``.
131
+ # locations/`locationId``.
132
132
  # @param [Google::Apis::GameservicesV1beta::GameServerDeployment] game_server_deployment_object
133
133
  # @param [String] deployment_id
134
- # Required. The ID of the game server delpoyment resource to be created.
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 delpoyment to delete, in the following
168
- # form: `projects/`project`/locations/`location`/gameServerDeployments/`
169
- # deployment``.
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 delpoyment, in the following form: `
202
- # projects/`project`/locations/`location`/gameServerDeployments/`deployment``.
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::GameservicesV1beta::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 delpoyment to retrieve, in the following
236
- # form: `projects/`project`/locations/`location`/gameServerDeployments/`
237
- # deployment``.
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 delpoyment to retrieve, in the following
312
- # form: `projects/`project`/locations/`location`/gameServerDeployments/`
313
- # deployment`/rollout`.
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/`location``.
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 syntax at https://cloud.
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
- # will pick an appropriate default. The server may return fewer items than
353
- # requested. A caller should only rely on response's next_page_token to
354
- # determine if there are more GameServerDeployments left to be queried.
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 List request, if
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/`location`/gameServerDeployments/`deployment``.
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::GameservicesV1beta::GameServerDeployment] game_server_deployment_object
396
398
  # @param [String] update_mask
397
- # Required. Mask of fields to update. At least one path must be supplied in this
398
- # field. For the `FieldMask` definition, see https://developers.google.com/
399
- # protocol-buffers/docs/reference/google.protobuf#fieldmask
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/`location`/gameServerDeployments/`deployment`/
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::GameservicesV1beta::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. Mask of fields to update. At least one path must be supplied in this
443
- # field. For the `FieldMask` definition, see https://developers.google.com/
444
- # protocol-buffers/docs/reference/google.protobuf#fieldmask
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 - if the
552
- # default_game_server_config is changed but all existing realms use the override,
553
- # that is valid. Similarly, if a non existing realm is explicitly called out in
554
- # game_server_config_overrides field, that will also not result in an error.
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/`location`/gameServerDeployments/`deployment`/
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::GameservicesV1beta::GameServerDeploymentRollout] game_server_deployment_rollout_object
561
565
  # @param [String] update_mask
562
- # Required. Mask of fields to update. At least one path must be supplied in this
563
- # field. For the `FieldMask` definition, see https://developers.google.com/
564
- # protocol-buffers/docs/reference/google.protobuf#fieldmask
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/`location`/gameServerDeployments/`deployment`/`.
605
+ # locations/`locationId`/gameServerDeployments/`deploymentId`/`.
601
606
  # @param [Google::Apis::GameservicesV1beta::GameServerConfig] game_server_config_object
602
607
  # @param [String] config_id
603
- # Required. The ID of the game server config resource to be created.
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 will fail if the game server
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/`location`/gameServerDeployments/`deployment`/
639
- # configs/`config``.
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/`location`/gameServerDeployments/`
671
- # deployment`/configs/`config``.
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/`location`/gameServerDeployments/`deployment`/configs/*`.
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 syntax at https://cloud.
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 will
711
- # pick an appropriate default. Server may return fewer items than requested. A
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/`location``.
907
+ # locations/`locationId``.
902
908
  # @param [Google::Apis::GameservicesV1beta::Realm] realm_object
903
909
  # @param [String] realm_id
904
- # Required. The ID of the realm resource to be created.
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/`location`/realms/`realm``.
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/`location`/realms/`realm``.
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/`location``.
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 syntax at https://cloud.
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 will
1008
- # pick an appropriate default. Server may return fewer items than requested. A
1009
- # caller should only rely on response's next_page_token to determine if there
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 List request, if
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/`location`/realms/`realm``. For example, `projects/my-project/
1049
- # locations/`location`/realms/my-realm`.
1055
+ # locations/`locationId`/realms/`realmId``. For example, `projects/my-project/
1056
+ # locations/global/realms/my-realm`.
1050
1057
  # @param [Google::Apis::GameservicesV1beta::Realm] realm_object
1051
1058
  # @param [String] update_mask
1052
- # Required. The update mask applies to the resource. For the `FieldMask`
1053
- # definition, see https://developers.google.com/protocol-buffers/docs/reference/
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/`location`/realms/`realm``. For example, `projects/my-project/
1089
- # locations/`location`/realms/my-realm`.
1095
+ # locations/`locationId`/realms/`realmId``. For example, `projects/my-project/
1096
+ # locations/global/realms/my-realm`.
1090
1097
  # @param [Google::Apis::GameservicesV1beta::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 applies to the resource. For the `FieldMask`
1095
- # definition, see https://developers.google.com/protocol-buffers/docs/reference/
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/`location`/realms/`realm-id``.
1138
+ # locations/`locationId`/realms/`realmId``.
1132
1139
  # @param [Google::Apis::GameservicesV1beta::GameServerCluster] game_server_cluster_object
1133
1140
  # @param [String] game_server_cluster_id
1134
- # Required. The ID of the game server cluster resource to be created.
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/`location`/gameServerClusters/`cluster``.
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/`location`/realms/`realm-id`/
1200
- # gameServerClusters/`cluster``.
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, same as BASIC, which does not return the
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: "projects/`project`/
1239
- # locations/`location`/realms/`realm`".
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 syntax at https://cloud.
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
- # will pick an appropriate default. The server may return fewer items than
1248
- # requested. A caller should only rely on response's next_page_token to
1249
- # determine if there are more GameServerClusters left to be queried.
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 List request, if
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, same as BASIC, which does not return the
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/`location`/realms/`realm`/gameServerClusters/`
1296
- # cluster``. For example, `projects/my-project/locations/`location`/realms/
1297
- # zanzibar/gameServerClusters/my-onprem-cluster`.
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::GameservicesV1beta::GameServerCluster] game_server_cluster_object
1299
1308
  # @param [String] update_mask
1300
- # Required. Mask of fields to update. At least one path must be supplied in this
1301
- # field. For the `FieldMask` definition, see https://developers.google.com/
1302
- # protocol-buffers/docs/reference/google.protobuf#fieldmask
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/`location`/realms/`realm``.
1346
+ # locations/`locationId`/realms/`realmId``.
1337
1347
  # @param [Google::Apis::GameservicesV1beta::GameServerCluster] game_server_cluster_object
1338
1348
  # @param [String] game_server_cluster_id
1339
- # Required. The ID of the game server cluster resource to be created.
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, preview will always return
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/`location`/gameServerClusters/`cluster``.
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/`location`/realms/`realm`/gameServerClusters/`
1415
- # cluster``. For example, `projects/my-project/locations/`location`/realms/
1416
- # zanzibar/gameServerClusters/my-onprem-cluster`.
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::GameservicesV1beta::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, see https://developers.google.com/
1423
- # protocol-buffers/docs/reference/google.protobuf#fieldmask
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_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.17.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-12-06 00:00:00.000000000 Z
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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1beta/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1beta/v0.17.0
62
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: []
@@ -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.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Game Services API V1beta