google-apis-gameservices_v1beta 0.15.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51accd4d291620845da5dfb9617b19f2f7a82eab2bdcbcaeb03a237caca086c9
4
- data.tar.gz: 4e975a3e18081c90fd20e84c32a60e98c900f524ed02ca2b2b5e862a1c3aac1a
3
+ metadata.gz: bf63fca68dcf73bdbf2d8c7fe66ba12294bd4dcc7f88d0aabd65b345339c8182
4
+ data.tar.gz: a8c150d7fae4cba8789225d911150f90df22b72da89da6897e392d66592cd5bd
5
5
  SHA512:
6
- metadata.gz: 2dabdbcd54260a30e575173a3a66252e7288bc97f6534691c697abfd387149425364d11b1f31b48a6a9a1a4c981280972b53cb6ffc8c86bca29e8423220a75e4
7
- data.tar.gz: 123499881346a6faa528f7c26366a34a2de4581ccdbd4061d17a16ecbcce7630aa17e89655d6e3794bd0c031a0ade22ad0878d56873a97610fadec361d477b7f
6
+ metadata.gz: 157801bb297051274250c755c0b5d4a8dba1999745793479278651570621ce206168a0e68c99f59fba0cdd802b97cd5becb4306766acc436544c60916687e243
7
+ data.tar.gz: 1f4584a30d101518e74f07a2816f1ce1a9325f4f8c32ed46d20cb449252326b1c7e0e71ab2729438abf6141931cecf486a04a1f0b4c4f773e0e068988d1cab38
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-gameservices_v1beta
2
2
 
3
+ ### v0.18.0 (2022-04-02)
4
+
5
+ * Regenerated from discovery document revision 20220323
6
+
7
+ ### v0.17.0 (2022-02-27)
8
+
9
+ * Regenerated from discovery document revision 20220216
10
+
11
+ ### v0.16.0 (2022-02-05)
12
+
13
+ * Regenerated from discovery document revision 20220126
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.15.0 (2021-12-16)
4
17
 
5
18
  * Unspecified changes
@@ -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
 
@@ -536,8 +530,7 @@ module Google
536
530
  # A generic empty message that you can re-use to avoid defining duplicated empty
537
531
  # messages in your APIs. A typical example is to use it as the request or the
538
532
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
539
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
540
- # `Empty` is empty JSON object ````.
533
+ # protobuf.Empty) returns (google.protobuf.Empty); `
541
534
  class Empty
542
535
  include Google::Apis::Core::Hashable
543
536
 
@@ -646,8 +639,8 @@ module Google
646
639
  class FleetConfig
647
640
  include Google::Apis::Core::Hashable
648
641
 
649
- # Agones fleet spec. Example spec: `https://agones.dev/site/docs/reference/fleet/
650
- # `.
642
+ # Agones fleet spec (see [example spec](https://agones.dev/site/docs/reference/
643
+ # fleet/)).
651
644
  # Corresponds to the JSON property `fleetSpec`
652
645
  # @return [String]
653
646
  attr_accessor :fleet_spec
@@ -692,7 +685,8 @@ module Google
692
685
  # @return [String]
693
686
  attr_accessor :description
694
687
 
695
- # ETag of the resource.
688
+ # Used to perform consistent read-modify-write updates. If not set, a blind "
689
+ # overwrite" update happens.
696
690
  # Corresponds to the JSON property `etag`
697
691
  # @return [String]
698
692
  attr_accessor :etag
@@ -704,9 +698,9 @@ module Google
704
698
  attr_accessor :labels
705
699
 
706
700
  # 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`.
701
+ # `projects/`project`/locations/`locationId`/realms/`realmId`/gameServerClusters/
702
+ # `gameServerClusterId``. For example, `projects/my-project/locations/global/
703
+ # realms/zanzibar/gameServerClusters/my-gke-cluster`.
710
704
  # Corresponds to the JSON property `name`
711
705
  # @return [String]
712
706
  attr_accessor :name
@@ -787,8 +781,8 @@ module Google
787
781
  attr_accessor :labels
788
782
 
789
783
  # 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/
784
+ # project`/locations/`locationId`/gameServerDeployments/`deploymentId`/configs/`
785
+ # configId``. For example, `projects/my-project/locations/global/
792
786
  # gameServerDeployments/my-game/configs/my-config`.
