google-cloud-gaming-v1 0.1.1 → 0.1.2

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: 5e73fb20c756ce9335ee4f5791189d86f5c1fa7b4d21c28145bb13a1138c426c
4
- data.tar.gz: 664e1ff4efee4f4e3b719d95a7509925b84ee6a5715741251366b2f8d7e02f9a
3
+ metadata.gz: 12662533669a24f2da83cf92cb21c77ed7072fe37812b3bf81f5bc219a65da7f
4
+ data.tar.gz: a7f7f4facc7cee0005c8496d372e8ec323f3331e6d715007a2e9b1bd9143f7af
5
5
  SHA512:
6
- metadata.gz: 3df4f3fa359a298e5d8d30fc80fa7c6b836013813862fee70707108e9ad1915f0a4a586f5f6263fc4373735a7427f6e442a7b4d56a50e74b4b71aea66957691d
7
- data.tar.gz: 631cefffbeee168d1d5b7ff304594f3717a35ce0de0452b592f24b3bb9f82682b7a1908f9d1d33690f42ec97fb470343cb1c869b0c008d8eb3184f6ca3364e83
6
+ metadata.gz: 1b1e47d4a4461d82c8feb5187b91a26b0b19768d1814591dff58aaaf69ab1de739dff697f3c5578046b84d3a435fb0803a6631c194ac788de95ff9c9c252efb4
7
+ data.tar.gz: f374e849c9c433270e557f858e411e701a5e0058966ad685d5be283b1d599ce1c73917d545d06c7d09c28cec78ef92902f773afa43a28010ed27aa8d2537e7e2
@@ -36,3 +36,6 @@ module Google
36
36
  end
37
37
  end
38
38
  end
39
+
40
+ helper_path = ::File.join __dir__, "v1", "_helpers.rb"
41
+ require "google/cloud/gaming/v1/_helpers" if ::File.file? helper_path
@@ -911,7 +911,7 @@ module Google
911
911
  # Each configuration object is of type `Gapic::Config::Method` and includes
912
912
  # the following configuration fields:
913
913
  #
914
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
914
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
915
915
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
916
916
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
917
917
  # include the following keys:
@@ -515,7 +515,7 @@ module Google
515
515
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
516
  # the following configuration fields:
517
517
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
518
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
519
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
520
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
521
  # include the following keys:
@@ -35,22 +35,22 @@ module Google
35
35
  self.service_name = 'google.cloud.gaming.v1.GameServerClustersService'
36
36
 
37
37
  # Lists game server clusters in a given project and location.
38
- rpc :ListGameServerClusters, Google::Cloud::Gaming::V1::ListGameServerClustersRequest, Google::Cloud::Gaming::V1::ListGameServerClustersResponse
38
+ rpc :ListGameServerClusters, ::Google::Cloud::Gaming::V1::ListGameServerClustersRequest, ::Google::Cloud::Gaming::V1::ListGameServerClustersResponse
39
39
  # Gets details of a single game server cluster.
40
- rpc :GetGameServerCluster, Google::Cloud::Gaming::V1::GetGameServerClusterRequest, Google::Cloud::Gaming::V1::GameServerCluster
40
+ rpc :GetGameServerCluster, ::Google::Cloud::Gaming::V1::GetGameServerClusterRequest, ::Google::Cloud::Gaming::V1::GameServerCluster
41
41
  # Creates a new game server cluster in a given project and location.
42
- rpc :CreateGameServerCluster, Google::Cloud::Gaming::V1::CreateGameServerClusterRequest, Google::Longrunning::Operation
42
+ rpc :CreateGameServerCluster, ::Google::Cloud::Gaming::V1::CreateGameServerClusterRequest, ::Google::Longrunning::Operation
43
43
  # Previews creation of a new game server cluster in a given project and
44
44
  # location.
45
- rpc :PreviewCreateGameServerCluster, Google::Cloud::Gaming::V1::PreviewCreateGameServerClusterRequest, Google::Cloud::Gaming::V1::PreviewCreateGameServerClusterResponse
45
+ rpc :PreviewCreateGameServerCluster, ::Google::Cloud::Gaming::V1::PreviewCreateGameServerClusterRequest, ::Google::Cloud::Gaming::V1::PreviewCreateGameServerClusterResponse
46
46
  # Deletes a single game server cluster.
