GoogleApi.BigtableAdmin.V2.Api.Projects.bigtableadmin_projects_instances_clusters_backups_patch

You're seeing just the function bigtableadmin_projects_instances_clusters_backups_patch, go back to GoogleApi.BigtableAdmin.V2.Api.Projects module for more information.
Link to this function

bigtableadmin_projects_instances_clusters_backups_patch(connection, projects_id, instances_id, clusters_id, backups_id, optional_params \\ [], opts \\ [])

View Source

Specs

bigtableadmin_projects_instances_clusters_backups_patch(
  Tesla.Env.client(),
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  keyword(),
  keyword()
) ::
  {:ok, GoogleApi.BigtableAdmin.V2.Model.Backup.t()}
  | {:ok, Tesla.Env.t()}
  | {:ok, list()}
  | {:error, any()}

Updates a pending or completed Cloud Bigtable Backup.

Parameters

  • connection (type: GoogleApi.BigtableAdmin.V2.Connection.t) - Connection to server
  • projects_id (type: String.t) - Part of backup.name. A globally unique identifier for the backup which cannot be changed. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/ backups/_a-zA-Z0-9* The final segment of the name must be between 1 and 50 characters in length. The backup is stored in the cluster identified by the prefix of the backup name of the form projects/{project}/instances/{instance}/clusters/{cluster}.
  • instances_id (type: String.t) - Part of backup.name. See documentation of projectsId.
  • clusters_id (type: String.t) - Part of backup.name. See documentation of projectsId.
  • backups_id (type: String.t) - Part of backup.name. See documentation of projectsId.
  • 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. A mask specifying which fields (e.g. expire_time) in the Backup resource should be updated. This mask is relative to the Backup resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally by clients that do not know about them.
    • :body (type: GoogleApi.BigtableAdmin.V2.Model.Backup.t) -
  • opts (type: keyword()) - Call options

Returns

  • {:ok, %GoogleApi.BigtableAdmin.V2.Model.Backup{}} on success
  • {:error, info} on failure