google-cloud-gaming-v1 0.3.3 → 0.4.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: a49d9ea1051bcf73ba5095d0995c107a5cc22fa5ff051f0ac36e0a7c1147333c
4
- data.tar.gz: 57060d23a6a95e40734324260eb53612e2f077a47caa0a7d5083468d715435cc
3
+ metadata.gz: 98254618a2299d4c607b4a035d1352e1da0dc4b45748e973ecce723ecda7b362
4
+ data.tar.gz: d24deafaff83ef225dc313005e105c5dcd028eb5121a1ad1e378eec487d88181
5
5
  SHA512:
6
- metadata.gz: f7b3053b3600c3ac21fd208eaf262afa6c42a9becdecd8eb7813c2126de3a100e0005b39eecdd232ac95e90bd288b19efe108f71a50e9a4708fb29f8091a283e
7
- data.tar.gz: 1af00a6dc75f428df532142b829ceec9ac4f0d95eea9877e0f0886e39d5fb1c01076fe94c2c6966719211fa565689a3129621bec3f28cb4af14ad597a300ff9f
6
+ metadata.gz: dc12ae90380c9b370902ae7883b24448a9a3c46c028befcc6625b58fd7962ea527166408e8f2c0336bf25e977b5ea6e2f78d63f45885a1dd03a3738ad5d4b15a
7
+ data.tar.gz: '08565051f4191107b36f50cbf0e523d95d190ccd7a1df74d520fff2cb2a5628c00131b89d0bb88774d4410ff96fb3fdceda15f1718c51c511e69e57b65437a38'
@@ -17,6 +17,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
17
17
  optional :page_token, :string, 3
18
18
  optional :filter, :string, 4
19
19
  optional :order_by, :string, 5
20
+ optional :view, :enum, 6, "google.cloud.gaming.v1.GameServerClusterView"
20
21
  end
21
22
  add_message "google.cloud.gaming.v1.ListGameServerClustersResponse" do
22
23
  repeated :game_server_clusters, :message, 1, "google.cloud.gaming.v1.GameServerCluster"
@@ -25,6 +26,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
25
26
  end
26
27
  add_message "google.cloud.gaming.v1.GetGameServerClusterRequest" do
27
28
  optional :name, :string, 1
29
+ optional :view, :enum, 6, "google.cloud.gaming.v1.GameServerClusterView"
28
30
  end
29
31
  add_message "google.cloud.gaming.v1.CreateGameServerClusterRequest" do
30
32
  optional :parent, :string, 1
@@ -36,10 +38,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
36
38
  optional :game_server_cluster_id, :string, 2
37
39
  optional :game_server_cluster, :message, 3, "google.cloud.gaming.v1.GameServerCluster"
38
40
  optional :preview_time, :message, 4, "google.protobuf.Timestamp"
41
+ optional :view, :enum, 6, "google.cloud.gaming.v1.GameServerClusterView"
39
42
  end
40
43
  add_message "google.cloud.gaming.v1.PreviewCreateGameServerClusterResponse" do
41
44
  optional :etag, :string, 2
42
45
  optional :target_state, :message, 3, "google.cloud.gaming.v1.TargetState"
46
+ optional :cluster_state, :message, 4, "google.cloud.gaming.v1.KubernetesClusterState"
43
47
  end
44
48
  add_message "google.cloud.gaming.v1.DeleteGameServerClusterRequest" do
45
49
  optional :name, :string, 1
@@ -82,6 +86,30 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
82
86
  optional :connection_info, :message, 5, "google.cloud.gaming.v1.GameServerClusterConnectionInfo"
83
87
  optional :etag, :string, 6
84
88
  optional :description, :string, 7
89
+ optional :cluster_state, :message, 11, "google.cloud.gaming.v1.KubernetesClusterState"
90
+ end
91
+ add_message "google.cloud.gaming.v1.KubernetesClusterState" do
92
+ optional :agones_version_installed, :string, 1
93
+ optional :kubernetes_version_installed, :string, 2
94
+ optional :installation_state, :enum, 3, "google.cloud.gaming.v1.KubernetesClusterState.InstallationState"
95
+ optional :version_installed_error_message, :string, 4
96
+ optional :provider, :string, 5
97
+ optional :agones_version_targeted, :string, 6
98
+ end
99
+ add_enum "google.cloud.gaming.v1.KubernetesClusterState.InstallationState" do
100
+ value :INSTALLATION_STATE_UNSPECIFIED, 0
101
+ value :AGONES_KUBERNETES_VERSION_SUPPORTED, 1
102
+ value :AGONES_VERSION_UNSUPPORTED, 2
103
+ value :AGONES_KUBERNETES_VERSION_UNSUPPORTED, 3
104
+ value :AGONES_VERSION_UNRECOGNIZED, 4
105
+ value :KUBERNETES_VERSION_UNRECOGNIZED, 5
106
+ value :VERSION_VERIFICATION_FAILED, 6
107
+ value :AGONES_NOT_INSTALLED, 7
108
+ end
109
+ add_enum "google.cloud.gaming.v1.GameServerClusterView" do
110
+ value :GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED, 0
111
+ value :BASIC, 1
112
+ value :FULL, 2
85
113
  end
86
114
  end
87
115
  end
@@ -105,6 +133,9 @@ module Google
105
133
  GameServerClusterConnectionInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gaming.v1.GameServerClusterConnectionInfo").msgclass
106
134
  GkeClusterReference = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gaming.v1.GkeClusterReference").msgclass
107
135
  GameServerCluster = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gaming.v1.GameServerCluster").msgclass
136
+ KubernetesClusterState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gaming.v1.KubernetesClusterState").msgclass
137
+ KubernetesClusterState::InstallationState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gaming.v1.KubernetesClusterState.InstallationState").enummodule
138
+ GameServerClusterView = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gaming.v1.GameServerClusterView").enummodule
108
139
  end
109
140
  end
110
141
  end
@@ -201,16 +201,16 @@ module Google
201
201
  # @param options [::Gapic::CallOptions, ::Hash]
