blob: 35d409b1ce884462fa57094791490d6d94de4508 [file] [log] [blame]
Bu Sun Kim65020912020-05-20 12:08:20 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="gameservices_v1beta.html">Game Services API</a> . <a href="gameservices_v1beta.projects.html">projects</a> . <a href="gameservices_v1beta.projects.locations.html">locations</a> . <a href="gameservices_v1beta.projects.locations.realms.html">realms</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="gameservices_v1beta.projects.locations.realms.gameServerClusters.html">gameServerClusters()</a></code>
79</p>
80<p class="firstline">Returns the gameServerClusters Resource.</p>
81
82<p class="toc_element">
83 <code><a href="#create">create(parent, body=None, realmId=None, x__xgafv=None)</a></code></p>
84<p class="firstline">Creates a new realm in a given project and location.</p>
85<p class="toc_element">
86 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
87<p class="firstline">Deletes a single realm.</p>
88<p class="toc_element">
89 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
90<p class="firstline">Gets details of a single realm.</p>
91<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070092 <code><a href="#list">list(parent, pageSize=None, pageToken=None, filter=None, orderBy=None, x__xgafv=None)</a></code></p>
Bu Sun Kim65020912020-05-20 12:08:20 -070093<p class="firstline">Lists realms in a given project and location.</p>
94<p class="toc_element">
95 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
96<p class="firstline">Retrieves the next page of results.</p>
97<p class="toc_element">
98 <code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
99<p class="firstline">Patches a single realm.</p>
100<p class="toc_element">
101 <code><a href="#previewUpdate">previewUpdate(name, body=None, updateMask=None, previewTime=None, x__xgafv=None)</a></code></p>
102<p class="firstline">Previews patches to a single realm.</p>
103<h3>Method Details</h3>
104<div class="method">
105 <code class="details" id="create">create(parent, body=None, realmId=None, x__xgafv=None)</code>
106 <pre>Creates a new realm in a given project and location.
107
108Args:
109 parent: string, Required. The parent resource name. Uses the form:
110`projects/{project}/locations/{location}`. (required)
111 body: object, The request body.
112 The object takes the form of:
113
114{ # A realm resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700115 &quot;labels&quot;: { # The labels associated with this realm. Each label is a key-value pair.
116 &quot;a_key&quot;: &quot;A String&quot;,
117 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700118 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time.
119 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700120 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last-modified time.
121 &quot;name&quot;: &quot;A String&quot;, # The resource name of the realm. Uses the form:
122 # `projects/{project}/locations/{location}/realms/{realm}`. For
123 # example, `projects/my-project/locations/{location}/realms/my-realm`.
124 &quot;timeZone&quot;: &quot;A String&quot;, # Required. Time zone where all policies targeting this realm are evaluated. The value
125 # of this field must be from the IANA time zone database:
126 # https://www.iana.org/time-zones.
127 &quot;description&quot;: &quot;A String&quot;, # Human readable description of the realm.
128}
Bu Sun Kim65020912020-05-20 12:08:20 -0700129
130 realmId: string, Required. The ID of the realm resource to be created.
131 x__xgafv: string, V1 error format.
132 Allowed values
133 1 - v1 error format
134 2 - v2 error format
135
136Returns:
137 An object of the form:
138
139 { # This resource represents a long-running operation that is the result of a
140 # network API call.
141 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
142 # If `true`, the operation is completed, and either `error` or `response` is
143 # available.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700144 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
145 # different programming environments, including REST APIs and RPC APIs. It is
146 # used by [gRPC](https://github.com/grpc). Each `Status` message contains
147 # three pieces of data: error code, error message, and error details.
148 #
149 # You can find out more about this error model and how to work with it in the
150 # [API Design Guide](https://cloud.google.com/apis/design/errors).
151 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of
152 # message types for APIs to use.
153 {
154 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
155 },
156 ],
157 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
158 # user-facing error message should be localized and sent in the
159 # google.rpc.Status.details field, or localized by the client.
160 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
161 },
162 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that
163 # originally returns it. If you use the default HTTP mapping, the
164 # `name` should be a resource name ending with `operations/{unique_id}`.
165 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically
166 # contains progress information and common metadata such as create time.
167 # Some services might not provide such metadata. Any method that returns a
168 # long-running operation should document the metadata type, if any.
169 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
170 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700171 &quot;response&quot;: { # The normal response of the operation in case of success. If the original
172 # method returns no data on success, such as `Delete`, the response is
173 # `google.protobuf.Empty`. If the original method is standard
174 # `Get`/`Create`/`Update`, the response should be the resource. For other
175 # methods, the response should have the type `XxxResponse`, where `Xxx`
176 # is the original method name. For example, if the original method name
177 # is `TakeSnapshot()`, the inferred response type is
178 # `TakeSnapshotResponse`.
179 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
180 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700181 }</pre>
182</div>
183
184<div class="method">
185 <code class="details" id="delete">delete(name, x__xgafv=None)</code>
186 <pre>Deletes a single realm.
187
188Args:
189 name: string, Required. The name of the realm to delete. Uses the form:
190`projects/{project}/locations/{location}/realms/{realm}`. (required)
191 x__xgafv: string, V1 error format.
192 Allowed values
193 1 - v1 error format
194 2 - v2 error format
195
196Returns:
197 An object of the form:
198
199 { # This resource represents a long-running operation that is the result of a
200 # network API call.
201 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
202 # If `true`, the operation is completed, and either `error` or `response` is
203 # available.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700204 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
205 # different programming environments, including REST APIs and RPC APIs. It is
206 # used by [gRPC](https://github.com/grpc). Each `Status` message contains
207 # three pieces of data: error code, error message, and error details.
208 #
209 # You can find out more about this error model and how to work with it in the
210 # [API Design Guide](https://cloud.google.com/apis/design/errors).
211 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of
212 # message types for APIs to use.
213 {
214 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
215 },
216 ],
217 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
218 # user-facing error message should be localized and sent in the
219 # google.rpc.Status.details field, or localized by the client.
220 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
221 },
222 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that
223 # originally returns it. If you use the default HTTP mapping, the
224 # `name` should be a resource name ending with `operations/{unique_id}`.
225 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically
226 # contains progress information and common metadata such as create time.
227 # Some services might not provide such metadata. Any method that returns a
228 # long-running operation should document the metadata type, if any.
229 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
230 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700231 &quot;response&quot;: { # The normal response of the operation in case of success. If the original
232 # method returns no data on success, such as `Delete`, the response is
233 # `google.protobuf.Empty`. If the original method is standard
234 # `Get`/`Create`/`Update`, the response should be the resource. For other
235 # methods, the response should have the type `XxxResponse`, where `Xxx`
236 # is the original method name. For example, if the original method name
237 # is `TakeSnapshot()`, the inferred response type is
238 # `TakeSnapshotResponse`.
239 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
240 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700241 }</pre>
242</div>
243
244<div class="method">
245 <code class="details" id="get">get(name, x__xgafv=None)</code>
246 <pre>Gets details of a single realm.
247
248Args:
249 name: string, Required. The name of the realm to retrieve. Uses the form:
250`projects/{project}/locations/{location}/realms/{realm}`. (required)
251 x__xgafv: string, V1 error format.
252 Allowed values
253 1 - v1 error format
254 2 - v2 error format
255
256Returns:
257 An object of the form:
258
259 { # A realm resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700260 &quot;labels&quot;: { # The labels associated with this realm. Each label is a key-value pair.
261 &quot;a_key&quot;: &quot;A String&quot;,
262 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700263 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time.
264 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700265 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last-modified time.
266 &quot;name&quot;: &quot;A String&quot;, # The resource name of the realm. Uses the form:
267 # `projects/{project}/locations/{location}/realms/{realm}`. For
268 # example, `projects/my-project/locations/{location}/realms/my-realm`.
269 &quot;timeZone&quot;: &quot;A String&quot;, # Required. Time zone where all policies targeting this realm are evaluated. The value
270 # of this field must be from the IANA time zone database:
271 # https://www.iana.org/time-zones.
272 &quot;description&quot;: &quot;A String&quot;, # Human readable description of the realm.
273 }</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700274</div>
275
276<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700277 <code class="details" id="list">list(parent, pageSize=None, pageToken=None, filter=None, orderBy=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -0700278 <pre>Lists realms in a given project and location.
279
280Args:
281 parent: string, Required. The parent resource name. Uses the form:
282`projects/{project}/locations/{location}`. (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700283 pageSize: integer, Optional. The maximum number of items to return. If unspecified, server
284will pick an appropriate default. Server may return fewer items than
285requested. A caller should only rely on response&#x27;s
286next_page_token to
287determine if there are more realms left to be queried.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700288 pageToken: string, Optional. The next_page_token value returned from a previous List request,
289if any.
290 filter: string, Optional. The filter to apply to list results.
291 orderBy: string, Optional. Specifies the ordering of results following syntax at
292https://cloud.google.com/apis/design/design_patterns#sorting_order.
Bu Sun Kim65020912020-05-20 12:08:20 -0700293 x__xgafv: string, V1 error format.
294 Allowed values
295 1 - v1 error format
296 2 - v2 error format
297
298Returns:
299 An object of the form:
300
301 { # Response message for RealmsService.ListRealms.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700302 &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more
303 # results in the list.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700304 &quot;realms&quot;: [ # The list of realms.
305 { # A realm resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700306 &quot;labels&quot;: { # The labels associated with this realm. Each label is a key-value pair.
307 &quot;a_key&quot;: &quot;A String&quot;,
308 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700309 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time.
310 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700311 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last-modified time.
312 &quot;name&quot;: &quot;A String&quot;, # The resource name of the realm. Uses the form:
313 # `projects/{project}/locations/{location}/realms/{realm}`. For
314 # example, `projects/my-project/locations/{location}/realms/my-realm`.
315 &quot;timeZone&quot;: &quot;A String&quot;, # Required. Time zone where all policies targeting this realm are evaluated. The value
316 # of this field must be from the IANA time zone database:
317 # https://www.iana.org/time-zones.
318 &quot;description&quot;: &quot;A String&quot;, # Human readable description of the realm.
319 },
320 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700321 &quot;unreachable&quot;: [ # List of locations that could not be reached.
322 &quot;A String&quot;,
323 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700324 }</pre>
325</div>
326
327<div class="method">
328 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
329 <pre>Retrieves the next page of results.
330
331Args:
332 previous_request: The request for the previous page. (required)
333 previous_response: The response from the request for the previous page. (required)
334
335Returns:
336 A request object that you can call &#x27;execute()&#x27; on to request the next
337 page. Returns None if there are no more items in the collection.
338 </pre>
339</div>
340
341<div class="method">
342 <code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
343 <pre>Patches a single realm.
344
345Args:
346 name: string, The resource name of the realm. Uses the form:
347`projects/{project}/locations/{location}/realms/{realm}`. For
348example, `projects/my-project/locations/{location}/realms/my-realm`. (required)
349 body: object, The request body.
350 The object takes the form of:
351
352{ # A realm resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700353 &quot;labels&quot;: { # The labels associated with this realm. Each label is a key-value pair.
354 &quot;a_key&quot;: &quot;A String&quot;,
355 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700356 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time.
357 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700358 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last-modified time.
359 &quot;name&quot;: &quot;A String&quot;, # The resource name of the realm. Uses the form:
360 # `projects/{project}/locations/{location}/realms/{realm}`. For
361 # example, `projects/my-project/locations/{location}/realms/my-realm`.
362 &quot;timeZone&quot;: &quot;A String&quot;, # Required. Time zone where all policies targeting this realm are evaluated. The value
363 # of this field must be from the IANA time zone database:
364 # https://www.iana.org/time-zones.
365 &quot;description&quot;: &quot;A String&quot;, # Human readable description of the realm.
366}
Bu Sun Kim65020912020-05-20 12:08:20 -0700367
368 updateMask: string, Required. The update mask applies to the resource. For the `FieldMask`
369definition, see
370
371https:
372//developers.google.com/protocol-buffers
373// /docs/reference/google.protobuf#fieldmask
374 x__xgafv: string, V1 error format.
375 Allowed values
376 1 - v1 error format
377 2 - v2 error format
378
379Returns:
380 An object of the form:
381
382 { # This resource represents a long-running operation that is the result of a
383 # network API call.
384 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
385 # If `true`, the operation is completed, and either `error` or `response` is
386 # available.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700387 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
388 # different programming environments, including REST APIs and RPC APIs. It is
389 # used by [gRPC](https://github.com/grpc). Each `Status` message contains
390 # three pieces of data: error code, error message, and error details.
391 #
392 # You can find out more about this error model and how to work with it in the
393 # [API Design Guide](https://cloud.google.com/apis/design/errors).
394 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of
395 # message types for APIs to use.
396 {
397 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
398 },
399 ],
400 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
401 # user-facing error message should be localized and sent in the
402 # google.rpc.Status.details field, or localized by the client.
403 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
404 },
405 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that
406 # originally returns it. If you use the default HTTP mapping, the
407 # `name` should be a resource name ending with `operations/{unique_id}`.
408 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically
409 # contains progress information and common metadata such as create time.
410 # Some services might not provide such metadata. Any method that returns a
411 # long-running operation should document the metadata type, if any.
412 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
413 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700414 &quot;response&quot;: { # The normal response of the operation in case of success. If the original
415 # method returns no data on success, such as `Delete`, the response is
416 # `google.protobuf.Empty`. If the original method is standard
417 # `Get`/`Create`/`Update`, the response should be the resource. For other
418 # methods, the response should have the type `XxxResponse`, where `Xxx`
419 # is the original method name. For example, if the original method name
420 # is `TakeSnapshot()`, the inferred response type is
421 # `TakeSnapshotResponse`.
422 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
423 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700424 }</pre>
425</div>
426
427<div class="method">
428 <code class="details" id="previewUpdate">previewUpdate(name, body=None, updateMask=None, previewTime=None, x__xgafv=None)</code>
429 <pre>Previews patches to a single realm.
430
431Args:
432 name: string, The resource name of the realm. Uses the form:
433`projects/{project}/locations/{location}/realms/{realm}`. For
434example, `projects/my-project/locations/{location}/realms/my-realm`. (required)
435 body: object, The request body.
436 The object takes the form of:
437
438{ # A realm resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700439 &quot;labels&quot;: { # The labels associated with this realm. Each label is a key-value pair.
440 &quot;a_key&quot;: &quot;A String&quot;,
441 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700442 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time.
443 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700444 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last-modified time.
445 &quot;name&quot;: &quot;A String&quot;, # The resource name of the realm. Uses the form:
446 # `projects/{project}/locations/{location}/realms/{realm}`. For
447 # example, `projects/my-project/locations/{location}/realms/my-realm`.
448 &quot;timeZone&quot;: &quot;A String&quot;, # Required. Time zone where all policies targeting this realm are evaluated. The value
449 # of this field must be from the IANA time zone database:
450 # https://www.iana.org/time-zones.
451 &quot;description&quot;: &quot;A String&quot;, # Human readable description of the realm.
452}
Bu Sun Kim65020912020-05-20 12:08:20 -0700453
454 updateMask: string, Required. The update mask applies to the resource. For the `FieldMask`
455definition, see
456
457https:
458//developers.google.com/protocol-buffers
459// /docs/reference/google.protobuf#fieldmask
460 previewTime: string, Optional. The target timestamp to compute the preview.
461 x__xgafv: string, V1 error format.
462 Allowed values
463 1 - v1 error format
464 2 - v2 error format
465
466Returns:
467 An object of the form:
468
469 { # Response message for RealmsService.PreviewRealmUpdate.
470 &quot;etag&quot;: &quot;A String&quot;, # ETag of the realm.
471 &quot;targetState&quot;: { # Encapsulates the Target state. # The target state.
472 &quot;details&quot;: [ # Details about Agones fleets.
473 { # Details about the Agones resources.
Bu Sun Kim65020912020-05-20 12:08:20 -0700474 &quot;fleetDetails&quot;: [ # Agones fleet details for game server clusters and game server deployments.
475 { # Details of the target Agones fleet.
Bu Sun Kim65020912020-05-20 12:08:20 -0700476 &quot;fleet&quot;: { # Target Agones fleet specification. # Reference to target Agones fleet.
477 &quot;name&quot;: &quot;A String&quot;, # The name of the Agones fleet.
478 &quot;specSource&quot;: { # Encapsulates Agones fleet spec and Agones autoscaler spec sources. # Encapsulates the source of the Agones fleet spec.
479 # The Agones fleet spec source.
480 &quot;gameServerConfigName&quot;: &quot;A String&quot;, # The game server config resource. Uses the form:
481 #
482 # `projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}/configs/{config_id}`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700483 &quot;name&quot;: &quot;A String&quot;, # The name of the Agones leet config or Agones scaling config used to derive
484 # the Agones fleet or Agones autoscaler spec.
485 },
486 },
487 &quot;autoscaler&quot;: { # Target Agones autoscaler policy reference. # Reference to target Agones fleet autoscaling policy.
488 &quot;name&quot;: &quot;A String&quot;, # The name of the Agones autoscaler.
489 &quot;specSource&quot;: { # Encapsulates Agones fleet spec and Agones autoscaler spec sources. # Encapsulates the source of the Agones fleet spec.
490 # Details about the Agones autoscaler spec.
491 &quot;gameServerConfigName&quot;: &quot;A String&quot;, # The game server config resource. Uses the form:
492 #
493 # `projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}/configs/{config_id}`.
494 &quot;name&quot;: &quot;A String&quot;, # The name of the Agones leet config or Agones scaling config used to derive
495 # the Agones fleet or Agones autoscaler spec.
Bu Sun Kim65020912020-05-20 12:08:20 -0700496 },
497 },
498 },
499 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700500 &quot;gameServerClusterName&quot;: &quot;A String&quot;, # The game server cluster name. Uses the form:
501 #
502 # `projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700503 &quot;gameServerDeploymentName&quot;: &quot;A String&quot;, # The game server deployment name. Uses the form:
504 #
505 # `projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700506 },
507 ],
508 },
509 }</pre>
510</div>
511
512</body></html>