47
- rpc :DeleteGameServerCluster, Google::Cloud::Gaming::V1::DeleteGameServerClusterRequest, Google::Longrunning::Operation
47
+ rpc :DeleteGameServerCluster, ::Google::Cloud::Gaming::V1::DeleteGameServerClusterRequest, ::Google::Longrunning::Operation
48
48
  # Previews deletion of a single game server cluster.
49
- rpc :PreviewDeleteGameServerCluster, Google::Cloud::Gaming::V1::PreviewDeleteGameServerClusterRequest, Google::Cloud::Gaming::V1::PreviewDeleteGameServerClusterResponse
49
+ rpc :PreviewDeleteGameServerCluster, ::Google::Cloud::Gaming::V1::PreviewDeleteGameServerClusterRequest, ::Google::Cloud::Gaming::V1::PreviewDeleteGameServerClusterResponse
50
50
  # Patches a single game server cluster.
51
- rpc :UpdateGameServerCluster, Google::Cloud::Gaming::V1::UpdateGameServerClusterRequest, Google::Longrunning::Operation
51
+ rpc :UpdateGameServerCluster, ::Google::Cloud::Gaming::V1::UpdateGameServerClusterRequest, ::Google::Longrunning::Operation
52
52
  # Previews updating a GameServerCluster.
53
- rpc :PreviewUpdateGameServerCluster, Google::Cloud::Gaming::V1::PreviewUpdateGameServerClusterRequest, Google::Cloud::Gaming::V1::PreviewUpdateGameServerClusterResponse
53
+ rpc :PreviewUpdateGameServerCluster, ::Google::Cloud::Gaming::V1::PreviewUpdateGameServerClusterRequest, ::Google::Cloud::Gaming::V1::PreviewUpdateGameServerClusterResponse
54
54
  end
55
55
 
56
56
  Stub = Service.rpc_stub_class
@@ -597,7 +597,7 @@ module Google
597
597
  # Each configuration object is of type `Gapic::Config::Method` and includes
598
598
  # the following configuration fields:
599
599
  #
600
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
600
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
601
601
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
602
602
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
603
603
  # include the following keys:
@@ -515,7 +515,7 @@ module Google
515
515
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
516
  # the following configuration fields:
517
517
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
518
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
519
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
520
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
521
  # include the following keys:
@@ -35,16 +35,16 @@ module Google
35
35
 
36
36
  # Lists game server configs in a given project, location, and game server
37
37
  # deployment.
38
- rpc :ListGameServerConfigs, Google::Cloud::Gaming::V1::ListGameServerConfigsRequest, Google::Cloud::Gaming::V1::ListGameServerConfigsResponse
38
+ rpc :ListGameServerConfigs, ::Google::Cloud::Gaming::V1::ListGameServerConfigsRequest, ::Google::Cloud::Gaming::V1::ListGameServerConfigsResponse
39
39
  # Gets details of a single game server config.
40
- rpc :GetGameServerConfig, Google::Cloud::Gaming::V1::GetGameServerConfigRequest, Google::Cloud::Gaming::V1::GameServerConfig
40
+ rpc :GetGameServerConfig, ::Google::Cloud::Gaming::V1::GetGameServerConfigRequest, ::Google::Cloud::Gaming::V1::GameServerConfig
41
41
  # Creates a new game server config in a given project, location, and game
42
42
  # server deployment. Game server configs are immutable, and are not applied
43
43
  # until referenced in the game server deployment rollout resource.
44
- rpc :CreateGameServerConfig, Google::Cloud::Gaming::V1::CreateGameServerConfigRequest, Google::Longrunning::Operation
44
+ rpc :CreateGameServerConfig, ::Google::Cloud::Gaming::V1::CreateGameServerConfigRequest, ::Google::Longrunning::Operation
45
45
  # Deletes a single game server config. The deletion will fail if the game
46
46
  # server config is referenced in a game server deployment rollout.
47
- rpc :DeleteGameServerConfig, Google::Cloud::Gaming::V1::DeleteGameServerConfigRequest, Google::Longrunning::Operation
47
+ rpc :DeleteGameServerConfig, ::Google::Cloud::Gaming::V1::DeleteGameServerConfigRequest, ::Google::Longrunning::Operation
48
48
  end
49
49
 
50
50
  Stub = Service.rpc_stub_class
@@ -992,7 +992,7 @@ module Google
992
992
  # Each configuration object is of type `Gapic::Config::Method` and includes