202
202
  # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
203
203
  #
204
- # @overload list_game_server_clusters(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil)
204
+ # @overload list_game_server_clusters(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil, view: nil)
205
205
  # Pass arguments to `list_game_server_clusters` via keyword arguments. Note that at
206
206
  # least one keyword argument is required. To specify no parameters, or to keep all
207
207
  # the default parameter values, pass an empty Hash as a request object (see above).
208
208
  #
209
209
  # @param parent [::String]
210
- # Required. The parent resource name. Uses the form:
210
+ # Required. The parent resource name, in the following form:
211
211
  # "projects/\\{project}/locations/\\{location}/realms/\\{realm}".
212
212
  # @param page_size [::Integer]
213
- # Optional. The maximum number of items to return. If unspecified, the server
213
+ # Optional. The maximum number of items to return. If unspecified, the server
214
214
  # will pick an appropriate default. The server may return fewer items than
215
215
  # requested. A caller should only rely on response's
216
216
  # {::Google::Cloud::Gaming::V1::ListGameServerClustersResponse#next_page_token next_page_token} to
@@ -222,6 +222,13 @@ module Google
222
222
  # @param order_by [::String]
223
223
  # Optional. Specifies the ordering of results following syntax at
224
224
  # https://cloud.google.com/apis/design/design_patterns#sorting_order.
225
+ # @param view [::Google::Cloud::Gaming::V1::GameServerClusterView]
226
+ # Optional. View for the returned GameServerCluster objects. When `FULL` is
227
+ # specified, the `cluster_state` field is also returned in the
228
+ # GameServerCluster object, which includes the state of the referenced
229
+ # Kubernetes cluster such as versions and provider info. The default/unset
230
+ # value is GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED, same as BASIC, which does
231
+ # not return the `cluster_state` field.
225
232
  #
226
233
  # @yield [response, operation] Access the result along with the RPC operation
227
234
  # @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::Gaming::V1::GameServerCluster>]
@@ -284,15 +291,21 @@ module Google
284
291
  # @param options [::Gapic::CallOptions, ::Hash]
285
292
  # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
286
293
  #
287
- # @overload get_game_server_cluster(name: nil)
294
+ # @overload get_game_server_cluster(name: nil, view: nil)
288
295
  # Pass arguments to `get_game_server_cluster` via keyword arguments. Note that at
289
296
  # least one keyword argument is required. To specify no parameters, or to keep all
290
297
  # the default parameter values, pass an empty Hash as a request object (see above).
291
298
  #
292
299
  # @param name [::String]
293
- # Required. The name of the game server cluster to retrieve. Uses the form:
294
- #
300
+ # Required. The name of the game server cluster to retrieve, in the following form:
295
301
  # `projects/{project}/locations/{location}/realms/{realm-id}/gameServerClusters/{cluster}`.
302
+ # @param view [::Google::Cloud::Gaming::V1::GameServerClusterView]
303
+ # Optional. View for the returned GameServerCluster objects. When `FULL` is
304
+ # specified, the `cluster_state` field is also returned in the
305
+ # GameServerCluster object, which includes the state of the referenced
306
+ # Kubernetes cluster such as versions and provider info. The default/unset
307
+ # value is GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED, same as BASIC, which does
308
+ # not return the `cluster_state` field.
296
309
  #
297
310
  # @yield [response, operation] Access the result along with the RPC operation
298
311
  # @yieldparam response [::Google::Cloud::Gaming::V1::GameServerCluster]
@@ -360,7 +373,7 @@ module Google
360
373
  # the default parameter values, pass an empty Hash as a request object (see above).
361
374
  #
362
375
  # @param parent [::String]
363
- # Required. The parent resource name. Uses the form:
376
+ # Required. The parent resource name, in the following form:
364
377
  # `projects/{project}/locations/{location}/realms/{realm-id}`.
365
378
  # @param game_server_cluster_id [::String]
366
379
  # Required. The ID of the game server cluster resource to be created.
@@ -429,13 +442,13 @@ module Google
429
442
  # @param options [::Gapic::CallOptions, ::Hash]
430
443
  # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
431
444
  #
432
- # @overload preview_create_game_server_cluster(parent: nil, game_server_cluster_id: nil, game_server_cluster: nil, preview_time: nil)
445
+ # @overload preview_create_game_server_cluster(parent: nil, game_server_cluster_id: nil, game_server_cluster: nil, preview_time: nil, view: nil)
433
446
  # Pass arguments to `preview_create_game_server_cluster` via keyword arguments. Note that at
434
447
  # least one keyword argument is required. To specify no parameters, or to keep all
435
448
  # the default parameter values, pass an empty Hash as a request object (see above).
436
449
  #
437
450
  # @param parent [::String]
438
- # Required. The parent resource name. Uses the form:
451
+ # Required. The parent resource name, in the following form:
439
452
  # `projects/{project}/locations/{location}/realms/{realm}`.
440
453
  # @param game_server_cluster_id [::String]
441
454
  # Required. The ID of the game server cluster resource to be created.
@@ -443,6 +456,9 @@ module Google
443
456
  # Required. The game server cluster resource to be created.
444
457
  # @param preview_time [::Google::Protobuf::Timestamp, ::Hash]
445
458
  # Optional. The target timestamp to compute the preview.
459
+ # @param view [::Google::Cloud::Gaming::V1::GameServerClusterView]
460
+ # Optional. This field is deprecated, preview will always return
461
+ # KubernetesClusterState.
446
462
  #
447
463
  # @yield [response, operation] Access the result along with the RPC operation
448
464
  # @yieldparam response [::Google::Cloud::Gaming::V1::PreviewCreateGameServerClusterResponse]
@@ -510,7 +526,7 @@ module Google
510
526
  # the default parameter values, pass an empty Hash as a request object (see above).
511
527
  #
512
528
  # @param name [::String]
513
- # Required. The name of the game server cluster to delete. Uses the form:
529
+ # Required. The name of the game server cluster to delete, in the following form:
514
530
  # `projects/{project}/locations/{location}/gameServerClusters/{cluster}`.
