mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-28 04:41:02 +01:00
108 lines
41 KiB
HTML
108 lines
41 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `api` mod in crate `google_bigtableadmin2`."><meta name="keywords" content="rust, rustlang, rust-lang, api"><title>google_bigtableadmin2::api - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled ><script id="default-settings"></script><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../favicon.svg">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-16x16.png">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../../google_bigtableadmin2/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Module api</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></div><p class="location"><a href="../index.html">google_bigtableadmin2</a></p><div id="sidebar-vars" data-name="api" data-ty="mod" data-relpath="../"></div><script defer src="../sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><button type="button" class="help-button">?</button>
|
||
<a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Module <a href="../index.html">google_bigtableadmin2</a>::<wbr><a class="mod" href="">api</a></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">−</span>]</a></span><a class="srclink" href="../../src/google_bigtableadmin2/api.rs.html#1-15205" title="goto source code">[src]</a></span></h1><h2 id="structs" class="section-header"><a href="#structs">Structs</a></h2>
|
||
<table><tr class="module-item"><td><a class="struct" href="struct.AppProfile.html" title="google_bigtableadmin2::api::AppProfile struct">AppProfile</a></td><td class="docblock-short"><p>A configuration object describing how Cloud Bigtable should treat traffic from a particular end user application.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AuditConfig.html" title="google_bigtableadmin2::api::AuditConfig struct">AuditConfig</a></td><td class="docblock-short"><p>Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both <code>allServices</code> and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AuditLogConfig.html" title="google_bigtableadmin2::api::AuditLogConfig struct">AuditLogConfig</a></td><td class="docblock-short"><p>Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Backup.html" title="google_bigtableadmin2::api::Backup struct">Backup</a></td><td class="docblock-short"><p>A backup of a Cloud Bigtable table.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BackupInfo.html" title="google_bigtableadmin2::api::BackupInfo struct">BackupInfo</a></td><td class="docblock-short"><p>Information about a backup.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BigtableAdmin.html" title="google_bigtableadmin2::api::BigtableAdmin struct">BigtableAdmin</a></td><td class="docblock-short"><p>Central instance to access all BigtableAdmin related resource activities</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Binding.html" title="google_bigtableadmin2::api::Binding struct">Binding</a></td><td class="docblock-short"><p>Associates <code>members</code> with a <code>role</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CheckConsistencyRequest.html" title="google_bigtableadmin2::api::CheckConsistencyRequest struct">CheckConsistencyRequest</a></td><td class="docblock-short"><p>Request message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CheckConsistencyResponse.html" title="google_bigtableadmin2::api::CheckConsistencyResponse struct">CheckConsistencyResponse</a></td><td class="docblock-short"><p>Response message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Cluster.html" title="google_bigtableadmin2::api::Cluster struct">Cluster</a></td><td class="docblock-short"><p>A resizable group of nodes in a particular cloud location, capable of serving all Tables in the parent Instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ClusterState.html" title="google_bigtableadmin2::api::ClusterState struct">ClusterState</a></td><td class="docblock-short"><p>The state of a table's data in a particular cluster.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ColumnFamily.html" title="google_bigtableadmin2::api::ColumnFamily struct">ColumnFamily</a></td><td class="docblock-short"><p>A set of columns within a table which share a common configuration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CreateInstanceRequest.html" title="google_bigtableadmin2::api::CreateInstanceRequest struct">CreateInstanceRequest</a></td><td class="docblock-short"><p>Request message for BigtableInstanceAdmin.CreateInstance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CreateTableRequest.html" title="google_bigtableadmin2::api::CreateTableRequest struct">CreateTableRequest</a></td><td class="docblock-short"><p>Request message for google.bigtable.admin.v2.BigtableTableAdmin.CreateTable</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DropRowRangeRequest.html" title="google_bigtableadmin2::api::DropRowRangeRequest struct">DropRowRangeRequest</a></td><td class="docblock-short"><p>Request message for google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Empty.html" title="google_bigtableadmin2::api::Empty struct">Empty</a></td><td class="docblock-short"><p>A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for <code>Empty</code> is empty JSON object <code>{}</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EncryptionConfig.html" title="google_bigtableadmin2::api::EncryptionConfig struct">EncryptionConfig</a></td><td class="docblock-short"><p>Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected cluster.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EncryptionInfo.html" title="google_bigtableadmin2::api::EncryptionInfo struct">EncryptionInfo</a></td><td class="docblock-short"><p>Encryption information for a given resource. If this resource is protected with customer managed encryption, the in-use Cloud Key Management Service (Cloud KMS) key version is specified along with its status.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Expr.html" title="google_bigtableadmin2::api::Expr struct">Expr</a></td><td class="docblock-short"><p>Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GcRule.html" title="google_bigtableadmin2::api::GcRule struct">GcRule</a></td><td class="docblock-short"><p>Rule for determining which cells to delete during garbage collection.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GenerateConsistencyTokenRequest.html" title="google_bigtableadmin2::api::GenerateConsistencyTokenRequest struct">GenerateConsistencyTokenRequest</a></td><td class="docblock-short"><p>Request message for google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GenerateConsistencyTokenResponse.html" title="google_bigtableadmin2::api::GenerateConsistencyTokenResponse struct">GenerateConsistencyTokenResponse</a></td><td class="docblock-short"><p>Response message for google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GetIamPolicyRequest.html" title="google_bigtableadmin2::api::GetIamPolicyRequest struct">GetIamPolicyRequest</a></td><td class="docblock-short"><p>Request message for <code>GetIamPolicy</code> method.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GetPolicyOptions.html" title="google_bigtableadmin2::api::GetPolicyOptions struct">GetPolicyOptions</a></td><td class="docblock-short"><p>Encapsulates settings provided to GetIamPolicy.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Instance.html" title="google_bigtableadmin2::api::Instance struct">Instance</a></td><td class="docblock-short"><p>A collection of Bigtable Tables and the resources that serve them. All tables in an instance are served from all Clusters in the instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Intersection.html" title="google_bigtableadmin2::api::Intersection struct">Intersection</a></td><td class="docblock-short"><p>A GcRule which deletes cells matching all of the given rules.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ListAppProfilesResponse.html" title="google_bigtableadmin2::api::ListAppProfilesResponse struct">ListAppProfilesResponse</a></td><td class="docblock-short"><p>Response message for BigtableInstanceAdmin.ListAppProfiles.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ListBackupsResponse.html" title="google_bigtableadmin2::api::ListBackupsResponse struct">ListBackupsResponse</a></td><td class="docblock-short"><p>The response for ListBackups.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ListClustersResponse.html" title="google_bigtableadmin2::api::ListClustersResponse struct">ListClustersResponse</a></td><td class="docblock-short"><p>Response message for BigtableInstanceAdmin.ListClusters.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ListInstancesResponse.html" title="google_bigtableadmin2::api::ListInstancesResponse struct">ListInstancesResponse</a></td><td class="docblock-short"><p>Response message for BigtableInstanceAdmin.ListInstances.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ListLocationsResponse.html" title="google_bigtableadmin2::api::ListLocationsResponse struct">ListLocationsResponse</a></td><td class="docblock-short"><p>The response message for Locations.ListLocations.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ListOperationsResponse.html" title="google_bigtableadmin2::api::ListOperationsResponse struct">ListOperationsResponse</a></td><td class="docblock-short"><p>The response message for Operations.ListOperations.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ListTablesResponse.html" title="google_bigtableadmin2::api::ListTablesResponse struct">ListTablesResponse</a></td><td class="docblock-short"><p>Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListTables</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Location.html" title="google_bigtableadmin2::api::Location struct">Location</a></td><td class="docblock-short"><p>A resource that represents Google Cloud Platform location.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Modification.html" title="google_bigtableadmin2::api::Modification struct">Modification</a></td><td class="docblock-short"><p>A create, update, or delete of a particular column family.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ModifyColumnFamiliesRequest.html" title="google_bigtableadmin2::api::ModifyColumnFamiliesRequest struct">ModifyColumnFamiliesRequest</a></td><td class="docblock-short"><p>Request message for google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.MultiClusterRoutingUseAny.html" title="google_bigtableadmin2::api::MultiClusterRoutingUseAny struct">MultiClusterRoutingUseAny</a></td><td class="docblock-short"><p>Read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes consistency to improve availability.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Operation.html" title="google_bigtableadmin2::api::Operation struct">Operation</a></td><td class="docblock-short"><p>This resource represents a long-running operation that is the result of a network API call.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationCancelCall.html" title="google_bigtableadmin2::api::OperationCancelCall struct">OperationCancelCall</a></td><td class="docblock-short"><p>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 <code>google.rpc.Code.UNIMPLEMENTED</code>. 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>Code.CANCELLED</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationDeleteCall.html" title="google_bigtableadmin2::api::OperationDeleteCall struct">OperationDeleteCall</a></td><td class="docblock-short"><p>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 <code>google.rpc.Code.UNIMPLEMENTED</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationGetCall.html" title="google_bigtableadmin2::api::OperationGetCall struct">OperationGetCall</a></td><td class="docblock-short"><p>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.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationMethods.html" title="google_bigtableadmin2::api::OperationMethods struct">OperationMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>operation</em> resources.
|
||
It is not used directly, but through the <code>BigtableAdmin</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationProjectOperationListCall.html" title="google_bigtableadmin2::api::OperationProjectOperationListCall struct">OperationProjectOperationListCall</a></td><td class="docblock-short"><p>Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns <code>UNIMPLEMENTED</code>. NOTE: the <code>name</code> binding allows API services to override the binding to use different resource name schemes, such as <code>users/*/operations</code>. To override the binding, API services can add a binding such as <code>"/v1/{name=users/*}/operations"</code> 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.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Policy.html" title="google_bigtableadmin2::api::Policy struct">Policy</a></td><td class="docblock-short"><p>An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A <code>Policy</code> is a collection of <code>bindings</code>. A <code>binding</code> binds one or more <code>members</code> to a single <code>role</code>. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). A <code>role</code> is a named list of permissions; each <code>role</code> can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a <code>binding</code> can also specify a <code>condition</code>, which is a logical expression that allows access to a resource only if the expression evaluates to <code>true</code>. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the <a href="https://cloud.google.com/iam/help/conditions/resource-policies">IAM documentation</a>. <strong>JSON example:</strong> { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } <strong>YAML example:</strong> bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a description of IAM and its features, see the <a href="https://cloud.google.com/iam/docs/">IAM documentation</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceAppProfileCreateCall.html" title="google_bigtableadmin2::api::ProjectInstanceAppProfileCreateCall struct">ProjectInstanceAppProfileCreateCall</a></td><td class="docblock-short"><p>Creates an app profile within an instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceAppProfileDeleteCall.html" title="google_bigtableadmin2::api::ProjectInstanceAppProfileDeleteCall struct">ProjectInstanceAppProfileDeleteCall</a></td><td class="docblock-short"><p>Deletes an app profile from an instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceAppProfileGetCall.html" title="google_bigtableadmin2::api::ProjectInstanceAppProfileGetCall struct">ProjectInstanceAppProfileGetCall</a></td><td class="docblock-short"><p>Gets information about an app profile.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceAppProfileListCall.html" title="google_bigtableadmin2::api::ProjectInstanceAppProfileListCall struct">ProjectInstanceAppProfileListCall</a></td><td class="docblock-short"><p>Lists information about app profiles in an instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceAppProfilePatchCall.html" title="google_bigtableadmin2::api::ProjectInstanceAppProfilePatchCall struct">ProjectInstanceAppProfilePatchCall</a></td><td class="docblock-short"><p>Updates an app profile within an instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterBackupCreateCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterBackupCreateCall struct">ProjectInstanceClusterBackupCreateCall</a></td><td class="docblock-short"><p>Starts creating a new Cloud Bigtable Backup. The returned backup long-running operation can be used to track creation of the backup. The metadata field type is CreateBackupMetadata. The response field type is Backup, if successful. Cancelling the returned operation will stop the creation and delete the backup.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterBackupDeleteCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterBackupDeleteCall struct">ProjectInstanceClusterBackupDeleteCall</a></td><td class="docblock-short"><p>Deletes a pending or completed Cloud Bigtable backup.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterBackupGetCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterBackupGetCall struct">ProjectInstanceClusterBackupGetCall</a></td><td class="docblock-short"><p>Gets metadata on a pending or completed Cloud Bigtable Backup.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterBackupGetIamPolicyCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterBackupGetIamPolicyCall struct">ProjectInstanceClusterBackupGetIamPolicyCall</a></td><td class="docblock-short"><p>Gets the access control policy for a Table resource. Returns an empty policy if the resource exists but does not have a policy set.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterBackupListCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterBackupListCall struct">ProjectInstanceClusterBackupListCall</a></td><td class="docblock-short"><p>Lists Cloud Bigtable backups. Returns both completed and pending backups.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterBackupPatchCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterBackupPatchCall struct">ProjectInstanceClusterBackupPatchCall</a></td><td class="docblock-short"><p>Updates a pending or completed Cloud Bigtable Backup.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterBackupSetIamPolicyCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterBackupSetIamPolicyCall struct">ProjectInstanceClusterBackupSetIamPolicyCall</a></td><td class="docblock-short"><p>Sets the access control policy on a Table resource. Replaces any existing policy.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterBackupTestIamPermissionCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterBackupTestIamPermissionCall struct">ProjectInstanceClusterBackupTestIamPermissionCall</a></td><td class="docblock-short"><p>Returns permissions that the caller has on the specified table resource.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterCreateCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterCreateCall struct">ProjectInstanceClusterCreateCall</a></td><td class="docblock-short"><p>Creates a cluster within an instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterDeleteCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterDeleteCall struct">ProjectInstanceClusterDeleteCall</a></td><td class="docblock-short"><p>Deletes a cluster from an instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterGetCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterGetCall struct">ProjectInstanceClusterGetCall</a></td><td class="docblock-short"><p>Gets information about a cluster.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterListCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterListCall struct">ProjectInstanceClusterListCall</a></td><td class="docblock-short"><p>Lists information about clusters in an instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceClusterUpdateCall.html" title="google_bigtableadmin2::api::ProjectInstanceClusterUpdateCall struct">ProjectInstanceClusterUpdateCall</a></td><td class="docblock-short"><p>Updates a cluster within an instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceCreateCall.html" title="google_bigtableadmin2::api::ProjectInstanceCreateCall struct">ProjectInstanceCreateCall</a></td><td class="docblock-short"><p>Create an instance within a project.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceDeleteCall.html" title="google_bigtableadmin2::api::ProjectInstanceDeleteCall struct">ProjectInstanceDeleteCall</a></td><td class="docblock-short"><p>Delete an instance from a project.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceGetCall.html" title="google_bigtableadmin2::api::ProjectInstanceGetCall struct">ProjectInstanceGetCall</a></td><td class="docblock-short"><p>Gets information about an instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceGetIamPolicyCall.html" title="google_bigtableadmin2::api::ProjectInstanceGetIamPolicyCall struct">ProjectInstanceGetIamPolicyCall</a></td><td class="docblock-short"><p>Gets the access control policy for an instance resource. Returns an empty policy if an instance exists but does not have a policy set.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceListCall.html" title="google_bigtableadmin2::api::ProjectInstanceListCall struct">ProjectInstanceListCall</a></td><td class="docblock-short"><p>Lists information about instances in a project.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstancePartialUpdateInstanceCall.html" title="google_bigtableadmin2::api::ProjectInstancePartialUpdateInstanceCall struct">ProjectInstancePartialUpdateInstanceCall</a></td><td class="docblock-short"><p>Partially updates an instance within a project. This method can modify all fields of an Instance and is the preferred way to update an Instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceSetIamPolicyCall.html" title="google_bigtableadmin2::api::ProjectInstanceSetIamPolicyCall struct">ProjectInstanceSetIamPolicyCall</a></td><td class="docblock-short"><p>Sets the access control policy on an instance resource. Replaces any existing policy.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTableCheckConsistencyCall.html" title="google_bigtableadmin2::api::ProjectInstanceTableCheckConsistencyCall struct">ProjectInstanceTableCheckConsistencyCall</a></td><td class="docblock-short"><p>Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTableCreateCall.html" title="google_bigtableadmin2::api::ProjectInstanceTableCreateCall struct">ProjectInstanceTableCreateCall</a></td><td class="docblock-short"><p>Creates a new table in the specified instance. The table can be created with a full set of initial column families, specified in the request.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTableDeleteCall.html" title="google_bigtableadmin2::api::ProjectInstanceTableDeleteCall struct">ProjectInstanceTableDeleteCall</a></td><td class="docblock-short"><p>Permanently deletes a specified table and all of its data.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTableDropRowRangeCall.html" title="google_bigtableadmin2::api::ProjectInstanceTableDropRowRangeCall struct">ProjectInstanceTableDropRowRangeCall</a></td><td class="docblock-short"><p>Permanently drop/delete a row range from a specified table. The request can specify whether to delete all rows in a table, or only those that match a particular prefix.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTableGenerateConsistencyTokenCall.html" title="google_bigtableadmin2::api::ProjectInstanceTableGenerateConsistencyTokenCall struct">ProjectInstanceTableGenerateConsistencyTokenCall</a></td><td class="docblock-short"><p>Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated. The tokens will be available for 90 days.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTableGetCall.html" title="google_bigtableadmin2::api::ProjectInstanceTableGetCall struct">ProjectInstanceTableGetCall</a></td><td class="docblock-short"><p>Gets metadata information about the specified table.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTableGetIamPolicyCall.html" title="google_bigtableadmin2::api::ProjectInstanceTableGetIamPolicyCall struct">ProjectInstanceTableGetIamPolicyCall</a></td><td class="docblock-short"><p>Gets the access control policy for a Table resource. Returns an empty policy if the resource exists but does not have a policy set.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTableListCall.html" title="google_bigtableadmin2::api::ProjectInstanceTableListCall struct">ProjectInstanceTableListCall</a></td><td class="docblock-short"><p>Lists all tables served from a specified instance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTableModifyColumnFamilyCall.html" title="google_bigtableadmin2::api::ProjectInstanceTableModifyColumnFamilyCall struct">ProjectInstanceTableModifyColumnFamilyCall</a></td><td class="docblock-short"><p>Performs a series of column family modifications on the specified table. Either all or none of the modifications will occur before this method returns, but data requests received prior to that point may see a table where only some modifications have taken effect.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTableRestoreCall.html" title="google_bigtableadmin2::api::ProjectInstanceTableRestoreCall struct">ProjectInstanceTableRestoreCall</a></td><td class="docblock-short"><p>Create a new table by restoring from a completed backup. The new table must be in the same instance as the instance containing the backup. The returned table long-running operation can be used to track the progress of the operation, and to cancel it. The metadata field type is RestoreTableMetadata. The response type is Table, if successful.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTableSetIamPolicyCall.html" title="google_bigtableadmin2::api::ProjectInstanceTableSetIamPolicyCall struct">ProjectInstanceTableSetIamPolicyCall</a></td><td class="docblock-short"><p>Sets the access control policy on a Table resource. Replaces any existing policy.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTableTestIamPermissionCall.html" title="google_bigtableadmin2::api::ProjectInstanceTableTestIamPermissionCall struct">ProjectInstanceTableTestIamPermissionCall</a></td><td class="docblock-short"><p>Returns permissions that the caller has on the specified table resource.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceTestIamPermissionCall.html" title="google_bigtableadmin2::api::ProjectInstanceTestIamPermissionCall struct">ProjectInstanceTestIamPermissionCall</a></td><td class="docblock-short"><p>Returns permissions that the caller has on the specified instance resource.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectInstanceUpdateCall.html" title="google_bigtableadmin2::api::ProjectInstanceUpdateCall struct">ProjectInstanceUpdateCall</a></td><td class="docblock-short"><p>Updates an instance within a project. This method updates only the display name and type for an Instance. To update other Instance properties, such as labels, use PartialUpdateInstance.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationGetCall.html" title="google_bigtableadmin2::api::ProjectLocationGetCall struct">ProjectLocationGetCall</a></td><td class="docblock-short"><p>Gets information about a location.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationListCall.html" title="google_bigtableadmin2::api::ProjectLocationListCall struct">ProjectLocationListCall</a></td><td class="docblock-short"><p>Lists information about the supported locations for this service.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectMethods.html" title="google_bigtableadmin2::api::ProjectMethods struct">ProjectMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>project</em> resources.
|
||
It is not used directly, but through the <code>BigtableAdmin</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RestoreInfo.html" title="google_bigtableadmin2::api::RestoreInfo struct">RestoreInfo</a></td><td class="docblock-short"><p>Information about a table restore.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RestoreTableRequest.html" title="google_bigtableadmin2::api::RestoreTableRequest struct">RestoreTableRequest</a></td><td class="docblock-short"><p>The request for RestoreTable.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.SetIamPolicyRequest.html" title="google_bigtableadmin2::api::SetIamPolicyRequest struct">SetIamPolicyRequest</a></td><td class="docblock-short"><p>Request message for <code>SetIamPolicy</code> method.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.SingleClusterRouting.html" title="google_bigtableadmin2::api::SingleClusterRouting struct">SingleClusterRouting</a></td><td class="docblock-short"><p>Unconditionally routes all read/write requests to a specific cluster. This option preserves read-your-writes consistency but does not improve availability.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Split.html" title="google_bigtableadmin2::api::Split struct">Split</a></td><td class="docblock-short"><p>An initial split point for a newly created table.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Status.html" title="google_bigtableadmin2::api::Status struct">Status</a></td><td class="docblock-short"><p>The <code>Status</code> type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by <a href="https://github.com/grpc">gRPC</a>. Each <code>Status</code> message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the <a href="https://cloud.google.com/apis/design/errors">API Design Guide</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Table.html" title="google_bigtableadmin2::api::Table struct">Table</a></td><td class="docblock-short"><p>A collection of user data indexed by row, column, and timestamp. Each table is served using the resources of its parent cluster.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestIamPermissionsRequest.html" title="google_bigtableadmin2::api::TestIamPermissionsRequest struct">TestIamPermissionsRequest</a></td><td class="docblock-short"><p>Request message for <code>TestIamPermissions</code> method.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestIamPermissionsResponse.html" title="google_bigtableadmin2::api::TestIamPermissionsResponse struct">TestIamPermissionsResponse</a></td><td class="docblock-short"><p>Response message for <code>TestIamPermissions</code> method.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Union.html" title="google_bigtableadmin2::api::Union struct">Union</a></td><td class="docblock-short"><p>A GcRule which deletes cells matching any of the given rules.</p>
|
||
</td></tr></table><h2 id="enums" class="section-header"><a href="#enums">Enums</a></h2>
|
||
<table><tr class="module-item"><td><a class="enum" href="enum.Scope.html" title="google_bigtableadmin2::api::Scope enum">Scope</a></td><td class="docblock-short"><p>Identifies the an OAuth2 authorization scope.
|
||
A scope is needed when requesting an
|
||
<a href="https://developers.google.com/youtube/v3/guides/authentication">authorization token</a>.</p>
|
||
</td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><div id="rustdoc-vars" data-root-path="../../" data-current-crate="google_bigtableadmin2"></div>
|
||
<script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html> |