793
787
  # Corresponds to the JSON property `name`
794
788
  # @return [String]
@@ -854,12 +848,13 @@ module Google
854
848
  # @return [String]
855
849
  attr_accessor :create_time
856
850
 
857
- # Human readable description of the game server delpoyment.
851
+ # Human readable description of the game server deployment.
858
852
  # Corresponds to the JSON property `description`
859
853
  # @return [String]
860
854
  attr_accessor :description
861
855
 
862
- # ETag of the resource.
856
+ # Used to perform consistent read-modify-write updates. If not set, a blind "
857
+ # overwrite" update happens.
863
858
  # Corresponds to the JSON property `etag`
864
859
  # @return [String]
865
860
  attr_accessor :etag
@@ -871,8 +866,8 @@ module Google
871
866
  attr_accessor :labels
872
867
 
873
868
  # 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-
869
+ # projects/`project`/locations/`locationId`/gameServerDeployments/`deploymentId``
870
+ # . For example, `projects/my-project/locations/global/gameServerDeployments/my-
876
871
  # deployment`.
877
872
  # Corresponds to the JSON property `name`
878
873
  # @return [String]
@@ -927,8 +922,8 @@ module Google
927
922
  attr_accessor :game_server_config_overrides
928
923
 
929
924
  # 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/
925
+ # `projects/`project`/locations/`locationId`/gameServerDeployments/`
926
+ # deploymentId`/rollout`. For example, `projects/my-project/locations/global/
932
927
  # gameServerDeployments/my-deployment/rollout`.
933
928
  # Corresponds to the JSON property `name`
934
929
  # @return [String]
@@ -959,8 +954,8 @@ module Google
959
954
  include Google::Apis::Core::Hashable
960
955
 
961
956
  # 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
957
+ # `projects/`project`/locations/`locationId`/clusters/`cluster`` * `locations/`
958
+ # locationId`/clusters/`cluster`` * ``cluster`` If project and location are not
964
959
  # specified, the project and location of the GameServerCluster resource are used
965
960
  # to generate the full name of the GKE cluster.
966
961
  # Corresponds to the JSON property `cluster`
@@ -1004,7 +999,7 @@ module Google
1004
999
  # @return [String]
1005
1000
  attr_accessor :kubernetes_version_installed
1006
1001
 
1007
- # Output only. The cloud provider type reported by the first node's providerID
1002
+ # Output only. The cloud provider type reported by the first node's `providerID`
1008
1003
  # in the list of nodes on the Kubernetes endpoint. On Kubernetes platforms that
1009
1004
  # support zero-node clusters (like GKE-on-GCP), the provider type will be empty.
1010
1005
  # Corresponds to the JSON property `provider`
@@ -1745,7 +1740,8 @@ module Google
1745
1740
  # @return [String]
1746
1741
  attr_accessor :description
1747
1742
 
1748
- # ETag of the resource.
1743
+ # Used to perform consistent read-modify-write updates. If not set, a blind "
1744
+ # overwrite" update happens.
1749
1745
  # Corresponds to the JSON property `etag`
1750
1746
  # @return [String]
1751
1747
  attr_accessor :etag
@@ -1756,15 +1752,15 @@ module Google
1756
1752
  attr_accessor :labels
1757
1753
 
1758
1754
  # 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`.
1755
+ # locations/`locationId`/realms/`realmId``. For example, `projects/my-project/
1756
+ # locations/global/realms/my-realm`.
1761
1757
  # Corresponds to the JSON property `name`
1762
1758
  # @return [String]
1763
1759
  attr_accessor :name
1764
1760
 
1765
1761
  # 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.
1762
+ # value of this field must be from the [IANA time zone database](https://www.
1763
+ # iana.org/time-zones).
1768
1764
  # Corresponds to the JSON property `timeZone`
1769
1765
  # @return [String]
1770
1766
  attr_accessor :time_zone
@@ -1876,18 +1872,18 @@ module Google
1876
1872
  class ScalingConfig
1877
1873
  include Google::Apis::Core::Hashable
1878
1874
 
