Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, 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 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, 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"> |
| 92 | <code><a href="#list">list(parent, filter=None, pageToken=None, orderBy=None, pageSize=None, x__xgafv=None)</a></code></p> |
| 93 | <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 | |
| 108 | Args: |
| 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 Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 115 | "etag": "A String", # ETag of the resource. |
| 116 | "createTime": "A String", # Output only. The creation time. |
| 117 | "labels": { # The labels associated with this realm. Each label is a key-value pair. |
| 118 | "a_key": "A String", |
| 119 | }, |
| 120 | "updateTime": "A String", # Output only. The last-modified time. |
| 121 | "name": "A String", # 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 | "timeZone": "A String", # 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 | "description": "A String", # Human readable description of the realm. |
| 128 | } |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 129 | |
| 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 | |
| 136 | Returns: |
| 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 | "done": 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. |
| 144 | "response": { # The normal response of the operation in case of success. If the original |
| 145 | # method returns no data on success, such as `Delete`, the response is |
| 146 | # `google.protobuf.Empty`. If the original method is standard |
| 147 | # `Get`/`Create`/`Update`, the response should be the resource. For other |
| 148 | # methods, the response should have the type `XxxResponse`, where `Xxx` |
| 149 | # is the original method name. For example, if the original method name |
| 150 | # is `TakeSnapshot()`, the inferred response type is |
| 151 | # `TakeSnapshotResponse`. |
| 152 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 153 | }, |
| 154 | "name": "A String", # The server-assigned name, which is only unique within the same service that |
| 155 | # originally returns it. If you use the default HTTP mapping, the |
| 156 | # `name` should be a resource name ending with `operations/{unique_id}`. |
| 157 | "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation. |
| 158 | # different programming environments, including REST APIs and RPC APIs. It is |
| 159 | # used by [gRPC](https://github.com/grpc). Each `Status` message contains |
| 160 | # three pieces of data: error code, error message, and error details. |
| 161 | # |
| 162 | # You can find out more about this error model and how to work with it in the |
| 163 | # [API Design Guide](https://cloud.google.com/apis/design/errors). |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 164 | "code": 42, # The status code, which should be an enum value of google.rpc.Code. |
| 165 | "message": "A String", # A developer-facing error message, which should be in English. Any |
| 166 | # user-facing error message should be localized and sent in the |
| 167 | # google.rpc.Status.details field, or localized by the client. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 168 | "details": [ # A list of messages that carry the error details. There is a common set of |
| 169 | # message types for APIs to use. |
| 170 | { |
| 171 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 172 | }, |
| 173 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 174 | }, |
| 175 | "metadata": { # Service-specific metadata associated with the operation. It typically |
| 176 | # contains progress information and common metadata such as create time. |
| 177 | # Some services might not provide such metadata. Any method that returns a |
| 178 | # long-running operation should document the metadata type, if any. |
| 179 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 180 | }, |
| 181 | }</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 | |
| 188 | Args: |
| 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 | |
| 196 | Returns: |
| 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 | "done": 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. |
| 204 | "response": { # The normal response of the operation in case of success. If the original |
| 205 | # method returns no data on success, such as `Delete`, the response is |
| 206 | # `google.protobuf.Empty`. If the original method is standard |
| 207 | # `Get`/`Create`/`Update`, the response should be the resource. For other |
| 208 | # methods, the response should have the type `XxxResponse`, where `Xxx` |
| 209 | # is the original method name. For example, if the original method name |
| 210 | # is `TakeSnapshot()`, the inferred response type is |
| 211 | # `TakeSnapshotResponse`. |
| 212 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 213 | }, |
| 214 | "name": "A String", # The server-assigned name, which is only unique within the same service that |
| 215 | # originally returns it. If you use the default HTTP mapping, the |
| 216 | # `name` should be a resource name ending with `operations/{unique_id}`. |
| 217 | "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation. |
| 218 | # different programming environments, including REST APIs and RPC APIs. It is |
| 219 | # used by [gRPC](https://github.com/grpc). Each `Status` message contains |
| 220 | # three pieces of data: error code, error message, and error details. |
| 221 | # |
| 222 | # You can find out more about this error model and how to work with it in the |
| 223 | # [API Design Guide](https://cloud.google.com/apis/design/errors). |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 224 | "code": 42, # The status code, which should be an enum value of google.rpc.Code. |
| 225 | "message": "A String", # A developer-facing error message, which should be in English. Any |
| 226 | # user-facing error message should be localized and sent in the |
| 227 | # google.rpc.Status.details field, or localized by the client. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 228 | "details": [ # A list of messages that carry the error details. There is a common set of |
| 229 | # message types for APIs to use. |
| 230 | { |
| 231 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 232 | }, |
| 233 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 234 | }, |
| 235 | "metadata": { # Service-specific metadata associated with the operation. It typically |
| 236 | # contains progress information and common metadata such as create time. |
| 237 | # Some services might not provide such metadata. Any method that returns a |
| 238 | # long-running operation should document the metadata type, if any. |
| 239 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 240 | }, |
| 241 | }</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 | |
| 248 | Args: |
| 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 | |
| 256 | Returns: |
| 257 | An object of the form: |
| 258 | |
| 259 | { # A realm resource. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 260 | "etag": "A String", # ETag of the resource. |
| 261 | "createTime": "A String", # Output only. The creation time. |
| 262 | "labels": { # The labels associated with this realm. Each label is a key-value pair. |
| 263 | "a_key": "A String", |
| 264 | }, |
| 265 | "updateTime": "A String", # Output only. The last-modified time. |
| 266 | "name": "A String", # 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 | "timeZone": "A String", # 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 | "description": "A String", # Human readable description of the realm. |
| 273 | }</pre> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 274 | </div> |
| 275 | |
| 276 | <div class="method"> |
| 277 | <code class="details" id="list">list(parent, filter=None, pageToken=None, orderBy=None, pageSize=None, x__xgafv=None)</code> |
| 278 | <pre>Lists realms in a given project and location. |
| 279 | |
| 280 | Args: |
| 281 | parent: string, Required. The parent resource name. Uses the form: |
| 282 | `projects/{project}/locations/{location}`. (required) |
| 283 | filter: string, Optional. The filter to apply to list results. |
| 284 | pageToken: string, Optional. The next_page_token value returned from a previous List request, |
| 285 | if any. |
| 286 | orderBy: string, Optional. Specifies the ordering of results following syntax at |
| 287 | https://cloud.google.com/apis/design/design_patterns#sorting_order. |
| 288 | pageSize: integer, Optional. The maximum number of items to return. If unspecified, server |
| 289 | will pick an appropriate default. Server may return fewer items than |
| 290 | requested. A caller should only rely on response's |
| 291 | next_page_token to |
| 292 | determine if there are more realms left to be queried. |
| 293 | x__xgafv: string, V1 error format. |
| 294 | Allowed values |
| 295 | 1 - v1 error format |
| 296 | 2 - v2 error format |
| 297 | |
| 298 | Returns: |
| 299 | An object of the form: |
| 300 | |
| 301 | { # Response message for RealmsService.ListRealms. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 302 | "realms": [ # The list of realms. |
| 303 | { # A realm resource. |
| 304 | "etag": "A String", # ETag of the resource. |
| 305 | "createTime": "A String", # Output only. The creation time. |
| 306 | "labels": { # The labels associated with this realm. Each label is a key-value pair. |
| 307 | "a_key": "A String", |
| 308 | }, |
| 309 | "updateTime": "A String", # Output only. The last-modified time. |
| 310 | "name": "A String", # The resource name of the realm. Uses the form: |
| 311 | # `projects/{project}/locations/{location}/realms/{realm}`. For |
| 312 | # example, `projects/my-project/locations/{location}/realms/my-realm`. |
| 313 | "timeZone": "A String", # Required. Time zone where all policies targeting this realm are evaluated. The value |
| 314 | # of this field must be from the IANA time zone database: |
| 315 | # https://www.iana.org/time-zones. |
| 316 | "description": "A String", # Human readable description of the realm. |
| 317 | }, |
| 318 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 319 | "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more |
| 320 | # results in the list. |
| 321 | "unreachable": [ # List of locations that could not be reached. |
| 322 | "A String", |
| 323 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 324 | }</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 | |
| 331 | Args: |
| 332 | previous_request: The request for the previous page. (required) |
| 333 | previous_response: The response from the request for the previous page. (required) |
| 334 | |
| 335 | Returns: |
| 336 | A request object that you can call 'execute()' 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 | |
| 345 | Args: |
| 346 | name: string, The resource name of the realm. Uses the form: |
| 347 | `projects/{project}/locations/{location}/realms/{realm}`. For |
| 348 | example, `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 Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 353 | "etag": "A String", # ETag of the resource. |
| 354 | "createTime": "A String", # Output only. The creation time. |
| 355 | "labels": { # The labels associated with this realm. Each label is a key-value pair. |
| 356 | "a_key": "A String", |
| 357 | }, |
| 358 | "updateTime": "A String", # Output only. The last-modified time. |
| 359 | "name": "A String", # 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 | "timeZone": "A String", # 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 | "description": "A String", # Human readable description of the realm. |
| 366 | } |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 367 | |
| 368 | updateMask: string, Required. The update mask applies to the resource. For the `FieldMask` |
| 369 | definition, see |
| 370 | |
| 371 | https: |
| 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 | |
| 379 | Returns: |
| 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 | "done": 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. |
| 387 | "response": { # The normal response of the operation in case of success. If the original |
| 388 | # method returns no data on success, such as `Delete`, the response is |
| 389 | # `google.protobuf.Empty`. If the original method is standard |
| 390 | # `Get`/`Create`/`Update`, the response should be the resource. For other |
| 391 | # methods, the response should have the type `XxxResponse`, where `Xxx` |
| 392 | # is the original method name. For example, if the original method name |
| 393 | # is `TakeSnapshot()`, the inferred response type is |
| 394 | # `TakeSnapshotResponse`. |
| 395 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 396 | }, |
| 397 | "name": "A String", # The server-assigned name, which is only unique within the same service that |
| 398 | # originally returns it. If you use the default HTTP mapping, the |
| 399 | # `name` should be a resource name ending with `operations/{unique_id}`. |
| 400 | "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation. |
| 401 | # different programming environments, including REST APIs and RPC APIs. It is |
| 402 | # used by [gRPC](https://github.com/grpc). Each `Status` message contains |
| 403 | # three pieces of data: error code, error message, and error details. |
| 404 | # |
| 405 | # You can find out more about this error model and how to work with it in the |
| 406 | # [API Design Guide](https://cloud.google.com/apis/design/errors). |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 407 | "code": 42, # The status code, which should be an enum value of google.rpc.Code. |
| 408 | "message": "A String", # A developer-facing error message, which should be in English. Any |
| 409 | # user-facing error message should be localized and sent in the |
| 410 | # google.rpc.Status.details field, or localized by the client. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 411 | "details": [ # A list of messages that carry the error details. There is a common set of |
| 412 | # message types for APIs to use. |
| 413 | { |
| 414 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 415 | }, |
| 416 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 417 | }, |
| 418 | "metadata": { # Service-specific metadata associated with the operation. It typically |
| 419 | # contains progress information and common metadata such as create time. |
| 420 | # Some services might not provide such metadata. Any method that returns a |
| 421 | # long-running operation should document the metadata type, if any. |
| 422 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 423 | }, |
| 424 | }</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 | |
| 431 | Args: |
| 432 | name: string, The resource name of the realm. Uses the form: |
| 433 | `projects/{project}/locations/{location}/realms/{realm}`. For |
| 434 | example, `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 Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 439 | "etag": "A String", # ETag of the resource. |
| 440 | "createTime": "A String", # Output only. The creation time. |
| 441 | "labels": { # The labels associated with this realm. Each label is a key-value pair. |
| 442 | "a_key": "A String", |
| 443 | }, |
| 444 | "updateTime": "A String", # Output only. The last-modified time. |
| 445 | "name": "A String", # 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 | "timeZone": "A String", # 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 | "description": "A String", # Human readable description of the realm. |
| 452 | } |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 453 | |
| 454 | updateMask: string, Required. The update mask applies to the resource. For the `FieldMask` |
| 455 | definition, see |
| 456 | |
| 457 | https: |
| 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 | |
| 466 | Returns: |
| 467 | An object of the form: |
| 468 | |
| 469 | { # Response message for RealmsService.PreviewRealmUpdate. |
| 470 | "etag": "A String", # ETag of the realm. |
| 471 | "targetState": { # Encapsulates the Target state. # The target state. |
| 472 | "details": [ # Details about Agones fleets. |
| 473 | { # Details about the Agones resources. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 474 | "gameServerDeploymentName": "A String", # The game server deployment name. Uses the form: |
| 475 | # |
| 476 | # `projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}`. |
| 477 | "fleetDetails": [ # Agones fleet details for game server clusters and game server deployments. |
| 478 | { # Details of the target Agones fleet. |
| 479 | "autoscaler": { # Target Agones autoscaler policy reference. # Reference to target Agones fleet autoscaling policy. |
| 480 | "name": "A String", # The name of the Agones autoscaler. |
| 481 | "specSource": { # Encapsulates Agones fleet spec and Agones autoscaler spec sources. # Encapsulates the source of the Agones fleet spec. |
| 482 | # Details about the Agones autoscaler spec. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 483 | "name": "A String", # The name of the Agones leet config or Agones scaling config used to derive |
| 484 | # the Agones fleet or Agones autoscaler spec. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 485 | "gameServerConfigName": "A String", # The game server config resource. Uses the form: |
| 486 | # |
| 487 | # `projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}/configs/{config_id}`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 488 | }, |
| 489 | }, |
| 490 | "fleet": { # Target Agones fleet specification. # Reference to target Agones fleet. |
| 491 | "name": "A String", # The name of the Agones fleet. |
| 492 | "specSource": { # Encapsulates Agones fleet spec and Agones autoscaler spec sources. # Encapsulates the source of the Agones fleet spec. |
| 493 | # The Agones fleet spec source. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 494 | "name": "A String", # The name of the Agones leet config or Agones scaling config used to derive |
| 495 | # the Agones fleet or Agones autoscaler spec. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 496 | "gameServerConfigName": "A String", # The game server config resource. Uses the form: |
| 497 | # |
| 498 | # `projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}/configs/{config_id}`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 499 | }, |
| 500 | }, |
| 501 | }, |
| 502 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 503 | "gameServerClusterName": "A String", # The game server cluster name. Uses the form: |
| 504 | # |
| 505 | # `projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 506 | }, |
| 507 | ], |
| 508 | }, |
| 509 | }</pre> |
| 510 | </div> |
| 511 | |
| 512 | </body></html> |