993
993
  # the following configuration fields:
994
994
  #
995
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
995
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
996
996
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
997
997
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
998
998
  # include the following keys:
@@ -515,7 +515,7 @@ module Google
515
515
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
516
  # the following configuration fields:
517
517
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
518
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
519
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
520
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
521
  # include the following keys:
@@ -35,31 +35,31 @@ module Google
35
35
  self.service_name = 'google.cloud.gaming.v1.GameServerDeploymentsService'
36
36
 
37
37
  # Lists game server deployments in a given project and location.
38
- rpc :ListGameServerDeployments, Google::Cloud::Gaming::V1::ListGameServerDeploymentsRequest, Google::Cloud::Gaming::V1::ListGameServerDeploymentsResponse
38
+ rpc :ListGameServerDeployments, ::Google::Cloud::Gaming::V1::ListGameServerDeploymentsRequest, ::Google::Cloud::Gaming::V1::ListGameServerDeploymentsResponse
39
39
  # Gets details of a single game server deployment.
40
- rpc :GetGameServerDeployment, Google::Cloud::Gaming::V1::GetGameServerDeploymentRequest, Google::Cloud::Gaming::V1::GameServerDeployment
40
+ rpc :GetGameServerDeployment, ::Google::Cloud::Gaming::V1::GetGameServerDeploymentRequest, ::Google::Cloud::Gaming::V1::GameServerDeployment
41
41
  # Creates a new game server deployment in a given project and location.
42
- rpc :CreateGameServerDeployment, Google::Cloud::Gaming::V1::CreateGameServerDeploymentRequest, Google::Longrunning::Operation
42
+ rpc :CreateGameServerDeployment, ::Google::Cloud::Gaming::V1::CreateGameServerDeploymentRequest, ::Google::Longrunning::Operation
43
43
  # Deletes a single game server deployment.
44
- rpc :DeleteGameServerDeployment, Google::Cloud::Gaming::V1::DeleteGameServerDeploymentRequest, Google::Longrunning::Operation
44
+ rpc :DeleteGameServerDeployment, ::Google::Cloud::Gaming::V1::DeleteGameServerDeploymentRequest, ::Google::Longrunning::Operation
45
45
  # Patches a game server deployment.
46
- rpc :UpdateGameServerDeployment, Google::Cloud::Gaming::V1::UpdateGameServerDeploymentRequest, Google::Longrunning::Operation
46
+ rpc :UpdateGameServerDeployment, ::Google::Cloud::Gaming::V1::UpdateGameServerDeploymentRequest, ::Google::Longrunning::Operation
47
47
  # Gets details a single game server deployment rollout.
48
- rpc :GetGameServerDeploymentRollout, Google::Cloud::Gaming::V1::GetGameServerDeploymentRolloutRequest, Google::Cloud::Gaming::V1::GameServerDeploymentRollout
48
+ rpc :GetGameServerDeploymentRollout, ::Google::Cloud::Gaming::V1::GetGameServerDeploymentRolloutRequest, ::Google::Cloud::Gaming::V1::GameServerDeploymentRollout
49
49
  # Patches a single game server deployment rollout.
50
50
  # The method will not return an error if the update does not affect any
51
51
  # existing realms. For example - if the default_game_server_config is changed
52
52
  # but all existing realms use the override, that is valid. Similarly, if a
53
53
  # non existing realm is explicitly called out in game_server_config_overrides
54
54
  # field, that will also not result in an error.
55
- rpc :UpdateGameServerDeploymentRollout, Google::Cloud::Gaming::V1::UpdateGameServerDeploymentRolloutRequest, Google::Longrunning::Operation
55
+ rpc :UpdateGameServerDeploymentRollout, ::Google::Cloud::Gaming::V1::UpdateGameServerDeploymentRolloutRequest, ::Google::Longrunning::Operation
56
56
  # Previews the game server deployment rollout. This API does not mutate the
57
57
  # rollout resource.
58
- rpc :PreviewGameServerDeploymentRollout, Google::Cloud::Gaming::V1::PreviewGameServerDeploymentRolloutRequest, Google::Cloud::Gaming::V1::PreviewGameServerDeploymentRolloutResponse
58
+ rpc :PreviewGameServerDeploymentRollout, ::Google::Cloud::Gaming::V1::PreviewGameServerDeploymentRolloutRequest, ::Google::Cloud::Gaming::V1::PreviewGameServerDeploymentRolloutResponse
59
59
  # Retrieves information about the current state of the game server