515
531
  #
516
532
  # @yield [response, operation] Access the result along with the RPC operation
@@ -580,7 +596,7 @@ module Google
580
596
  # the default parameter values, pass an empty Hash as a request object (see above).
581
597
  #
582
598
  # @param name [::String]
583
- # Required. The name of the game server cluster to delete. Uses the form:
599
+ # Required. The name of the game server cluster to delete, in the following form:
584
600
  # `projects/{project}/locations/{location}/gameServerClusters/{cluster}`.
585
601
  # @param preview_time [::Google::Protobuf::Timestamp, ::Hash]
586
602
  # Optional. The target timestamp to compute the preview.
@@ -656,10 +672,7 @@ module Google
656
672
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
657
673
  # Required. Mask of fields to update. At least one path must be supplied in
658
674
  # this field. For the `FieldMask` definition, see
659
- #
660
- # https:
661
- # //developers.google.com/protocol-buffers
662
- # // /docs/reference/google.protobuf#fieldmask
675
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
663
676
  #
664
677
  # @yield [response, operation] Access the result along with the RPC operation
665
678
  # @yieldparam response [::Gapic::Operation]
@@ -733,10 +746,7 @@ module Google
733
746
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
734
747
  # Required. Mask of fields to update. At least one path must be supplied in
735
748
  # this field. For the `FieldMask` definition, see
736
- #
737
- # https:
738
- # //developers.google.com/protocol-buffers
739
- # // /docs/reference/google.protobuf#fieldmask
749
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
740
750
  # @param preview_time [::Google::Protobuf::Timestamp, ::Hash]
741
751
  # Optional. The target timestamp to compute the preview.
742
752
  #
@@ -190,8 +190,7 @@ module Google
190
190
  # the default parameter values, pass an empty Hash as a request object (see above).
191
191
  #
192
192
  # @param parent [::String]
