google_api_game_services v0.3.0 GoogleApi.GameServices.V1beta.Api.Projects View Source
API calls for all endpoints tagged Projects
.
Link to this section Summary
Functions
Creates a new Game Server Config in a given project, Location, and Game Server Deployment. Game Server Configs are immutable, and are not applied until referenced in the Game Server Deployment Rollout resource.
Deletes a single Game Server Config. The deletion will fail if the Game Server Config is referenced in a Game Server Deployment Rollout.
Gets details of a single Game Server Config.
Lists Game Server Configs in a given project, Location, and Game Server Deployment.
Creates a new Game Server Deployment in a given project and Location.
Deletes a single Game Server Deployment.
Retrieves information about the current state of the Game Server Ddeployment. Gathers all the Agones fleets and Agones autoscalers, including fleets running an older version of the Game Server Deployment.
Gets details of a single Game Server Deployment.
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
Gets details a single Game Server Deployment Rollout.
Lists Game Server Deployments in a given project and Location.
Patches a Game Server Deployment.
Previews the Game Server Deployment Rollout. This API does not mutate the Rollout resource.
Sets the access control policy on the specified resource. Replaces any existing policy.
Returns permissions that a caller has on the specified resource.
If the resource does not exist, this will return an empty set of
permissions, not a NOT_FOUND
error.
Patches a single Game Server Deployment Rollout. The method will not return an error if the update does not affect any existing realms. For example - if the default_game_server_config is changed but all existing realms use the override, that is valid. Similarly, if a non existing realm is explicitly called out in game_server_config_overrides field, that will also not result in an error.
Gets information about a location.
Lists information about the supported locations for this service.
Starts asynchronous cancellation on a long-running operation. The server
makes a best effort to cancel the operation, but success is not
guaranteed. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED
. Clients can use
Operations.GetOperation or
other methods to check whether the cancellation succeeded or whether the
operation completed despite cancellation. On successful cancellation,
the operation is not deleted; instead, it becomes an operation with
an Operation.error value with a google.rpc.Status.code of 1,
corresponding to Code.CANCELLED
.
Deletes a long-running operation. This method indicates that the client is
no longer interested in the operation result. It does not cancel the
operation. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED
.
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Lists operations that match the specified filter in the request. If the
server doesn't support this method, it returns UNIMPLEMENTED
.
Creates a new Realm in a given project and Location.
Deletes a single Realm.
Creates a new game server cluster in a given project and location.
Deletes a single game server cluster.
Gets details of a single game server cluster.
Lists Game Server Clusters in a given project and location.
Patches a single game server cluster.
Previews creation of a new game server cluster in a given project and location.
Previews deletion of a single game server cluster.
Previews updating a GameServerCluster.
Gets details of a single Realm.
Lists Realms in a given project and Location.
Patches a single Realm.
Previews patches to a single Realm.
Link to this section Functions
gameservices_projects_locations_game_server_deployments_configs_create(connection, parent, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_configs_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Creates a new Game Server Config in a given project, Location, and Game Server Deployment. Game Server Configs are immutable, and are not applied until referenced in the Game Server Deployment Rollout resource.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to serverparent
(type:String.t
) - Required. The parent resource name. Uses the form:projects/{project}/locations/{location}/gameServerDeployments/{deployment}/
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:configId
(type:String.t
) - Required. The ID of the Game Server Config resource to be created.:body
(type:GoogleApi.GameServices.V1beta.Model.GameServerConfig.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_configs_delete(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_configs_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Deletes a single Game Server Config. The deletion will fail if the Game Server Config is referenced in a Game Server Deployment Rollout.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The name of the Game Server Config to delete. Uses the form:projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_configs_get(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_configs_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.GameServerConfig.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Gets details of a single Game Server Config.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The name of the Game Server Config to retrieve. Uses the form:projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.GameServerConfig{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_configs_list(connection, parent, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_configs_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.ListGameServerConfigsResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Lists Game Server Configs in a given project, Location, and Game Server Deployment.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to serverparent
(type:String.t
) - Required. The parent resource name. Uses the form:projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/*
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:filter
(type:String.t
) - Optional. The filter to apply to list results.:orderBy
(type:String.t
) - Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.:pageSize
(type:integer()
) - Optional. The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more GameServerConfigs left to be queried.:pageToken
(type:String.t
) - Optional. The next_page_token value returned from a previous List request, if any.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.ListGameServerConfigsResponse{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_create(connection, parent, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Creates a new Game Server Deployment in a given project and Location.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to serverparent
(type:String.t
) - Required. The parent resource name. Uses the form:projects/{project}/locations/{location}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:deploymentId
(type:String.t
) - Required. The ID of the Game Server Deployment resource to be created.:body
(type:GoogleApi.GameServices.V1beta.Model.GameServerDeployment.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_delete(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Deletes a single Game Server Deployment.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The name of the Game Server Deployment to delete. Uses the form:projects/{project}/locations/{location}/gameServerDeployments/{deployment}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_fetch_deployment_state(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_fetch_deployment_state( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.FetchDeploymentStateResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Retrieves information about the current state of the Game Server Ddeployment. Gathers all the Agones fleets and Agones autoscalers, including fleets running an older version of the Game Server Deployment.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The name of the Game Server Deployment. Uses the form:projects/{project}/locations/{location}/gameServerDeployments/{deployment}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.GameServices.V1beta.Model.FetchDeploymentStateRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.FetchDeploymentStateResponse{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_get(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.GameServerDeployment.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Gets details of a single Game Server Deployment.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The name of the Game Server Deployment to retrieve. Uses the form:projects/{project}/locations/{location}/gameServerDeployments/{deployment}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.GameServerDeployment{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_get_iam_policy(connection, resource, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_get_iam_policy( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Policy.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to serverresource
(type:String.t
) - REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:"options.requestedPolicyVersion"
(type:integer()
) - Optional. The policy format version to be returned.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Policy{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_get_rollout(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_get_rollout( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.GameServerDeploymentRollout.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Gets details a single Game Server Deployment Rollout.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The name of the Game Server Deployment to retrieve. Uses the form:projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.GameServerDeploymentRollout{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_list(connection, parent, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.ListGameServerDeploymentsResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Lists Game Server Deployments in a given project and Location.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to serverparent
(type:String.t
) - Required. The parent resource name. Uses the form:projects/{project}/locations/{location}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:filter
(type:String.t
) - Optional. The filter to apply to list results.:orderBy
(type:String.t
) - Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.:pageSize
(type:integer()
) - Optional. The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more GameServerDeployments left to be queried.:pageToken
(type:String.t
) - Optional. The next_page_token value returned from a previous List request, if any.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.ListGameServerDeploymentsResponse{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_patch(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Patches a Game Server Deployment.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - The resource name of the Game Server Deployment. Uses the form:projects/{project}/locations/{location}/gameServerDeployments/{deployment}
. For example,projects/my-project/locations/{location}/gameServerDeployments/my-deployment
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:updateMask
(type:String.t
) - Required. Mask of fields to update. At least one path must be supplied in this field. For theFieldMask
definition, seehttps: //developers.google.com/protocol-buffers // /docs/reference/google.protobuf#fieldmask
:body
(type:GoogleApi.GameServices.V1beta.Model.GameServerDeployment.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_preview_rollout(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_preview_rollout( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.PreviewGameServerDeploymentRolloutResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Previews the Game Server Deployment Rollout. This API does not mutate the Rollout resource.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - The resource name of the Game Server Deployment Rollout. Uses the form:projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout
. For example,projects/my-project/locations/{location}/gameServerDeployments/my-deployment/rollout
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:previewTime
(type:DateTime.t
) - Optional. The target timestamp to compute the preview. Defaults to the immediately after the proposed Rollout completes.:updateMask
(type:String.t
) - Optional. Mask of fields to update. At least one path must be supplied in this field. For theFieldMask
definition, seehttps: //developers.google.com/protocol-buffers // /docs/reference/google.protobuf#fieldmask
:body
(type:GoogleApi.GameServices.V1beta.Model.GameServerDeploymentRollout.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.PreviewGameServerDeploymentRolloutResponse{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_set_iam_policy(connection, resource, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_set_iam_policy( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Policy.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Sets the access control policy on the specified resource. Replaces any existing policy.
Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to serverresource
(type:String.t
) - REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.GameServices.V1beta.Model.SetIamPolicyRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Policy{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_test_iam_permissions(connection, resource, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_test_iam_permissions( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.TestIamPermissionsResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Returns permissions that a caller has on the specified resource.
If the resource does not exist, this will return an empty set of
permissions, not a NOT_FOUND
error.
Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to serverresource
(type:String.t
) - REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.GameServices.V1beta.Model.TestIamPermissionsRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.TestIamPermissionsResponse{}}
on success{:error, info}
on failure
gameservices_projects_locations_game_server_deployments_update_rollout(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_game_server_deployments_update_rollout( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Patches a single Game Server Deployment Rollout. The method will not return an error if the update does not affect any existing realms. For example - if the default_game_server_config is changed but all existing realms use the override, that is valid. Similarly, if a non existing realm is explicitly called out in game_server_config_overrides field, that will also not result in an error.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - The resource name of the Game Server Deployment Rollout. Uses the form:projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout
. For example,projects/my-project/locations/{location}/gameServerDeployments/my-deployment/rollout
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:updateMask
(type:String.t
) - Required. Mask of fields to update. At least one path must be supplied in this field. For theFieldMask
definition, seehttps: //developers.google.com/protocol-buffers // /docs/reference/google.protobuf#fieldmask
:body
(type:GoogleApi.GameServices.V1beta.Model.GameServerDeploymentRollout.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_get(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Location.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Gets information about a location.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Resource name for the location.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Location{}}
on success{:error, info}
on failure
gameservices_projects_locations_list(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.ListLocationsResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Lists information about the supported locations for this service.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - The resource that owns the locations collection, if applicable.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:filter
(type:String.t
) - The standard list filter.:includeUnrevealedLocations
(type:boolean()
) - If true, the returned list will include locations which are not yet revealed.:pageSize
(type:integer()
) - The standard list page size.:pageToken
(type:String.t
) - The standard list page token.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.ListLocationsResponse{}}
on success{:error, info}
on failure
gameservices_projects_locations_operations_cancel(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_operations_cancel( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Empty.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Starts asynchronous cancellation on a long-running operation. The server
makes a best effort to cancel the operation, but success is not
guaranteed. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED
. Clients can use
Operations.GetOperation or
other methods to check whether the cancellation succeeded or whether the
operation completed despite cancellation. On successful cancellation,
the operation is not deleted; instead, it becomes an operation with
an Operation.error value with a google.rpc.Status.code of 1,
corresponding to Code.CANCELLED
.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - The name of the operation resource to be cancelled.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.GameServices.V1beta.Model.CancelOperationRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Empty{}}
on success{:error, info}
on failure
gameservices_projects_locations_operations_delete(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_operations_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Empty.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Deletes a long-running operation. This method indicates that the client is
no longer interested in the operation result. It does not cancel the
operation. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED
.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - The name of the operation resource to be deleted.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Empty{}}
on success{:error, info}
on failure
gameservices_projects_locations_operations_get(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_operations_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - The name of the operation resource.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_operations_list(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_operations_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.ListOperationsResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Lists operations that match the specified filter in the request. If the
server doesn't support this method, it returns UNIMPLEMENTED
.
NOTE: the name
binding allows API services to override the binding
to use different resource name schemes, such as users/*/operations
. To
override the binding, API services can add a binding such as
"/v1/{name=users/*}/operations"
to their service configuration.
For backwards compatibility, the default name includes the operations
collection id, however overriding users must ensure the name binding
is the parent resource, without the operations collection id.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - The name of the operation's parent resource.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:filter
(type:String.t
) - The standard list filter.:pageSize
(type:integer()
) - The standard list page size.:pageToken
(type:String.t
) - The standard list page token.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.ListOperationsResponse{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_create(connection, parent, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Creates a new Realm in a given project and Location.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to serverparent
(type:String.t
) - Required. The parent resource name. Uses the form:projects/{project}/locations/{location}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:realmId
(type:String.t
) - Required. The ID of the Realm resource to be created.:body
(type:GoogleApi.GameServices.V1beta.Model.Realm.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_delete(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Deletes a single Realm.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The name of the Realm to delete. Uses the form:projects/{project}/locations/{location}/realms/{realm}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_game_server_clusters_create(connection, parent, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_game_server_clusters_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Creates a new game server cluster in a given project and location.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to serverparent
(type:String.t
) - Required. The parent resource name. Uses the form:projects/{project}/locations/{location}/realms/{realm-id}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:gameServerClusterId
(type:String.t
) - Required. The ID of the Game Server Cluster resource to be created.:body
(type:GoogleApi.GameServices.V1beta.Model.GameServerCluster.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_game_server_clusters_delete(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_game_server_clusters_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Deletes a single game server cluster.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The name of the Game Server Cluster to delete. Uses the form:projects/{project}/locations/{location}/gameServerClusters/{cluster}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_game_server_clusters_get(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_game_server_clusters_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.GameServerCluster.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Gets details of a single game server cluster.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The name of the Game Server Cluster to retrieve. Uses the form:projects/{project}/locations/{location}/realms/{realm-id}/gameServerClusters/{cluster}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.GameServerCluster{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_game_server_clusters_list(connection, parent, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_game_server_clusters_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.ListGameServerClustersResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Lists Game Server Clusters in a given project and location.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to serverparent
(type:String.t
) - Required. The parent resource name. Uses the form: "projects/{project}/locations/{location}/realms/{realm}".optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:filter
(type:String.t
) - Optional. The filter to apply to list results.:orderBy
(type:String.t
) - Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.:pageSize
(type:integer()
) - Optional. The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more GameServerClusters left to be queried.:pageToken
(type:String.t
) - Optional. The next_page_token value returned from a previous List request, if any.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.ListGameServerClustersResponse{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_game_server_clusters_patch(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_game_server_clusters_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Patches a single game server cluster.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The resource name of the Game Server Cluster. Uses the form:projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}
. For example,projects/my-project/locations/{location}/realms/zanzibar/gameServerClusters/my-onprem-cluster
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:updateMask
(type:String.t
) - Required. Mask of fields to update. At least one path must be supplied in this field. For theFieldMask
definition, seehttps: //developers.google.com/protocol-buffers // /docs/reference/google.protobuf#fieldmask
:body
(type:GoogleApi.GameServices.V1beta.Model.GameServerCluster.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_game_server_clusters_preview_create(connection, parent, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_game_server_clusters_preview_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.PreviewCreateGameServerClusterResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Previews creation of a new game server cluster in a given project and location.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to serverparent
(type:String.t
) - Required. The parent resource name. Uses the form:projects/{project}/locations/{location}/realms/{realm}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:gameServerClusterId
(type:String.t
) - Required. The ID of the Game Server Cluster resource to be created.:previewTime
(type:DateTime.t
) - Optional. The target timestamp to compute the preview.:body
(type:GoogleApi.GameServices.V1beta.Model.GameServerCluster.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.PreviewCreateGameServerClusterResponse{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_game_server_clusters_preview_delete(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_game_server_clusters_preview_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.PreviewDeleteGameServerClusterResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Previews deletion of a single game server cluster.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The name of the Game Server Cluster to delete. Uses the form:projects/{project}/locations/{location}/gameServerClusters/{cluster}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:previewTime
(type:DateTime.t
) - Optional. The target timestamp to compute the preview.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.PreviewDeleteGameServerClusterResponse{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_game_server_clusters_preview_update(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_game_server_clusters_preview_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.PreviewUpdateGameServerClusterResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Previews updating a GameServerCluster.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The resource name of the Game Server Cluster. Uses the form:projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}
. For example,projects/my-project/locations/{location}/realms/zanzibar/gameServerClusters/my-onprem-cluster
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:previewTime
(type:DateTime.t
) - Optional. The target timestamp to compute the preview.:updateMask
(type:String.t
) - Required. Mask of fields to update. At least one path must be supplied in this field. For theFieldMask
definition, seehttps: //developers.google.com/protocol-buffers // /docs/reference/google.protobuf#fieldmask
:body
(type:GoogleApi.GameServices.V1beta.Model.GameServerCluster.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.PreviewUpdateGameServerClusterResponse{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_get(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Realm.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Gets details of a single Realm.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - Required. The name of the Realm to retrieve. Uses the form:projects/{project}/locations/{location}/realms/{realm}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Realm{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_list(connection, parent, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.ListRealmsResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Lists Realms in a given project and Location.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to serverparent
(type:String.t
) - Required. The parent resource name. Uses the form:projects/{project}/locations/{location}
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:filter
(type:String.t
) - Optional. The filter to apply to list results.:orderBy
(type:String.t
) - Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.:pageSize
(type:integer()
) - Optional. The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more Realms left to be queried.:pageToken
(type:String.t
) - Optional. The next_page_token value returned from a previous List request, if any.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.ListRealmsResponse{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_patch(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Patches a single Realm.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - The resource name of the Realm. Uses the form:projects/{project}/locations/{location}/realms/{realm}
. For example,projects/my-project/locations/{location}/realms/my-realm
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:updateMask
(type:String.t
) - Required. The update mask applies to the resource. For theFieldMask
definition, seehttps: //developers.google.com/protocol-buffers // /docs/reference/google.protobuf#fieldmask
:body
(type:GoogleApi.GameServices.V1beta.Model.Realm.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.Operation{}}
on success{:error, info}
on failure
gameservices_projects_locations_realms_preview_update(connection, name, optional_params \\ [], opts \\ [])
View Sourcegameservices_projects_locations_realms_preview_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GameServices.V1beta.Model.PreviewRealmUpdateResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
Previews patches to a single Realm.
Parameters
connection
(type:GoogleApi.GameServices.V1beta.Connection.t
) - Connection to servername
(type:String.t
) - The resource name of the Realm. Uses the form:projects/{project}/locations/{location}/realms/{realm}
. For example,projects/my-project/locations/{location}/realms/my-realm
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:previewTime
(type:DateTime.t
) - Optional. The target timestamp to compute the preview.:updateMask
(type:String.t
) - Required. The update mask applies to the resource. For theFieldMask
definition, seehttps: //developers.google.com/protocol-buffers // /docs/reference/google.protobuf#fieldmask
:body
(type:GoogleApi.GameServices.V1beta.Model.Realm.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GameServices.V1beta.Model.PreviewRealmUpdateResponse{}}
on success{:error, info}
on failure