1879
- # Required. Agones fleet autoscaler spec. Example spec: https://agones.dev/site/
1880
- # docs/reference/fleetautoscaler/
1875
+ # Required. Agones fleet autoscaler spec (see [example spec](https://agones.dev/
1876
+ # site/docs/reference/fleetautoscaler/)).
1881
1877
  # Corresponds to the JSON property `fleetAutoscalerSpec`
1882
1878
  # @return [String]
1883
1879
  attr_accessor :fleet_autoscaler_spec
1884
1880
 
1885
- # Required. The name of the Scaling Config
1881
+ # Required. The name of the scaling config.
1886
1882
  # Corresponds to the JSON property `name`
1887
1883
  # @return [String]
1888
1884
  attr_accessor :name
1889
1885
 
1890
- # The schedules to which this Scaling Config applies.
1886
+ # The schedules to which this scaling config applies.
1891
1887
  # Corresponds to the JSON property `schedules`
1892
1888
  # @return [Array<Google::Apis::GameservicesV1beta::Schedule>]
1893
1889
  attr_accessor :schedules
@@ -1914,11 +1910,11 @@ module Google
1914
1910
 
1915
1911
  # The schedule of a recurring or one time event. The event's time span is
1916
1912
  # 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 ```
1913
+ # larger than cron_spec added with cron_job_duration, the event is recurring. If
1914
+ # only cron_spec and cron_job_duration are specified, the event starts at the
1915
+ # local time specified by cron_spec, and is recurring. ``` start_time|-------[
1916
+ # cron job]-------[cron job]-------[cron job]---|end_time cron job: cron spec
1917
+ # start time + duration ```
1922
1918
  class Schedule
1923
1919
  include Google::Apis::Core::Hashable
1924
1920
 
@@ -1929,7 +1925,7 @@ module Google
1929
1925
  attr_accessor :cron_job_duration
1930
1926
 
1931
1927
  # 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.
1928
+ # Cron. The cron spec specifies the local time as defined by the realm.
1933
1929
  # Corresponds to the JSON property `cronSpec`
1934
1930
  # @return [String]
1935
1931
  attr_accessor :cron_spec
@@ -2015,13 +2011,13 @@ module Google
2015
2011
  include Google::Apis::Core::Hashable
2016
2012
 
2017
2013
  # The game server config resource. Uses the form: `projects/`project`/locations/`
2018
- # location`/gameServerDeployments/`deployment_id`/configs/`config_id``.
2014
+ # locationId`/gameServerDeployments/`deploymentId`/configs/`configId``.
2019
2015
  # Corresponds to the JSON property `gameServerConfigName`
2020
2016
  # @return [String]
2021
2017
  attr_accessor :game_server_config_name
2022
2018
 
2023
- # The name of the Agones leet config or Agones scaling config used to derive the
2024
- # Agones fleet or Agones autoscaler spec.
2019
+ # The name of the Agones fleet config or Agones scaling config used to derive
2020
+ # the Agones fleet or Agones autoscaler spec.
2025
2021
  # Corresponds to the JSON property `name`
2026
2022
  # @return [String]
2027
2023
  attr_accessor :name
@@ -2086,13 +2082,13 @@ module Google
2086
2082
  attr_accessor :fleet_details
2087
2083
 
2088
2084
  # The game server cluster name. Uses the form: `projects/`project`/locations/`
2089
- # location`/realms/`realm`/gameServerClusters/`cluster``.
2085
+ # locationId`/realms/`realmId`/gameServerClusters/`gameServerClusterId``.
2090
2086
  # Corresponds to the JSON property `gameServerClusterName`
2091
2087
  # @return [String]
2092
2088
  attr_accessor :game_server_cluster_name
2093
2089
 
2094
2090
  # The game server deployment name. Uses the form: `projects/`project`/locations/`
2095
- # location`/gameServerDeployments/`deployment_id``.
2091
+ # locationId`/gameServerDeployments/`deploymentId``.
2096
2092
  # Corresponds to the JSON property `gameServerDeploymentName`
2097
2093
  # @return [String]
2098
2094
  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.15.0"
19
+ GEM_VERSION = "0.18.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 = "20220323"
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.15.0
4
+ version: 0.18.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-04-04 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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1beta/v0.18.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.3.4
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