60
60
  # deployment. Gathers all the Agones fleets and Agones autoscalers,
61
61
  # including fleets running an older version of the game server deployment.
62
- rpc :FetchDeploymentState, Google::Cloud::Gaming::V1::FetchDeploymentStateRequest, Google::Cloud::Gaming::V1::FetchDeploymentStateResponse
62
+ rpc :FetchDeploymentState, ::Google::Cloud::Gaming::V1::FetchDeploymentStateRequest, ::Google::Cloud::Gaming::V1::FetchDeploymentStateResponse
63
63
  end
64
64
 
65
65
  Stub = Service.rpc_stub_class
@@ -752,7 +752,7 @@ module Google
752
752
  # Each configuration object is of type `Gapic::Config::Method` and includes
753
753
  # the following configuration fields:
754
754
  #
755
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
755
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
756
756
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
757
757
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
758
758
  # include the following keys:
@@ -515,7 +515,7 @@ module Google
515
515
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
516
  # the following configuration fields:
517
517
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
518
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
519
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
520
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
521
  # include the following keys:
@@ -35,17 +35,17 @@ module Google
35
35
  self.service_name = 'google.cloud.gaming.v1.RealmsService'
36
36
 
37
37
  # Lists realms in a given project and location.
38
- rpc :ListRealms, Google::Cloud::Gaming::V1::ListRealmsRequest, Google::Cloud::Gaming::V1::ListRealmsResponse
38
+ rpc :ListRealms, ::Google::Cloud::Gaming::V1::ListRealmsRequest, ::Google::Cloud::Gaming::V1::ListRealmsResponse
39
39
  # Gets details of a single realm.
40
- rpc :GetRealm, Google::Cloud::Gaming::V1::GetRealmRequest, Google::Cloud::Gaming::V1::Realm
40
+ rpc :GetRealm, ::Google::Cloud::Gaming::V1::GetRealmRequest, ::Google::Cloud::Gaming::V1::Realm
41
41
  # Creates a new realm in a given project and location.
42
- rpc :CreateRealm, Google::Cloud::Gaming::V1::CreateRealmRequest, Google::Longrunning::Operation
42
+ rpc :CreateRealm, ::Google::Cloud::Gaming::V1::CreateRealmRequest, ::Google::Longrunning::Operation
43
43
  # Deletes a single realm.
44
- rpc :DeleteRealm, Google::Cloud::Gaming::V1::DeleteRealmRequest, Google::Longrunning::Operation
44
+ rpc :DeleteRealm, ::Google::Cloud::Gaming::V1::DeleteRealmRequest, ::Google::Longrunning::Operation
45
45
  # Patches a single realm.
46
- rpc :UpdateRealm, Google::Cloud::Gaming::V1::UpdateRealmRequest, Google::Longrunning::Operation
46
+ rpc :UpdateRealm, ::Google::Cloud::Gaming::V1::UpdateRealmRequest, ::Google::Longrunning::Operation
47
47
  # Previews patches to a single realm.
48
- rpc :PreviewRealmUpdate, Google::Cloud::Gaming::V1::PreviewRealmUpdateRequest, Google::Cloud::Gaming::V1::PreviewRealmUpdateResponse
48
+ rpc :PreviewRealmUpdate, ::Google::Cloud::Gaming::V1::PreviewRealmUpdateRequest, ::Google::Cloud::Gaming::V1::PreviewRealmUpdateResponse
49
49
  end
50
50
 
51
51
  Stub = Service.rpc_stub_class
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Gaming
23
23
  module V1
24
- VERSION = "0.1.1"
24
+ VERSION = "0.1.2"
25
25
  end
26
26
  end
27
27
  end
@@ -43,12 +43,12 @@ module Google
43
43
  #
44
44
  # The ResourceDescriptor Yaml config will look like:
45
45
  #
46
- # resources:
47
- # - type: "pubsub.googleapis.com/Topic"
48
- # name_descriptor:
49
- # - pattern: "projects/\\{project}/topics/\\{topic}"
50
- # parent_type: "cloudresourcemanager.googleapis.com/Project"
51
- # parent_name_extractor: "projects/\\{project}"
46
+ # resources:
47
+ # - type: "pubsub.googleapis.com/Topic"
48
+ # name_descriptor:
49
+ # - pattern: "projects/{project}/topics/{topic}"
50
+ # parent_type: "cloudresourcemanager.googleapis.com/Project"
51
+ # parent_name_extractor: "projects/{project}"
52
52
  #