193
- # Required. The parent resource name. Uses the form:
194
- #
193
+ # Required. The parent resource name, in the following form:
195
194
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/*`.
196
195
  # @param page_size [::Integer]
197
196
  # Optional. The maximum number of items to return. If unspecified, server
@@ -274,8 +273,7 @@ module Google
274
273
  # the default parameter values, pass an empty Hash as a request object (see above).
275
274
  #
276
275
  # @param name [::String]
277
- # Required. The name of the game server config to retrieve. Uses the form:
278
- #
276
+ # Required. The name of the game server config to retrieve, in the following form:
279
277
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`.
280
278
  #
281
279
  # @yield [response, operation] Access the result along with the RPC operation
@@ -346,8 +344,7 @@ module Google
346
344
  # the default parameter values, pass an empty Hash as a request object (see above).
347
345
  #
348
346
  # @param parent [::String]
349
- # Required. The parent resource name. Uses the form:
350
- #
347
+ # Required. The parent resource name, in the following form:
351
348
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/`.
352
349
  # @param config_id [::String]
353
350
  # Required. The ID of the game server config resource to be created.
@@ -422,8 +419,7 @@ module Google
422
419
  # the default parameter values, pass an empty Hash as a request object (see above).
423
420
  #
424
421
  # @param name [::String]
425
- # Required. The name of the game server config to delete. Uses the form:
426
- #
422
+ # Required. The name of the game server config to delete, in the following form:
427
423
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`.
428
424
  #
429
425
  # @yield [response, operation] Access the result along with the RPC operation
@@ -93,7 +93,7 @@ module Google
93
93
  initial_delay: 1.0, max_delay: 10.0, multiplier: 1.3, retry_codes: [14]
94
94
  }
95
95
 
96
- default_config.rpcs.fetch_deployment_state.timeout = 120.0
96
+ default_config.rpcs.fetch_deployment_state.timeout = 60.0
97
97
  default_config.rpcs.fetch_deployment_state.retry_policy = {
98
98
  initial_delay: 1.0, max_delay: 10.0, multiplier: 1.3, retry_codes: [14]
99
99
  }
@@ -209,7 +209,7 @@ module Google
209
209
  # the default parameter values, pass an empty Hash as a request object (see above).
210
210
  #
211
211
  # @param parent [::String]
212
- # Required. The parent resource name. Uses the form:
212
+ # Required. The parent resource name, in the following form:
213
213
  # `projects/{project}/locations/{location}`.
214
214
  # @param page_size [::Integer]
215
215
  # Optional. The maximum number of items to return. If unspecified, the server
@@ -293,8 +293,7 @@ module Google
293
293
  # the default parameter values, pass an empty Hash as a request object (see above).
294
294
  #
295
295
  # @param name [::String]
296
- # Required. The name of the game server delpoyment to retrieve. Uses the form:
297
- #
296
+ # Required. The name of the game server delpoyment to retrieve, in the following form:
298
297
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
299
298
  #
300
299
  # @yield [response, operation] Access the result along with the RPC operation
@@ -363,7 +362,7 @@ module Google
363
362
  # the default parameter values, pass an empty Hash as a request object (see above).
364
363
  #
365
364
  # @param parent [::String]
366
- # Required. The parent resource name. Uses the form:
365
+ # Required. The parent resource name, in the following form:
367
366
  # `projects/{project}/locations/{location}`.
368
367
  # @param deployment_id [::String]
369
368
  # Required. The ID of the game server delpoyment resource to be created.
@@ -437,8 +436,7 @@ module Google
437
436
  # the default parameter values, pass an empty Hash as a request object (see above).
438
437
  #
439
438
  # @param name [::String]
440
- # Required. The name of the game server delpoyment to delete. Uses the form:
441
- #
439
+ # Required. The name of the game server delpoyment to delete, in the following form:
442
440
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
443
441
  #
444
442
  # @yield [response, operation] Access the result along with the RPC operation
@@ -513,10 +511,7 @@ module Google
513
511
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
514
512
  # Required. Mask of fields to update. At least one path must be supplied in
515
513
  # this field. For the `FieldMask` definition, see
516
- #
517
- # https:
518
- # //developers.google.com/protocol-buffers
519
- # // /docs/reference/google.protobuf#fieldmask
514
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
520
515
  #
521
516
  # @yield [response, operation] Access the result along with the RPC operation
522
517
  # @yieldparam response [::Gapic::Operation]
@@ -585,8 +580,7 @@ module Google
585
580
  # the default parameter values, pass an empty Hash as a request object (see above).
586
581
  #
587
582
  # @param name [::String]
588
- # Required. The name of the game server delpoyment to retrieve. Uses the form:
589
- #
583
+ # Required. The name of the game server delpoyment to retrieve, in the following form:
590
584
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`.
591
585
  #
592
586
  # @yield [response, operation] Access the result along with the RPC operation
@@ -665,10 +659,7 @@ module Google
665
659
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
666
660
  # Required. Mask of fields to update. At least one path must be supplied in
667
661
  # this field. For the `FieldMask` definition, see
668
- #
669
- # https:
670
- # //developers.google.com/protocol-buffers
671
- # // /docs/reference/google.protobuf#fieldmask
662
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
672
663
  #
673
664
  # @yield [response, operation] Access the result along with the RPC operation
674
665
  # @yieldparam response [::Gapic::Operation]
@@ -743,10 +734,7 @@ module Google
743
734
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
744
735
  # Optional. Mask of fields to update. At least one path must be supplied in
745
736
  # this field. For the `FieldMask` definition, see
746
- #
747
- # https:
748
- # //developers.google.com/protocol-buffers
749
- # // /docs/reference/google.protobuf#fieldmask
737
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
750
738
  # @param preview_time [::Google::Protobuf::Timestamp, ::Hash]
751
739
  # Optional. The target timestamp to compute the preview. Defaults to the immediately
752
740
  # after the proposed rollout completes.
@@ -819,8 +807,7 @@ module Google
819
807
  # the default parameter values, pass an empty Hash as a request object (see above).
820
808
  #
821
809
  # @param name [::String]
822
- # Required. The name of the game server delpoyment. Uses the form:
823
- #
810
+ # Required. The name of the game server delpoyment, in the following form:
824
811
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
825
812
  #
826
813
  # @yield [response, operation] Access the result along with the RPC operation
@@ -197,7 +197,7 @@ module Google
197
197
  # the default parameter values, pass an empty Hash as a request object (see above).
198
198
  #
199
199
  # @param parent [::String]
200
- # Required. The parent resource name. Uses the form:
200
+ # Required. The parent resource name, in the following form:
201
201
  # `projects/{project}/locations/{location}`.
202
202
  # @param page_size [::Integer]
203
203
  # Optional. The maximum number of items to return. If unspecified, server
@@ -281,7 +281,7 @@ module Google
281
281
  # the default parameter values, pass an empty Hash as a request object (see above).
282
282
  #
283
283
  # @param name [::String]
284
- # Required. The name of the realm to retrieve. Uses the form:
284
+ # Required. The name of the realm to retrieve, in the following form:
285
285
  # `projects/{project}/locations/{location}/realms/{realm}`.
286
286
  #
287
287
  # @yield [response, operation] Access the result along with the RPC operation
@@ -350,7 +350,7 @@ module Google
350
350
  # the default parameter values, pass an empty Hash as a request object (see above).
351
351
  #
352
352
  # @param parent [::String]
353
- # Required. The parent resource name. Uses the form:
353
+ # Required. The parent resource name, in the following form:
354
354
  # `projects/{project}/locations/{location}`.
355
355
  # @param realm_id [::String]
356
356
  # Required. The ID of the realm resource to be created.
@@ -424,7 +424,7 @@ module Google
424
424
  # the default parameter values, pass an empty Hash as a request object (see above).
425
425
  #
426
426
  # @param name [::String]
427
- # Required. The name of the realm to delete. Uses the form:
427
+ # Required. The name of the realm to delete, in the following form:
428
428
  # `projects/{project}/locations/{location}/realms/{realm}`.
429
429
  #
430
430
  # @yield [response, operation] Access the result along with the RPC operation
@@ -499,10 +499,7 @@ module Google
499
499
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
500
500
  # Required. The update mask applies to the resource. For the `FieldMask`
501
501
  # definition, see
502
- #
503
- # https:
504
- # //developers.google.com/protocol-buffers
505
- # // /docs/reference/google.protobuf#fieldmask
502
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
506
503
  #
507
504
  # @yield [response, operation] Access the result along with the RPC operation
508
505
  # @yieldparam response [::Gapic::Operation]
@@ -576,10 +573,7 @@ module Google
576
573
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
577
574
  # Required. The update mask applies to the resource. For the `FieldMask`
578
575
  # definition, see
579
- #
580
- # https:
581
- # //developers.google.com/protocol-buffers
582
- # // /docs/reference/google.protobuf#fieldmask
576
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
583
577
  # @param preview_time [::Google::Protobuf::Timestamp, ::Hash]
584
578
  # Optional. The target timestamp to compute the preview.
585
579
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Gaming
23
23
  module V1
24
- VERSION = "0.3.3"
24
+ VERSION = "0.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -152,7 +152,6 @@ module Google
152
152
  # @!attribute [rw] game_server_config_name
153
153
  # @return [::String]
154
154
  # The game server config resource. Uses the form:
155
- #
156
155
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}/configs/{config_id}`.
157
156
  # @!attribute [rw] name
158
157
  # @return [::String]
@@ -167,12 +166,10 @@ module Google
167
166
  # @!attribute [rw] game_server_cluster_name
168
167
  # @return [::String]
169
168
  # The game server cluster name. Uses the form:
170
- #
171
169
  # `projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}`.
172
170
  # @!attribute [rw] game_server_deployment_name
173
171
  # @return [::String]
174
172
  # The game server deployment name. Uses the form:
175
- #
176
173
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}`.
177
174
  # @!attribute [rw] fleet_details
178
175
  # @return [::Array<::Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails>]
@@ -24,11 +24,11 @@ module Google
24
24
  # Request message for GameServerClustersService.ListGameServerClusters.
25
25
  # @!attribute [rw] parent
26
26
  # @return [::String]
27
- # Required. The parent resource name. Uses the form:
27
+ # Required. The parent resource name, in the following form:
28
28
  # "projects/\\{project}/locations/\\{location}/realms/\\{realm}".
29
29
  # @!attribute [rw] page_size
30
30
  # @return [::Integer]
31
- # Optional. The maximum number of items to return. If unspecified, the server
31
+ # Optional. The maximum number of items to return. If unspecified, the server
32
32
  # will pick an appropriate default. The server may return fewer items than
33
33
  # requested. A caller should only rely on response's
34
34
  # {::Google::Cloud::Gaming::V1::ListGameServerClustersResponse#next_page_token next_page_token} to
@@ -43,6 +43,14 @@ module Google
43
43
  # @return [::String]
44
44
  # Optional. Specifies the ordering of results following syntax at
45
45
  # https://cloud.google.com/apis/design/design_patterns#sorting_order.
46
+ # @!attribute [rw] view
47
+ # @return [::Google::Cloud::Gaming::V1::GameServerClusterView]
48
+ # Optional. View for the returned GameServerCluster objects. When `FULL` is
49
+ # specified, the `cluster_state` field is also returned in the
50
+ # GameServerCluster object, which includes the state of the referenced
51
+ # Kubernetes cluster such as versions and provider info. The default/unset
52
+ # value is GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED, same as BASIC, which does
53
+ # not return the `cluster_state` field.
46
54
  class ListGameServerClustersRequest
47
55
  include ::Google::Protobuf::MessageExts
48
56
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -67,9 +75,16 @@ module Google
67
75
  # Request message for GameServerClustersService.GetGameServerCluster.
68
76
  # @!attribute [rw] name
69
77
  # @return [::String]
70
- # Required. The name of the game server cluster to retrieve. Uses the form:
71
- #
78
+ # Required. The name of the game server cluster to retrieve, in the following form:
72
79
  # `projects/{project}/locations/{location}/realms/{realm-id}/gameServerClusters/{cluster}`.
80
+ # @!attribute [rw] view
81
+ # @return [::Google::Cloud::Gaming::V1::GameServerClusterView]
82
+ # Optional. View for the returned GameServerCluster objects. When `FULL` is
83
+ # specified, the `cluster_state` field is also returned in the
84
+ # GameServerCluster object, which includes the state of the referenced
85
+ # Kubernetes cluster such as versions and provider info. The default/unset
86
+ # value is GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED, same as BASIC, which does
87
+ # not return the `cluster_state` field.
73
88
  class GetGameServerClusterRequest
74
89
  include ::Google::Protobuf::MessageExts
75
90
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -78,7 +93,7 @@ module Google
78
93
  # Request message for GameServerClustersService.CreateGameServerCluster.
79
94
  # @!attribute [rw] parent
80
95
  # @return [::String]
81
- # Required. The parent resource name. Uses the form:
96
+ # Required. The parent resource name, in the following form:
82
97
  # `projects/{project}/locations/{location}/realms/{realm-id}`.
83
98
  # @!attribute [rw] game_server_cluster_id
84
99
  # @return [::String]
@@ -94,7 +109,7 @@ module Google
94
109
  # Request message for GameServerClustersService.PreviewCreateGameServerCluster.
95
110
  # @!attribute [rw] parent
96
111
  # @return [::String]
97
- # Required. The parent resource name. Uses the form:
112
+ # Required. The parent resource name, in the following form:
98
113
  # `projects/{project}/locations/{location}/realms/{realm}`.
99
114
  # @!attribute [rw] game_server_cluster_id
100
115
  # @return [::String]
@@ -105,6 +120,10 @@ module Google
105
120
  # @!attribute [rw] preview_time
106
121
  # @return [::Google::Protobuf::Timestamp]
107
122
  # Optional. The target timestamp to compute the preview.
123
+ # @!attribute [rw] view
124
+ # @return [::Google::Cloud::Gaming::V1::GameServerClusterView]
125
+ # Optional. This field is deprecated, preview will always return
126
+ # KubernetesClusterState.
108
127
  class PreviewCreateGameServerClusterRequest
109
128
  include ::Google::Protobuf::MessageExts
110
129
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -118,6 +137,10 @@ module Google
118
137
  # @!attribute [rw] target_state
119
138
  # @return [::Google::Cloud::Gaming::V1::TargetState]
120
139
  # The target state.
140
+ # @!attribute [r] cluster_state
141
+ # @return [::Google::Cloud::Gaming::V1::KubernetesClusterState]
142
+ # Output only. The state of the Kubernetes cluster in preview, this will be available if
143
+ # 'view' is set to `FULL` in the relevant List/Get/Preview request.
121
144
  class PreviewCreateGameServerClusterResponse
122
145
  include ::Google::Protobuf::MessageExts
123
146
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -126,7 +149,7 @@ module Google
126
149
  # Request message for GameServerClustersService.DeleteGameServerCluster.
127
150
  # @!attribute [rw] name
128
151
  # @return [::String]
129
- # Required. The name of the game server cluster to delete. Uses the form:
152
+ # Required. The name of the game server cluster to delete, in the following form:
130
153
  # `projects/{project}/locations/{location}/gameServerClusters/{cluster}`.
131
154
  class DeleteGameServerClusterRequest
132
155
  include ::Google::Protobuf::MessageExts
@@ -136,7 +159,7 @@ module Google
136
159
  # Request message for GameServerClustersService.PreviewDeleteGameServerCluster.
137
160
  # @!attribute [rw] name
138
161
  # @return [::String]
139
- # Required. The name of the game server cluster to delete. Uses the form:
162
+ # Required. The name of the game server cluster to delete, in the following form:
140
163
  # `projects/{project}/locations/{location}/gameServerClusters/{cluster}`.
141
164
  # @!attribute [rw] preview_time
142
165
  # @return [::Google::Protobuf::Timestamp]
@@ -168,10 +191,7 @@ module Google
168
191
  # @return [::Google::Protobuf::FieldMask]
169
192
  # Required. Mask of fields to update. At least one path must be supplied in
170
193
  # this field. For the `FieldMask` definition, see
171
- #
172
- # https:
173
- # //developers.google.com/protocol-buffers
174
- # // /docs/reference/google.protobuf#fieldmask
194
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
175
195
  class UpdateGameServerClusterRequest
176
196
  include ::Google::Protobuf::MessageExts
177
197
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -186,10 +206,7 @@ module Google
186
206
  # @return [::Google::Protobuf::FieldMask]
187
207
  # Required. Mask of fields to update. At least one path must be supplied in
188
208
  # this field. For the `FieldMask` definition, see
189
- #
190
- # https:
191
- # //developers.google.com/protocol-buffers
192
- # // /docs/reference/google.protobuf#fieldmask
209
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
193
210
  # @!attribute [rw] preview_time
194
211
  # @return [::Google::Protobuf::Timestamp]
195
212
  # Optional. The target timestamp to compute the preview.
@@ -243,11 +260,9 @@ module Google
243
260
  # A game server cluster resource.
244
261
  # @!attribute [rw] name
245
262
  # @return [::String]
246
- # Required. The resource name of the game server cluster. Uses the form:
247
- #
263
+ # Required. The resource name of the game server cluster, in the following form:
248
264
  # `projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}`.
249
265
  # For example,
250
- #
251
266
  # `projects/my-project/locations/{location}/realms/zanzibar/gameServerClusters/my-onprem-cluster`.
252
267
  # @!attribute [r] create_time
253
268
  # @return [::Google::Protobuf::Timestamp]
@@ -269,6 +284,10 @@ module Google
269
284
  # @!attribute [rw] description
270
285
  # @return [::String]
271
286
  # Human readable description of the cluster.
287
+ # @!attribute [r] cluster_state
288
+ # @return [::Google::Cloud::Gaming::V1::KubernetesClusterState]
289
+ # Output only. The state of the Kubernetes cluster, this will be available if
290
+ # 'view' is set to `FULL` in the relevant List/Get/Preview request.
272
291
  class GameServerCluster
273
292
  include ::Google::Protobuf::MessageExts
274
293
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -282,6 +301,85 @@ module Google
282
301
  extend ::Google::Protobuf::MessageExts::ClassMethods
283
302
  end
284
303
  end
304
+
305
+ # The state of the Kubernetes cluster.
306
+ # @!attribute [r] agones_version_installed
307
+ # @return [::String]
308
+ # Output only. The version of Agones currently installed in the registered Kubernetes
309
+ # cluster.
310
+ # @!attribute [r] kubernetes_version_installed
311
+ # @return [::String]
312
+ # Output only. The version of Kubernetes that is currently used in the registered
313
+ # Kubernetes cluster (as detected by the Cloud Game Servers service).
314
+ # @!attribute [r] installation_state
315
+ # @return [::Google::Cloud::Gaming::V1::KubernetesClusterState::InstallationState]
316
+ # Output only. The state for the installed versions of Agones/Kubernetes.
317
+ # @!attribute [r] version_installed_error_message
318
+ # @return [::String]
319
+ # Output only. The detailed error message for the installed versions of Agones/Kubernetes.
320
+ # @!attribute [r] provider
321
+ # @return [::String]
322
+ # Output only. The cloud provider type reported by the first node's providerID in the list
323
+ # of nodes on the Kubernetes endpoint. On Kubernetes platforms that support
324
+ # zero-node clusters (like GKE-on-GCP), the provider type will be empty.
325
+ # @!attribute [r] agones_version_targeted
326
+ # @return [::String]
327
+ # Output only. The version of Agones that is targeted to be installed in the cluster.
328
+ class KubernetesClusterState
329
+ include ::Google::Protobuf::MessageExts
330
+ extend ::Google::Protobuf::MessageExts::ClassMethods
331
+
332
+ # The state of the installed versions of Agones/Kubernetes. See also
333
+ # https://cloud.google.com/game-servers/docs/versions-and-upgrades.
334
+ module InstallationState
335
+ # The default value. This value is used if the state is omitted.
336
+ INSTALLATION_STATE_UNSPECIFIED = 0
337
+
338
+ # The combination of Agones and Kubernetes versions is supported by Google
339
+ # Cloud Game Servers.
340
+ AGONES_KUBERNETES_VERSION_SUPPORTED = 1
341
+
342
+ # The installed version of Agones is not supported by Google Cloud Game
343
+ # Servers.
344
+ AGONES_VERSION_UNSUPPORTED = 2
345
+
346
+ # The installed version of Agones is supported by Google Cloud Game
347
+ # Servers, but the installed version of Kubernetes is not recommended or
348
+ # supported by the version of Agones.
349
+ AGONES_KUBERNETES_VERSION_UNSUPPORTED = 3
350
+
351
+ # The installed version of Agones is not recognized because the Agones
352
+ # controller's image name does not have a version string reported as
353
+ # \\{major}.\\{minor}(.\\{patch}).
354
+ AGONES_VERSION_UNRECOGNIZED = 4
355
+
356
+ # The server version of Kubernetes cluster is not recognized because the
357
+ # API server didn't return parsable version info on path/version.
358
+ KUBERNETES_VERSION_UNRECOGNIZED = 5
359
+
360
+ # Failed to read or verify the version of Agones or Kubernetes. See
361
+ # version_installed_error_message for details.
362
+ VERSION_VERIFICATION_FAILED = 6
363
+
364
+ # Agones is not installed.
365
+ AGONES_NOT_INSTALLED = 7
366
+ end
367
+ end
368
+
369
+ # A view for GameServerCluster objects.
370
+ module GameServerClusterView
371
+ # The default / unset value.
372
+ # The API will default to the BASIC view.
373
+ GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED = 0
374
+
375
+ # Include basic information of a GameServerCluster resource and omit
376
+ # `cluster_state`. This is the default value (for ListGameServerClusters,
377
+ # GetGameServerCluster and PreviewCreateGameServerCluster).
378
+ BASIC = 1
379
+
380
+ # Include everything.
381
+ FULL = 2
382
+ end
285
383
  end
286
384
  end
287
385
  end
@@ -24,8 +24,7 @@ module Google
24
24
  # Request message for GameServerConfigsService.ListGameServerConfigs.
25
25
  # @!attribute [rw] parent
26
26
  # @return [::String]
27
- # Required. The parent resource name. Uses the form:
28
- #
27
+ # Required. The parent resource name, in the following form:
29
28
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/*`.
30
29
  # @!attribute [rw] page_size
31
30
  # @return [::Integer]
@@ -68,8 +67,7 @@ module Google
68
67
  # Request message for GameServerConfigsService.GetGameServerConfig.
69
68
  # @!attribute [rw] name
70
69
  # @return [::String]
71
- # Required. The name of the game server config to retrieve. Uses the form:
72
- #
70
+ # Required. The name of the game server config to retrieve, in the following form:
73
71
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`.
74
72
  class GetGameServerConfigRequest
75
73
  include ::Google::Protobuf::MessageExts
@@ -79,8 +77,7 @@ module Google
79
77
  # Request message for GameServerConfigsService.CreateGameServerConfig.
80
78
  # @!attribute [rw] parent
81
79
  # @return [::String]
82
- # Required. The parent resource name. Uses the form:
83
- #
80
+ # Required. The parent resource name, in the following form:
84
81
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/`.
85
82
  # @!attribute [rw] config_id
86
83
  # @return [::String]
@@ -96,8 +93,7 @@ module Google
96
93
  # Request message for GameServerConfigsService.DeleteGameServerConfig.
97
94
  # @!attribute [rw] name
98
95
  # @return [::String]
99
- # Required. The name of the game server config to delete. Uses the form:
100
- #
96
+ # Required. The name of the game server config to delete, in the following form:
101
97
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`.
102
98
  class DeleteGameServerConfigRequest
103
99
  include ::Google::Protobuf::MessageExts
@@ -141,11 +137,9 @@ module Google
141
137
  # A game server config resource.
142
138
  # @!attribute [rw] name
143
139
  # @return [::String]
144
- # The resource name of the game server config. Uses the form:
145
- #
140
+ # The resource name of the game server config, in the following form:
146
141
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`.
147
142
  # For example,
148
- #
149
143
  # `projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config`.
150
144
  # @!attribute [r] create_time
151
145
  # @return [::Google::Protobuf::Timestamp]
@@ -24,7 +24,7 @@ module Google
24
24
  # Request message for GameServerDeploymentsService.ListGameServerDeployments.
25
25
  # @!attribute [rw] parent
26
26
  # @return [::String]
27
- # Required. The parent resource name. Uses the form:
27
+ # Required. The parent resource name, in the following form:
28
28
  # `projects/{project}/locations/{location}`.
29
29
  # @!attribute [rw] page_size
30
30
  # @return [::Integer]
@@ -68,8 +68,7 @@ module Google
68
68
  # Request message for GameServerDeploymentsService.GetGameServerDeployment.
69
69
  # @!attribute [rw] name
70
70
  # @return [::String]
71
- # Required. The name of the game server delpoyment to retrieve. Uses the form:
72
- #
71
+ # Required. The name of the game server delpoyment to retrieve, in the following form:
73
72
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
74
73
  class GetGameServerDeploymentRequest
75
74
  include ::Google::Protobuf::MessageExts
@@ -80,8 +79,7 @@ module Google
80
79
  # GameServerDeploymentsService.GetGameServerDeploymentRollout.
81
80
  # @!attribute [rw] name
82
81
  # @return [::String]
83
- # Required. The name of the game server delpoyment to retrieve. Uses the form:
84
- #
82
+ # Required. The name of the game server delpoyment to retrieve, in the following form:
85
83
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`.
86
84
  class GetGameServerDeploymentRolloutRequest
87
85
  include ::Google::Protobuf::MessageExts
@@ -91,7 +89,7 @@ module Google
91
89
  # Request message for GameServerDeploymentsService.CreateGameServerDeployment.
92
90
  # @!attribute [rw] parent
93
91
  # @return [::String]
94
- # Required. The parent resource name. Uses the form:
92
+ # Required. The parent resource name, in the following form:
95
93
  # `projects/{project}/locations/{location}`.
96
94
  # @!attribute [rw] deployment_id
97
95
  # @return [::String]
@@ -107,8 +105,7 @@ module Google
107
105
  # Request message for GameServerDeploymentsService.DeleteGameServerDeployment.
108
106
  # @!attribute [rw] name
109
107
  # @return [::String]
110
- # Required. The name of the game server delpoyment to delete. Uses the form:
111
- #
108
+ # Required. The name of the game server delpoyment to delete, in the following form:
112
109
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
113
110
  class DeleteGameServerDeploymentRequest
114
111
  include ::Google::Protobuf::MessageExts
@@ -125,10 +122,7 @@ module Google
125
122
  # @return [::Google::Protobuf::FieldMask]
126
123
  # Required. Mask of fields to update. At least one path must be supplied in
127
124
  # this field. For the `FieldMask` definition, see
128
- #
129
- # https:
130
- # //developers.google.com/protocol-buffers
131
- # // /docs/reference/google.protobuf#fieldmask
125
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
132
126
  class UpdateGameServerDeploymentRequest
133
127
  include ::Google::Protobuf::MessageExts
134
128
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -144,10 +138,7 @@ module Google
144
138
  # @return [::Google::Protobuf::FieldMask]
145
139
  # Required. Mask of fields to update. At least one path must be supplied in
146
140
  # this field. For the `FieldMask` definition, see
147
- #
148
- # https:
149
- # //developers.google.com/protocol-buffers
150
- # // /docs/reference/google.protobuf#fieldmask
141
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
151
142
  class UpdateGameServerDeploymentRolloutRequest
152
143
  include ::Google::Protobuf::MessageExts
153
144
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -156,8 +147,7 @@ module Google
156
147
  # Request message for GameServerDeploymentsService.FetchDeploymentState.
157
148
  # @!attribute [rw] name
158
149
  # @return [::String]
159
- # Required. The name of the game server delpoyment. Uses the form:
160
- #
150
+ # Required. The name of the game server delpoyment, in the following form:
161
151
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
162
152
  class FetchDeploymentStateRequest
163
153
  include ::Google::Protobuf::MessageExts
@@ -192,8 +182,7 @@ module Google
192
182
  # A game server deployment resource.
193
183
  # @!attribute [rw] name
194
184
  # @return [::String]
195
- # The resource name of the game server deployment. Uses the form:
196
- #
185
+ # The resource name of the game server deployment, in the following form:
197
186
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
198
187
  # For example,
199
188
  # `projects/my-project/locations/global/gameServerDeployments/my-deployment`.
@@ -243,11 +232,10 @@ module Google
243
232
  # state.
244
233
  # @!attribute [rw] name
245
234
  # @return [::String]
246
- # The resource name of the game server deployment rollout. Uses the form:
247
- #
235
+ # The resource name of the game server deployment rollout, in the following
236
+ # form:
248
237
  # `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`.
249
238
  # For example,
250
- #
251
239
  # `projects/my-project/locations/global/gameServerDeployments/my-deployment/rollout`.
252
240
  # @!attribute [r] create_time
253
241
  # @return [::Google::Protobuf::Timestamp]
@@ -259,7 +247,6 @@ module Google
259
247
  # @return [::String]
260
248
  # The default game server config is applied to all realms unless overridden
261
249
  # in the rollout. For example,
262
- #
263
250
  # `projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config`.
264
251
  # @!attribute [rw] game_server_config_overrides
265
252
  # @return [::Array<::Google::Cloud::Gaming::V1::GameServerConfigOverride>]
@@ -283,10 +270,7 @@ module Google
283
270
  # @return [::Google::Protobuf::FieldMask]
284
271
  # Optional. Mask of fields to update. At least one path must be supplied in
285
272
  # this field. For the `FieldMask` definition, see
286
- #
287
- # https:
288
- # //developers.google.com/protocol-buffers
289
- # // /docs/reference/google.protobuf#fieldmask
273
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
290
274
  # @!attribute [rw] preview_time
291
275
  # @return [::Google::Protobuf::Timestamp]
292
276
  # Optional. The target timestamp to compute the preview. Defaults to the immediately
@@ -24,7 +24,7 @@ module Google
24
24
  # Request message for RealmsService.ListRealms.
25
25
  # @!attribute [rw] parent
26
26
  # @return [::String]
27
- # Required. The parent resource name. Uses the form:
27
+ # Required. The parent resource name, in the following form:
28
28
  # `projects/{project}/locations/{location}`.
29
29
  # @!attribute [rw] page_size
30
30
  # @return [::Integer]
@@ -68,7 +68,7 @@ module Google
68
68
  # Request message for RealmsService.GetRealm.
69
69
  # @!attribute [rw] name
70
70
  # @return [::String]
71
- # Required. The name of the realm to retrieve. Uses the form:
71
+ # Required. The name of the realm to retrieve, in the following form:
72
72
  # `projects/{project}/locations/{location}/realms/{realm}`.
73
73
  class GetRealmRequest
74
74
  include ::Google::Protobuf::MessageExts
@@ -78,7 +78,7 @@ module Google
78
78
  # Request message for RealmsService.CreateRealm.
79
79
  # @!attribute [rw] parent
80
80
  # @return [::String]
81
- # Required. The parent resource name. Uses the form:
81
+ # Required. The parent resource name, in the following form:
82
82
  # `projects/{project}/locations/{location}`.
83
83
  # @!attribute [rw] realm_id
84
84
  # @return [::String]
@@ -94,7 +94,7 @@ module Google
94
94
  # Request message for RealmsService.DeleteRealm.
95
95
  # @!attribute [rw] name
96
96
  # @return [::String]
97
- # Required. The name of the realm to delete. Uses the form:
97
+ # Required. The name of the realm to delete, in the following form:
98
98
  # `projects/{project}/locations/{location}/realms/{realm}`.
99
99
  class DeleteRealmRequest
100
100
  include ::Google::Protobuf::MessageExts
@@ -110,10 +110,7 @@ module Google
110
110
  # @return [::Google::Protobuf::FieldMask]
111
111
  # Required. The update mask applies to the resource. For the `FieldMask`
112
112
  # definition, see
113
- #
114
- # https:
115
- # //developers.google.com/protocol-buffers
116
- # // /docs/reference/google.protobuf#fieldmask
113
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
117
114
  class UpdateRealmRequest
118
115
  include ::Google::Protobuf::MessageExts
119
116
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -128,10 +125,7 @@ module Google
128
125
  # @return [::Google::Protobuf::FieldMask]
129
126
  # Required. The update mask applies to the resource. For the `FieldMask`
130
127
  # definition, see
131
- #
132
- # https:
133
- # //developers.google.com/protocol-buffers
134
- # // /docs/reference/google.protobuf#fieldmask
128
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
135
129
  # @!attribute [rw] preview_time
136
130
  # @return [::Google::Protobuf::Timestamp]
137
131
  # Optional. The target timestamp to compute the preview.
@@ -155,7 +149,7 @@ module Google
155
149
  # A realm resource.
156
150
  # @!attribute [rw] name
157
151
  # @return [::String]
158
- # The resource name of the realm. Uses the form:
152
+ # The resource name of the realm, in the following form:
159
153
  # `projects/{project}/locations/{location}/realms/{realm}`. For
160
154
  # example, `projects/my-project/locations/{location}/realms/my-realm`.
161
155
  # @!attribute [r] create_time
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gaming-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.4.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-08-11 00:00:00.000000000 Z
11
+ date: 2021-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common