spanner  v1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456789]
 NGoogle
 NApis
 NSpanner
 Nv1
 NData
 CBackupA backup of a Cloud Spanner database.
 CBackupInfoInformation about a backup.
 CBatchCreateSessionsRequestThe request for BatchCreateSessions.
 CBatchCreateSessionsResponseThe response for BatchCreateSessions.
 CBeginTransactionRequestThe request for BeginTransaction.
 CBindingAssociates members with a role.
 CChildLinkMetadata associated with a parent-child relationship appearing in a PlanNode.
 CCommitRequestThe request for Commit.
 CCommitResponseThe response for Commit.
 CCreateBackupMetadataMetadata type for the operation returned by CreateBackup.
 CCreateDatabaseMetadataMetadata type for the operation returned by CreateDatabase.
 CCreateDatabaseRequestThe request for CreateDatabase.
 CCreateInstanceMetadataMetadata type for the operation returned by CreateInstance.
 CCreateInstanceRequestThe request for CreateInstance.
 CCreateSessionRequestThe request for CreateSession.
 CDatabaseA Cloud Spanner database.
 CDeleteArguments to delete operations.
 CEmptyA 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:
 CExecuteBatchDmlRequestThe request for ExecuteBatchDml.
 CExecuteBatchDmlResponseThe response for ExecuteBatchDml. Contains a list of ResultSet messages, one for each DML statement that has successfully executed, in the same order as the statements in the request. If a statement fails, the status in the response body identifies the cause of the failure
 CExecuteSqlRequestThe request for ExecuteSql and ExecuteStreamingSql.
 CExprRepresents 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
 CFieldMessage representing a single field of a struct.
 CGetDatabaseDdlResponseThe response for GetDatabaseDdl.
 CGetIamPolicyRequestRequest message for GetIamPolicy method.
 CGetPolicyOptionsEncapsulates settings provided to GetIamPolicy.
 CInstanceAn isolated set of Cloud Spanner resources on which databases can be hosted.
 CInstanceConfigA possible configuration for a Cloud Spanner instance. Configurations define the geographic placement of nodes and their replication.
 CKeyRangeKeyRange represents a range of rows in a table or index
 CKeySetKeySet defines a collection of Cloud Spanner keys and/or key ranges. All the keys are expected to be in the same table or index. The keys need not be sorted in any particular way
 CListBackupOperationsResponseThe response for ListBackupOperations.
 CListBackupsResponseThe response for ListBackups.
 CListDatabaseOperationsResponseThe response for ListDatabaseOperations.
 CListDatabasesResponseThe response for ListDatabases.
 CListInstanceConfigsResponseThe response for ListInstanceConfigs.
 CListInstancesResponseThe response for ListInstances.
 CListOperationsResponseThe response message for Operations.ListOperations.
 CListSessionsResponseThe response for ListSessions.
 CMutationA modification to one or more Cloud Spanner rows. Mutations can be applied to a Cloud Spanner database by sending them in a Commit call.
 COperationThis resource represents a long-running operation that is the result of a network API call.
 COperationProgressEncapsulates progress related information for a Cloud Spanner long running operation.
 COptimizeRestoredDatabaseMetadataMetadata type for the long-running operation used to track the progress of optimizations performed on a newly restored database. This long-running operation is automatically created by the system after the successful completion of a database restore, and cannot be cancelled.
 CPartialResultSetPartial results from a streaming read or SQL query. Streaming reads and SQL queries better tolerate large result sets, large rows, and large values, but are a little trickier to consume.
 CPartitionInformation returned for each partition returned in a PartitionResponse.
 CPartitionedDmlMessage type to initiate a Partitioned DML transaction.
 CPartitionOptionsOptions for a PartitionQueryRequest and PartitionReadRequest.
 CPartitionQueryRequestThe request for PartitionQuery
 CPartitionReadRequestThe request for PartitionRead
 CPartitionResponseThe response for PartitionQuery or PartitionRead
 CPlanNodeNode information for nodes appearing in a QueryPlan.plan_nodes.
 CPolicyAn Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources
 CQueryOptionsQuery optimizer configuration.
 CQueryPlanContains an ordered list of nodes appearing in the query plan.
 CReadOnlyMessage type to initiate a read-only transaction.
 CReadRequestThe request for Read and StreamingRead.
 CReadWriteMessage type to initiate a read-write transaction. Currently this transaction type has no options.
 CReplicaInfo
 CRestoreDatabaseMetadataMetadata type for the long-running operation returned by RestoreDatabase.
 CRestoreDatabaseRequestThe request for RestoreDatabase.
 CRestoreInfoInformation about the database restore.
 CResultSetResults from Read or ExecuteSql.
 CResultSetMetadataMetadata about a ResultSet or PartialResultSet.
 CResultSetStatsAdditional statistics about a ResultSet or PartialResultSet.
 CRollbackRequestThe request for Rollback.
 CSessionA session in the Cloud Spanner API.
 CSetIamPolicyRequestRequest message for SetIamPolicy method.
 CShortRepresentationCondensed representation of a node and its subtree. Only present for SCALAR PlanNode(s).
 CStatementA single DML statement.
 CStatusThe Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details
 CStructTypeStructType defines the fields of a STRUCT type.
 CTestIamPermissionsRequestRequest message for TestIamPermissions method.
 CTestIamPermissionsResponseResponse message for TestIamPermissions method.
 CTransactionA transaction.
 CTransactionOptions# Transactions
 CTransactionSelectorThis message is used to select the transaction in which a Read or ExecuteSql call runs
 CTypeType indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query.
 CUpdateDatabaseDdlMetadataMetadata type for the operation returned by UpdateDatabaseDdl.
 CUpdateDatabaseDdlRequestEnqueues the given DDL statements to be applied, in order but not necessarily all at once, to the database schema at some point (or points) in the future. The server checks that the statements are executable (syntactically valid, name tables that exist, etc.) before enqueueing them, but they may still fail upon later execution (e.g., if a statement from another batch of statements is applied first and it conflicts in some way, or if there is some data-related problem like a NULL value in a column to which NOT NULL would be added). If a statement fails, all subsequent statements in the batch are automatically cancelled
 CUpdateInstanceMetadataMetadata type for the operation returned by UpdateInstance.
 CUpdateInstanceRequestThe request for UpdateInstance.
 CWriteArguments to insert, update, insert_or_update, and replace operations.
 CProjectsResourceThe "projects" collection of methods.
 CInstanceConfigsResourceThe "instanceConfigs" collection of methods.
 CInstancesResourceThe "instances" collection of methods.
 CSpannerBaseServiceRequestA base abstract class for Spanner requests.
 CSpannerServiceThe Spanner Service.