53
53
  # Sometimes, resources have multiple patterns, typically because they can
54
54
  # live under multiple parents.
@@ -183,15 +183,24 @@ module Google
183
183
  # }
184
184
  # @!attribute [rw] plural
185
185
  # @return [::String]
186
- # The plural name used in the resource name, such as 'projects' for
187
- # the name of 'projects/\\{project}'. It is the same concept of the `plural`
188
- # field in k8s CRD spec
186
+ # The plural name used in the resource name and permission names, such as
187
+ # 'projects' for the resource name of 'projects/\\{project}' and the permission
188
+ # name of 'cloudresourcemanager.googleapis.com/projects.get'. It is the same
189
+ # concept of the `plural` field in k8s CRD spec
189
190
  # https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
191
+ #
192
+ # Note: The plural form is required even for singleton resources. See
193
+ # https://aip.dev/156
190
194
  # @!attribute [rw] singular
191
195
  # @return [::String]
192
196
  # The same concept of the `singular` field in k8s CRD spec
193
197
  # https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
194
198
  # Such as "project" for the `resourcemanager.googleapis.com/Project` type.
199
+ # @!attribute [rw] style
200
+ # @return [::Array<::Google::Api::ResourceDescriptor::Style>]
201
+ # Style flag(s) for this resource.
202
+ # These indicate that a resource is expected to conform to a given
203
+ # style. See the specific style flags for additional information.
195
204
  class ResourceDescriptor
196
205
  include ::Google::Protobuf::MessageExts
197
206
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -211,6 +220,22 @@ module Google
211
220
  # that from being necessary once there are multiple patterns.)
212
221
  FUTURE_MULTI_PATTERN = 2
213
222
  end
223
+
224
+ # A flag representing a specific style that a resource claims to conform to.
225
+ module Style
226
+ # The unspecified value. Do not use.
227
+ STYLE_UNSPECIFIED = 0
228
+
229
+ # This resource is intended to be "declarative-friendly".
230
+ #
231
+ # Declarative-friendly resources must be more strictly consistent, and
232
+ # setting this to true communicates to tools that this resource should
233
+ # adhere to declarative-friendly expectations.
234
+ #
235
+ # Note: This is used by the API linter (linter.aip.dev) to enable
236
+ # additional checks.
237
+ DECLARATIVE_FRIENDLY = 1
238
+ end
214
239
  end
215
240
 
216
241
  # Defines a proto annotation that describes a string field that refers to
@@ -226,6 +251,17 @@ module Google
226
251
  # type: "pubsub.googleapis.com/Topic"
227
252
  # }];
228
253
  # }
254
+ #
255
+ # Occasionally, a field may reference an arbitrary resource. In this case,
256
+ # APIs use the special value * in their resource reference.
257
+ #
258
+ # Example:
259
+ #
260
+ # message GetIamPolicyRequest {
261
+ # string resource = 2 [(google.api.resource_reference) = {
262
+ # type: "*"
263
+ # }];
264
+ # }
229
265
  # @!attribute [rw] child_type
230
266
  # @return [::String]
231
267
  # The resource type of a child collection that the annotated field
@@ -234,11 +270,11 @@ module Google
234
270
  #
235
271
  # Example:
236
272
  #
237
- # message ListLogEntriesRequest {
238
- # string parent = 1 [(google.api.resource_reference) = {
239
- # child_type: "logging.googleapis.com/LogEntry"
240
- # };
241
- # }
273
+ # message ListLogEntriesRequest {
274
+ # string parent = 1 [(google.api.resource_reference) = {
275
+ # child_type: "logging.googleapis.com/LogEntry"
276
+ # };
277
+ # }
242
278
  class ResourceReference
243
279
  include ::Google::Protobuf::MessageExts
244
280
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-10 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -232,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
232
232
  - !ruby/object:Gem::Version
233
233
  version: '0'
234
234
  requirements: []
235
- rubygems_version: 3.1.3
235
+ rubygems_version: 3.2.6
236
236
  signing_key:
237
237
  specification_version: 4
238
238
  summary: API Client library for the Cloud Gaming V1 API