Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

abortBatch() - Method in interface com.google.cloud.spanner.connection.Connection
Clears all buffered statements in the current batch and ends the batch.
AbortedDueToConcurrentModificationException - Exception in com.google.cloud.spanner
Exception thrown by a Connection when a database operation detects that a transaction has aborted and an internal retry failed because of a concurrent modification.
AbortedException - Exception in com.google.cloud.spanner
Exception thrown by Cloud Spanner when an operation detects that a transaction has aborted.
AbstractLazyInitializer<T> - Class in com.google.cloud.spanner
Generic AbstractLazyInitializer for any heavy-weight object that might throw an exception during initialization.
AbstractLazyInitializer() - Constructor for class com.google.cloud.spanner.AbstractLazyInitializer
 
AbstractStatementParser - Class in com.google.cloud.spanner.connection
Internal class for the Spanner Connection API.
AbstractStatementParser.ParametersInfo - Class in com.google.cloud.spanner.connection
Parameter information with positional parameters translated to named parameters.
AbstractStatementParser.ParsedStatement - Class in com.google.cloud.spanner.connection
A statement that has been parsed
AbstractStatementParser.StatementType - Enum in com.google.cloud.spanner.connection
The type of statement that has been recognized by the parser.
AbstractStructReader - Class in com.google.cloud.spanner
Base class for assisting StructReader implementations.
AbstractStructReader() - Constructor for class com.google.cloud.spanner.AbstractStructReader
 
add(Value) - Method in class com.google.cloud.spanner.Struct.Builder
Adds a new unnamed field fieldName with the given value.
addAllBackups(Iterable<? extends Backup>) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
addAllChildLinks(Iterable<? extends PlanNode.ChildLink>) - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
addAllColumns(Iterable<String>) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
addAllColumns(Iterable<String>) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
addAllColumns(Iterable<String>) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
addAllCommitTimestamps(Iterable<? extends Timestamp>) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
addAllDatabases(Iterable<? extends Database>) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
addAllEncryptionInfo(Iterable<? extends EncryptionInfo>) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
addAllEndpointUris(Iterable<String>) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Deprecated.
addAllExtraStatements(Iterable<String>) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
addAllFields(Iterable<? extends StructType.Field>) - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
addAllInstanceConfigs(Iterable<? extends InstanceConfig>) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
addAllInstances(Iterable<? extends Instance>) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
addAllKeys(Iterable<? extends ListValue>) - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
addAllLeaderOptions(Iterable<String>) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
addAllMutations(Iterable<? extends Mutation>) - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
addAllOperations(Iterable<? extends Operation>) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
addAllOperations(Iterable<? extends Operation>) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
addAllPartitions(Iterable<? extends Partition>) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
addAllPlanNodes(Iterable<? extends PlanNode>) - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
addAllProgress(Iterable<? extends OperationProgress>) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
addAllRanges(Iterable<? extends KeyRange>) - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
addAllReferencingBackups(List<String>) - Method in class com.google.cloud.spanner.BackupInfo.Builder
Output Only.
addAllReferencingBackups(Iterable<String>) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
addAllReferencingDatabases(Iterable<String>) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
addAllReplicas(Iterable<? extends ReplicaInfo>) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
addAllResultSets(Iterable<? extends ResultSet>) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
addAllRows(Iterable<? extends ListValue>) - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
addAllSession(Iterable<? extends Session>) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
addAllSessions(Iterable<? extends Session>) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
addAllStatements(Iterable<String>) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
A list of formatted DDL statements defining the schema of the database specified in the request.
addAllStatements(Iterable<String>) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
For an update this list contains all the statements.
addAllStatements(Iterable<String>) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
addAllStatements(Iterable<? extends ExecuteBatchDmlRequest.Statement>) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
addAllValues(Iterable<? extends ListValue>) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
addAllValues(Iterable<? extends Value>) - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
addBackups(Backup) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
addBackups(int, Backup) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
addBackups(Backup.Builder) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
addBackups(int, Backup.Builder) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
addBackupsBuilder() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
addBackupsBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
addChildLinks(PlanNode.ChildLink) - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
addChildLinks(int, PlanNode.ChildLink) - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
addChildLinks(PlanNode.ChildLink.Builder) - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
addChildLinks(int, PlanNode.ChildLink.Builder) - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
addChildLinksBuilder() - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
addChildLinksBuilder(int) - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
addColumns(String) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
addColumns(String) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
addColumns(String) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
addColumnsBytes(ByteString) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
addColumnsBytes(ByteString) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
addColumnsBytes(ByteString) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
addCommitTimestamps(Timestamp) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
addCommitTimestamps(int, Timestamp) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
addCommitTimestamps(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
addCommitTimestamps(int, Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
addCommitTimestampsBuilder() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
addCommitTimestampsBuilder(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
addDatabases(Database) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
addDatabases(int, Database) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
addDatabases(Database.Builder) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
addDatabases(int, Database.Builder) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
addDatabasesBuilder() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
addDatabasesBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
addEncryptionInfo(EncryptionInfo) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
addEncryptionInfo(int, EncryptionInfo) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
addEncryptionInfo(EncryptionInfo.Builder) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
addEncryptionInfo(int, EncryptionInfo.Builder) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
addEncryptionInfoBuilder() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
addEncryptionInfoBuilder(int) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
addEndpointUris(String) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Deprecated.
addEndpointUrisBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Deprecated.
addExtraStatements(String) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
addExtraStatementsBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
addFields(StructType.Field) - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
addFields(int, StructType.Field) - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
addFields(StructType.Field.Builder) - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
addFields(int, StructType.Field.Builder) - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
addFieldsBuilder() - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
addFieldsBuilder(int) - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
addInstanceConfigs(InstanceConfig) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
addInstanceConfigs(int, InstanceConfig) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
addInstanceConfigs(InstanceConfig.Builder) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
addInstanceConfigs(int, InstanceConfig.Builder) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
addInstanceConfigsBuilder() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
addInstanceConfigsBuilder(int) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
addInstances(Instance) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
addInstances(int, Instance) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
addInstances(Instance.Builder) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
addInstances(int, Instance.Builder) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
addInstancesBuilder() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
addInstancesBuilder(int) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
addKey(Key) - Method in class com.google.cloud.spanner.KeySet.Builder
Adds a key to the key set.
addKeys(ListValue) - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
addKeys(int, ListValue) - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
addKeys(ListValue.Builder) - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
addKeys(int, ListValue.Builder) - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
addKeysBuilder() - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
addKeysBuilder(int) - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
addLabel(String, String) - Method in class com.google.cloud.spanner.Instance.Builder
 
addLabel(String, String) - Method in class com.google.cloud.spanner.InstanceInfo.Builder
 
addLeaderOptions(String) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
addLeaderOptionsBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
addMutations(Mutation) - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
addMutations(int, Mutation) - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
addMutations(Mutation.Builder) - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
addMutations(int, Mutation.Builder) - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
addMutationsBuilder() - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
addMutationsBuilder(int) - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
addOperations(Operation) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
addOperations(int, Operation) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
addOperations(Operation.Builder) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
addOperations(int, Operation.Builder) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
addOperations(Operation) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
addOperations(int, Operation) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
addOperations(Operation.Builder) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
addOperations(int, Operation.Builder) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
addOperationsBuilder() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
addOperationsBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
addOperationsBuilder() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
addOperationsBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
addPartitions(Partition) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
addPartitions(int, Partition) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
addPartitions(Partition.Builder) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
addPartitions(int, Partition.Builder) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
addPartitionsBuilder() - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
addPartitionsBuilder(int) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
addPlanNodes(PlanNode) - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
addPlanNodes(int, PlanNode) - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
addPlanNodes(PlanNode.Builder) - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
addPlanNodes(int, PlanNode.Builder) - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
addPlanNodesBuilder() - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
addPlanNodesBuilder(int) - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
addProgress(OperationProgress) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
addProgress(int, OperationProgress) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
addProgress(OperationProgress.Builder) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
addProgress(int, OperationProgress.Builder) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
addProgressBuilder() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
addProgressBuilder(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
addRange(KeyRange) - Method in class com.google.cloud.spanner.KeySet.Builder
Adds a range to the key set.
addRanges(KeyRange) - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
addRanges(int, KeyRange) - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
addRanges(KeyRange.Builder) - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
addRanges(int, KeyRange.Builder) - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
addRangesBuilder() - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
addRangesBuilder(int) - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
addReferencingBackups(String) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
addReferencingBackupsBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
addReferencingDatabases(String) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
addReferencingDatabasesBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.CommitRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.CommitResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.KeyRange.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.KeySet.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Mutation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Partition.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PlanNode.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.QueryPlan.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ReadRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.RequestOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ResultSet.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Session.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.StructType.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.StructType.Field.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Transaction.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Type.Builder
 
addReplicas(ReplicaInfo) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
addReplicas(int, ReplicaInfo) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
addReplicas(ReplicaInfo.Builder) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
addReplicas(int, ReplicaInfo.Builder) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
addReplicasBuilder() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
addReplicasBuilder(int) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
addResultSets(ResultSet) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
addResultSets(int, ResultSet) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
addResultSets(ResultSet.Builder) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
addResultSets(int, ResultSet.Builder) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
addResultSetsBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
addResultSetsBuilder(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
addRows(ListValue) - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
addRows(int, ListValue) - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
addRows(ListValue.Builder) - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
addRows(int, ListValue.Builder) - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
addRowsBuilder() - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
addRowsBuilder(int) - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
addSession(Session) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
addSession(int, Session) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
addSession(Session.Builder) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
addSession(int, Session.Builder) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
addSessionBuilder() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
addSessionBuilder(int) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
addSessions(Session) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
addSessions(int, Session) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
addSessions(Session.Builder) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
addSessions(int, Session.Builder) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
addSessionsBuilder() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
addSessionsBuilder(int) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
addStatements(String) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
A list of formatted DDL statements defining the schema of the database specified in the request.
addStatements(String) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
For an update this list contains all the statements.
addStatements(String) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
addStatements(ExecuteBatchDmlRequest.Statement) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
addStatements(int, ExecuteBatchDmlRequest.Statement) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
addStatements(ExecuteBatchDmlRequest.Statement.Builder) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
addStatements(int, ExecuteBatchDmlRequest.Statement.Builder) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
addStatementsBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
addStatementsBuilder(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
addStatementsBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
A list of formatted DDL statements defining the schema of the database specified in the request.
addStatementsBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
For an update this list contains all the statements.
addStatementsBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
addTransactionRetryListener(TransactionRetryListener) - Method in interface com.google.cloud.spanner.connection.Connection
Add a TransactionRetryListener to this Connection for testing and logging purposes.
addValues(ListValue) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
addValues(int, ListValue) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
addValues(ListValue.Builder) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
addValues(int, ListValue.Builder) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
addValues(Value) - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
addValues(int, Value) - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
addValues(Value.Builder) - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
addValues(int, Value.Builder) - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
addValuesBuilder() - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
addValuesBuilder(int) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
addValuesBuilder() - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
addValuesBuilder(int) - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
AdminRequestsPerMinuteExceededException - Exception in com.google.cloud.spanner
Exception thrown by Cloud Spanner the number of administrative requests per minute has been exceeded.
afterDays(int) - Static method in class com.google.cloud.spanner.testing.TimestampHelper
 
afterMinutes(int) - Static method in class com.google.cloud.spanner.testing.TimestampHelper
 
all() - Static method in class com.google.cloud.spanner.KeySet
Creates a key set that will retrieve all rows of a table or index.
ALL_FIELD_NUMBER - Static variable in class com.google.spanner.v1.KeySet
 
allowNestedTransaction() - Method in interface com.google.cloud.spanner.TransactionRunner
Allows overriding the default behaviour of blocking nested transactions.
analyzeQuery(Statement, ReadContext.QueryAnalyzeMode) - Method in interface com.google.cloud.spanner.connection.Connection
Analyzes a query or a DML statement and returns query plan and/or query execution statistics information.
analyzeQuery(Statement, ReadContext.QueryAnalyzeMode) - Method in interface com.google.cloud.spanner.ReadContext
Analyzes a query and returns query plan and/or query execution statistics information.
analyzeQuery(ReadContext, ReadContext.QueryAnalyzeMode) - Method in class com.google.cloud.spanner.Statement
Analyzes the query in context.
analyzeUpdate(Statement, ReadContext.QueryAnalyzeMode) - Method in interface com.google.cloud.spanner.connection.Connection
Analyzes a DML statement and returns query plan and/or execution statistics information.
analyzeUpdate(Statement, ReadContext.QueryAnalyzeMode, Options.UpdateOption...) - Method in interface com.google.cloud.spanner.TransactionContext
Analyzes a DML statement and returns query plan and/or execution statistics information.
append(Boolean) - Method in class com.google.cloud.spanner.Key.Builder
Appends a BOOL value to the key.
append(long) - Method in class com.google.cloud.spanner.Key.Builder
Appends an INT64 value to the key.
append(Long) - Method in class com.google.cloud.spanner.Key.Builder
Appends an INT64 value to the key.
append(double) - Method in class com.google.cloud.spanner.Key.Builder
Appends a FLOAT64 value to the key.
append(Double) - Method in class com.google.cloud.spanner.Key.Builder
Appends a FLOAT64 value to the key.
append(BigDecimal) - Method in class com.google.cloud.spanner.Key.Builder
Appends a NUMERIC value to the key.
append(String) - Method in class com.google.cloud.spanner.Key.Builder
Appends a STRING value to the key.
append(ByteArray) - Method in class com.google.cloud.spanner.Key.Builder
Appends a BYTES value to the key.
append(Timestamp) - Method in class com.google.cloud.spanner.Key.Builder
Appends a TIMESTAMP value to the key
append(Date) - Method in class com.google.cloud.spanner.Key.Builder
Appends a DATE value to the key
append(String) - Method in class com.google.cloud.spanner.Statement.Builder
Appends sqlFragment to the statement.
appendObject(Object) - Method in class com.google.cloud.spanner.Key.Builder
Appends an object following the same conversion rules as Key.of(Object...).
apply(TransactionContext, I) - Method in interface com.google.cloud.spanner.AsyncTransactionManager.AsyncTransactionFunction
This method is called when this transaction step is executed.
apply(Throwable) - Method in class com.google.cloud.spanner.IsRetryableInternalError
 
apply(Throwable) - Method in class com.google.cloud.spanner.IsSslHandshakeException
 
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
APPROXIMATE_LAST_USE_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Session
 
array(Type) - Static method in class com.google.cloud.spanner.Type
Returns a descriptor for an array of elementType.
ARRAY_ELEMENT_TYPE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Type
 
ARRAY_VALUE - Static variable in enum com.google.spanner.v1.TypeCode
Encoded as `list`, where the list elements are represented according to [array_element_type][google.spanner.v1.Type.array_element_type].
asMap() - Method in class com.google.cloud.spanner.Mutation
For all types except Mutation.Op.DELETE, constructs a map from column name to value.
asSpannerException(Throwable) - Static method in class com.google.cloud.spanner.SpannerExceptionFactory
Converts the given Throwable to a SpannerException.
asyncClose() - Method in interface com.google.cloud.spanner.Session
Closes the session asynchronously and returns the ApiFuture that can be used to monitor the operation progress.
asyncDeleteSession(String, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
asyncDeleteSession(String, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
AsyncResultSet - Interface in com.google.cloud.spanner
Interface for result sets returned by async query methods.
AsyncResultSet.CallbackResponse - Enum in com.google.cloud.spanner
 
AsyncResultSet.CursorState - Enum in com.google.cloud.spanner
Response code from tryNext().
AsyncResultSet.ReadyCallback - Interface in com.google.cloud.spanner
Interface for receiving asynchronous callbacks when new data is ready.
AsyncRunner - Interface in com.google.cloud.spanner
 
AsyncRunner.AsyncWork<R> - Interface in com.google.cloud.spanner
Functional interface for executing a read/write transaction asynchronously that returns a result of type R.
AsyncStatementResult - Interface in com.google.cloud.spanner.connection
 
AsyncTransactionManager - Interface in com.google.cloud.spanner
An interface for managing the life cycle of a read write transaction including all its retries.
AsyncTransactionManager.AsyncTransactionFunction<I,O> - Interface in com.google.cloud.spanner
Each step in a transaction chain is defined by an AsyncTransactionManager.AsyncTransactionFunction.
AsyncTransactionManager.AsyncTransactionStep<I,O> - Interface in com.google.cloud.spanner
AsyncTransactionManager.AsyncTransactionStep is returned by TransactionContextFuture#then(AsyncTransactionFunction) and AsyncTransactionStep#then(AsyncTransactionFunction) and allows transaction steps that should be executed serially to be chained together.
AsyncTransactionManager.CommitTimestampFuture - Interface in com.google.cloud.spanner
ApiFuture that returns the commit Timestamp of a Cloud Spanner transaction that is executed using an AsyncTransactionManager.
AsyncTransactionManager.TransactionContextFuture - Interface in com.google.cloud.spanner
ApiFuture that returns a TransactionContext and that supports chaining of multiple AsyncTransactionManager.TransactionContextFutures to form a transaction.
AUTOCOMMIT_PROPERTY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
Name of the 'autocommit' connection property.
AutocommitDmlMode - Enum in com.google.cloud.spanner.connection
Enum used to define the behavior of DML statements in autocommit mode
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.spanner.v1.SpannerClient
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 

B

Backup - Class in com.google.cloud.spanner
Represents a Cloud Spanner database backup.
backup(Backup) - Method in class com.google.cloud.spanner.Database
Backs up this database to the location specified by the Backup.
Backup - Class in com.google.spanner.admin.database.v1
A backup of a Cloud Spanner database.
Backup.Builder - Class in com.google.cloud.spanner
 
Backup.Builder - Class in com.google.spanner.admin.database.v1
A backup of a Cloud Spanner database.
Backup.State - Enum in com.google.spanner.admin.database.v1
Indicates the current state of the backup.
BACKUP_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.BackupInfo
 
BACKUP_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
BACKUP_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
BACKUP_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
BACKUP_ID_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
BACKUP_ID_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
BACKUP_INFO_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
BACKUP_INFO_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreInfo
 
BACKUP_VALUE - Static variable in enum com.google.spanner.admin.database.v1.RestoreSourceType
A backup was used as the source of the restore.
BackupEncryptionConfig - Interface in com.google.cloud.spanner.encryption
Marker interface for encryption configurations that can be applied on backups.
BackupId - Class in com.google.cloud.spanner
Represents an id of a Cloud Spanner backup resource.
BackupInfo - Class in com.google.cloud.spanner
Represents a Cloud Spanner database backup.
BackupInfo - Class in com.google.spanner.admin.database.v1
Information about a backup.
BackupInfo.Builder - Class in com.google.cloud.spanner
 
BackupInfo.Builder - Class in com.google.spanner.admin.database.v1
Information about a backup.
BackupInfo.State - Enum in com.google.cloud.spanner
State of the backup.
BackupInfoOrBuilder - Interface in com.google.spanner.admin.database.v1
 
BackupName - Class in com.google.spanner.admin.database.v1
 
BackupName() - Constructor for class com.google.spanner.admin.database.v1.BackupName
Deprecated.
BackupName.Builder - Class in com.google.spanner.admin.database.v1
Builder for projects/{project}/instances/{instance}/backups/{backup}.
BackupOrBuilder - Interface in com.google.spanner.admin.database.v1
 
BackupProto - Class in com.google.spanner.admin.database.v1
 
BACKUPS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
BatchClient - Interface in com.google.cloud.spanner
Interface for the Batch Client that is used to read data from a Cloud Spanner database.
BatchClientImpl - Class in com.google.cloud.spanner
Default implementation for Batch Client interface.
batchCreateSessions(String, int, Map<String, String>, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
batchCreateSessions(String, int, Map<String, String>, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
batchCreateSessions(DatabaseName, int) - Method in class com.google.cloud.spanner.v1.SpannerClient
Creates multiple new sessions.
batchCreateSessions(String, int) - Method in class com.google.cloud.spanner.v1.SpannerClient
Creates multiple new sessions.
batchCreateSessions(BatchCreateSessionsRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Creates multiple new sessions.
batchCreateSessions(BatchCreateSessionsRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Creates multiple new sessions.
batchCreateSessions(BatchCreateSessionsRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Creates multiple new sessions.
batchCreateSessions(BatchCreateSessionsRequest, StreamObserver<BatchCreateSessionsResponse>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Creates multiple new sessions.
batchCreateSessions(BatchCreateSessionsRequest, StreamObserver<BatchCreateSessionsResponse>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Creates multiple new sessions.
batchCreateSessionsCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Creates multiple new sessions.
batchCreateSessionsCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
batchCreateSessionsCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
BatchCreateSessionsRequest - Class in com.google.spanner.v1
The request for [BatchCreateSessions][google.spanner.v1.Spanner.BatchCreateSessions].
BatchCreateSessionsRequest.Builder - Class in com.google.spanner.v1
The request for [BatchCreateSessions][google.spanner.v1.Spanner.BatchCreateSessions].
BatchCreateSessionsRequestOrBuilder - Interface in com.google.spanner.v1
 
BatchCreateSessionsResponse - Class in com.google.spanner.v1
The response for [BatchCreateSessions][google.spanner.v1.Spanner.BatchCreateSessions].
BatchCreateSessionsResponse.Builder - Class in com.google.spanner.v1
The response for [BatchCreateSessions][google.spanner.v1.Spanner.BatchCreateSessions].
BatchCreateSessionsResponseOrBuilder - Interface in com.google.spanner.v1
 
batchCreateSessionsSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to batchCreateSessions.
batchCreateSessionsSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to batchCreateSessions.
batchCreateSessionsSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to batchCreateSessions.
batchCreateSessionsSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to batchCreateSessions.
batchReadOnlyTransaction(TimestampBound) - Method in interface com.google.cloud.spanner.BatchClient
Returns a BatchReadOnlyTransaction context in which multiple reads and/or queries can be performed.
batchReadOnlyTransaction(BatchTransactionId) - Method in interface com.google.cloud.spanner.BatchClient
Returns a BatchReadOnlyTransaction context in which multiple reads and/or queries can be performed.
batchReadOnlyTransaction(TimestampBound) - Method in class com.google.cloud.spanner.BatchClientImpl
 
batchReadOnlyTransaction(BatchTransactionId) - Method in class com.google.cloud.spanner.BatchClientImpl
 
BatchReadOnlyTransaction - Interface in com.google.cloud.spanner
BatchReadOnlyTransaction can be configured to read at timestamps in the past and allows for exporting arbitrarily large amounts of data from Cloud Spanner databases.
BatchTransactionId - Class in com.google.cloud.spanner
BatchTransactionId is unique identifier for BatchReadOnlyTransaction.
batchUpdate(Iterable<Statement>, Options.UpdateOption...) - Method in interface com.google.cloud.spanner.TransactionContext
Executes a list of DML statements in a single request.
batchUpdateAsync(Iterable<Statement>, Options.UpdateOption...) - Method in interface com.google.cloud.spanner.TransactionContext
Same as #batchUpdate(Iterable), but is guaranteed to be non-blocking.
begin() - Method in interface com.google.cloud.spanner.TransactionManager
Creates a new read write transaction.
BEGIN_FIELD_NUMBER - Static variable in class com.google.spanner.v1.TransactionSelector
 
beginAsync() - Method in interface com.google.cloud.spanner.AsyncTransactionManager
Creates a new read write transaction.
beginTransaction() - Method in interface com.google.cloud.spanner.connection.Connection
Begins a new transaction for this connection.
beginTransaction(BeginTransactionRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
beginTransaction(BeginTransactionRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
beginTransaction(SessionName, TransactionOptions) - Method in class com.google.cloud.spanner.v1.SpannerClient
Begins a new transaction.
beginTransaction(String, TransactionOptions) - Method in class com.google.cloud.spanner.v1.SpannerClient
Begins a new transaction.
beginTransaction(BeginTransactionRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Begins a new transaction.
beginTransaction(BeginTransactionRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Begins a new transaction.
beginTransaction(BeginTransactionRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Begins a new transaction.
beginTransaction(BeginTransactionRequest, StreamObserver<Transaction>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Begins a new transaction.
beginTransaction(BeginTransactionRequest, StreamObserver<Transaction>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Begins a new transaction.
beginTransactionAsync() - Method in interface com.google.cloud.spanner.connection.Connection
Begins a new transaction for this connection.
beginTransactionAsync(BeginTransactionRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
beginTransactionAsync(BeginTransactionRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
beginTransactionCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Begins a new transaction.
beginTransactionCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
beginTransactionCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
BeginTransactionRequest - Class in com.google.spanner.v1
The request for [BeginTransaction][google.spanner.v1.Spanner.BeginTransaction].
BeginTransactionRequest.Builder - Class in com.google.spanner.v1
The request for [BeginTransaction][google.spanner.v1.Spanner.BeginTransaction].
BeginTransactionRequestOrBuilder - Interface in com.google.spanner.v1
 
beginTransactionSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to beginTransaction.
beginTransactionSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to beginTransaction.
beginTransactionSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to beginTransaction.
beginTransactionSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to beginTransaction.
bind(String) - Method in class com.google.cloud.spanner.Statement.Builder
Returns a binder to bind the value of the query parameter parameter.
bindService() - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
 
bindService() - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminImplBase
 
bindService() - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
 
bool() - Static method in class com.google.cloud.spanner.Type
Returns the descriptor for the BOOL type.
bool(Boolean) - Static method in class com.google.cloud.spanner.Value
Returns a BOOL value.
bool(boolean) - Static method in class com.google.cloud.spanner.Value
Returns a BOOL value.
BOOL_VALUE - Static variable in enum com.google.spanner.v1.TypeCode
Encoded as JSON `true` or `false`.
boolArray(boolean[]) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<BOOL> value.
boolArray(boolean[], int, int) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<BOOL> value that takes its elements from a region of an array.
boolArray(Iterable<Boolean>) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<BOOL> value.
buffer(Mutation) - Method in interface com.google.cloud.spanner.TransactionContext
Buffers a single mutation to be applied if the transaction commits successfully.
buffer(Iterable<Mutation>) - Method in interface com.google.cloud.spanner.TransactionContext
Buffers mutations to be applied if the transaction commits successfully.
bufferAsync(Mutation) - Method in interface com.google.cloud.spanner.TransactionContext
Same as TransactionContext.buffer(Mutation), but is guaranteed to be non-blocking.
bufferAsync(Iterable<Mutation>) - Method in interface com.google.cloud.spanner.TransactionContext
Same as TransactionContext.buffer(Iterable), but is guaranteed to be non-blocking.
bufferedWrite(Mutation) - Method in interface com.google.cloud.spanner.connection.Connection
Buffers the given mutation locally on the current transaction of this Connection.
bufferedWrite(Iterable<Mutation>) - Method in interface com.google.cloud.spanner.connection.Connection
Buffers the given mutations locally on the current transaction of this Connection.
bufferRows(int) - Static method in class com.google.cloud.spanner.Options
 
build() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
 
build() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
 
build() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
 
build() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
 
build() - Method in class com.google.cloud.spanner.Backup.Builder
 
build() - Method in class com.google.cloud.spanner.BackupInfo.Builder
Builds the backup from this builder.
build() - Method in class com.google.cloud.spanner.connection.ConnectionOptions.Builder
 
build() - Method in class com.google.cloud.spanner.Database.Builder
 
build() - Method in class com.google.cloud.spanner.DatabaseInfo.Builder
Builds the database from this builder.
build() - Method in class com.google.cloud.spanner.Instance.Builder
 
build() - Method in class com.google.cloud.spanner.InstanceInfo.Builder
 
build() - Method in class com.google.cloud.spanner.Key.Builder
 
build() - Method in class com.google.cloud.spanner.KeyRange.Builder
 
build() - Method in class com.google.cloud.spanner.KeySet.Builder
 
build() - Method in class com.google.cloud.spanner.Mutation.WriteBuilder
Returns a newly created Mutation based on the contents of the Builder.
build() - Method in class com.google.cloud.spanner.PartitionOptions.Builder
 
build() - Method in class com.google.cloud.spanner.ReplicaInfo.BuilderImpl
 
build() - Method in class com.google.cloud.spanner.Restore.Builder
 
build() - Method in class com.google.cloud.spanner.SessionPoolOptions.Builder
Build a SessionPoolOption object
build() - Method in class com.google.cloud.spanner.SpannerOptions.Builder
 
build() - Method in class com.google.cloud.spanner.Statement.Builder
Builds the Statement.
build() - Method in class com.google.cloud.spanner.Struct.Builder
 
build() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
 
build() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.BackupName.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
build(Channel, CallOptions) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
 
build(Channel, CallOptions) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
 
build() - Method in class com.google.spanner.admin.database.v1.DatabaseName.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.InstanceName.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
build() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
build(Channel, CallOptions) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminFutureStub
 
build(Channel, CallOptions) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminStub
 
build() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.InstanceName.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.ProjectName.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
build() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
build() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
build() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
build() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
build() - Method in class com.google.spanner.v1.CommitRequest.Builder
 
build() - Method in class com.google.spanner.v1.CommitResponse.Builder
 
build() - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
build() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
build() - Method in class com.google.spanner.v1.DatabaseName.Builder
 
build() - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
build() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
build() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
build() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
build() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
build() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
build() - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
build() - Method in class com.google.spanner.v1.KeyRange.Builder
 
build() - Method in class com.google.spanner.v1.KeySet.Builder
 
build() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
build() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
build() - Method in class com.google.spanner.v1.Mutation.Builder
 
build() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
build() - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
build() - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
build() - Method in class com.google.spanner.v1.Partition.Builder
 
build() - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
build() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
build() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
build() - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
build() - Method in class com.google.spanner.v1.PlanNode.Builder
 
build() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
build() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
build() - Method in class com.google.spanner.v1.QueryPlan.Builder
 
build() - Method in class com.google.spanner.v1.ReadRequest.Builder
 
build() - Method in class com.google.spanner.v1.RequestOptions.Builder
 
build() - Method in class com.google.spanner.v1.ResultSet.Builder
 
build() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
build() - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
build() - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
build() - Method in class com.google.spanner.v1.Session.Builder
 
build() - Method in class com.google.spanner.v1.SessionName.Builder
 
build(Channel, CallOptions) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
 
build(Channel, CallOptions) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
 
build() - Method in class com.google.spanner.v1.StructType.Builder
 
build() - Method in class com.google.spanner.v1.StructType.Field.Builder
 
build() - Method in class com.google.spanner.v1.Transaction.Builder
 
build() - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
build() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
build() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
build() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
build() - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
build() - Method in class com.google.spanner.v1.Type.Builder
 
Builder() - Constructor for class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
 
Builder(DatabaseAdminSettings) - Constructor for class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
 
Builder(DatabaseAdminStubSettings.Builder) - Constructor for class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
 
Builder() - Constructor for class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
 
Builder(DatabaseAdminStubSettings) - Constructor for class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
 
Builder() - Constructor for class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
 
Builder(InstanceAdminSettings) - Constructor for class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
 
Builder(InstanceAdminStubSettings.Builder) - Constructor for class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
 
Builder() - Constructor for class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
 
Builder(InstanceAdminStubSettings) - Constructor for class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
 
Builder() - Constructor for class com.google.cloud.spanner.BackupInfo.Builder
 
Builder() - Constructor for class com.google.cloud.spanner.DatabaseInfo.Builder
 
Builder() - Constructor for class com.google.cloud.spanner.InstanceInfo.Builder
 
Builder(BackupId, DatabaseId) - Constructor for class com.google.cloud.spanner.Restore.Builder
 
Builder() - Constructor for class com.google.cloud.spanner.SessionPoolOptions.Builder
 
Builder() - Constructor for class com.google.cloud.spanner.v1.SpannerSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.spanner.v1.SpannerSettings.Builder
 
Builder(SpannerSettings) - Constructor for class com.google.cloud.spanner.v1.SpannerSettings.Builder
 
Builder(SpannerStubSettings.Builder) - Constructor for class com.google.cloud.spanner.v1.SpannerSettings.Builder
 
Builder() - Constructor for class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
 
Builder(SpannerStubSettings) - Constructor for class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
 
Builder() - Constructor for class com.google.spanner.admin.database.v1.BackupName.Builder
 
Builder() - Constructor for class com.google.spanner.admin.database.v1.CryptoKeyName.Builder
 
Builder() - Constructor for class com.google.spanner.admin.database.v1.CryptoKeyVersionName.Builder
 
Builder() - Constructor for class com.google.spanner.admin.database.v1.DatabaseName.Builder
 
Builder() - Constructor for class com.google.spanner.admin.database.v1.InstanceName.Builder
 
Builder() - Constructor for class com.google.spanner.admin.instance.v1.InstanceConfigName.Builder
 
Builder() - Constructor for class com.google.spanner.admin.instance.v1.InstanceName.Builder
 
Builder() - Constructor for class com.google.spanner.admin.instance.v1.ProjectName.Builder
 
Builder() - Constructor for class com.google.spanner.v1.DatabaseName.Builder
 
Builder() - Constructor for class com.google.spanner.v1.SessionName.Builder
 
BuilderImpl() - Constructor for class com.google.cloud.spanner.ReplicaInfo.BuilderImpl
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
buildPartial() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
buildPartial() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
buildPartial() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.CommitRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.CommitResponse.Builder
 
buildPartial() - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
buildPartial() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
buildPartial() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
buildPartial() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
buildPartial() - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.KeyRange.Builder
 
buildPartial() - Method in class com.google.spanner.v1.KeySet.Builder
 
buildPartial() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
buildPartial() - Method in class com.google.spanner.v1.Mutation.Builder
 
buildPartial() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
buildPartial() - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
buildPartial() - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
buildPartial() - Method in class com.google.spanner.v1.Partition.Builder
 
buildPartial() - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
buildPartial() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
buildPartial() - Method in class com.google.spanner.v1.PlanNode.Builder
 
buildPartial() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
buildPartial() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
buildPartial() - Method in class com.google.spanner.v1.QueryPlan.Builder
 
buildPartial() - Method in class com.google.spanner.v1.ReadRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.RequestOptions.Builder
 
buildPartial() - Method in class com.google.spanner.v1.ResultSet.Builder
 
buildPartial() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
buildPartial() - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
buildPartial() - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
buildPartial() - Method in class com.google.spanner.v1.Session.Builder
 
buildPartial() - Method in class com.google.spanner.v1.StructType.Builder
 
buildPartial() - Method in class com.google.spanner.v1.StructType.Field.Builder
 
buildPartial() - Method in class com.google.spanner.v1.Transaction.Builder
 
buildPartial() - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
buildPartial() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
buildPartial() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
buildPartial() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
buildPartial() - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
buildPartial() - Method in class com.google.spanner.v1.Type.Builder
 
bytes() - Static method in class com.google.cloud.spanner.Type
Returns the descriptor for the BYTES type: a variable-length byte string.
bytes(ByteArray) - Static method in class com.google.cloud.spanner.Value
Returns a BYTES value.
BYTES_VALUE - Static variable in enum com.google.spanner.v1.TypeCode
Encoded as a base64-encoded `string`, as described in RFC 4648, section 4.
bytesArray(Iterable<ByteArray>) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<BYTES> value.

C

CALL_CONTEXT_CONFIGURATOR_KEY - Static variable in class com.google.cloud.spanner.SpannerOptions
Context key for the SpannerOptions.CallContextConfigurator to use.
cancel() - Method in interface com.google.cloud.spanner.AsyncResultSet
Attempt to cancel this operation and free all resources.
cancel() - Method in interface com.google.cloud.spanner.connection.Connection
Cancels the currently running statement on this Connection (if any).
cancel() - Method in class com.google.cloud.spanner.ForwardingAsyncResultSet
 
cancel(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc.StreamingCall
Cancels the call.
CANCEL_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
CANCEL_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
CANCEL_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
CANCEL_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
CANCEL_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
cancelOperation(String) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Cancels the specified long-running operation.
cancelOperation(String) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Cancels the specified long-running operation.
cancelOperation(String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
cancelOperation(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Cancels the specified long-running operation.
CHANNEL_PROVIDER_PROPERTY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
Name of the 'channelProvider' connection property.
checkNonNull(int, Object) - Method in class com.google.cloud.spanner.AbstractStructReader
 
checkValidState() - Method in class com.google.cloud.spanner.ForwardingStructReader
Called before each forwarding call to allow sub classes to do additional state checking.
CHILD_INDEX_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PlanNode.ChildLink
 
CHILD_LINKS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PlanNode
 
CHUNKED_VALUE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartialResultSet
 
cleanup() - Method in interface com.google.cloud.spanner.BatchReadOnlyTransaction
Closes the session as part of the cleanup.
cleanUp() - Method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
Deletes all the databases created via createTestDatabase.
clear() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
clear() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
clear() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
clear() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
clear() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
clear() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
clear() - Method in class com.google.spanner.v1.CommitRequest.Builder
 
clear() - Method in class com.google.spanner.v1.CommitResponse.Builder
 
clear() - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
clear() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
clear() - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
clear() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
clear() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
clear() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
clear() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
clear() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
clear() - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
clear() - Method in class com.google.spanner.v1.KeyRange.Builder
 
clear() - Method in class com.google.spanner.v1.KeySet.Builder
 
clear() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
clear() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
clear() - Method in class com.google.spanner.v1.Mutation.Builder
 
clear() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
clear() - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
clear() - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
clear() - Method in class com.google.spanner.v1.Partition.Builder
 
clear() - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
clear() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
clear() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
clear() - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
clear() - Method in class com.google.spanner.v1.PlanNode.Builder
 
clear() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
clear() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
clear() - Method in class com.google.spanner.v1.QueryPlan.Builder
 
clear() - Method in class com.google.spanner.v1.ReadRequest.Builder
 
clear() - Method in class com.google.spanner.v1.RequestOptions.Builder
 
clear() - Method in class com.google.spanner.v1.ResultSet.Builder
 
clear() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
clear() - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
clear() - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
clear() - Method in class com.google.spanner.v1.Session.Builder
 
clear() - Method in class com.google.spanner.v1.StructType.Builder
 
clear() - Method in class com.google.spanner.v1.StructType.Field.Builder
 
clear() - Method in class com.google.spanner.v1.Transaction.Builder
 
clear() - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
clear() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
clear() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
clear() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
clear() - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
clear() - Method in class com.google.spanner.v1.Type.Builder
 
clearAll() - Method in class com.google.spanner.v1.KeySet.Builder
For convenience `all` can be set to `true` to indicate that this `KeySet` matches all keys in the table or index.
clearApproximateLastUseTime() - Method in class com.google.spanner.v1.Session.Builder
Output only.
clearArrayElementType() - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
clearBackup() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
Name of the backup.
clearBackup() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
clearBackup() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Name of the backup from which to restore.
clearBackup() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
clearBackupId() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
clearBackupId() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
clearBackupInfo() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Information about the backup used to restore the database.
clearBackupInfo() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
Information about the backup used to restore the database.
clearBackups() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
clearBegin() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Begin a new transaction and execute this read or SQL query in it.
clearCancelTime() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The time at which cancellation of CopyBackup operation was received.
clearCancelTime() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The time at which cancellation of this operation was received.
clearCancelTime() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The time at which cancellation of this operation was received.
clearCancelTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation was cancelled.
clearCancelTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation was cancelled.
clearChildIndex() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
The node to which the link points.
clearChildLinks() - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
clearChunkedValue() - Method in class com.google.spanner.v1.PartialResultSet.Builder
If true, then the final value in [values][google.spanner.v1.PartialResultSet.values] is chunked, and must be combined with more values from subsequent `PartialResultSet`s to obtain a complete field value.
clearCode() - Method in class com.google.spanner.v1.Type.Builder
Required.
clearColumns() - Method in class com.google.spanner.v1.Mutation.Write.Builder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
clearColumns() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
clearColumns() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
clearCommitStats() - Method in class com.google.spanner.v1.CommitResponse.Builder
The statistics about this Commit.
clearCommitTimestamp() - Method in class com.google.spanner.v1.CommitResponse.Builder
The Cloud Spanner timestamp at which the transaction committed.
clearCommitTimestamps() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
clearConfig() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
clearCreateStatement() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Required.
clearCreateTime() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
clearCreateTime() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
clearCreateTime() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
clearCreateTime() - Method in class com.google.spanner.v1.Session.Builder
Output only.
clearDatabase() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
clearDatabase() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The name of the database the backup is created from.
clearDatabase() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
The database being created.
clearDatabase() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
Required.
clearDatabase() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
Required.
clearDatabase() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The database being modified.
clearDatabase() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
clearDatabase() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Required.
clearDatabase() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
clearDatabase() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
Required.
clearDatabaseDialect() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
clearDatabaseDialect() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
clearDatabaseDialect() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
clearDatabaseId() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Required.
clearDatabases() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
clearDefaultLeader() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
clearDefaultLeaderLocation() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
If true, this location is designated as the default leader location where leader replicas are placed.
clearDelete() - Method in class com.google.spanner.v1.Mutation.Builder
Delete rows from a table.
clearDescription() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
A string representation of the expression subtree rooted at this node.
clearDisplayName() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
clearDisplayName() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The name of this instance configuration as it appears in UIs.
clearDisplayName() - Method in class com.google.spanner.v1.PlanNode.Builder
The display name for the node.
clearEarliestVersionTime() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
clearEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Optional.
clearEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Optional.
clearEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
clearEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
clearEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Optional.
clearEncryptionInfo() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
clearEncryptionInfo() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
clearEncryptionStatus() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
clearEncryptionType() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
Required.
clearEncryptionType() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
Required.
clearEncryptionType() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
clearEncryptionType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
Required.
clearEndClosed() - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
clearEndKeyType() - Method in class com.google.spanner.v1.KeyRange.Builder
 
clearEndOpen() - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
clearEndpointUris() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Deprecated.
clearEndTime() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
If set, the time at which this operation failed or was completed successfully.
clearEndTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
clearEndTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
clearExactStaleness() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp that is `exact_staleness` old.
clearExecutionStats() - Method in class com.google.spanner.v1.PlanNode.Builder
The execution statistics associated with the node, contained in a group of key-value pairs.
clearExpireTime() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
clearExpireTime() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
clearExtraStatements() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.CommitRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.CommitResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.KeyRange.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.KeySet.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.Mutation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.Partition.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.PlanNode.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.QueryPlan.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.ReadRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.RequestOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.ResultSet.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.Session.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.StructType.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.StructType.Field.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.Transaction.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.spanner.v1.Type.Builder
 
clearFieldMask() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
clearFieldMask() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
clearFields() - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
clearFilter() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
An expression that filters the list of returned backup operations.
clearFilter() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
An expression that filters the list of returned backups.
clearFilter() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
An expression that filters the list of returned operations.
clearFilter() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
An expression for filtering the results of the request.
clearFilter() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
An expression for filtering the results of the request.
clearId() - Method in class com.google.spanner.v1.Transaction.Builder
`id` may be used to identify the transaction in subsequent [Read][google.spanner.v1.Spanner.Read], [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql], [Commit][google.spanner.v1.Spanner.Commit], or [Rollback][google.spanner.v1.Spanner.Rollback] calls.
clearId() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Execute the read or SQL query in a previously-started transaction.
clearIndex() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table].
clearIndex() - Method in class com.google.spanner.v1.PlanNode.Builder
The `PlanNode`'s index in [node list][google.spanner.v1.QueryPlan.plan_nodes].
clearIndex() - Method in class com.google.spanner.v1.ReadRequest.Builder
If non-empty, the name of an index on [table][google.spanner.v1.ReadRequest.table].
clearInsert() - Method in class com.google.spanner.v1.Mutation.Builder
Insert new rows in a table.
clearInsertOrUpdate() - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
clearInstance() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The instance being created.
clearInstance() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
clearInstance() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The desired end state of the update.
clearInstance() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
clearInstanceConfigs() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
clearInstanceId() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
clearInstances() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
clearKeys() - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
clearKeySet() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
clearKeySet() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
clearKeySet() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
clearKind() - Method in class com.google.spanner.v1.PlanNode.Builder
Used to determine the type of node.
clearKmsKeyName() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
Optional.
clearKmsKeyName() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
Optional.
clearKmsKeyName() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
The Cloud KMS key to be used for encrypting and decrypting the database.
clearKmsKeyName() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
Optional.
clearKmsKeyVersion() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
clearLabels() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
clearLabels() - Method in class com.google.spanner.v1.Session.Builder
 
clearLeaderOptions() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
clearLimit() - Method in class com.google.spanner.v1.ReadRequest.Builder
If greater than zero, only the first `limit` rows are yielded.
clearLocation() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
The location of the serving resources, e.g.
clearMaxExpireTime() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
clearMaxPartitions() - Method in class com.google.spanner.v1.PartitionOptions.Builder
**Note:** This hint is currently ignored by PartitionQuery and PartitionRead requests.
clearMaxStaleness() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Read data at a timestamp >= `NOW - max_staleness` seconds.
clearMetadata() - Method in class com.google.spanner.v1.PartialResultSet.Builder
Metadata about the result set, such as row type information.
clearMetadata() - Method in class com.google.spanner.v1.PlanNode.Builder
Attributes relevant to the node contained in a group of key-value pairs.
clearMetadata() - Method in class com.google.spanner.v1.ResultSet.Builder
Metadata about the result set, such as row type information.
clearMinReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp >= `min_read_timestamp`.
clearMode() - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
clearMutationCount() - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
The total number of mutations for the transaction.
clearMutations() - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
clearName() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
clearName() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The name of the backup being created through the copy operation.
clearName() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The name of the backup being created.
clearName() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Required.
clearName() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
Required.
clearName() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
Required.
clearName() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
Required.
clearName() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
Name of the restored database being optimized.
clearName() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Name of the database being created and restored to.
clearName() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
Required.
clearName() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
Required.
clearName() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
Required.
clearName() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
clearName() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
A unique identifier for the instance configuration.
clearName() - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
Required.
clearName() - Method in class com.google.spanner.v1.GetSessionRequest.Builder
Required.
clearName() - Method in class com.google.spanner.v1.Session.Builder
Output only.
clearName() - Method in class com.google.spanner.v1.StructType.Field.Builder
The name of the field.
clearNextPageToken() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
`next_page_token` can be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
clearNextPageToken() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
`next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.
clearNextPageToken() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
`next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
clearNextPageToken() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
`next_page_token` can be sent in a subsequent [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more of the matching databases.
clearNextPageToken() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
`next_page_token` can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.
clearNextPageToken() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.
clearNextPageToken() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
`next_page_token` can be sent in a subsequent [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching sessions.
clearNodeCount() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.CommitRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.CommitResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.KeyRange.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.KeySet.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.Mutation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.Partition.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.PlanNode.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.QueryPlan.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.ReadRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.RequestOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.ResultSet.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.Session.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.StructType.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.StructType.Field.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.Transaction.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.spanner.v1.Type.Builder
 
clearOperation() - Method in class com.google.spanner.v1.Mutation.Builder
 
clearOperationId() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
If empty, the new update request is assigned an automatically-generated operation ID.
clearOperations() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
clearOperations() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
clearOptimizeDatabaseOperationName() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored database, and remove the dependency on the restore source.
clearOptimizerStatisticsPackage() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
An option to control the selection of optimizer statistics package.
clearOptimizerVersion() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
An option to control the selection of optimizer version.
clearOptions() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
clearPageSize() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
Number of operations to be returned in the response.
clearPageSize() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
Number of backups to be returned in the response.
clearPageSize() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
Number of operations to be returned in the response.
clearPageSize() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
Number of databases to be returned in the response.
clearPageSize() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
Number of instance configurations to be returned in the response.
clearPageSize() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
Number of instances to be returned in the response.
clearPageSize() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
Number of sessions to be returned in the response.
clearPageToken() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupOperationsResponse.next_page_token] from a previous [ListBackupOperationsResponse][google.spanner.admin.database.v1.ListBackupOperationsResponse] to the same `parent` and with the same `filter`.
clearPageToken() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupsResponse.next_page_token] from a previous [ListBackupsResponse][google.spanner.admin.database.v1.ListBackupsResponse] to the same `parent` and with the same `filter`.
clearPageToken() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabaseOperationsResponse.next_page_token] from a previous [ListDatabaseOperationsResponse][google.spanner.admin.database.v1.ListDatabaseOperationsResponse] to the same `parent` and with the same `filter`.
clearPageToken() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabasesResponse.next_page_token] from a previous [ListDatabasesResponse][google.spanner.admin.database.v1.ListDatabasesResponse].
clearPageToken() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].
clearPageToken() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstancesResponse.next_page_token] from a previous [ListInstancesResponse][google.spanner.admin.instance.v1.ListInstancesResponse].
clearPageToken() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.v1.ListSessionsResponse.next_page_token] from a previous [ListSessionsResponse][google.spanner.v1.ListSessionsResponse].
clearParams() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Parameter names and values that bind to placeholders in the DML string.
clearParams() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
clearParams() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
clearParamTypes() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
clearParamTypes() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
clearParamTypes() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
clearParent() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
clearParent() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
clearParent() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Required.
clearParent() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
Required.
clearParent() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
Required.
clearParent() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
Required.
clearParent() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
Required.
clearParent() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Required.
clearParent() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
clearParent() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
Required.
clearParent() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
Required.
clearPartitionedDml() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Partitioned DML transaction.
clearPartitionOptions() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Additional options that affect how many partitions are created.
clearPartitionOptions() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Additional options that affect how many partitions are created.
clearPartitions() - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
clearPartitionSizeBytes() - Method in class com.google.spanner.v1.PartitionOptions.Builder
**Note:** This hint is currently ignored by PartitionQuery and PartitionRead requests.
clearPartitionToken() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
If present, results will be restricted to the specified partition previously created using PartitionQuery().
clearPartitionToken() - Method in class com.google.spanner.v1.Partition.Builder
This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token.
clearPartitionToken() - Method in class com.google.spanner.v1.ReadRequest.Builder
If present, results will be restricted to the specified partition previously created using PartitionRead().
clearPlanNodes() - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
clearPriority() - Method in class com.google.spanner.v1.RequestOptions.Builder
Priority for the request.
clearProcessingUnits() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
The number of processing units allocated to this instance.
clearProgress() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
clearProgress() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
clearProgress() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
The progress of the post-restore optimizations.
clearProgress() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
clearProgress() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
clearProgressPercent() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
Percent completion of the operation.
clearQueryMode() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].
clearQueryOptions() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Query optimizer configuration to use for the given query.
clearQueryPlan() - Method in class com.google.spanner.v1.ResultSetStats.Builder
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
clearQueryStats() - Method in class com.google.spanner.v1.ResultSetStats.Builder
Aggregated statistics from the execution of the query.
clearRanges() - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
clearReadOnly() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction will not write.
clearReadTimestamp() - Method in class com.google.spanner.v1.Transaction.Builder
For snapshot read-only transactions, the read timestamp chosen for the transaction.
clearReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at the given timestamp.
clearReadWrite() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction may write.
clearReferencingBackups() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
clearReferencingDatabases() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
clearReplace() - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
clearReplicas() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
clearRequestOptions() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Common options for this request.
clearRequestOptions() - Method in class com.google.spanner.v1.CommitRequest.Builder
Common options for this request.
clearRequestOptions() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Common options for this request.
clearRequestOptions() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Common options for this request.
clearRequestOptions() - Method in class com.google.spanner.v1.ReadRequest.Builder
Common options for this request.
clearRequestTag() - Method in class com.google.spanner.v1.RequestOptions.Builder
A per-request tag which can be applied to queries or reads, used for statistics collection.
clearRestoreInfo() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
clearResultSets() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
clearResumeToken() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
If this request is resuming a previously interrupted SQL statement execution, `resume_token` should be copied from the last [PartialResultSet][google.spanner.v1.PartialResultSet] yielded before the interruption.
clearResumeToken() - Method in class com.google.spanner.v1.PartialResultSet.Builder
Streaming calls might be interrupted for a variety of reasons, such as TCP connection loss.
clearResumeToken() - Method in class com.google.spanner.v1.ReadRequest.Builder
If this request is resuming a previously interrupted read, `resume_token` should be copied from the last [PartialResultSet][google.spanner.v1.PartialResultSet] yielded before the interruption.
clearReturnCommitStats() - Method in class com.google.spanner.v1.CommitRequest.Builder
If `true`, then statistics related to the transaction will be included in the [CommitResponse][google.spanner.v1.CommitResponse.commit_stats].
clearReturnReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
If true, the Cloud Spanner-selected read timestamp is included in the [Transaction][google.spanner.v1.Transaction] message that describes the transaction.
clearRowCount() - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
clearRowCountExact() - Method in class com.google.spanner.v1.ResultSetStats.Builder
Standard DML returns an exact count of rows that were modified.
clearRowCountLowerBound() - Method in class com.google.spanner.v1.ResultSetStats.Builder
Partitioned DML does not offer exactly-once semantics, so it returns a lower bound of the rows modified.
clearRows() - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
clearRowType() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
Indicates the field names and types for the rows in the result set.
clearSelector() - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
clearSeqno() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
clearSeqno() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
A per-transaction sequence number used to identify this request.
clearSession() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
clearSession() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
clearSession() - Method in class com.google.spanner.v1.CommitRequest.Builder
Required.
clearSession() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
clearSession() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
clearSession() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Required.
clearSession() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Required.
clearSession() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
clearSession() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
clearSession() - Method in class com.google.spanner.v1.RollbackRequest.Builder
Required.
clearSessionCount() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Required.
clearSessions() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
clearSessionTemplate() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Parameters to be applied to each created session.
clearShortRepresentation() - Method in class com.google.spanner.v1.PlanNode.Builder
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
clearSingleUse() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Execute the read or SQL query in a temporary transaction.
clearSingleUseTransaction() - Method in class com.google.spanner.v1.CommitRequest.Builder
Execute mutations in a temporary transaction.
clearSizeBytes() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
clearSource() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
clearSourceBackup() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The name of the source backup that is being copied.
clearSourceBackup() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
clearSourceDatabase() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
Name of the database the backup was created from.
clearSourceInfo() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
clearSourceInfo() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
clearSourceType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The type of the restore source.
clearSourceType() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
The type of the restore source.
clearSql() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Required.
clearSql() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Required.
clearSql() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Required.
clearStartClosed() - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
clearStartKeyType() - Method in class com.google.spanner.v1.KeyRange.Builder
 
clearStartOpen() - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
clearStartTime() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
Time the request was received.
clearStartTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
clearStartTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
clearState() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
clearState() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
clearState() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Output only.
clearStatements() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
A list of formatted DDL statements defining the schema of the database specified in the request.
clearStatements() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
For an update this list contains all the statements.
clearStatements() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
clearStatements() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
clearStatementTimeout() - Method in interface com.google.cloud.spanner.connection.Connection
Clears the statement timeout value for this connection.
clearStats() - Method in class com.google.spanner.v1.PartialResultSet.Builder
Query plan and execution statistics for the statement that produced this streaming result set.
clearStats() - Method in class com.google.spanner.v1.ResultSet.Builder
Query plan and execution statistics for the SQL statement that produced this result set.
clearStatus() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
If all DML statements are executed successfully, the status is `OK`.
clearStrong() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Read at a timestamp where all previously committed transactions are visible.
clearStructType() - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
clearSubqueries() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
clearTable() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
clearTable() - Method in class com.google.spanner.v1.Mutation.Write.Builder
Required.
clearTable() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
clearTable() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
clearThrottled() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Output only.
clearTimestampBound() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
clearTransaction() - Method in class com.google.spanner.v1.CommitRequest.Builder
 
clearTransaction() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
clearTransaction() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
The transaction to use.
clearTransaction() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
clearTransaction() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
clearTransaction() - Method in class com.google.spanner.v1.PartitionResponse.Builder
Transaction created by this request.
clearTransaction() - Method in class com.google.spanner.v1.ReadRequest.Builder
The transaction to use.
clearTransaction() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
clearTransactionId() - Method in class com.google.spanner.v1.CommitRequest.Builder
Commit a previously-started transaction.
clearTransactionId() - Method in class com.google.spanner.v1.RollbackRequest.Builder
Required.
clearTransactionTag() - Method in class com.google.spanner.v1.RequestOptions.Builder
A tag used for statistics collection about this transaction.
clearType() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
The type of replica.
clearType() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
The type of the link.
clearType() - Method in class com.google.spanner.v1.StructType.Field.Builder
The type of the field.
clearTypeAnnotation() - Method in class com.google.spanner.v1.Type.Builder
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will use to represent values of this type during query processing.
clearUpdate() - Method in class com.google.spanner.v1.Mutation.Builder
Update existing rows in a table.
clearUpdateMask() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
clearValues() - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
clearValues() - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
clearVariable() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node.
clearVersionRetentionPeriod() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
clearVersionTime() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
clearVersionTime() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
clone() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
clone() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
clone() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
clone() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
clone() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
clone() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
clone() - Method in class com.google.spanner.v1.CommitRequest.Builder
 
clone() - Method in class com.google.spanner.v1.CommitResponse.Builder
 
clone() - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
clone() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
clone() - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
clone() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
clone() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
clone() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
clone() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
clone() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
clone() - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
clone() - Method in class com.google.spanner.v1.KeyRange.Builder
 
clone() - Method in class com.google.spanner.v1.KeySet.Builder
 
clone() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
clone() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
clone() - Method in class com.google.spanner.v1.Mutation.Builder
 
clone() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
clone() - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
clone() - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
clone() - Method in class com.google.spanner.v1.Partition.Builder
 
clone() - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
clone() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
clone() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
clone() - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
clone() - Method in class com.google.spanner.v1.PlanNode.Builder
 
clone() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
clone() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
clone() - Method in class com.google.spanner.v1.QueryPlan.Builder
 
clone() - Method in class com.google.spanner.v1.ReadRequest.Builder
 
clone() - Method in class com.google.spanner.v1.RequestOptions.Builder
 
clone() - Method in class com.google.spanner.v1.ResultSet.Builder
 
clone() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
clone() - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
clone() - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
clone() - Method in class com.google.spanner.v1.Session.Builder
 
clone() - Method in class com.google.spanner.v1.StructType.Builder
 
clone() - Method in class com.google.spanner.v1.StructType.Field.Builder
 
clone() - Method in class com.google.spanner.v1.Transaction.Builder
 
clone() - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
clone() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
clone() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
clone() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
clone() - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
clone() - Method in class com.google.spanner.v1.Type.Builder
 
close() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
 
close() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
close() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
close() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
 
close() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
close() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
close() - Method in interface com.google.cloud.spanner.AsyncTransactionManager
Closes the manager.
close() - Method in interface com.google.cloud.spanner.connection.Connection
Closes this connection.
close() - Method in class com.google.cloud.spanner.ForwardingResultSet
 
close() - Method in interface com.google.cloud.spanner.ReadContext
Closes this read context and frees up the underlying resources.
close() - Method in interface com.google.cloud.spanner.ResultSet
Explicitly close the result set, releasing any associated resources.
close() - Method in interface com.google.cloud.spanner.Session
 
close() - Method in interface com.google.cloud.spanner.Spanner
Closes all the clients associated with this instance and frees up all the resources.
close() - Method in interface com.google.cloud.spanner.SpannerOptions.CloseableExecutorProvider
Overridden to suppress the throws declaration of the super interface.
close() - Method in class com.google.cloud.spanner.SpannerOptions.FixedCloseableExecutorProvider
 
close() - Method in interface com.google.cloud.spanner.TransactionManager
Closes the manager.
close() - Method in class com.google.cloud.spanner.v1.SpannerClient
 
close() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
close() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
closeAsync() - Method in interface com.google.cloud.spanner.AsyncTransactionManager
Closes the transaction manager.
closeAsync() - Method in interface com.google.cloud.spanner.connection.Connection
Closes this connection without blocking.
closedClosed(Key, Key) - Static method in class com.google.cloud.spanner.KeyRange
Returns a key range from start inclusive to end inclusive.
closedOpen(Key, Key) - Static method in class com.google.cloud.spanner.KeyRange
Returns a key range from start inclusive to end exclusive.
closeSpanner() - Static method in class com.google.cloud.spanner.connection.ConnectionOptions
Closes all Spanner instances that have been opened by connections during the lifetime of this JVM.
closeSpannerPool() - Static method in class com.google.cloud.spanner.connection.SpannerPool
Closes the default SpannerPool and all Spanner instances that have been opened by connections and that are still open.
CODE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Type
 
COLUMNS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Mutation.Write
 
COLUMNS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionReadRequest
 
COLUMNS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ReadRequest
 
com.google.cloud.spanner - package com.google.cloud.spanner
A client for Cloud Spanner - A no-compromise relational database service.
com.google.cloud.spanner.admin.database.v1 - package com.google.cloud.spanner.admin.database.v1
The interfaces provided are listed below, along with usage samples.
com.google.cloud.spanner.admin.database.v1.stub - package com.google.cloud.spanner.admin.database.v1.stub
 
com.google.cloud.spanner.admin.instance.v1 - package com.google.cloud.spanner.admin.instance.v1
The interfaces provided are listed below, along with usage samples.
com.google.cloud.spanner.admin.instance.v1.stub - package com.google.cloud.spanner.admin.instance.v1.stub
 
com.google.cloud.spanner.connection - package com.google.cloud.spanner.connection
Internal API for Google Cloud Spanner.
com.google.cloud.spanner.encryption - package com.google.cloud.spanner.encryption
 
com.google.cloud.spanner.spi - package com.google.cloud.spanner.spi
 
com.google.cloud.spanner.spi.v1 - package com.google.cloud.spanner.spi.v1
 
com.google.cloud.spanner.testing - package com.google.cloud.spanner.testing
 
com.google.cloud.spanner.v1 - package com.google.cloud.spanner.v1
The interfaces provided are listed below, along with usage samples.
com.google.cloud.spanner.v1.stub - package com.google.cloud.spanner.v1.stub
 
com.google.spanner.admin.database.v1 - package com.google.spanner.admin.database.v1
 
com.google.spanner.admin.instance.v1 - package com.google.spanner.admin.instance.v1
 
com.google.spanner.v1 - package com.google.spanner.v1
 
commit() - Method in interface com.google.cloud.spanner.connection.Connection
Commits the current transaction of this connection.
commit(CommitRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
commit(CommitRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
commit() - Method in interface com.google.cloud.spanner.TransactionManager
Commits the currently active transaction.
commit(SessionName, ByteString, List<Mutation>) - Method in class com.google.cloud.spanner.v1.SpannerClient
Commits a transaction.
commit(SessionName, TransactionOptions, List<Mutation>) - Method in class com.google.cloud.spanner.v1.SpannerClient
Commits a transaction.
commit(String, ByteString, List<Mutation>) - Method in class com.google.cloud.spanner.v1.SpannerClient
Commits a transaction.
commit(String, TransactionOptions, List<Mutation>) - Method in class com.google.cloud.spanner.v1.SpannerClient
Commits a transaction.
commit(CommitRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Commits a transaction.
commit(CommitRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Commits a transaction.
commit(CommitRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Commits a transaction.
commit(CommitRequest, StreamObserver<CommitResponse>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Commits a transaction.
commit(CommitRequest, StreamObserver<CommitResponse>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Commits a transaction.
COMMIT_STATS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.CommitResponse
 
COMMIT_TIMESTAMP - Static variable in class com.google.cloud.spanner.Value
Placeholder value to be passed to a mutation to make Cloud Spanner store the commit timestamp in that column.
COMMIT_TIMESTAMP_FIELD_NUMBER - Static variable in class com.google.spanner.v1.CommitResponse
 
COMMIT_TIMESTAMPS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
commitAsync() - Method in interface com.google.cloud.spanner.AsyncTransactionManager.AsyncTransactionStep
Commits the transaction and returns a AsyncTransactionManager.CommitTimestampFuture that will return the commit timestamp of the transaction, or throw the first uncaught exception in the transaction chain as an ExecutionException.
commitAsync() - Method in interface com.google.cloud.spanner.connection.Connection
Commits the current transaction of this connection.
commitAsync(CommitRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
commitAsync(CommitRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
commitCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Commits a transaction.
commitCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
commitCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
CommitRequest - Class in com.google.spanner.v1
The request for [Commit][google.spanner.v1.Spanner.Commit].
CommitRequest.Builder - Class in com.google.spanner.v1
The request for [Commit][google.spanner.v1.Spanner.Commit].
CommitRequest.TransactionCase - Enum in com.google.spanner.v1
 
CommitRequestOrBuilder - Interface in com.google.spanner.v1
 
CommitResponse - Class in com.google.cloud.spanner
Represents a response from a commit operation.
CommitResponse(Timestamp) - Constructor for class com.google.cloud.spanner.CommitResponse
 
CommitResponse - Class in com.google.spanner.v1
The response for [Commit][google.spanner.v1.Spanner.Commit].
CommitResponse.Builder - Class in com.google.spanner.v1
The response for [Commit][google.spanner.v1.Spanner.Commit].
CommitResponse.CommitStats - Class in com.google.spanner.v1
Additional statistics about a commit.
CommitResponse.CommitStats.Builder - Class in com.google.spanner.v1
Additional statistics about a commit.
CommitResponse.CommitStatsOrBuilder - Interface in com.google.spanner.v1
 
CommitResponseOrBuilder - Interface in com.google.spanner.v1
 
CommitResponseProto - Class in com.google.spanner.v1
 
commitSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to commit.
commitSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to commit.
commitSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to commit.
commitSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to commit.
CommitStats - Class in com.google.cloud.spanner
Commit statistics are returned by a read/write transaction if specifically requested by passing in Options.commitStats() to the transaction.
commitStats() - Static method in class com.google.cloud.spanner.Options
Specifying this instructs the transaction to request CommitStats from the backend.
CommonProto - Class in com.google.spanner.admin.database.v1
 
CONFIG_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.Instance
 
configure(ApiCallContext, ReqT, MethodDescriptor<ReqT, RespT>) - Method in interface com.google.cloud.spanner.SpannerOptions.CallContextConfigurator
Configure a ApiCallContext for a specific RPC call.
configure(ApiCallContext, ReqT, MethodDescriptor<ReqT, RespT>) - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
Connection - Interface in com.google.cloud.spanner.connection
Internal connection API for Google Cloud Spanner.
Connection.InternalMetadataQuery - Class in com.google.cloud.spanner.connection
This query option is used internally to indicate that a query is executed by the library itself to fetch metadata.
ConnectionOptions - Class in com.google.cloud.spanner.connection
Internal connection API for Google Cloud Spanner.
ConnectionOptions.Builder - Class in com.google.cloud.spanner.connection
Builder for ConnectionOptions instances.
ConnectionOptions.ConnectionProperty - Class in com.google.cloud.spanner.connection
Supported connection properties that can be included in the connection URI.
ConnectionOptions.ExternalChannelProvider - Interface in com.google.cloud.spanner.connection
ConnectionOptions.ExternalChannelProvider can be used for to specify an external channel provider.
containsLabels(String) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
containsLabels(String) - Method in class com.google.spanner.admin.instance.v1.Instance
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
containsLabels(String) - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
containsLabels(String) - Method in class com.google.spanner.v1.Session.Builder
The labels for the session.
containsLabels(String) - Method in class com.google.spanner.v1.Session
The labels for the session.
containsLabels(String) - Method in interface com.google.spanner.v1.SessionOrBuilder
The labels for the session.
containsParamTypes(String) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
containsParamTypes(String) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
containsParamTypes(String) - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
containsParamTypes(String) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
containsParamTypes(String) - Method in class com.google.spanner.v1.ExecuteSqlRequest
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
containsParamTypes(String) - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
containsParamTypes(String) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
containsParamTypes(String) - Method in class com.google.spanner.v1.PartitionQueryRequest
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
containsParamTypes(String) - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
containsSubqueries(String) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
containsSubqueries(String) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
containsSubqueries(String) - Method in interface com.google.spanner.v1.PlanNode.ShortRepresentationOrBuilder
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
convertPositionalParametersToNamedParameters(char, String) - Method in class com.google.cloud.spanner.connection.AbstractStatementParser
 
copyBackup(String, String, String, Timestamp) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Creates a copy of backup from an existing backup in a Cloud Spanner instance.
copyBackup(BackupId, Backup) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Creates a copy of backup from an existing backup in Cloud Spanner in the same instance.
copyBackup(BackupId, Backup) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
copyBackup(BackupId, Backup) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Creates a copy backup from the source backup specified.
copyBackup(CopyBackupRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Starts copying a Cloud Spanner Backup.
copyBackup(CopyBackupRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Starts copying a Cloud Spanner Backup.
copyBackup(CopyBackupRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Starts copying a Cloud Spanner Backup.
copyBackup(CopyBackupRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Starts copying a Cloud Spanner Backup.
copyBackupAsync(InstanceName, String, BackupName, Timestamp) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Starts copying a Cloud Spanner Backup.
copyBackupAsync(InstanceName, String, String, Timestamp) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Starts copying a Cloud Spanner Backup.
copyBackupAsync(String, String, BackupName, Timestamp) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Starts copying a Cloud Spanner Backup.
copyBackupAsync(String, String, String, Timestamp) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Starts copying a Cloud Spanner Backup.
copyBackupAsync(CopyBackupRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Starts copying a Cloud Spanner Backup.
copyBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Starts copying a Cloud Spanner Backup.
copyBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
copyBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
copyBackupEncryptionConfig(BackupEncryptionConfig) - Static method in class com.google.cloud.spanner.encryption.EncryptionConfigProtoMapper
Returns an encryption config to be used for a copy backup.
CopyBackupEncryptionConfig - Class in com.google.spanner.admin.database.v1
Encryption configuration for the copied backup.
CopyBackupEncryptionConfig.Builder - Class in com.google.spanner.admin.database.v1
Encryption configuration for the copied backup.
CopyBackupEncryptionConfig.EncryptionType - Enum in com.google.spanner.admin.database.v1
Encryption types for the backup.
CopyBackupEncryptionConfigOrBuilder - Interface in com.google.spanner.admin.database.v1
 
CopyBackupMetadata - Class in com.google.spanner.admin.database.v1
Metadata type for the google.longrunning.Operation returned by [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup].
CopyBackupMetadata.Builder - Class in com.google.spanner.admin.database.v1
Metadata type for the google.longrunning.Operation returned by [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup].
CopyBackupMetadataOrBuilder - Interface in com.google.spanner.admin.database.v1
 
copyBackupOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Starts copying a Cloud Spanner Backup.
copyBackupOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
copyBackupOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
copyBackupOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to copyBackup.
copyBackupOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to copyBackup.
copyBackupOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to copyBackup.
copyBackupOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to copyBackup.
CopyBackupRequest - Class in com.google.spanner.admin.database.v1
The request for [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup].
CopyBackupRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup].
CopyBackupRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
copyBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to copyBackup.
copyBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to copyBackup.
copyBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to copyBackup.
copyBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to copyBackup.
create() - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Constructs an instance of DatabaseAdminClient with default settings.
create(DatabaseAdminSettings) - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Constructs an instance of DatabaseAdminClient, using the given settings.
create(DatabaseAdminStub) - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Constructs an instance of DatabaseAdminClient, using the given stub for making calls.
create(DatabaseAdminStubSettings) - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
 
create(DatabaseAdminStubSettings) - Static method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
create(ClientContext) - Static method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
create(ClientContext, GrpcStubCallableFactory) - Static method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
create() - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Constructs an instance of InstanceAdminClient with default settings.
create(InstanceAdminSettings) - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Constructs an instance of InstanceAdminClient, using the given settings.
create(InstanceAdminStub) - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Constructs an instance of InstanceAdminClient, using the given stub for making calls.
create(InstanceAdminStubSettings) - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
 
create(InstanceAdminStubSettings) - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
create(ClientContext) - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
create(ClientContext, GrpcStubCallableFactory) - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
create() - Method in class com.google.cloud.spanner.Backup
Creates a backup on the server based on the source of this Backup instance.
create(ScheduledExecutorService) - Static method in class com.google.cloud.spanner.SpannerOptions.FixedCloseableExecutorProvider
Creates a FixedCloseableExecutorProvider.
create() - Static method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
create(SpannerOptions) - Static method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
create(InstanceId) - Static method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
Creates a RemoteSpannerHelper bound to the given instance ID.
create(SpannerOptions, InstanceId) - Static method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
Creates a RemoteSpannerHelper for the given option and bound to the given instance ID.
create() - Static method in class com.google.cloud.spanner.v1.SpannerClient
Constructs an instance of SpannerClient with default settings.
create(SpannerSettings) - Static method in class com.google.cloud.spanner.v1.SpannerClient
Constructs an instance of SpannerClient, using the given settings.
create(SpannerStub) - Static method in class com.google.cloud.spanner.v1.SpannerClient
Constructs an instance of SpannerClient, using the given stub for making calls.
create(SpannerStubSettings) - Static method in class com.google.cloud.spanner.v1.SpannerSettings
 
create(SpannerStubSettings) - Static method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
create(ClientContext) - Static method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
create(ClientContext, GrpcStubCallableFactory) - Static method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
CREATE_STATEMENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
CREATE_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Backup
 
CREATE_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.BackupInfo
 
CREATE_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Database
 
CREATE_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Session
 
createAsync(PageContext<ListBackupOperationsRequest, ListBackupOperationsResponse, Operation>, ApiFuture<ListBackupOperationsResponse>) - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupOperationsPagedResponse
 
createAsync(PageContext<ListBackupsRequest, ListBackupsResponse, Backup>, ApiFuture<ListBackupsResponse>) - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupsPagedResponse
 
createAsync(PageContext<ListDatabaseOperationsRequest, ListDatabaseOperationsResponse, Operation>, ApiFuture<ListDatabaseOperationsResponse>) - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListDatabaseOperationsPagedResponse
 
createAsync(PageContext<ListDatabasesRequest, ListDatabasesResponse, Database>, ApiFuture<ListDatabasesResponse>) - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListDatabasesPagedResponse
 
createAsync(PageContext<ListInstanceConfigsRequest, ListInstanceConfigsResponse, InstanceConfig>, ApiFuture<ListInstanceConfigsResponse>) - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient.ListInstanceConfigsPagedResponse
 
createAsync(PageContext<ListInstancesRequest, ListInstancesResponse, Instance>, ApiFuture<ListInstancesResponse>) - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient.ListInstancesPagedResponse
 
createAsync(PageContext<ListSessionsRequest, ListSessionsResponse, Session>, ApiFuture<ListSessionsResponse>) - Static method in class com.google.cloud.spanner.v1.SpannerClient.ListSessionsPagedResponse
 
createAsyncExecutorProvider(int, long, TimeUnit) - Static method in class com.google.cloud.spanner.SpannerOptions
Creates a SpannerOptions.CloseableExecutorProvider that can be used as an ExecutorProvider for the async API.
createBackup(String, String, String, Timestamp) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Creates a new backup from a database in a Cloud Spanner instance.
createBackup(Backup) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Creates a new backup from a database in a Cloud Spanner.
createBackup(Backup) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
createBackup(Backup) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Creates a new backup from the source database specified in the Backup instance.
createBackup(CreateBackupRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Starts creating a new Cloud Spanner Backup.
createBackup(CreateBackupRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Starts creating a new Cloud Spanner Backup.
createBackup(CreateBackupRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Starts creating a new Cloud Spanner Backup.
createBackup(CreateBackupRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Starts creating a new Cloud Spanner Backup.
createBackupAsync(InstanceName, Backup, String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Starts creating a new Cloud Spanner Backup.
createBackupAsync(String, Backup, String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Starts creating a new Cloud Spanner Backup.
createBackupAsync(CreateBackupRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Starts creating a new Cloud Spanner Backup.
createBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Starts creating a new Cloud Spanner Backup.
createBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
createBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
createBackupEncryptionConfig(BackupEncryptionConfig) - Static method in class com.google.cloud.spanner.encryption.EncryptionConfigProtoMapper
Returns an encryption config to be used for a backup.
CreateBackupEncryptionConfig - Class in com.google.spanner.admin.database.v1
Encryption configuration for the backup to create.
CreateBackupEncryptionConfig.Builder - Class in com.google.spanner.admin.database.v1
Encryption configuration for the backup to create.
CreateBackupEncryptionConfig.EncryptionType - Enum in com.google.spanner.admin.database.v1
Encryption types for the backup.
CreateBackupEncryptionConfigOrBuilder - Interface in com.google.spanner.admin.database.v1
 
CreateBackupMetadata - Class in com.google.spanner.admin.database.v1
Metadata type for the operation returned by [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup].
CreateBackupMetadata.Builder - Class in com.google.spanner.admin.database.v1
Metadata type for the operation returned by [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup].
CreateBackupMetadataOrBuilder - Interface in com.google.spanner.admin.database.v1
 
createBackupOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Starts creating a new Cloud Spanner Backup.
createBackupOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
createBackupOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
createBackupOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to createBackup.
createBackupOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to createBackup.
createBackupOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to createBackup.
createBackupOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to createBackup.
CreateBackupRequest - Class in com.google.spanner.admin.database.v1
The request for [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup].
CreateBackupRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup].
CreateBackupRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
createBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to createBackup.
createBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to createBackup.
createBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to createBackup.
createBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to createBackup.
createBatchingCallable(GrpcCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminCallableFactory
 
createBatchingCallable(GrpcCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminCallableFactory
 
createBatchingCallable(GrpcCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerCallableFactory
 
createBidiStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminCallableFactory
 
createBidiStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminCallableFactory
 
createBidiStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerCallableFactory
 
createClientStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminCallableFactory
 
createClientStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminCallableFactory
 
createClientStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerCallableFactory
 
createCollection(List<DatabaseAdminClient.ListBackupOperationsPage>, int) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupOperationsFixedSizeCollection
 
createCollection(List<DatabaseAdminClient.ListBackupsPage>, int) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupsFixedSizeCollection
 
createCollection(List<DatabaseAdminClient.ListDatabaseOperationsPage>, int) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListDatabaseOperationsFixedSizeCollection
 
createCollection(List<DatabaseAdminClient.ListDatabasesPage>, int) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListDatabasesFixedSizeCollection
 
createCollection(List<InstanceAdminClient.ListInstanceConfigsPage>, int) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient.ListInstanceConfigsFixedSizeCollection
 
createCollection(List<InstanceAdminClient.ListInstancesPage>, int) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient.ListInstancesFixedSizeCollection
 
createCollection(List<SpannerClient.ListSessionsPage>, int) - Method in class com.google.cloud.spanner.v1.SpannerClient.ListSessionsFixedSizeCollection
 
createDatabase(String, String, Iterable<String>) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Creates a new database in a Cloud Spanner instance.
createDatabase(String, String, Dialect, Iterable<String>) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Creates a new database in a Cloud Spanner instance with the given Dialect.
createDatabase(Database, Iterable<String>) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Creates a database in a Cloud Spanner instance.
createDatabase(String, Iterable<String>) - Method in class com.google.cloud.spanner.Instance
Creates a new database in this instance.
createDatabase(String, String, Iterable<String>, Database) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
createDatabase(String, String, Iterable<String>, Database) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
createDatabase(CreateDatabaseRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Creates a new Cloud Spanner database and starts to prepare it for serving.
createDatabase(CreateDatabaseRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Creates a new Cloud Spanner database and starts to prepare it for serving.
createDatabase(CreateDatabaseRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Creates a new Cloud Spanner database and starts to prepare it for serving.
createDatabase(CreateDatabaseRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Creates a new Cloud Spanner database and starts to prepare it for serving.
createDatabaseAsync(InstanceName, String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Creates a new Cloud Spanner database and starts to prepare it for serving.
createDatabaseAsync(String, String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Creates a new Cloud Spanner database and starts to prepare it for serving.
createDatabaseAsync(CreateDatabaseRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Creates a new Cloud Spanner database and starts to prepare it for serving.
createDatabaseCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Creates a new Cloud Spanner database and starts to prepare it for serving.
createDatabaseCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
createDatabaseCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
CreateDatabaseMetadata - Class in com.google.spanner.admin.database.v1
Metadata type for the operation returned by [CreateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.CreateDatabase].
CreateDatabaseMetadata.Builder - Class in com.google.spanner.admin.database.v1
Metadata type for the operation returned by [CreateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.CreateDatabase].
CreateDatabaseMetadataOrBuilder - Interface in com.google.spanner.admin.database.v1
 
createDatabaseOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Creates a new Cloud Spanner database and starts to prepare it for serving.
createDatabaseOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
createDatabaseOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
createDatabaseOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to createDatabase.
createDatabaseOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to createDatabase.
createDatabaseOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to createDatabase.
createDatabaseOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to createDatabase.
CreateDatabaseRequest - Class in com.google.spanner.admin.database.v1
The request for [CreateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.CreateDatabase].
CreateDatabaseRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [CreateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.CreateDatabase].
CreateDatabaseRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
createDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to createDatabase.
createDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to createDatabase.
createDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to createDatabase.
createDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to createDatabase.
createDatabaseStatementFor(String) - Method in enum com.google.cloud.spanner.Dialect
 
createDefault() - Static method in class com.google.cloud.spanner.spi.v1.SpannerInterceptorProvider
 
createInstance(InstanceInfo) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Creates an instance and begins preparing it to begin serving.
createInstance(String, String, Instance) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
createInstance(String, String, Instance) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
createInstance(CreateInstanceRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminBlockingStub
Creates an instance and begins preparing it to begin serving.
createInstance(CreateInstanceRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminFutureStub
Creates an instance and begins preparing it to begin serving.
createInstance(CreateInstanceRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminImplBase
Creates an instance and begins preparing it to begin serving.
createInstance(CreateInstanceRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminStub
Creates an instance and begins preparing it to begin serving.
createInstanceAsync(ProjectName, String, Instance) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Creates an instance and begins preparing it to begin serving.
createInstanceAsync(String, String, Instance) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Creates an instance and begins preparing it to begin serving.
createInstanceAsync(CreateInstanceRequest) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Creates an instance and begins preparing it to begin serving.
createInstanceCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Creates an instance and begins preparing it to begin serving.
createInstanceCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
createInstanceCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
CreateInstanceMetadata - Class in com.google.spanner.admin.instance.v1
Metadata type for the operation returned by [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance].
CreateInstanceMetadata.Builder - Class in com.google.spanner.admin.instance.v1
Metadata type for the operation returned by [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance].
CreateInstanceMetadataOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
createInstanceOperationCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Creates an instance and begins preparing it to begin serving.
createInstanceOperationCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
createInstanceOperationCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
createInstanceOperationSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Returns the builder for the settings used for calls to createInstance.
createInstanceOperationSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the object with the settings used for calls to createInstance.
createInstanceOperationSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Returns the builder for the settings used for calls to createInstance.
createInstanceOperationSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the object with the settings used for calls to createInstance.
CreateInstanceRequest - Class in com.google.spanner.admin.instance.v1
The request for [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance].
CreateInstanceRequest.Builder - Class in com.google.spanner.admin.instance.v1
The request for [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance].
CreateInstanceRequestOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
createInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Returns the builder for the settings used for calls to createInstance.
createInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the object with the settings used for calls to createInstance.
createInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Returns the builder for the settings used for calls to createInstance.
createInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the object with the settings used for calls to createInstance.
createOperationCallable(GrpcCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminCallableFactory
 
createOperationCallable(GrpcCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminCallableFactory
 
createOperationCallable(GrpcCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerCallableFactory
 
createPage(PageContext<ListBackupOperationsRequest, ListBackupOperationsResponse, Operation>, ListBackupOperationsResponse) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupOperationsPage
 
createPage(PageContext<ListBackupsRequest, ListBackupsResponse, Backup>, ListBackupsResponse) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupsPage
 
createPage(PageContext<ListDatabaseOperationsRequest, ListDatabaseOperationsResponse, Operation>, ListDatabaseOperationsResponse) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListDatabaseOperationsPage
 
createPage(PageContext<ListDatabasesRequest, ListDatabasesResponse, Database>, ListDatabasesResponse) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListDatabasesPage
 
createPage(PageContext<ListInstanceConfigsRequest, ListInstanceConfigsResponse, InstanceConfig>, ListInstanceConfigsResponse) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient.ListInstanceConfigsPage
 
createPage(PageContext<ListInstancesRequest, ListInstancesResponse, Instance>, ListInstancesResponse) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient.ListInstancesPage
 
createPage(PageContext<ListSessionsRequest, ListSessionsResponse, Session>, ListSessionsResponse) - Method in class com.google.cloud.spanner.v1.SpannerClient.ListSessionsPage
 
createPageAsync(PageContext<ListBackupOperationsRequest, ListBackupOperationsResponse, Operation>, ApiFuture<ListBackupOperationsResponse>) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupOperationsPage
 
createPageAsync(PageContext<ListBackupsRequest, ListBackupsResponse, Backup>, ApiFuture<ListBackupsResponse>) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupsPage
 
createPageAsync(PageContext<ListDatabaseOperationsRequest, ListDatabaseOperationsResponse, Operation>, ApiFuture<ListDatabaseOperationsResponse>) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListDatabaseOperationsPage
 
createPageAsync(PageContext<ListDatabasesRequest, ListDatabasesResponse, Database>, ApiFuture<ListDatabasesResponse>) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListDatabasesPage
 
createPageAsync(PageContext<ListInstanceConfigsRequest, ListInstanceConfigsResponse, InstanceConfig>, ApiFuture<ListInstanceConfigsResponse>) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient.ListInstanceConfigsPage
 
createPageAsync(PageContext<ListInstancesRequest, ListInstancesResponse, Instance>, ApiFuture<ListInstancesResponse>) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient.ListInstancesPage
 
createPageAsync(PageContext<ListSessionsRequest, ListSessionsResponse, Session>, ApiFuture<ListSessionsResponse>) - Method in class com.google.cloud.spanner.v1.SpannerClient.ListSessionsPage
 
createPagedCallable(GrpcCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminCallableFactory
 
createPagedCallable(GrpcCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminCallableFactory
 
createPagedCallable(GrpcCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerCallableFactory
 
createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminCallableFactory
 
createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminCallableFactory
 
createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerCallableFactory
 
createSession(String, Map<String, String>, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
createSession(String, Map<String, String>, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
createSession(DatabaseName) - Method in class com.google.cloud.spanner.v1.SpannerClient
Creates a new session.
createSession(String) - Method in class com.google.cloud.spanner.v1.SpannerClient
Creates a new session.
createSession(CreateSessionRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Creates a new session.
createSession(CreateSessionRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Creates a new session.
createSession(CreateSessionRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Creates a new session.
createSession(CreateSessionRequest, StreamObserver<Session>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Creates a new session.
createSession(CreateSessionRequest, StreamObserver<Session>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Creates a new session.
createSessionCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Creates a new session.
createSessionCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
createSessionCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
CreateSessionRequest - Class in com.google.spanner.v1
The request for [CreateSession][google.spanner.v1.Spanner.CreateSession].
CreateSessionRequest.Builder - Class in com.google.spanner.v1
The request for [CreateSession][google.spanner.v1.Spanner.CreateSession].
CreateSessionRequestOrBuilder - Interface in com.google.spanner.v1
 
createSessionSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to createSession.
createSessionSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to createSession.
createSessionSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to createSession.
createSessionSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to createSession.
createStub() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
 
createStub() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
 
createStub() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
 
createTestDatabase(String...) - Method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
Creates a test database defined by statements.
createTestDatabase(Dialect, Iterable<String>) - Method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
Creates a test database defined by statements in the test instance.
createTestDatabase(Iterable<String>) - Method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
 
createUnaryCallable(GrpcCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminCallableFactory
 
createUnaryCallable(GrpcCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminCallableFactory
 
createUnaryCallable(GrpcCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerCallableFactory
 
CREATING_VALUE - Static variable in enum com.google.spanner.admin.database.v1.Backup.State
The pending backup is still being created.
CREATING_VALUE - Static variable in enum com.google.spanner.admin.database.v1.Database.State
The database is still being created.
CREATING_VALUE - Static variable in enum com.google.spanner.admin.instance.v1.Instance.State
The instance is still being created.
CREDENTIALS_PROPERTY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
Name of the 'credentials' connection property.
CREDENTIALS_PROVIDER_PROPERTY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
Name of the 'credentialsProvider' connection property.
CryptoKeyName - Class in com.google.spanner.admin.database.v1
 
CryptoKeyName() - Constructor for class com.google.spanner.admin.database.v1.CryptoKeyName
Deprecated.
CryptoKeyName.Builder - Class in com.google.spanner.admin.database.v1
Builder for projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.
CryptoKeyVersionName - Class in com.google.spanner.admin.database.v1
 
CryptoKeyVersionName() - Constructor for class com.google.spanner.admin.database.v1.CryptoKeyVersionName
Deprecated.
CryptoKeyVersionName.Builder - Class in com.google.spanner.admin.database.v1
Builder for projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}.
cursorReady(AsyncResultSet) - Method in interface com.google.cloud.spanner.AsyncResultSet.ReadyCallback
 
CUSTOMER_MANAGED_ENCRYPTION_VALUE - Static variable in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
Use customer managed encryption.
CUSTOMER_MANAGED_ENCRYPTION_VALUE - Static variable in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
Use customer managed encryption.
CUSTOMER_MANAGED_ENCRYPTION_VALUE - Static variable in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
The data is encrypted at rest with a key that is managed by the customer.
CUSTOMER_MANAGED_ENCRYPTION_VALUE - Static variable in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
Use customer managed encryption.
CustomerManagedEncryption - Class in com.google.cloud.spanner.encryption
The data is encrypted with a key provided by the customer.
customerManagedEncryption(String) - Static method in class com.google.cloud.spanner.encryption.EncryptionConfigs
Returns a customer managed encryption configuration for the given key.

D

Database - Class in com.google.cloud.spanner
Represents a Cloud Spanner database.
Database(DatabaseId, DatabaseInfo.State, DatabaseAdminClient) - Constructor for class com.google.cloud.spanner.Database
 
Database - Class in com.google.spanner.admin.database.v1
A Cloud Spanner database.
Database.Builder - Class in com.google.cloud.spanner
 
Database.Builder - Class in com.google.spanner.admin.database.v1
A Cloud Spanner database.
Database.State - Enum in com.google.spanner.admin.database.v1
Indicates the current state of the database.
DATABASE_DIALECT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Backup
 
DATABASE_DIALECT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
DATABASE_DIALECT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Database
 
DATABASE_DIALECT_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.admin.database.v1.DatabaseDialect
Default value.
DATABASE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Backup
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.BatchCreateSessionsRequest
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.CreateSessionRequest
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ListSessionsRequest
 
DATABASE_ID - Static variable in class com.google.cloud.spanner.spi.v1.SpannerRpcViews
 
DATABASE_ID_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
DatabaseAdminClient - Class in com.google.cloud.spanner.admin.database.v1
Service Description: Cloud Spanner Database Admin API
DatabaseAdminClient(DatabaseAdminSettings) - Constructor for class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Constructs an instance of DatabaseAdminClient, using the given settings.
DatabaseAdminClient(DatabaseAdminStub) - Constructor for class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
 
DatabaseAdminClient - Interface in com.google.cloud.spanner
Client to do admin operations on a Cloud Spanner Database.
DatabaseAdminClient.ListBackupOperationsFixedSizeCollection - Class in com.google.cloud.spanner.admin.database.v1
 
DatabaseAdminClient.ListBackupOperationsPage - Class in com.google.cloud.spanner.admin.database.v1
 
DatabaseAdminClient.ListBackupOperationsPagedResponse - Class in com.google.cloud.spanner.admin.database.v1
 
DatabaseAdminClient.ListBackupsFixedSizeCollection - Class in com.google.cloud.spanner.admin.database.v1
 
DatabaseAdminClient.ListBackupsPage - Class in com.google.cloud.spanner.admin.database.v1
 
DatabaseAdminClient.ListBackupsPagedResponse - Class in com.google.cloud.spanner.admin.database.v1
 
DatabaseAdminClient.ListDatabaseOperationsFixedSizeCollection - Class in com.google.cloud.spanner.admin.database.v1
 
DatabaseAdminClient.ListDatabaseOperationsPage - Class in com.google.cloud.spanner.admin.database.v1
 
DatabaseAdminClient.ListDatabaseOperationsPagedResponse - Class in com.google.cloud.spanner.admin.database.v1
 
DatabaseAdminClient.ListDatabasesFixedSizeCollection - Class in com.google.cloud.spanner.admin.database.v1
 
DatabaseAdminClient.ListDatabasesPage - Class in com.google.cloud.spanner.admin.database.v1
 
DatabaseAdminClient.ListDatabasesPagedResponse - Class in com.google.cloud.spanner.admin.database.v1
 
DatabaseAdminGrpc - Class in com.google.spanner.admin.database.v1
Cloud Spanner Database Admin API The Cloud Spanner Database Admin API can be used to: * create, drop, and list databases * update the schema of pre-existing databases * create, delete and list backups for a database * restore a database from an existing backup
DatabaseAdminGrpc.DatabaseAdminBlockingStub - Class in com.google.spanner.admin.database.v1
Cloud Spanner Database Admin API The Cloud Spanner Database Admin API can be used to: * create, drop, and list databases * update the schema of pre-existing databases * create, delete and list backups for a database * restore a database from an existing backup
DatabaseAdminGrpc.DatabaseAdminFutureStub - Class in com.google.spanner.admin.database.v1
Cloud Spanner Database Admin API The Cloud Spanner Database Admin API can be used to: * create, drop, and list databases * update the schema of pre-existing databases * create, delete and list backups for a database * restore a database from an existing backup
DatabaseAdminGrpc.DatabaseAdminImplBase - Class in com.google.spanner.admin.database.v1
Cloud Spanner Database Admin API The Cloud Spanner Database Admin API can be used to: * create, drop, and list databases * update the schema of pre-existing databases * create, delete and list backups for a database * restore a database from an existing backup
DatabaseAdminGrpc.DatabaseAdminStub - Class in com.google.spanner.admin.database.v1
Cloud Spanner Database Admin API The Cloud Spanner Database Admin API can be used to: * create, drop, and list databases * update the schema of pre-existing databases * create, delete and list backups for a database * restore a database from an existing backup
DatabaseAdminImplBase() - Constructor for class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
 
DatabaseAdminSettings - Class in com.google.cloud.spanner.admin.database.v1
Settings class to configure an instance of DatabaseAdminClient.
DatabaseAdminSettings(DatabaseAdminSettings.Builder) - Constructor for class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
 
DatabaseAdminSettings.Builder - Class in com.google.cloud.spanner.admin.database.v1
Builder for DatabaseAdminSettings.
DatabaseAdminStub - Class in com.google.cloud.spanner.admin.database.v1.stub
Base stub class for the DatabaseAdmin service API.
DatabaseAdminStub() - Constructor for class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
DatabaseAdminStubSettings - Class in com.google.cloud.spanner.admin.database.v1.stub
Settings class to configure an instance of DatabaseAdminStub.
DatabaseAdminStubSettings(DatabaseAdminStubSettings.Builder) - Constructor for class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
 
DatabaseAdminStubSettings.Builder - Class in com.google.cloud.spanner.admin.database.v1.stub
Builder for DatabaseAdminStubSettings.
DatabaseClient - Interface in com.google.cloud.spanner
Interface for all the APIs that are used to read/write data into a Cloud Spanner database.
DatabaseDialect - Enum in com.google.spanner.admin.database.v1
Indicates the dialect type of a database.
DatabaseId - Class in com.google.cloud.spanner
Represents an id of a Cloud Spanner database resource.
DatabaseInfo - Class in com.google.cloud.spanner
Represents a Cloud Spanner database.
DatabaseInfo(DatabaseId, DatabaseInfo.State) - Constructor for class com.google.cloud.spanner.DatabaseInfo
 
DatabaseInfo.Builder - Class in com.google.cloud.spanner
 
DatabaseInfo.State - Enum in com.google.cloud.spanner
State of the database.
DatabaseName - Class in com.google.spanner.admin.database.v1
 
DatabaseName() - Constructor for class com.google.spanner.admin.database.v1.DatabaseName
Deprecated.
DatabaseName - Class in com.google.spanner.v1
 
DatabaseName() - Constructor for class com.google.spanner.v1.DatabaseName
Deprecated.
DatabaseName.Builder - Class in com.google.spanner.admin.database.v1
Builder for projects/{project}/instances/{instance}/databases/{database}.
DatabaseName.Builder - Class in com.google.spanner.v1
Builder for projects/{project}/instances/{instance}/databases/{database}.
DatabaseNotFoundException - Exception in com.google.cloud.spanner
Exception thrown by Cloud Spanner when an operation detects that the database that is being used no longer exists.
DatabaseOrBuilder - Interface in com.google.spanner.admin.database.v1
 
DATABASES_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
date() - Static method in class com.google.cloud.spanner.Type
Returns the descriptor for the DATE type: a timezone independent date in the range [0001-01-01, 9999-12-31).
date(Date) - Static method in class com.google.cloud.spanner.Value
Returns a DATE value.
DATE_VALUE - Static variable in enum com.google.spanner.v1.TypeCode
Encoded as `string` in RFC 3339 date format.
dateArray(Iterable<Date>) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<DATE> value.
daysAgo(int) - Static method in class com.google.cloud.spanner.testing.TimestampHelper
 
DEFAULT_LEADER_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Database
 
DEFAULT_LEADER_LOCATION_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
DEFAULT_USER_AGENT - Static variable in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
 
defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
 
defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
 
defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
 
defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.spanner.v1.SpannerSettings
 
defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
 
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns a builder for the default credentials for this service.
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns a builder for the default credentials for this service.
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns a builder for the default credentials for this service.
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns a builder for the default credentials for this service.
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.spanner.v1.SpannerSettings
Returns a builder for the default credentials for this service.
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns a builder for the default credentials for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns a builder for the default ExecutorProvider for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns a builder for the default ExecutorProvider for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns a builder for the default ExecutorProvider for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns a builder for the default ExecutorProvider for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.spanner.v1.SpannerSettings
Returns a builder for the default ExecutorProvider for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns a builder for the default ExecutorProvider for this service.
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns a builder for the default ChannelProvider for this service.
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns a builder for the default ChannelProvider for this service.
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns a builder for the default ChannelProvider for this service.
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns a builder for the default ChannelProvider for this service.
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.spanner.v1.SpannerSettings
Returns a builder for the default ChannelProvider for this service.
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns a builder for the default ChannelProvider for this service.
defaultTransportChannelProvider() - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
 
defaultTransportChannelProvider() - Static method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
 
defaultTransportChannelProvider() - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
 
defaultTransportChannelProvider() - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
 
defaultTransportChannelProvider() - Static method in class com.google.cloud.spanner.v1.SpannerSettings
 
defaultTransportChannelProvider() - Static method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
 
delete() - Method in class com.google.cloud.spanner.Backup
Deletes this backup on Cloud Spanner.
delete() - Method in class com.google.cloud.spanner.Instance
 
delete(String, Key) - Static method in class com.google.cloud.spanner.Mutation
Returns a mutation that will delete the row with primary key key.
delete(String, KeySet) - Static method in class com.google.cloud.spanner.Mutation
Returns a mutation that will delete all rows with primary keys covered by keySet.
DELETE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Mutation
 
deleteBackup(BackupName) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Deletes a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
deleteBackup(String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Deletes a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
deleteBackup(DeleteBackupRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Deletes a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
deleteBackup(String, String) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Deletes a pending or completed backup.
deleteBackup(String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
deleteBackup(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Deletes a pending or completed backup.
deleteBackup(DeleteBackupRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Deletes a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
deleteBackup(DeleteBackupRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Deletes a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
deleteBackup(DeleteBackupRequest, StreamObserver<Empty>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Deletes a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
deleteBackup(DeleteBackupRequest, StreamObserver<Empty>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Deletes a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
deleteBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Deletes a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
deleteBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
deleteBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
DeleteBackupRequest - Class in com.google.spanner.admin.database.v1
The request for [DeleteBackup][google.spanner.admin.database.v1.DatabaseAdmin.DeleteBackup].
DeleteBackupRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [DeleteBackup][google.spanner.admin.database.v1.DatabaseAdmin.DeleteBackup].
DeleteBackupRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
deleteBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to deleteBackup.
deleteBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to deleteBackup.
deleteBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to deleteBackup.
deleteBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to deleteBackup.
deleteInstance(InstanceName) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Deletes an instance.
deleteInstance(String) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Deletes an instance.
deleteInstance(DeleteInstanceRequest) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Deletes an instance.
deleteInstance(String) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Deletes an instance.
deleteInstance(String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
deleteInstance(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
deleteInstance(DeleteInstanceRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminBlockingStub
Deletes an instance.
deleteInstance(DeleteInstanceRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminFutureStub
Deletes an instance.
deleteInstance(DeleteInstanceRequest, StreamObserver<Empty>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminImplBase
Deletes an instance.
deleteInstance(DeleteInstanceRequest, StreamObserver<Empty>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminStub
Deletes an instance.
deleteInstanceCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Deletes an instance.
deleteInstanceCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
deleteInstanceCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
DeleteInstanceRequest - Class in com.google.spanner.admin.instance.v1
The request for [DeleteInstance][google.spanner.admin.instance.v1.InstanceAdmin.DeleteInstance].
DeleteInstanceRequest.Builder - Class in com.google.spanner.admin.instance.v1
The request for [DeleteInstance][google.spanner.admin.instance.v1.InstanceAdmin.DeleteInstance].
DeleteInstanceRequestOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
deleteInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Returns the builder for the settings used for calls to deleteInstance.
deleteInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the object with the settings used for calls to deleteInstance.
deleteInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Returns the builder for the settings used for calls to deleteInstance.
deleteInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the object with the settings used for calls to deleteInstance.
deleteSession(String, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
deleteSession(String, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
deleteSession(SessionName) - Method in class com.google.cloud.spanner.v1.SpannerClient
Ends a session, releasing server resources associated with it.
deleteSession(String) - Method in class com.google.cloud.spanner.v1.SpannerClient
Ends a session, releasing server resources associated with it.
deleteSession(DeleteSessionRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Ends a session, releasing server resources associated with it.
deleteSession(DeleteSessionRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Ends a session, releasing server resources associated with it.
deleteSession(DeleteSessionRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Ends a session, releasing server resources associated with it.
deleteSession(DeleteSessionRequest, StreamObserver<Empty>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Ends a session, releasing server resources associated with it.
deleteSession(DeleteSessionRequest, StreamObserver<Empty>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Ends a session, releasing server resources associated with it.
deleteSessionCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Ends a session, releasing server resources associated with it.
deleteSessionCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
deleteSessionCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
DeleteSessionRequest - Class in com.google.spanner.v1
The request for [DeleteSession][google.spanner.v1.Spanner.DeleteSession].
DeleteSessionRequest.Builder - Class in com.google.spanner.v1
The request for [DeleteSession][google.spanner.v1.Spanner.DeleteSession].
DeleteSessionRequestOrBuilder - Interface in com.google.spanner.v1
 
deleteSessionSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to deleteSession.
deleteSessionSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to deleteSession.
deleteSessionSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to deleteSession.
deleteSessionSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to deleteSession.
DESCRIPTION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
Dialect - Enum in com.google.cloud.spanner
 
disableGrpcGcpExtension() - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Disables gRPC-GCP extension.
DISPLAY_NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.Instance
 
DISPLAY_NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.InstanceConfig
 
DISPLAY_NAME_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PlanNode
 
doWorkAsync(TransactionContext) - Method in interface com.google.cloud.spanner.AsyncRunner.AsyncWork
Performs a single transaction attempt.
drop() - Method in class com.google.cloud.spanner.Database
Drops this database.
dropDatabase(DatabaseName) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Drops (aka deletes) a Cloud Spanner database.
dropDatabase(String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Drops (aka deletes) a Cloud Spanner database.
dropDatabase(DropDatabaseRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Drops (aka deletes) a Cloud Spanner database.
dropDatabase(String, String) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Drops a Cloud Spanner database.
dropDatabase(String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
dropDatabase(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
dropDatabase(DropDatabaseRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Drops (aka deletes) a Cloud Spanner database.
dropDatabase(DropDatabaseRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Drops (aka deletes) a Cloud Spanner database.
dropDatabase(DropDatabaseRequest, StreamObserver<Empty>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Drops (aka deletes) a Cloud Spanner database.
dropDatabase(DropDatabaseRequest, StreamObserver<Empty>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Drops (aka deletes) a Cloud Spanner database.
dropDatabaseCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Drops (aka deletes) a Cloud Spanner database.
dropDatabaseCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
dropDatabaseCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
DropDatabaseRequest - Class in com.google.spanner.admin.database.v1
The request for [DropDatabase][google.spanner.admin.database.v1.DatabaseAdmin.DropDatabase].
DropDatabaseRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [DropDatabase][google.spanner.admin.database.v1.DatabaseAdmin.DropDatabase].
DropDatabaseRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
dropDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to dropDatabase.
dropDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to dropDatabase.
dropDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to dropDatabase.
dropDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to dropDatabase.

E

EARLIEST_VERSION_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Database
 
EmulatorSpannerHelper - Class in com.google.cloud.spanner.testing
Utility class for checking emulator state for tests
EmulatorSpannerHelper() - Constructor for class com.google.cloud.spanner.testing.EmulatorSpannerHelper
 
enableGrpcGcpExtension() - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Enables gRPC-GCP extension with the default settings.
enableGrpcGcpExtension(GcpManagedChannelOptions) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Enables gRPC-GCP extension and uses provided options for configuration.
ENCODED_CREDENTIALS_PROPERTY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
Name of the 'encodedCredentials' connection property.
ENCRYPTION_CONFIG_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
ENCRYPTION_CONFIG_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
ENCRYPTION_CONFIG_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
ENCRYPTION_CONFIG_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Database
 
ENCRYPTION_CONFIG_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
ENCRYPTION_INFO_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Backup
 
ENCRYPTION_INFO_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Database
 
ENCRYPTION_STATUS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.EncryptionInfo
 
ENCRYPTION_TYPE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
ENCRYPTION_TYPE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
ENCRYPTION_TYPE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.EncryptionInfo
 
ENCRYPTION_TYPE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
ENCRYPTION_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
Unspecified.
ENCRYPTION_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
Unspecified.
ENCRYPTION_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
Unspecified.
encryptionConfig(CustomerManagedEncryption) - Static method in class com.google.cloud.spanner.encryption.EncryptionConfigProtoMapper
Returns an encryption config to be used for a database.
EncryptionConfig - Class in com.google.spanner.admin.database.v1
Encryption configuration for a Cloud Spanner database.
EncryptionConfig.Builder - Class in com.google.spanner.admin.database.v1
Encryption configuration for a Cloud Spanner database.
EncryptionConfigOrBuilder - Interface in com.google.spanner.admin.database.v1
 
EncryptionConfigProtoMapper - Class in com.google.cloud.spanner.encryption
Maps encryption config domain classes to their protobuf counterpart.
EncryptionConfigProtoMapper() - Constructor for class com.google.cloud.spanner.encryption.EncryptionConfigProtoMapper
 
EncryptionConfigs - Class in com.google.cloud.spanner.encryption
Encryption configuration factory.
EncryptionConfigs() - Constructor for class com.google.cloud.spanner.encryption.EncryptionConfigs
 
EncryptionInfo - Class in com.google.cloud.spanner.encryption
Represents the encryption information for a Cloud Spanner backup.
EncryptionInfo(EncryptionInfo) - Constructor for class com.google.cloud.spanner.encryption.EncryptionInfo
 
EncryptionInfo(String, EncryptionInfo.Type, Status) - Constructor for class com.google.cloud.spanner.encryption.EncryptionInfo
 
EncryptionInfo - Class in com.google.spanner.admin.database.v1
Encryption information for a Cloud Spanner database or backup.
EncryptionInfo.Builder - Class in com.google.spanner.admin.database.v1
Encryption information for a Cloud Spanner database or backup.
EncryptionInfo.Type - Enum in com.google.spanner.admin.database.v1
Possible encryption types.
EncryptionInfoOrBuilder - Interface in com.google.spanner.admin.database.v1
 
END_CLOSED_FIELD_NUMBER - Static variable in class com.google.spanner.v1.KeyRange
 
END_OPEN_FIELD_NUMBER - Static variable in class com.google.spanner.v1.KeyRange
 
END_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.OperationProgress
 
END_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
END_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
ENDPOINT_URIS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.Instance
 
equals(Object) - Method in class com.google.cloud.spanner.BackupId
 
equals(Object) - Method in class com.google.cloud.spanner.BackupInfo
 
equals(Object) - Method in class com.google.cloud.spanner.BatchTransactionId
 
equals(Object) - Method in class com.google.cloud.spanner.CommitResponse
 
equals(Object) - Method in class com.google.cloud.spanner.connection.AbstractStatementParser.ParsedStatement
 
equals(Object) - Method in class com.google.cloud.spanner.connection.ConnectionOptions.ConnectionProperty
 
equals(Object) - Method in class com.google.cloud.spanner.DatabaseId
 
equals(Object) - Method in class com.google.cloud.spanner.DatabaseInfo
 
equals(Object) - Method in class com.google.cloud.spanner.encryption.CustomerManagedEncryption
 
equals(Object) - Method in class com.google.cloud.spanner.encryption.EncryptionInfo
 
equals(Object) - Method in class com.google.cloud.spanner.InstanceConfigId
 
equals(Object) - Method in class com.google.cloud.spanner.InstanceConfigInfo
 
equals(Object) - Method in class com.google.cloud.spanner.InstanceId
 
equals(Object) - Method in class com.google.cloud.spanner.InstanceInfo
 
equals(Object) - Method in class com.google.cloud.spanner.Key
 
equals(Object) - Method in class com.google.cloud.spanner.KeyRange
 
equals(Object) - Method in class com.google.cloud.spanner.KeySet
 
equals(Object) - Method in class com.google.cloud.spanner.Mutation
 
equals(Object) - Method in class com.google.cloud.spanner.Options
 
equals(Object) - Method in class com.google.cloud.spanner.Partition
 
equals(Object) - Method in class com.google.cloud.spanner.PartitionOptions
 
equals(Object) - Method in class com.google.cloud.spanner.ReplicaInfo
 
equals(Object) - Method in class com.google.cloud.spanner.Restore
 
equals(Object) - Method in class com.google.cloud.spanner.SessionPoolOptions
 
equals(Object) - Method in class com.google.cloud.spanner.Statement
 
equals(Object) - Method in class com.google.cloud.spanner.Struct
 
equals(Object) - Method in class com.google.cloud.spanner.TimestampBound
 
equals(Object) - Method in class com.google.cloud.spanner.Type
 
equals(Object) - Method in class com.google.cloud.spanner.Type.StructField
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.Backup
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.BackupName
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.Database
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.DatabaseName
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.InstanceName
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
equals(Object) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.Instance
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.InstanceName
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.ProjectName
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
equals(Object) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
equals(Object) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
equals(Object) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
equals(Object) - Method in class com.google.spanner.v1.BeginTransactionRequest
 
equals(Object) - Method in class com.google.spanner.v1.CommitRequest
 
equals(Object) - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
equals(Object) - Method in class com.google.spanner.v1.CommitResponse
 
equals(Object) - Method in class com.google.spanner.v1.CreateSessionRequest
 
equals(Object) - Method in class com.google.spanner.v1.DatabaseName
 
equals(Object) - Method in class com.google.spanner.v1.DeleteSessionRequest
 
equals(Object) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
equals(Object) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
equals(Object) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
equals(Object) - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
equals(Object) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
equals(Object) - Method in class com.google.spanner.v1.GetSessionRequest
 
equals(Object) - Method in class com.google.spanner.v1.KeyRange
 
equals(Object) - Method in class com.google.spanner.v1.KeySet
 
equals(Object) - Method in class com.google.spanner.v1.ListSessionsRequest
 
equals(Object) - Method in class com.google.spanner.v1.ListSessionsResponse
 
equals(Object) - Method in class com.google.spanner.v1.Mutation.Delete
 
equals(Object) - Method in class com.google.spanner.v1.Mutation
 
equals(Object) - Method in class com.google.spanner.v1.Mutation.Write
 
equals(Object) - Method in class com.google.spanner.v1.PartialResultSet
 
equals(Object) - Method in class com.google.spanner.v1.Partition
 
equals(Object) - Method in class com.google.spanner.v1.PartitionOptions
 
equals(Object) - Method in class com.google.spanner.v1.PartitionQueryRequest
 
equals(Object) - Method in class com.google.spanner.v1.PartitionReadRequest
 
equals(Object) - Method in class com.google.spanner.v1.PartitionResponse
 
equals(Object) - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
equals(Object) - Method in class com.google.spanner.v1.PlanNode
 
equals(Object) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
equals(Object) - Method in class com.google.spanner.v1.QueryPlan
 
equals(Object) - Method in class com.google.spanner.v1.ReadRequest
 
equals(Object) - Method in class com.google.spanner.v1.RequestOptions
 
equals(Object) - Method in class com.google.spanner.v1.ResultSet
 
equals(Object) - Method in class com.google.spanner.v1.ResultSetMetadata
 
equals(Object) - Method in class com.google.spanner.v1.ResultSetStats
 
equals(Object) - Method in class com.google.spanner.v1.RollbackRequest
 
equals(Object) - Method in class com.google.spanner.v1.Session
 
equals(Object) - Method in class com.google.spanner.v1.SessionName
 
equals(Object) - Method in class com.google.spanner.v1.StructType
 
equals(Object) - Method in class com.google.spanner.v1.StructType.Field
 
equals(Object) - Method in class com.google.spanner.v1.Transaction
 
equals(Object) - Method in class com.google.spanner.v1.TransactionOptions
 
equals(Object) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
equals(Object) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
equals(Object) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
equals(Object) - Method in class com.google.spanner.v1.TransactionSelector
 
equals(Object) - Method in class com.google.spanner.v1.Type
 
ErrorCode - Enum in com.google.cloud.spanner
Enumerates the major types of error that the Cloud Spanner service can produce.
EXACT_STALENESS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
execute(Partition) - Method in interface com.google.cloud.spanner.BatchReadOnlyTransaction
Execute the partition to return ResultSet.
execute(Statement) - Method in interface com.google.cloud.spanner.connection.Connection
Executes the given statement if allowed in the current TransactionMode and connection state.
executeAsync(Statement) - Method in interface com.google.cloud.spanner.connection.Connection
Executes the given statement if allowed in the current TransactionMode and connection state asynchronously.
executeBatchDml(ExecuteBatchDmlRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
executeBatchDml(ExecuteBatchDmlRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
executeBatchDml(ExecuteBatchDmlRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Executes a batch of SQL DML statements.
executeBatchDml(ExecuteBatchDmlRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Executes a batch of SQL DML statements.
executeBatchDml(ExecuteBatchDmlRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Executes a batch of SQL DML statements.
executeBatchDml(ExecuteBatchDmlRequest, StreamObserver<ExecuteBatchDmlResponse>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Executes a batch of SQL DML statements.
executeBatchDml(ExecuteBatchDmlRequest, StreamObserver<ExecuteBatchDmlResponse>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Executes a batch of SQL DML statements.
executeBatchDmlAsync(ExecuteBatchDmlRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
executeBatchDmlAsync(ExecuteBatchDmlRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
executeBatchDmlCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Executes a batch of SQL DML statements.
executeBatchDmlCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
executeBatchDmlCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
ExecuteBatchDmlRequest - Class in com.google.spanner.v1
The request for [ExecuteBatchDml][google.spanner.v1.Spanner.ExecuteBatchDml].
ExecuteBatchDmlRequest.Builder - Class in com.google.spanner.v1
The request for [ExecuteBatchDml][google.spanner.v1.Spanner.ExecuteBatchDml].
ExecuteBatchDmlRequest.Statement - Class in com.google.spanner.v1
A single DML statement.
ExecuteBatchDmlRequest.Statement.Builder - Class in com.google.spanner.v1
A single DML statement.
ExecuteBatchDmlRequest.StatementOrBuilder - Interface in com.google.spanner.v1
 
ExecuteBatchDmlRequestOrBuilder - Interface in com.google.spanner.v1
 
ExecuteBatchDmlResponse - Class in com.google.spanner.v1
The response for [ExecuteBatchDml][google.spanner.v1.Spanner.ExecuteBatchDml].
ExecuteBatchDmlResponse.Builder - Class in com.google.spanner.v1
The response for [ExecuteBatchDml][google.spanner.v1.Spanner.ExecuteBatchDml].
ExecuteBatchDmlResponseOrBuilder - Interface in com.google.spanner.v1
 
executeBatchDmlSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to executeBatchDml.
executeBatchDmlSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to executeBatchDml.
executeBatchDmlSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to executeBatchDml.
executeBatchDmlSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to executeBatchDml.
executeBatchUpdate(Iterable<Statement>) - Method in interface com.google.cloud.spanner.connection.Connection
Executes a list of DML statements in a single request.
executeBatchUpdateAsync(Iterable<Statement>) - Method in interface com.google.cloud.spanner.connection.Connection
Executes a list of DML statements in a single request.
executePartitionedDml(ExecuteSqlRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
executePartitionedDml(ExecuteSqlRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
executePartitionedUpdate(Statement, Options.UpdateOption...) - Method in interface com.google.cloud.spanner.DatabaseClient
Returns the lower bound of rows modified by this DML statement.
executeQuery(Statement, Options.QueryOption...) - Method in interface com.google.cloud.spanner.connection.Connection
Executes the given statement as a query and returns the result as a ResultSet.
executeQuery(Statement, Options.QueryOption...) - Method in interface com.google.cloud.spanner.ReadContext
Executes a query against the database.
executeQuery(ExecuteSqlRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
executeQuery(ExecuteSqlRequest, SpannerRpc.ResultStreamConsumer, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
executeQuery(ExecuteSqlRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
executeQuery(ExecuteSqlRequest, SpannerRpc.ResultStreamConsumer, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
executeQuery(ReadContext, Options.QueryOption...) - Method in class com.google.cloud.spanner.Statement
Executes the query in context.
executeQueryAsync(Statement, Options.QueryOption...) - Method in interface com.google.cloud.spanner.connection.Connection
Executes the given statement asynchronously as a query and returns the result as an AsyncResultSet.
executeQueryAsync(Statement, Options.QueryOption...) - Method in interface com.google.cloud.spanner.ReadContext
Same as #executeQuery(Statement, QueryOption...), but is guaranteed to be non-blocking and returns its results as an AsyncResultSet.
executeQueryAsync(ExecuteSqlRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
executeQueryAsync(ExecuteSqlRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
executeSql(ExecuteSqlRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Executes an SQL statement, returning all results in a single reply.
executeSql(ExecuteSqlRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Executes an SQL statement, returning all results in a single reply.
executeSql(ExecuteSqlRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Executes an SQL statement, returning all results in a single reply.
executeSql(ExecuteSqlRequest, StreamObserver<ResultSet>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Executes an SQL statement, returning all results in a single reply.
executeSql(ExecuteSqlRequest, StreamObserver<ResultSet>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Executes an SQL statement, returning all results in a single reply.
executeSqlCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Executes an SQL statement, returning all results in a single reply.
executeSqlCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
executeSqlCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
ExecuteSqlRequest - Class in com.google.spanner.v1
The request for [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql] and [ExecuteStreamingSql][google.spanner.v1.Spanner.ExecuteStreamingSql].
ExecuteSqlRequest.Builder - Class in com.google.spanner.v1
The request for [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql] and [ExecuteStreamingSql][google.spanner.v1.Spanner.ExecuteStreamingSql].
ExecuteSqlRequest.QueryMode - Enum in com.google.spanner.v1
Mode in which the statement must be processed.
ExecuteSqlRequest.QueryOptions - Class in com.google.spanner.v1
Query optimizer configuration.
ExecuteSqlRequest.QueryOptions.Builder - Class in com.google.spanner.v1
Query optimizer configuration.
ExecuteSqlRequest.QueryOptionsOrBuilder - Interface in com.google.spanner.v1
 
ExecuteSqlRequestOrBuilder - Interface in com.google.spanner.v1
 
executeSqlSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to executeSql.
executeSqlSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to executeSql.
executeSqlSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to executeSql.
executeSqlSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to executeSql.
executeStreamingPartitionedDml(ExecuteSqlRequest, Map<SpannerRpc.Option, ?>, Duration) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
executeStreamingPartitionedDml(ExecuteSqlRequest, Map<SpannerRpc.Option, ?>, Duration) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
executeStreamingSql(ExecuteSqlRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Like [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql], except returns the result set as a stream.
executeStreamingSql(ExecuteSqlRequest, StreamObserver<PartialResultSet>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Like [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql], except returns the result set as a stream.
executeStreamingSql(ExecuteSqlRequest, StreamObserver<PartialResultSet>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Like [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql], except returns the result set as a stream.
executeStreamingSqlCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Like [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql], except returns the result set as a stream.
executeStreamingSqlCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
executeStreamingSqlCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
executeStreamingSqlSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to executeStreamingSql.
executeStreamingSqlSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to executeStreamingSql.
executeStreamingSqlSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to executeStreamingSql.
executeStreamingSqlSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to executeStreamingSql.
executeUpdate(Statement) - Method in interface com.google.cloud.spanner.connection.Connection
Executes the given statement as a DML statement.
executeUpdate(Statement, Options.UpdateOption...) - Method in interface com.google.cloud.spanner.TransactionContext
Executes the DML statement(s) and returns the number of rows modified.
executeUpdateAsync(Statement) - Method in interface com.google.cloud.spanner.connection.Connection
Executes the given statement asynchronously as a DML statement.
executeUpdateAsync(Statement, Options.UpdateOption...) - Method in interface com.google.cloud.spanner.TransactionContext
Same as #executeUpdate(Statement), but is guaranteed to be non-blocking.
EXECUTION_STATS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PlanNode
 
exists() - Method in class com.google.cloud.spanner.Backup
Returns true if a backup with the id of this Backup exists on Cloud Spanner.
exists() - Method in class com.google.cloud.spanner.Database
Returns true if a database with the id of this Database exists on Cloud Spanner.
EXPIRE_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Backup
 
EXPIRE_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
EXTRA_STATEMENTS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 

F

FIELD_MASK_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
FIELD_MASK_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
FIELDS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.StructType
 
filter(String) - Static method in class com.google.cloud.spanner.Options
Specifying this will cause the given filter to be applied to the list operation.
FILTER_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
FILTER_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
FILTER_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
FILTER_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
FILTER_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ListSessionsRequest
 
float64() - Static method in class com.google.cloud.spanner.Type
Returns the descriptor for the FLOAT64 type: a floating point type with the same value domain as a Java {code double}.
float64(Double) - Static method in class com.google.cloud.spanner.Value
Returns a FLOAT64 value.
float64(double) - Static method in class com.google.cloud.spanner.Value
Returns a FLOAT64 value.
FLOAT64_VALUE - Static variable in enum com.google.spanner.v1.TypeCode
Encoded as `number`, or the strings `"NaN"`, `"Infinity"`, or `"-Infinity"`.
float64Array(double[]) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<FLOAT64> value.
float64Array(double[], int, int) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<FLOAT64> value that takes its elements from a region of an array.
float64Array(Iterable<Double>) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<FLOAT64> value.
format(String, String, String) - Static method in class com.google.spanner.admin.database.v1.BackupName
 
format(String, String, String, String) - Static method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
format(String, String, String, String, String) - Static method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
format(String, String, String) - Static method in class com.google.spanner.admin.database.v1.DatabaseName
 
format(String, String) - Static method in class com.google.spanner.admin.database.v1.InstanceName
 
format(String, String) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
format(String, String) - Static method in class com.google.spanner.admin.instance.v1.InstanceName
 
format(String) - Static method in class com.google.spanner.admin.instance.v1.ProjectName
 
format(String, String, String) - Static method in class com.google.spanner.v1.DatabaseName
 
format(String, String, String, String) - Static method in class com.google.spanner.v1.SessionName
 
forNumber(int) - Static method in enum com.google.spanner.admin.database.v1.Backup.State
 
forNumber(int) - Static method in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
 
forNumber(int) - Static method in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
 
forNumber(int) - Static method in enum com.google.spanner.admin.database.v1.Database.State
 
forNumber(int) - Static method in enum com.google.spanner.admin.database.v1.DatabaseDialect
 
forNumber(int) - Static method in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
 
forNumber(int) - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
 
forNumber(int) - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.SourceInfoCase
 
forNumber(int) - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseRequest.SourceCase
 
forNumber(int) - Static method in enum com.google.spanner.admin.database.v1.RestoreInfo.SourceInfoCase
 
forNumber(int) - Static method in enum com.google.spanner.admin.database.v1.RestoreSourceType
 
forNumber(int) - Static method in enum com.google.spanner.admin.instance.v1.Instance.State
 
forNumber(int) - Static method in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
 
forNumber(int) - Static method in enum com.google.spanner.v1.CommitRequest.TransactionCase
 
forNumber(int) - Static method in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
 
forNumber(int) - Static method in enum com.google.spanner.v1.KeyRange.EndKeyTypeCase
 
forNumber(int) - Static method in enum com.google.spanner.v1.KeyRange.StartKeyTypeCase
 
forNumber(int) - Static method in enum com.google.spanner.v1.Mutation.OperationCase
 
forNumber(int) - Static method in enum com.google.spanner.v1.PlanNode.Kind
 
forNumber(int) - Static method in enum com.google.spanner.v1.RequestOptions.Priority
 
forNumber(int) - Static method in enum com.google.spanner.v1.ResultSetStats.RowCountCase
 
forNumber(int) - Static method in enum com.google.spanner.v1.TransactionOptions.ModeCase
 
forNumber(int) - Static method in enum com.google.spanner.v1.TransactionOptions.ReadOnly.TimestampBoundCase
 
forNumber(int) - Static method in enum com.google.spanner.v1.TransactionSelector.SelectorCase
 
forNumber(int) - Static method in enum com.google.spanner.v1.TypeAnnotationCode
 
forNumber(int) - Static method in enum com.google.spanner.v1.TypeCode
 
forRows(Type, Iterable<Struct>) - Static method in class com.google.cloud.spanner.ResultSets
Creates a pre-populated ResultSet
ForwardingAsyncResultSet - Class in com.google.cloud.spanner
Forwarding implementation of AsyncResultSet that forwards all calls to a delegate.
ForwardingAsyncResultSet(AsyncResultSet) - Constructor for class com.google.cloud.spanner.ForwardingAsyncResultSet
 
ForwardingResultSet - Class in com.google.cloud.spanner
Forwarding implementation of ResultSet that forwards all calls to a delegate.
ForwardingResultSet(ResultSet) - Constructor for class com.google.cloud.spanner.ForwardingResultSet
 
ForwardingResultSet(Supplier<ResultSet>) - Constructor for class com.google.cloud.spanner.ForwardingResultSet
 
ForwardingStructReader - Class in com.google.cloud.spanner
Forwarding implements of StructReader
ForwardingStructReader(StructReader) - Constructor for class com.google.cloud.spanner.ForwardingStructReader
 
ForwardingStructReader(Supplier<? extends StructReader>) - Constructor for class com.google.cloud.spanner.ForwardingStructReader
 
fromGrpcStatus(Status) - Static method in enum com.google.cloud.spanner.ErrorCode
Returns the error code corresponding to a gRPC status, or UNKNOWN if not recognized.
fromName(String) - Static method in enum com.google.cloud.spanner.Dialect
 
fromProto(DatabaseDialect) - Static method in enum com.google.cloud.spanner.Dialect
 
fromProto(ReplicaInfo) - Static method in class com.google.cloud.spanner.ReplicaInfo
 
fromProto(ReplicaInfo.ReplicaType) - Static method in enum com.google.cloud.spanner.ReplicaInfo.ReplicaType
 
fromProtoOrNull(EncryptionConfig) - Static method in class com.google.cloud.spanner.encryption.CustomerManagedEncryption
Returns a CustomerManagedEncryption instance from the given proto, or null if the given proto is the default proto instance (i.e.
fromProtoOrNull(EncryptionInfo) - Static method in class com.google.cloud.spanner.encryption.EncryptionInfo
Returns a EncryptionInfo instance from the given proto, or null if the given proto is the default proto instance (i.e.

G

GapicSpannerRpc - Class in com.google.cloud.spanner.spi.v1
Implementation of Cloud Spanner remote calls using Gapic libraries.
GapicSpannerRpc(SpannerOptions) - Constructor for class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
geEndType() - Method in class com.google.cloud.spanner.KeyRange
Indicates whether the end key is inclusive (CLOSED) or exclusive (OPEN).
get() - Method in class com.google.cloud.spanner.AbstractLazyInitializer
Returns an initialized instance of T.
get() - Method in interface com.google.cloud.spanner.AsyncTransactionManager.CommitTimestampFuture
Returns the commit timestamp of the transaction.
get(long, TimeUnit) - Method in interface com.google.cloud.spanner.AsyncTransactionManager.CommitTimestampFuture
Same as AsyncTransactionManager.CommitTimestampFuture.get(), but will throw a TimeoutException if the transaction does not finish within the timeout.
get(ApiFuture<T>) - Static method in class com.google.cloud.spanner.SpannerApiFutures
 
getAll() - Method in class com.google.spanner.v1.KeySet.Builder
For convenience `all` can be set to `true` to indicate that this `KeySet` matches all keys in the table or index.
getAll() - Method in class com.google.spanner.v1.KeySet
For convenience `all` can be set to `true` to indicate that this `KeySet` matches all keys in the table or index.
getAll() - Method in interface com.google.spanner.v1.KeySetOrBuilder
For convenience `all` can be set to `true` to indicate that this `KeySet` matches all keys in the table or index.
getAllowedClientLibTokens() - Method in class com.google.cloud.spanner.SpannerOptions.Builder
 
getApproximateLastUseTime() - Method in class com.google.spanner.v1.Session.Builder
Output only.
getApproximateLastUseTime() - Method in class com.google.spanner.v1.Session
Output only.
getApproximateLastUseTime() - Method in interface com.google.spanner.v1.SessionOrBuilder
Output only.
getApproximateLastUseTimeBuilder() - Method in class com.google.spanner.v1.Session.Builder
Output only.
getApproximateLastUseTimeOrBuilder() - Method in class com.google.spanner.v1.Session.Builder
Output only.
getApproximateLastUseTimeOrBuilder() - Method in class com.google.spanner.v1.Session
Output only.
getApproximateLastUseTimeOrBuilder() - Method in interface com.google.spanner.v1.SessionOrBuilder
Output only.
getArrayElementType() - Method in class com.google.cloud.spanner.Type
Returns the type descriptor for elements of this ARRAY type.
getArrayElementType() - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
getArrayElementType() - Method in class com.google.spanner.v1.Type
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
getArrayElementType() - Method in interface com.google.spanner.v1.TypeOrBuilder
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
getArrayElementTypeBuilder() - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
getArrayElementTypeOrBuilder() - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
getArrayElementTypeOrBuilder() - Method in class com.google.spanner.v1.Type
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
getArrayElementTypeOrBuilder() - Method in interface com.google.spanner.v1.TypeOrBuilder
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
getAsyncExecutorProvider() - Method in interface com.google.cloud.spanner.Spanner
 
getAsyncExecutorProvider() - Method in class com.google.cloud.spanner.SpannerOptions
 
getAutocommitDmlMode() - Method in interface com.google.cloud.spanner.connection.Connection
 
getBackup(BackupName) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
getBackup(String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
getBackup(GetBackupRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
getBackup() - Method in class com.google.cloud.spanner.BackupId
Returns the backup id.
getBackup(String, String) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Gets the current state of a Cloud Spanner database backup.
getBackup(String) - Method in class com.google.cloud.spanner.Instance
Returns the backup with the given id on this instance.
getBackup() - Method in class com.google.cloud.spanner.RestoreInfo
The backup source of the restored database.
getBackup(String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
getBackup(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Gets the backup with the specified name.
getBackup() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
Name of the backup.
getBackup() - Method in class com.google.spanner.admin.database.v1.BackupInfo
Name of the backup.
getBackup() - Method in interface com.google.spanner.admin.database.v1.BackupInfoOrBuilder
Name of the backup.
getBackup() - Method in class com.google.spanner.admin.database.v1.BackupName.Builder
 
getBackup() - Method in class com.google.spanner.admin.database.v1.BackupName
 
getBackup() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
getBackup() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
Required.
getBackup() - Method in interface com.google.spanner.admin.database.v1.CreateBackupRequestOrBuilder
Required.
getBackup(GetBackupRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
getBackup(GetBackupRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
getBackup(GetBackupRequest, StreamObserver<Backup>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
getBackup(GetBackupRequest, StreamObserver<Backup>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
getBackup() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Name of the backup from which to restore.
getBackup() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
Name of the backup from which to restore.
getBackup() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseRequestOrBuilder
Name of the backup from which to restore.
getBackup() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
getBackup() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
Required.
getBackup() - Method in interface com.google.spanner.admin.database.v1.UpdateBackupRequestOrBuilder
Required.
getBackupBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
getBackupBuilder() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
getBackupBytes() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
Name of the backup.
getBackupBytes() - Method in class com.google.spanner.admin.database.v1.BackupInfo
Name of the backup.
getBackupBytes() - Method in interface com.google.spanner.admin.database.v1.BackupInfoOrBuilder
Name of the backup.
getBackupBytes() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Name of the backup from which to restore.
getBackupBytes() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
Name of the backup from which to restore.
getBackupBytes() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseRequestOrBuilder
Name of the backup from which to restore.
getBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
getBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
getBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
getBackupCreateTime() - Method in class com.google.cloud.spanner.RestoreInfo
The create time of the backup for the restore.
getBackupIAMPolicy(String, String) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Returns the IAM policy for the given backup.
getBackupId() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
getBackupId() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
Required.
getBackupId() - Method in interface com.google.spanner.admin.database.v1.CopyBackupRequestOrBuilder
Required.
getBackupId() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
getBackupId() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
Required.
getBackupId() - Method in interface com.google.spanner.admin.database.v1.CreateBackupRequestOrBuilder
Required.
getBackupIdBytes() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
getBackupIdBytes() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
Required.
getBackupIdBytes() - Method in interface com.google.spanner.admin.database.v1.CopyBackupRequestOrBuilder
Required.
getBackupIdBytes() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
getBackupIdBytes() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
Required.
getBackupIdBytes() - Method in interface com.google.spanner.admin.database.v1.CreateBackupRequestOrBuilder
Required.
getBackupInfo() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Information about the backup used to restore the database.
getBackupInfo() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
Information about the backup used to restore the database.
getBackupInfo() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
Information about the backup used to restore the database.
getBackupInfo() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
Information about the backup used to restore the database.
getBackupInfo() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
Information about the backup used to restore the database.
getBackupInfo() - Method in interface com.google.spanner.admin.database.v1.RestoreInfoOrBuilder
Information about the backup used to restore the database.
getBackupInfoBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Information about the backup used to restore the database.
getBackupInfoBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
Information about the backup used to restore the database.
getBackupInfoOrBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Information about the backup used to restore the database.
getBackupInfoOrBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
Information about the backup used to restore the database.
getBackupInfoOrBuilder() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
Information about the backup used to restore the database.
getBackupInfoOrBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
Information about the backup used to restore the database.
getBackupInfoOrBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
Information about the backup used to restore the database.
getBackupInfoOrBuilder() - Method in interface com.google.spanner.admin.database.v1.RestoreInfoOrBuilder
Information about the backup used to restore the database.
getBackupOrBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
getBackupOrBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
Required.
getBackupOrBuilder() - Method in interface com.google.spanner.admin.database.v1.CreateBackupRequestOrBuilder
Required.
getBackupOrBuilder() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
getBackupOrBuilder() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
Required.
getBackupOrBuilder() - Method in interface com.google.spanner.admin.database.v1.UpdateBackupRequestOrBuilder
Required.
GetBackupRequest - Class in com.google.spanner.admin.database.v1
The request for [GetBackup][google.spanner.admin.database.v1.DatabaseAdmin.GetBackup].
GetBackupRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [GetBackup][google.spanner.admin.database.v1.DatabaseAdmin.GetBackup].
GetBackupRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
getBackups(int) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
getBackups(int) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
The list of matching backups.
getBackups(int) - Method in interface com.google.spanner.admin.database.v1.ListBackupsResponseOrBuilder
The list of matching backups.
getBackupsBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
getBackupsBuilderList() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
getBackupsCount() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
getBackupsCount() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
The list of matching backups.
getBackupsCount() - Method in interface com.google.spanner.admin.database.v1.ListBackupsResponseOrBuilder
The list of matching backups.
getBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to getBackup.
getBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to getBackup.
getBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to getBackup.
getBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to getBackup.
getBackupsList() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
getBackupsList() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
The list of matching backups.
getBackupsList() - Method in interface com.google.spanner.admin.database.v1.ListBackupsResponseOrBuilder
The list of matching backups.
getBackupsOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
getBackupsOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
The list of matching backups.
getBackupsOrBuilder(int) - Method in interface com.google.spanner.admin.database.v1.ListBackupsResponseOrBuilder
The list of matching backups.
getBackupsOrBuilderList() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
getBackupsOrBuilderList() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
The list of matching backups.
getBackupsOrBuilderList() - Method in interface com.google.spanner.admin.database.v1.ListBackupsResponseOrBuilder
The list of matching backups.
getBatchClient(DatabaseId) - Method in interface com.google.cloud.spanner.Spanner
Returns a BatchClient to do batch operations on Cloud Spanner databases.
getBatchClient(Database) - Method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
 
getBatchCreateSessionsMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getBatchTransactionId() - Method in interface com.google.cloud.spanner.BatchReadOnlyTransaction
Returns a BatchTransactionId to be re-used across several machines/processes.
getBatchUpdateTimeout() - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
getBegin() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Begin a new transaction and execute this read or SQL query in it.
getBegin() - Method in class com.google.spanner.v1.TransactionSelector
Begin a new transaction and execute this read or SQL query in it.
getBegin() - Method in interface com.google.spanner.v1.TransactionSelectorOrBuilder
Begin a new transaction and execute this read or SQL query in it.
getBeginBuilder() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Begin a new transaction and execute this read or SQL query in it.
getBeginOrBuilder() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Begin a new transaction and execute this read or SQL query in it.
getBeginOrBuilder() - Method in class com.google.spanner.v1.TransactionSelector
Begin a new transaction and execute this read or SQL query in it.
getBeginOrBuilder() - Method in interface com.google.spanner.v1.TransactionSelectorOrBuilder
Begin a new transaction and execute this read or SQL query in it.
getBeginTransactionMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getBigDecimal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBigDecimal(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBigDecimal(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBigDecimal(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBigDecimal(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.numeric().
getBigDecimal(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.numeric().
getBigDecimalInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBigDecimalList(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBigDecimalList(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBigDecimalList(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBigDecimalList(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBigDecimalList(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.numeric()).
getBigDecimalList(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.numeric()).
getBigDecimalListInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBool() - Method in class com.google.cloud.spanner.Value
Returns the value of a BOOL-typed instance.
getBoolArray() - Method in class com.google.cloud.spanner.Value
Returns the value of an ARRAY<BOOL>-typed instance.
getBoolean(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBoolean(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBoolean(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBoolean(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBoolean(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.bool().
getBoolean(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.bool().
getBooleanArray(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBooleanArray(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBooleanArray(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBooleanArray(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBooleanArray(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.bool()).
getBooleanArray(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.bool()).
getBooleanArrayInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBooleanInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBooleanList(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBooleanList(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBooleanList(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBooleanList(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBooleanList(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.bool()).
getBooleanList(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.bool()).
getBooleanListInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBytes(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBytes(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBytes(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBytes(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBytes(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.bytes().
getBytes(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.bytes().
getBytes() - Method in class com.google.cloud.spanner.Value
Returns the value of a BYTES-typed instance.
getBytesArray() - Method in class com.google.cloud.spanner.Value
Returns the value of an ARRAY<BYTES>-typed instance.
getBytesInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBytesList(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBytesList(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getBytesList(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBytesList(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getBytesList(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.bytes()).
getBytesList(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.bytes()).
getBytesListInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getCallCredentials() - Method in interface com.google.cloud.spanner.SpannerOptions.CallCredentialsProvider
Return the CallCredentials to use for a gRPC call.
getCallCredentialsProvider() - Method in class com.google.cloud.spanner.SpannerOptions
 
getCancelTime() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The time at which cancellation of CopyBackup operation was received.
getCancelTime() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
The time at which cancellation of CopyBackup operation was received.
getCancelTime() - Method in interface com.google.spanner.admin.database.v1.CopyBackupMetadataOrBuilder
The time at which cancellation of CopyBackup operation was received.
getCancelTime() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The time at which cancellation of this operation was received.
getCancelTime() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
The time at which cancellation of this operation was received.
getCancelTime() - Method in interface com.google.spanner.admin.database.v1.CreateBackupMetadataOrBuilder
The time at which cancellation of this operation was received.
getCancelTime() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The time at which cancellation of this operation was received.
getCancelTime() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
The time at which cancellation of this operation was received.
getCancelTime() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
The time at which cancellation of this operation was received.
getCancelTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation was cancelled.
getCancelTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
The time at which this operation was cancelled.
getCancelTime() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceMetadataOrBuilder
The time at which this operation was cancelled.
getCancelTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation was cancelled.
getCancelTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
The time at which this operation was cancelled.
getCancelTime() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder
The time at which this operation was cancelled.
getCancelTimeBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The time at which cancellation of CopyBackup operation was received.
getCancelTimeBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The time at which cancellation of this operation was received.
getCancelTimeBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The time at which cancellation of this operation was received.
getCancelTimeBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation was cancelled.
getCancelTimeBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation was cancelled.
getCancelTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The time at which cancellation of CopyBackup operation was received.
getCancelTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
The time at which cancellation of CopyBackup operation was received.
getCancelTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.CopyBackupMetadataOrBuilder
The time at which cancellation of CopyBackup operation was received.
getCancelTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The time at which cancellation of this operation was received.
getCancelTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
The time at which cancellation of this operation was received.
getCancelTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.CreateBackupMetadataOrBuilder
The time at which cancellation of this operation was received.
getCancelTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The time at which cancellation of this operation was received.
getCancelTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
The time at which cancellation of this operation was received.
getCancelTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
The time at which cancellation of this operation was received.
getCancelTimeOrBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation was cancelled.
getCancelTimeOrBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
The time at which this operation was cancelled.
getCancelTimeOrBuilder() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceMetadataOrBuilder
The time at which this operation was cancelled.
getCancelTimeOrBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation was cancelled.
getCancelTimeOrBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
The time at which this operation was cancelled.
getCancelTimeOrBuilder() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder
The time at which this operation was cancelled.
getChannelConfigurator() - Method in class com.google.cloud.spanner.SpannerOptions
 
getChannelProvider(String, int) - Method in interface com.google.cloud.spanner.connection.ConnectionOptions.ExternalChannelProvider
 
getChannelProvider() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
Calls the getChannelProvider() method from the supplied class.
getChannelProvider() - Method in class com.google.cloud.spanner.SpannerOptions
 
getChildIndex() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
The node to which the link points.
getChildIndex() - Method in class com.google.spanner.v1.PlanNode.ChildLink
The node to which the link points.
getChildIndex() - Method in interface com.google.spanner.v1.PlanNode.ChildLinkOrBuilder
The node to which the link points.
getChildLinks(int) - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
getChildLinks(int) - Method in class com.google.spanner.v1.PlanNode
List of child node `index`es and their relationship to this parent.
getChildLinks(int) - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
List of child node `index`es and their relationship to this parent.
getChildLinksBuilder(int) - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
getChildLinksBuilderList() - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
getChildLinksCount() - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
getChildLinksCount() - Method in class com.google.spanner.v1.PlanNode
List of child node `index`es and their relationship to this parent.
getChildLinksCount() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
List of child node `index`es and their relationship to this parent.
getChildLinksList() - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
getChildLinksList() - Method in class com.google.spanner.v1.PlanNode
List of child node `index`es and their relationship to this parent.
getChildLinksList() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
List of child node `index`es and their relationship to this parent.
getChildLinksOrBuilder(int) - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
getChildLinksOrBuilder(int) - Method in class com.google.spanner.v1.PlanNode
List of child node `index`es and their relationship to this parent.
getChildLinksOrBuilder(int) - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
List of child node `index`es and their relationship to this parent.
getChildLinksOrBuilderList() - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
getChildLinksOrBuilderList() - Method in class com.google.spanner.v1.PlanNode
List of child node `index`es and their relationship to this parent.
getChildLinksOrBuilderList() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
List of child node `index`es and their relationship to this parent.
getChunkedValue() - Method in class com.google.spanner.v1.PartialResultSet.Builder
If true, then the final value in [values][google.spanner.v1.PartialResultSet.values] is chunked, and must be combined with more values from subsequent `PartialResultSet`s to obtain a complete field value.
getChunkedValue() - Method in class com.google.spanner.v1.PartialResultSet
If true, then the final value in [values][google.spanner.v1.PartialResultSet.values] is chunked, and must be combined with more values from subsequent `PartialResultSet`s to obtain a complete field value.
getChunkedValue() - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
If true, then the final value in [values][google.spanner.v1.PartialResultSet.values] is chunked, and must be combined with more values from subsequent `PartialResultSet`s to obtain a complete field value.
getClient() - Method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
 
getClientSideStatementType() - Method in class com.google.cloud.spanner.connection.AbstractStatementParser.ParsedStatement
Returns the StatementResult.ClientSideStatementType of this statement.
getClientSideStatementType() - Method in interface com.google.cloud.spanner.connection.StatementResult
 
getCode() - Method in class com.google.cloud.spanner.Type
Returns the type code corresponding to this type.
getCode() - Method in class com.google.spanner.v1.Type.Builder
Required.
getCode() - Method in class com.google.spanner.v1.Type
Required.
getCode() - Method in interface com.google.spanner.v1.TypeOrBuilder
Required.
getCodeValue() - Method in class com.google.spanner.v1.Type.Builder
Required.
getCodeValue() - Method in class com.google.spanner.v1.Type
Required.
getCodeValue() - Method in interface com.google.spanner.v1.TypeOrBuilder
Required.
getColumnCount() - Method in class com.google.cloud.spanner.AbstractStructReader
 
getColumnCount() - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getColumnCount() - Method in interface com.google.cloud.spanner.StructReader
Returns the number of columns in the underlying data.
getColumnIndex(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getColumnIndex(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getColumnIndex(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the index of the column named columnName.
getColumns() - Method in class com.google.cloud.spanner.Mutation
For all types except Mutation.Op.DELETE, returns the columns that this mutation will affect.
getColumns(int) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
getColumns(int) - Method in class com.google.spanner.v1.Mutation.Write
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
getColumns(int) - Method in interface com.google.spanner.v1.Mutation.WriteOrBuilder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
getColumns(int) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
getColumns(int) - Method in class com.google.spanner.v1.PartitionReadRequest
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
getColumns(int) - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
getColumns(int) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
getColumns(int) - Method in class com.google.spanner.v1.ReadRequest
Required.
getColumns(int) - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Required.
getColumnsBytes(int) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
getColumnsBytes(int) - Method in class com.google.spanner.v1.Mutation.Write
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
getColumnsBytes(int) - Method in interface com.google.spanner.v1.Mutation.WriteOrBuilder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
getColumnsBytes(int) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
getColumnsBytes(int) - Method in class com.google.spanner.v1.PartitionReadRequest
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
getColumnsBytes(int) - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
getColumnsBytes(int) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
getColumnsBytes(int) - Method in class com.google.spanner.v1.ReadRequest
Required.
getColumnsBytes(int) - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Required.
getColumnsCount() - Method in class com.google.spanner.v1.Mutation.Write.Builder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
getColumnsCount() - Method in class com.google.spanner.v1.Mutation.Write
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
getColumnsCount() - Method in interface com.google.spanner.v1.Mutation.WriteOrBuilder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
getColumnsCount() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
getColumnsCount() - Method in class com.google.spanner.v1.PartitionReadRequest
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
getColumnsCount() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
getColumnsCount() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
getColumnsCount() - Method in class com.google.spanner.v1.ReadRequest
Required.
getColumnsCount() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Required.
getColumnsList() - Method in class com.google.spanner.v1.Mutation.Write.Builder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
getColumnsList() - Method in class com.google.spanner.v1.Mutation.Write
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
getColumnsList() - Method in interface com.google.spanner.v1.Mutation.WriteOrBuilder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
getColumnsList() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
getColumnsList() - Method in class com.google.spanner.v1.PartitionReadRequest
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
getColumnsList() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
getColumnsList() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
getColumnsList() - Method in class com.google.spanner.v1.ReadRequest
Required.
getColumnsList() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Required.
getColumnType(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getColumnType(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getColumnType(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getColumnType(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getColumnType(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the type of a column.
getColumnType(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the type of a column.
getCommitMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getCommitResponse() - Method in interface com.google.cloud.spanner.AsyncRunner
Returns the CommitResponse of this transaction.
getCommitResponse() - Method in interface com.google.cloud.spanner.AsyncTransactionManager
Returns the CommitResponse of this transaction.
getCommitResponse() - Method in interface com.google.cloud.spanner.connection.Connection
 
getCommitResponse() - Method in interface com.google.cloud.spanner.TransactionManager
Returns the CommitResponse of this transaction.
getCommitResponse() - Method in interface com.google.cloud.spanner.TransactionRunner
Returns the CommitResponse of this transaction.
getCommitStats() - Method in class com.google.cloud.spanner.CommitResponse
Commit statistics are returned by a read/write transaction if specifically requested by passing in Options.commitStats() to the transaction.
getCommitStats() - Method in class com.google.spanner.v1.CommitResponse.Builder
The statistics about this Commit.
getCommitStats() - Method in class com.google.spanner.v1.CommitResponse
The statistics about this Commit.
getCommitStats() - Method in interface com.google.spanner.v1.CommitResponseOrBuilder
The statistics about this Commit.
getCommitStatsBuilder() - Method in class com.google.spanner.v1.CommitResponse.Builder
The statistics about this Commit.
getCommitStatsOrBuilder() - Method in class com.google.spanner.v1.CommitResponse.Builder
The statistics about this Commit.
getCommitStatsOrBuilder() - Method in class com.google.spanner.v1.CommitResponse
The statistics about this Commit.
getCommitStatsOrBuilder() - Method in interface com.google.spanner.v1.CommitResponseOrBuilder
The statistics about this Commit.
getCommitTimeout() - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
getCommitTimestamp() - Method in interface com.google.cloud.spanner.AsyncRunner
Returns the timestamp at which the transaction committed.
getCommitTimestamp() - Method in class com.google.cloud.spanner.CommitResponse
Returns a Timestamp representing the commit time of the transaction.
getCommitTimestamp() - Method in interface com.google.cloud.spanner.connection.Connection
 
getCommitTimestamp() - Method in interface com.google.cloud.spanner.TransactionManager
Returns the commit timestamp if the transaction committed successfully otherwise it will throw IllegalStateException.
getCommitTimestamp() - Method in interface com.google.cloud.spanner.TransactionRunner
Returns the timestamp at which the transaction committed.
getCommitTimestamp() - Method in class com.google.spanner.v1.CommitResponse.Builder
The Cloud Spanner timestamp at which the transaction committed.
getCommitTimestamp() - Method in class com.google.spanner.v1.CommitResponse
The Cloud Spanner timestamp at which the transaction committed.
getCommitTimestamp() - Method in interface com.google.spanner.v1.CommitResponseOrBuilder
The Cloud Spanner timestamp at which the transaction committed.
getCommitTimestampBuilder() - Method in class com.google.spanner.v1.CommitResponse.Builder
The Cloud Spanner timestamp at which the transaction committed.
getCommitTimestampOrBuilder() - Method in class com.google.spanner.v1.CommitResponse.Builder
The Cloud Spanner timestamp at which the transaction committed.
getCommitTimestampOrBuilder() - Method in class com.google.spanner.v1.CommitResponse
The Cloud Spanner timestamp at which the transaction committed.
getCommitTimestampOrBuilder() - Method in interface com.google.spanner.v1.CommitResponseOrBuilder
The Cloud Spanner timestamp at which the transaction committed.
getCommitTimestamps(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestamps(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestamps(int) - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsBuilder(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsBuilderList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsCount() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsCount() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsCount() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsList() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsOrBuilder(int) - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsOrBuilderList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsOrBuilderList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCommitTimestampsOrBuilderList() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
getCompressorName() - Method in class com.google.cloud.spanner.SpannerOptions
 
getConfig() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
getConfig() - Method in class com.google.spanner.admin.instance.v1.Instance
Required.
getConfig() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Required.
getConfigBytes() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
getConfigBytes() - Method in class com.google.spanner.admin.instance.v1.Instance
Required.
getConfigBytes() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Required.
getConnection() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
Create a new Connection from this ConnectionOptions.
getCopyBackupMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getCreateBackupMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getCreateDatabaseMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getCreateInstanceMethod() - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
 
getCreateSessionMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getCreateStatement() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Required.
getCreateStatement() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Required.
getCreateStatement() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Required.
getCreateStatementBytes() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Required.
getCreateStatementBytes() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Required.
getCreateStatementBytes() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Required.
getCreateTime() - Method in class com.google.cloud.spanner.DatabaseInfo
Returns the creation time of the database.
getCreateTime() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getCreateTime() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getCreateTime() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
getCreateTime() - Method in class com.google.spanner.admin.database.v1.BackupInfo
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
getCreateTime() - Method in interface com.google.spanner.admin.database.v1.BackupInfoOrBuilder
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
getCreateTime() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getCreateTime() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getCreateTime() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getCreateTime() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getCreateTime() - Method in class com.google.spanner.v1.Session.Builder
Output only.
getCreateTime() - Method in class com.google.spanner.v1.Session
Output only.
getCreateTime() - Method in interface com.google.spanner.v1.SessionOrBuilder
Output only.
getCreateTimeBuilder() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getCreateTimeBuilder() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
getCreateTimeBuilder() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getCreateTimeBuilder() - Method in class com.google.spanner.v1.Session.Builder
Output only.
getCreateTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getCreateTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getCreateTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
getCreateTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.BackupInfo
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
getCreateTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.BackupInfoOrBuilder
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
getCreateTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getCreateTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getCreateTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getCreateTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getCreateTimeOrBuilder() - Method in class com.google.spanner.v1.Session.Builder
Output only.
getCreateTimeOrBuilder() - Method in class com.google.spanner.v1.Session
Output only.
getCreateTimeOrBuilder() - Method in interface com.google.spanner.v1.SessionOrBuilder
Output only.
getCredentials() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
getCredentialsUrl() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The credentials URL of this ConnectionOptions
getCryptoKey() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName.Builder
 
getCryptoKey() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
getCryptoKey() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName.Builder
 
getCryptoKey() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
getCryptoKeyVersion() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName.Builder
 
getCryptoKeyVersion() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
getCurrentRowAsStruct() - Method in class com.google.cloud.spanner.ForwardingResultSet
 
getCurrentRowAsStruct() - Method in interface com.google.cloud.spanner.ResultSet
Creates an immutable version of the row that the result set is positioned over.
getDatabase(DatabaseName) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Gets the state of a Cloud Spanner database.
getDatabase(String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Gets the state of a Cloud Spanner database.
getDatabase(GetDatabaseRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Gets the state of a Cloud Spanner database.
getDatabase() - Method in class com.google.cloud.spanner.BackupInfo
Returns the id of the database that was used to create the backup.
getDatabase(String, String) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Gets the current state of a Cloud Spanner database.
getDatabase() - Method in class com.google.cloud.spanner.DatabaseId
Returns the database id.
getDatabase(String) - Method in class com.google.cloud.spanner.Instance
 
getDatabase(String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
getDatabase(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
getDatabase() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getDatabase() - Method in class com.google.spanner.admin.database.v1.Backup
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getDatabase() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getDatabase() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The name of the database the backup is created from.
getDatabase() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
The name of the database the backup is created from.
getDatabase() - Method in interface com.google.spanner.admin.database.v1.CreateBackupMetadataOrBuilder
The name of the database the backup is created from.
getDatabase() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
The database being created.
getDatabase() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
The database being created.
getDatabase() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseMetadataOrBuilder
The database being created.
getDatabase(GetDatabaseRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Gets the state of a Cloud Spanner database.
getDatabase(GetDatabaseRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Gets the state of a Cloud Spanner database.
getDatabase(GetDatabaseRequest, StreamObserver<Database>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Gets the state of a Cloud Spanner database.
getDatabase(GetDatabaseRequest, StreamObserver<Database>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Gets the state of a Cloud Spanner database.
getDatabase() - Method in class com.google.spanner.admin.database.v1.DatabaseName.Builder
 
getDatabase() - Method in class com.google.spanner.admin.database.v1.DatabaseName
 
getDatabase() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
Required.
getDatabase() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
Required.
getDatabase() - Method in interface com.google.spanner.admin.database.v1.DropDatabaseRequestOrBuilder
Required.
getDatabase() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
Required.
getDatabase() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
Required.
getDatabase() - Method in interface com.google.spanner.admin.database.v1.GetDatabaseDdlRequestOrBuilder
Required.
getDatabase() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The database being modified.
getDatabase() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
The database being modified.
getDatabase() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
The database being modified.
getDatabase() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
getDatabase() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
Required.
getDatabase() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequestOrBuilder
Required.
getDatabase() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Required.
getDatabase() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
Required.
getDatabase() - Method in interface com.google.spanner.v1.BatchCreateSessionsRequestOrBuilder
Required.
getDatabase() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
getDatabase() - Method in class com.google.spanner.v1.CreateSessionRequest
Required.
getDatabase() - Method in interface com.google.spanner.v1.CreateSessionRequestOrBuilder
Required.
getDatabase() - Method in class com.google.spanner.v1.DatabaseName.Builder
 
getDatabase() - Method in class com.google.spanner.v1.DatabaseName
 
getDatabase() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
Required.
getDatabase() - Method in class com.google.spanner.v1.ListSessionsRequest
Required.
getDatabase() - Method in interface com.google.spanner.v1.ListSessionsRequestOrBuilder
Required.
getDatabase() - Method in class com.google.spanner.v1.SessionName.Builder
 
getDatabase() - Method in class com.google.spanner.v1.SessionName
 
getDatabaseAdminClient() - Method in interface com.google.cloud.spanner.Spanner
Returns a DatabaseAdminClient to do admin operations on Cloud Spanner databases.
getDatabaseAdminIAMPolicy(String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
getDatabaseAdminIAMPolicy(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Gets the IAM policy for the given resource using the DatabaseAdminStub.
getDatabaseAdminStubSettings() - Method in class com.google.cloud.spanner.SpannerOptions
 
getDatabaseAdminStubSettingsBuilder() - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Returns the DatabaseAdminStubSettings.Builder that will be used to build the SpannerRpc.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.Backup
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getDatabaseBytes() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The name of the database the backup is created from.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
The name of the database the backup is created from.
getDatabaseBytes() - Method in interface com.google.spanner.admin.database.v1.CreateBackupMetadataOrBuilder
The name of the database the backup is created from.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
The database being created.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
The database being created.
getDatabaseBytes() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseMetadataOrBuilder
The database being created.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
Required.
getDatabaseBytes() - Method in interface com.google.spanner.admin.database.v1.DropDatabaseRequestOrBuilder
Required.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
Required.
getDatabaseBytes() - Method in interface com.google.spanner.admin.database.v1.GetDatabaseDdlRequestOrBuilder
Required.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The database being modified.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
The database being modified.
getDatabaseBytes() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
The database being modified.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
Required.
getDatabaseBytes() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequestOrBuilder
Required.
getDatabaseBytes() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
Required.
getDatabaseBytes() - Method in interface com.google.spanner.v1.BatchCreateSessionsRequestOrBuilder
Required.
getDatabaseBytes() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.spanner.v1.CreateSessionRequest
Required.
getDatabaseBytes() - Method in interface com.google.spanner.v1.CreateSessionRequestOrBuilder
Required.
getDatabaseBytes() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.spanner.v1.ListSessionsRequest
Required.
getDatabaseBytes() - Method in interface com.google.spanner.v1.ListSessionsRequestOrBuilder
Required.
getDatabaseCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Gets the state of a Cloud Spanner database.
getDatabaseCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
getDatabaseCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
getDatabaseClient() - Method in interface com.google.cloud.spanner.connection.Connection
The DatabaseClient that is used by this Connection.
getDatabaseClient(DatabaseId) - Method in interface com.google.cloud.spanner.Spanner
Returns a DatabaseClient for the given database.
getDatabaseClient(Database) - Method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
 
getDatabaseDdl(DatabaseName) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Returns the schema of a Cloud Spanner database as a list of formatted DDL statements.
getDatabaseDdl(String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Returns the schema of a Cloud Spanner database as a list of formatted DDL statements.
getDatabaseDdl(GetDatabaseDdlRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Returns the schema of a Cloud Spanner database as a list of formatted DDL statements.
getDatabaseDdl(String, String) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Returns the schema of a Cloud Spanner database as a list of formatted DDL statements.
getDatabaseDdl(String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
getDatabaseDdl(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
getDatabaseDdl(GetDatabaseDdlRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Returns the schema of a Cloud Spanner database as a list of formatted DDL statements.
getDatabaseDdl(GetDatabaseDdlRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Returns the schema of a Cloud Spanner database as a list of formatted DDL statements.
getDatabaseDdl(GetDatabaseDdlRequest, StreamObserver<GetDatabaseDdlResponse>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Returns the schema of a Cloud Spanner database as a list of formatted DDL statements.
getDatabaseDdl(GetDatabaseDdlRequest, StreamObserver<GetDatabaseDdlResponse>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Returns the schema of a Cloud Spanner database as a list of formatted DDL statements.
getDatabaseDdlCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Returns the schema of a Cloud Spanner database as a list of formatted DDL statements.
getDatabaseDdlCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
getDatabaseDdlCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
GetDatabaseDdlRequest - Class in com.google.spanner.admin.database.v1
The request for [GetDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabaseDdl].
GetDatabaseDdlRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [GetDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabaseDdl].
GetDatabaseDdlRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
GetDatabaseDdlResponse - Class in com.google.spanner.admin.database.v1
The response for [GetDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabaseDdl].
GetDatabaseDdlResponse.Builder - Class in com.google.spanner.admin.database.v1
The response for [GetDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabaseDdl].
GetDatabaseDdlResponseOrBuilder - Interface in com.google.spanner.admin.database.v1
 
getDatabaseDdlSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to getDatabaseDdl.
getDatabaseDdlSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to getDatabaseDdl.
getDatabaseDdlSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to getDatabaseDdl.
getDatabaseDdlSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to getDatabaseDdl.
getDatabaseDialect() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getDatabaseDialect() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getDatabaseDialect() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getDatabaseDialect() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
getDatabaseDialect() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Optional.
getDatabaseDialect() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Optional.
getDatabaseDialect() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getDatabaseDialect() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getDatabaseDialect() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getDatabaseDialectValue() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getDatabaseDialectValue() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getDatabaseDialectValue() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getDatabaseDialectValue() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
getDatabaseDialectValue() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Optional.
getDatabaseDialectValue() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Optional.
getDatabaseDialectValue() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getDatabaseDialectValue() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getDatabaseDialectValue() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getDatabaseErrorDuringRetry() - Method in exception com.google.cloud.spanner.AbortedDueToConcurrentModificationException
 
getDatabaseIAMPolicy(String, String) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Returns the IAM policy for the given database.
getDatabaseId() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The Spanner DatabaseId that this ConnectionOptions will connect to
getDatabaseId() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Required.
getDatabaseId() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
Required.
getDatabaseId() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseRequestOrBuilder
Required.
getDatabaseIdBytes() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Required.
getDatabaseIdBytes() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
Required.
getDatabaseIdBytes() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseRequestOrBuilder
Required.
getDatabaseName() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The Spanner database name that this ConnectionOptions will connect to
GetDatabaseRequest - Class in com.google.spanner.admin.database.v1
The request for [GetDatabase][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabase].
GetDatabaseRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [GetDatabase][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabase].
GetDatabaseRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
getDatabases(int) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
getDatabases(int) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
Databases that matched the request.
getDatabases(int) - Method in interface com.google.spanner.admin.database.v1.ListDatabasesResponseOrBuilder
Databases that matched the request.
getDatabasesBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
getDatabasesBuilderList() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
getDatabasesCount() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
getDatabasesCount() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
Databases that matched the request.
getDatabasesCount() - Method in interface com.google.spanner.admin.database.v1.ListDatabasesResponseOrBuilder
Databases that matched the request.
getDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to getDatabase.
getDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to getDatabase.
getDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to getDatabase.
getDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to getDatabase.
getDatabasesList() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
getDatabasesList() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
Databases that matched the request.
getDatabasesList() - Method in interface com.google.spanner.admin.database.v1.ListDatabasesResponseOrBuilder
Databases that matched the request.
getDatabasesOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
getDatabasesOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
Databases that matched the request.
getDatabasesOrBuilder(int) - Method in interface com.google.spanner.admin.database.v1.ListDatabasesResponseOrBuilder
Databases that matched the request.
getDatabasesOrBuilderList() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
getDatabasesOrBuilderList() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
Databases that matched the request.
getDatabasesOrBuilderList() - Method in interface com.google.spanner.admin.database.v1.ListDatabasesResponseOrBuilder
Databases that matched the request.
getDate(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDate(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDate(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getDate(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getDate(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.date().
getDate(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.date().
getDate() - Method in class com.google.cloud.spanner.Value
Returns the value of a DATE-typed instance.
getDateArray() - Method in class com.google.cloud.spanner.Value
Returns the value of an ARRAY<DATE>-typed instance.
getDateInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDateList(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDateList(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDateList(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getDateList(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getDateList(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.date()).
getDateList(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.date()).
getDateListInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDdl() - Method in class com.google.cloud.spanner.Database
Returns the schema of a Cloud Spanner database as a list of formatted DDL statements.
getDefaultEndpoint() - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the default service endpoint.
getDefaultEndpoint() - Static method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the default service endpoint.
getDefaultEndpoint() - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the default service endpoint.
getDefaultEndpoint() - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the default service endpoint.
getDefaultEndpoint() - Static method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the default service endpoint.
getDefaultEndpoint() - Static method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the default service endpoint.
getDefaultGrpcTransportOptions() - Static method in class com.google.cloud.spanner.SpannerOptions
 
getDefaultHost() - Method in class com.google.cloud.spanner.SpannerOptions
 
getDefaultInstance() - Static method in class com.google.cloud.spanner.PartitionOptions
 
getDefaultInstance() - Static method in class com.google.cloud.spanner.SpannerOptions
Returns default instance of SpannerOptions.
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.Backup
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.Database
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
getDefaultInstance() - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.Instance
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
getDefaultInstance() - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
getDefaultInstance() - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.CommitRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
getDefaultInstance() - Static method in class com.google.spanner.v1.CommitResponse
 
getDefaultInstance() - Static method in class com.google.spanner.v1.CreateSessionRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
getDefaultInstance() - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
getDefaultInstance() - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
getDefaultInstance() - Static method in class com.google.spanner.v1.GetSessionRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.KeyRange
 
getDefaultInstance() - Static method in class com.google.spanner.v1.KeySet
 
getDefaultInstance() - Static method in class com.google.spanner.v1.ListSessionsRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.ListSessionsResponse
 
getDefaultInstance() - Static method in class com.google.spanner.v1.Mutation.Delete
 
getDefaultInstance() - Static method in class com.google.spanner.v1.Mutation
 
getDefaultInstance() - Static method in class com.google.spanner.v1.Mutation.Write
 
getDefaultInstance() - Static method in class com.google.spanner.v1.PartialResultSet
 
getDefaultInstance() - Static method in class com.google.spanner.v1.Partition
 
getDefaultInstance() - Static method in class com.google.spanner.v1.PartitionOptions
 
getDefaultInstance() - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.PartitionReadRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.PartitionResponse
 
getDefaultInstance() - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
getDefaultInstance() - Static method in class com.google.spanner.v1.PlanNode
 
getDefaultInstance() - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
getDefaultInstance() - Static method in class com.google.spanner.v1.QueryPlan
 
getDefaultInstance() - Static method in class com.google.spanner.v1.ReadRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.RequestOptions
 
getDefaultInstance() - Static method in class com.google.spanner.v1.ResultSet
 
getDefaultInstance() - Static method in class com.google.spanner.v1.ResultSetMetadata
 
getDefaultInstance() - Static method in class com.google.spanner.v1.ResultSetStats
 
getDefaultInstance() - Static method in class com.google.spanner.v1.RollbackRequest
 
getDefaultInstance() - Static method in class com.google.spanner.v1.Session
 
getDefaultInstance() - Static method in class com.google.spanner.v1.StructType.Field
 
getDefaultInstance() - Static method in class com.google.spanner.v1.StructType
 
getDefaultInstance() - Static method in class com.google.spanner.v1.Transaction
 
getDefaultInstance() - Static method in class com.google.spanner.v1.TransactionOptions
 
getDefaultInstance() - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
getDefaultInstance() - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
getDefaultInstance() - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
getDefaultInstance() - Static method in class com.google.spanner.v1.TransactionSelector
 
getDefaultInstance() - Static method in class com.google.spanner.v1.Type
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.Backup
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.Database
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.Instance
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.BeginTransactionRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.CommitRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.CommitRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.CommitResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.CommitResponse
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.CreateSessionRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.DeleteSessionRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.GetSessionRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.KeyRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.KeyRange
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.KeySet.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.KeySet
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ListSessionsRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ListSessionsResponse
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Mutation.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Mutation.Delete
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Mutation
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Mutation.Write
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PartialResultSet
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Partition.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Partition
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PartitionOptions
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PartitionQueryRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PartitionReadRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PartitionResponse
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PlanNode.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PlanNode
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.QueryPlan.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.QueryPlan
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ReadRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ReadRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.RequestOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.RequestOptions
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ResultSet.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ResultSet
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ResultSetMetadata
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.ResultSetStats
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.RollbackRequest
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Session.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Session
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.StructType.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.StructType.Field.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.StructType.Field
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.StructType
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Transaction.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Transaction
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.TransactionOptions
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.TransactionSelector
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Type.Builder
 
getDefaultInstanceForType() - Method in class com.google.spanner.v1.Type
 
getDefaultLeader() - Method in class com.google.cloud.spanner.DatabaseInfo
The read-write region which contains the database's leader replicas.
getDefaultLeader() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getDefaultLeader() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getDefaultLeader() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getDefaultLeaderBytes() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getDefaultLeaderBytes() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getDefaultLeaderBytes() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getDefaultLeaderLocation() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
If true, this location is designated as the default leader location where leader replicas are placed.
getDefaultLeaderLocation() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
If true, this location is designated as the default leader location where leader replicas are placed.
getDefaultLeaderLocation() - Method in interface com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder
If true, this location is designated as the default leader location where leader replicas are placed.
getDefaultMtlsEndpoint() - Static method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the default mTLS service endpoint.
getDefaultMtlsEndpoint() - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the default mTLS service endpoint.
getDefaultMtlsEndpoint() - Static method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the default mTLS service endpoint.
getDefaultProject() - Method in class com.google.cloud.spanner.SpannerOptions
 
getDefaultProjectId(Credentials) - Static method in class com.google.cloud.spanner.connection.ConnectionOptions
Gets the default project-id for the current environment as defined by ServiceOptions.getDefaultProjectId(), and if none could be found, the project-id of the given credentials if it contains any.
getDefaultQueryOptions(DatabaseId) - Method in class com.google.cloud.spanner.SpannerOptions
Returns the default query options to use for the specific database.
getDefaultServiceScopes() - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the default service scopes.
getDefaultServiceScopes() - Static method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the default service scopes.
getDefaultServiceScopes() - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the default service scopes.
getDefaultServiceScopes() - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the default service scopes.
getDefaultServiceScopes() - Static method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the default service scopes.
getDefaultServiceScopes() - Static method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the default service scopes.
getDefaultValue() - Method in class com.google.cloud.spanner.connection.ConnectionOptions.ConnectionProperty
 
getDelete() - Method in class com.google.spanner.v1.Mutation.Builder
Delete rows from a table.
getDelete() - Method in class com.google.spanner.v1.Mutation
Delete rows from a table.
getDelete() - Method in interface com.google.spanner.v1.MutationOrBuilder
Delete rows from a table.
getDeleteBackupMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getDeleteBuilder() - Method in class com.google.spanner.v1.Mutation.Builder
Delete rows from a table.
getDeleteInstanceMethod() - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
 
getDeleteOrBuilder() - Method in class com.google.spanner.v1.Mutation.Builder
Delete rows from a table.
getDeleteOrBuilder() - Method in class com.google.spanner.v1.Mutation
Delete rows from a table.
getDeleteOrBuilder() - Method in interface com.google.spanner.v1.MutationOrBuilder
Delete rows from a table.
getDeleteSessionMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getDescription() - Method in class com.google.cloud.spanner.connection.ConnectionOptions.ConnectionProperty
 
getDescription() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
A string representation of the expression subtree rooted at this node.
getDescription() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
A string representation of the expression subtree rooted at this node.
getDescription() - Method in interface com.google.spanner.v1.PlanNode.ShortRepresentationOrBuilder
A string representation of the expression subtree rooted at this node.
getDescriptionBytes() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
A string representation of the expression subtree rooted at this node.
getDescriptionBytes() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
A string representation of the expression subtree rooted at this node.
getDescriptionBytes() - Method in interface com.google.spanner.v1.PlanNode.ShortRepresentationOrBuilder
A string representation of the expression subtree rooted at this node.
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.Backup.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.Backup
 
getDescriptor() - Static method in enum com.google.spanner.admin.database.v1.Backup.State
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.BackupProto
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CommonProto
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
getDescriptor() - Static method in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
getDescriptor() - Static method in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.Database.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.Database
 
getDescriptor() - Static method in enum com.google.spanner.admin.database.v1.Database.State
 
getDescriptor() - Static method in enum com.google.spanner.admin.database.v1.DatabaseDialect
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
getDescriptor() - Static method in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
getDescriptor() - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
getDescriptor() - Static method in enum com.google.spanner.admin.database.v1.RestoreSourceType
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.SpannerDatabaseAdminProto
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.Instance
 
getDescriptor() - Static method in enum com.google.spanner.admin.instance.v1.Instance.State
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
getDescriptor() - Static method in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.SpannerInstanceAdminProto
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
getDescriptor() - Static method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.CommitRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.CommitRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.CommitResponse.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
getDescriptor() - Static method in class com.google.spanner.v1.CommitResponse
 
getDescriptor() - Static method in class com.google.spanner.v1.CommitResponseProto
 
getDescriptor() - Static method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.CreateSessionRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
getDescriptor() - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
getDescriptor() - Static method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
getDescriptor() - Static method in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
 
getDescriptor() - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
getDescriptor() - Static method in class com.google.spanner.v1.GetSessionRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.GetSessionRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.KeyRange.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.KeyRange
 
getDescriptor() - Static method in class com.google.spanner.v1.KeySet.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.KeySet
 
getDescriptor() - Static method in class com.google.spanner.v1.KeysProto
 
getDescriptor() - Static method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.ListSessionsRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.ListSessionsResponse
 
getDescriptor() - Static method in class com.google.spanner.v1.Mutation.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.Mutation.Delete.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.Mutation.Delete
 
getDescriptor() - Static method in class com.google.spanner.v1.Mutation
 
getDescriptor() - Static method in class com.google.spanner.v1.Mutation.Write.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.Mutation.Write
 
getDescriptor() - Static method in class com.google.spanner.v1.MutationProto
 
getDescriptor() - Static method in class com.google.spanner.v1.PartialResultSet.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.PartialResultSet
 
getDescriptor() - Static method in class com.google.spanner.v1.Partition.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.Partition
 
getDescriptor() - Static method in class com.google.spanner.v1.PartitionOptions.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.PartitionOptions
 
getDescriptor() - Static method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.PartitionReadRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.PartitionResponse.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.PartitionResponse
 
getDescriptor() - Static method in class com.google.spanner.v1.PlanNode.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
getDescriptor() - Static method in class com.google.spanner.v1.PlanNode
 
getDescriptor() - Static method in enum com.google.spanner.v1.PlanNode.Kind
 
getDescriptor() - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
getDescriptor() - Static method in class com.google.spanner.v1.QueryPlan.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.QueryPlan
 
getDescriptor() - Static method in class com.google.spanner.v1.QueryPlanProto
 
getDescriptor() - Static method in class com.google.spanner.v1.ReadRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.ReadRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.RequestOptions.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.RequestOptions
 
getDescriptor() - Static method in enum com.google.spanner.v1.RequestOptions.Priority
 
getDescriptor() - Static method in class com.google.spanner.v1.ResultSet.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.ResultSet
 
getDescriptor() - Static method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.ResultSetMetadata
 
getDescriptor() - Static method in class com.google.spanner.v1.ResultSetProto
 
getDescriptor() - Static method in class com.google.spanner.v1.ResultSetStats.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.ResultSetStats
 
getDescriptor() - Static method in class com.google.spanner.v1.RollbackRequest.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.RollbackRequest
 
getDescriptor() - Static method in class com.google.spanner.v1.Session.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.Session
 
getDescriptor() - Static method in class com.google.spanner.v1.SpannerProto
 
getDescriptor() - Static method in class com.google.spanner.v1.StructType.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.StructType.Field.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.StructType.Field
 
getDescriptor() - Static method in class com.google.spanner.v1.StructType
 
getDescriptor() - Static method in class com.google.spanner.v1.Transaction.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.Transaction
 
getDescriptor() - Static method in class com.google.spanner.v1.TransactionOptions.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.TransactionOptions
 
getDescriptor() - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
getDescriptor() - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
getDescriptor() - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
getDescriptor() - Static method in class com.google.spanner.v1.TransactionProto
 
getDescriptor() - Static method in class com.google.spanner.v1.TransactionSelector.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.TransactionSelector
 
getDescriptor() - Static method in class com.google.spanner.v1.Type.Builder
 
getDescriptor() - Static method in class com.google.spanner.v1.Type
 
getDescriptor() - Static method in enum com.google.spanner.v1.TypeAnnotationCode
 
getDescriptor() - Static method in enum com.google.spanner.v1.TypeCode
 
getDescriptor() - Static method in class com.google.spanner.v1.TypeProto
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.admin.database.v1.Backup.State
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.admin.database.v1.Database.State
 
getDescriptorForType() - Method in enum com.google.spanner.admin.database.v1.DatabaseDialect
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.admin.database.v1.RestoreSourceType
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.admin.instance.v1.Instance.State
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
getDescriptorForType() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.CommitRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.CommitResponse.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
 
getDescriptorForType() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.KeyRange.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.KeySet.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.Mutation.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.Partition.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.PlanNode.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.v1.PlanNode.Kind
 
getDescriptorForType() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.QueryPlan.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.ReadRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.RequestOptions.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.v1.RequestOptions.Priority
 
getDescriptorForType() - Method in class com.google.spanner.v1.ResultSet.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.Session.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.StructType.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.StructType.Field.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.Transaction.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
getDescriptorForType() - Method in class com.google.spanner.v1.Type.Builder
 
getDescriptorForType() - Method in enum com.google.spanner.v1.TypeAnnotationCode
 
getDescriptorForType() - Method in enum com.google.spanner.v1.TypeCode
 
getDestination() - Method in class com.google.cloud.spanner.Restore
 
getDialect() - Method in interface com.google.cloud.spanner.connection.Connection
The Dialect that is used by this Connection.
getDialect() - Method in interface com.google.cloud.spanner.DatabaseClient
Returns the SQL dialect that is used by the database.
getDialect() - Method in class com.google.cloud.spanner.DatabaseInfo
The dialect that is used by the database.
getDisplayName() - Method in class com.google.cloud.spanner.InstanceConfigInfo
Returns the display name of this instance config.
getDisplayName() - Method in class com.google.cloud.spanner.InstanceInfo
Returns the display name of the instance.
getDisplayName() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
getDisplayName() - Method in class com.google.spanner.admin.instance.v1.Instance
Required.
getDisplayName() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The name of this instance configuration as it appears in UIs.
getDisplayName() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
The name of this instance configuration as it appears in UIs.
getDisplayName() - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
The name of this instance configuration as it appears in UIs.
getDisplayName() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Required.
getDisplayName() - Method in class com.google.spanner.v1.PlanNode.Builder
The display name for the node.
getDisplayName() - Method in class com.google.spanner.v1.PlanNode
The display name for the node.
getDisplayName() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
The display name for the node.
getDisplayNameBytes() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
getDisplayNameBytes() - Method in class com.google.spanner.admin.instance.v1.Instance
Required.
getDisplayNameBytes() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The name of this instance configuration as it appears in UIs.
getDisplayNameBytes() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
The name of this instance configuration as it appears in UIs.
getDisplayNameBytes() - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
The name of this instance configuration as it appears in UIs.
getDisplayNameBytes() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Required.
getDisplayNameBytes() - Method in class com.google.spanner.v1.PlanNode.Builder
The display name for the node.
getDisplayNameBytes() - Method in class com.google.spanner.v1.PlanNode
The display name for the node.
getDisplayNameBytes() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
The display name for the node.
getDouble(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDouble(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDouble(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getDouble(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getDouble(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.float64().
getDouble(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.float64().
getDoubleArray(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDoubleArray(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDoubleArray(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getDoubleArray(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getDoubleArray(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.float64()).
getDoubleArray(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.float64()).
getDoubleArrayInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDoubleInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDoubleList(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDoubleList(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDoubleList(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getDoubleList(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getDoubleList(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.float64()).
getDoubleList(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.float64()).
getDoubleListInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getDropDatabaseMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getEarliestVersionTime() - Method in class com.google.cloud.spanner.DatabaseInfo
Returns the earliest version time of the database.
getEarliestVersionTime() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEarliestVersionTime() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getEarliestVersionTime() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getEarliestVersionTimeBuilder() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEarliestVersionTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEarliestVersionTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getEarliestVersionTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getEncryptionConfig() - Method in class com.google.cloud.spanner.BackupInfo
Returns the BackupEncryptionConfig to encrypt the backup during its creation.
getEncryptionConfig() - Method in class com.google.cloud.spanner.DatabaseInfo
Returns the CustomerManagedEncryption of the database if the database is encrypted, or null if this database is not encrypted.
getEncryptionConfig() - Method in class com.google.cloud.spanner.Restore
 
getEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Optional.
getEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
Optional.
getEncryptionConfig() - Method in interface com.google.spanner.admin.database.v1.CopyBackupRequestOrBuilder
Optional.
getEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Optional.
getEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
Optional.
getEncryptionConfig() - Method in interface com.google.spanner.admin.database.v1.CreateBackupRequestOrBuilder
Optional.
getEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
getEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Optional.
getEncryptionConfig() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Optional.
getEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getEncryptionConfig() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Optional.
getEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
Optional.
getEncryptionConfig() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseRequestOrBuilder
Optional.
getEncryptionConfigBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Optional.
getEncryptionConfigBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Optional.
getEncryptionConfigBuilder() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
getEncryptionConfigBuilder() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEncryptionConfigBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Optional.
getEncryptionConfigOrBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Optional.
getEncryptionConfigOrBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
Optional.
getEncryptionConfigOrBuilder() - Method in interface com.google.spanner.admin.database.v1.CopyBackupRequestOrBuilder
Optional.
getEncryptionConfigOrBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Optional.
getEncryptionConfigOrBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
Optional.
getEncryptionConfigOrBuilder() - Method in interface com.google.spanner.admin.database.v1.CreateBackupRequestOrBuilder
Optional.
getEncryptionConfigOrBuilder() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
getEncryptionConfigOrBuilder() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Optional.
getEncryptionConfigOrBuilder() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Optional.
getEncryptionConfigOrBuilder() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEncryptionConfigOrBuilder() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getEncryptionConfigOrBuilder() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getEncryptionConfigOrBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Optional.
getEncryptionConfigOrBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
Optional.
getEncryptionConfigOrBuilder() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseRequestOrBuilder
Optional.
getEncryptionInfo() - Method in class com.google.cloud.spanner.BackupInfo
Returns the EncryptionInfo of the backup if the backup is encrypted, or null if this backup is not encrypted.
getEncryptionInfo() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getEncryptionInfo() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getEncryptionInfo() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getEncryptionInfo(int) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEncryptionInfo(int) - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getEncryptionInfo(int) - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getEncryptionInfoBuilder() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getEncryptionInfoBuilder(int) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEncryptionInfoBuilderList() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEncryptionInfoCount() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEncryptionInfoCount() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getEncryptionInfoCount() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getEncryptionInfoList() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEncryptionInfoList() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getEncryptionInfoList() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getEncryptionInfoOrBuilder() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getEncryptionInfoOrBuilder() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getEncryptionInfoOrBuilder() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getEncryptionInfoOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEncryptionInfoOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getEncryptionInfoOrBuilder(int) - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getEncryptionInfoOrBuilderList() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getEncryptionInfoOrBuilderList() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getEncryptionInfoOrBuilderList() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getEncryptionStatus() - Method in class com.google.cloud.spanner.encryption.EncryptionInfo
 
getEncryptionStatus() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
getEncryptionStatus() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
Output only.
getEncryptionStatus() - Method in interface com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder
Output only.
getEncryptionStatusBuilder() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
getEncryptionStatusOrBuilder() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
getEncryptionStatusOrBuilder() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
Output only.
getEncryptionStatusOrBuilder() - Method in interface com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder
Output only.
getEncryptionType() - Method in class com.google.cloud.spanner.encryption.EncryptionInfo
 
getEncryptionType() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
Required.
getEncryptionType() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
Required.
getEncryptionType() - Method in interface com.google.spanner.admin.database.v1.CopyBackupEncryptionConfigOrBuilder
Required.
getEncryptionType() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
Required.
getEncryptionType() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
Required.
getEncryptionType() - Method in interface com.google.spanner.admin.database.v1.CreateBackupEncryptionConfigOrBuilder
Required.
getEncryptionType() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
getEncryptionType() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
Output only.
getEncryptionType() - Method in interface com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder
Output only.
getEncryptionType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
Required.
getEncryptionType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
Required.
getEncryptionType() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfigOrBuilder
Required.
getEncryptionTypeValue() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
Required.
getEncryptionTypeValue() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
Required.
getEncryptionTypeValue() - Method in interface com.google.spanner.admin.database.v1.CopyBackupEncryptionConfigOrBuilder
Required.
getEncryptionTypeValue() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
Required.
getEncryptionTypeValue() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
Required.
getEncryptionTypeValue() - Method in interface com.google.spanner.admin.database.v1.CreateBackupEncryptionConfigOrBuilder
Required.
getEncryptionTypeValue() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
getEncryptionTypeValue() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
Output only.
getEncryptionTypeValue() - Method in interface com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder
Output only.
getEncryptionTypeValue() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
Required.
getEncryptionTypeValue() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
Required.
getEncryptionTypeValue() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfigOrBuilder
Required.
getEnd() - Method in class com.google.cloud.spanner.KeyRange
Returns the end key of the range.
getEndClosed() - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
getEndClosed() - Method in class com.google.spanner.v1.KeyRange
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
getEndClosed() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
getEndClosedBuilder() - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
getEndClosedOrBuilder() - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
getEndClosedOrBuilder() - Method in class com.google.spanner.v1.KeyRange
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
getEndClosedOrBuilder() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
getEndKeyTypeCase() - Method in class com.google.spanner.v1.KeyRange.Builder
 
getEndKeyTypeCase() - Method in class com.google.spanner.v1.KeyRange
 
getEndKeyTypeCase() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
 
getEndOpen() - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
getEndOpen() - Method in class com.google.spanner.v1.KeyRange
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
getEndOpen() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
getEndOpenBuilder() - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
getEndOpenOrBuilder() - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
getEndOpenOrBuilder() - Method in class com.google.spanner.v1.KeyRange
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
getEndOpenOrBuilder() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
getEndpoint() - Method in class com.google.cloud.spanner.SpannerOptions
 
getEndpointUris(int) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Deprecated.
getEndpointUris(int) - Method in class com.google.spanner.admin.instance.v1.Instance
Deprecated.
getEndpointUris(int) - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Deprecated.
getEndpointUrisBytes(int) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Deprecated.
getEndpointUrisBytes(int) - Method in class com.google.spanner.admin.instance.v1.Instance
Deprecated.
getEndpointUrisBytes(int) - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Deprecated.
getEndpointUrisCount() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Deprecated.
getEndpointUrisCount() - Method in class com.google.spanner.admin.instance.v1.Instance
Deprecated.
getEndpointUrisCount() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Deprecated.
getEndpointUrisList() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Deprecated.
getEndpointUrisList() - Method in class com.google.spanner.admin.instance.v1.Instance
Deprecated.
getEndpointUrisList() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Deprecated.
getEndTime() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
If set, the time at which this operation failed or was completed successfully.
getEndTime() - Method in class com.google.spanner.admin.database.v1.OperationProgress
If set, the time at which this operation failed or was completed successfully.
getEndTime() - Method in interface com.google.spanner.admin.database.v1.OperationProgressOrBuilder
If set, the time at which this operation failed or was completed successfully.
getEndTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
getEndTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
The time at which this operation failed or was completed successfully.
getEndTime() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceMetadataOrBuilder
The time at which this operation failed or was completed successfully.
getEndTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
getEndTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
The time at which this operation failed or was completed successfully.
getEndTime() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder
The time at which this operation failed or was completed successfully.
getEndTimeBuilder() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
If set, the time at which this operation failed or was completed successfully.
getEndTimeBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
getEndTimeBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
getEndTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
If set, the time at which this operation failed or was completed successfully.
getEndTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.OperationProgress
If set, the time at which this operation failed or was completed successfully.
getEndTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.OperationProgressOrBuilder
If set, the time at which this operation failed or was completed successfully.
getEndTimeOrBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
getEndTimeOrBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
The time at which this operation failed or was completed successfully.
getEndTimeOrBuilder() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceMetadataOrBuilder
The time at which this operation failed or was completed successfully.
getEndTimeOrBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
getEndTimeOrBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
The time at which this operation failed or was completed successfully.
getEndTimeOrBuilder() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder
The time at which this operation failed or was completed successfully.
getErrorCode() - Method in exception com.google.cloud.spanner.SpannerException
Returns the error code associated with this exception.
getExactStaleness(TimeUnit) - Method in class com.google.cloud.spanner.TimestampBound
Returns the exact staleness, in the units requested, at which reads will be performed.
getExactStaleness() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp that is `exact_staleness` old.
getExactStaleness() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Executes all reads at a timestamp that is `exact_staleness` old.
getExactStaleness() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Executes all reads at a timestamp that is `exact_staleness` old.
getExactStalenessBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp that is `exact_staleness` old.
getExactStalenessOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp that is `exact_staleness` old.
getExactStalenessOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Executes all reads at a timestamp that is `exact_staleness` old.
getExactStalenessOrBuilder() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Executes all reads at a timestamp that is `exact_staleness` old.
getExecuteBatchDmlMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getExecuteQueryTimeout() - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
getExecuteSqlMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getExecuteStreamingSqlMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getExecuteUpdateTimeout() - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
getExecutionStats() - Method in class com.google.spanner.v1.PlanNode.Builder
The execution statistics associated with the node, contained in a group of key-value pairs.
getExecutionStats() - Method in class com.google.spanner.v1.PlanNode
The execution statistics associated with the node, contained in a group of key-value pairs.
getExecutionStats() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
The execution statistics associated with the node, contained in a group of key-value pairs.
getExecutionStatsBuilder() - Method in class com.google.spanner.v1.PlanNode.Builder
The execution statistics associated with the node, contained in a group of key-value pairs.
getExecutionStatsOrBuilder() - Method in class com.google.spanner.v1.PlanNode.Builder
The execution statistics associated with the node, contained in a group of key-value pairs.
getExecutionStatsOrBuilder() - Method in class com.google.spanner.v1.PlanNode
The execution statistics associated with the node, contained in a group of key-value pairs.
getExecutionStatsOrBuilder() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
The execution statistics associated with the node, contained in a group of key-value pairs.
getExecutor() - Method in class com.google.cloud.spanner.SpannerOptions.FixedCloseableExecutorProvider
 
getExpireTime() - Method in class com.google.cloud.spanner.BackupInfo
Returns the expire time of the backup.
getExpireTime() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getExpireTime() - Method in class com.google.spanner.admin.database.v1.Backup
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getExpireTime() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getExpireTime() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
getExpireTime() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
Required.
getExpireTime() - Method in interface com.google.spanner.admin.database.v1.CopyBackupRequestOrBuilder
Required.
getExpireTimeBuilder() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getExpireTimeBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
getExpireTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getExpireTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.Backup
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getExpireTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getExpireTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
getExpireTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
Required.
getExpireTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.CopyBackupRequestOrBuilder
Required.
getExtraStatements(int) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
getExtraStatements(int) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Optional.
getExtraStatements(int) - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Optional.
getExtraStatementsBytes(int) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
getExtraStatementsBytes(int) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Optional.
getExtraStatementsBytes(int) - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Optional.
getExtraStatementsCount() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
getExtraStatementsCount() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Optional.
getExtraStatementsCount() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Optional.
getExtraStatementsList() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
getExtraStatementsList() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Optional.
getExtraStatementsList() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Optional.
getFieldIndex(String) - Method in class com.google.cloud.spanner.Type
Returns the index of the field named fieldName in this STRUCT type.
getFieldMask() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
getFieldMask() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
getFieldMask() - Method in interface com.google.spanner.admin.instance.v1.GetInstanceRequestOrBuilder
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
getFieldMask() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
getFieldMask() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
Required.
getFieldMask() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceRequestOrBuilder
Required.
getFieldMaskBuilder() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
getFieldMaskBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
getFieldMaskOrBuilder() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
getFieldMaskOrBuilder() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
getFieldMaskOrBuilder() - Method in interface com.google.spanner.admin.instance.v1.GetInstanceRequestOrBuilder
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
getFieldMaskOrBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
getFieldMaskOrBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
Required.
getFieldMaskOrBuilder() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceRequestOrBuilder
Required.
getFields(int) - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
getFields(int) - Method in class com.google.spanner.v1.StructType
The list of fields that make up this struct.
getFields(int) - Method in interface com.google.spanner.v1.StructTypeOrBuilder
The list of fields that make up this struct.
getFieldsBuilder(int) - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
getFieldsBuilderList() - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
getFieldsCount() - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
getFieldsCount() - Method in class com.google.spanner.v1.StructType
The list of fields that make up this struct.
getFieldsCount() - Method in interface com.google.spanner.v1.StructTypeOrBuilder
The list of fields that make up this struct.
getFieldsList() - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
getFieldsList() - Method in class com.google.spanner.v1.StructType
The list of fields that make up this struct.
getFieldsList() - Method in interface com.google.spanner.v1.StructTypeOrBuilder
The list of fields that make up this struct.
getFieldsOrBuilder(int) - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
getFieldsOrBuilder(int) - Method in class com.google.spanner.v1.StructType
The list of fields that make up this struct.
getFieldsOrBuilder(int) - Method in interface com.google.spanner.v1.StructTypeOrBuilder
The list of fields that make up this struct.
getFieldsOrBuilderList() - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
getFieldsOrBuilderList() - Method in class com.google.spanner.v1.StructType
The list of fields that make up this struct.
getFieldsOrBuilderList() - Method in interface com.google.spanner.v1.StructTypeOrBuilder
The list of fields that make up this struct.
getFieldValue(String) - Method in class com.google.spanner.admin.database.v1.BackupName
 
getFieldValue(String) - Method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
getFieldValue(String) - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
getFieldValue(String) - Method in class com.google.spanner.admin.database.v1.DatabaseName
 
getFieldValue(String) - Method in class com.google.spanner.admin.database.v1.InstanceName
 
getFieldValue(String) - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
getFieldValue(String) - Method in class com.google.spanner.admin.instance.v1.InstanceName
 
getFieldValue(String) - Method in class com.google.spanner.admin.instance.v1.ProjectName
 
getFieldValue(String) - Method in class com.google.spanner.v1.DatabaseName
 
getFieldValue(String) - Method in class com.google.spanner.v1.SessionName
 
getFieldValuesMap() - Method in class com.google.spanner.admin.database.v1.BackupName
 
getFieldValuesMap() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
getFieldValuesMap() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
getFieldValuesMap() - Method in class com.google.spanner.admin.database.v1.DatabaseName
 
getFieldValuesMap() - Method in class com.google.spanner.admin.database.v1.InstanceName
 
getFieldValuesMap() - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
getFieldValuesMap() - Method in class com.google.spanner.admin.instance.v1.InstanceName
 
getFieldValuesMap() - Method in class com.google.spanner.admin.instance.v1.ProjectName
 
getFieldValuesMap() - Method in class com.google.spanner.v1.DatabaseName
 
getFieldValuesMap() - Method in class com.google.spanner.v1.SessionName
 
getFilter() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
An expression that filters the list of returned backup operations.
getFilter() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
An expression that filters the list of returned backup operations.
getFilter() - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsRequestOrBuilder
An expression that filters the list of returned backup operations.
getFilter() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
An expression that filters the list of returned backups.
getFilter() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
An expression that filters the list of returned backups.
getFilter() - Method in interface com.google.spanner.admin.database.v1.ListBackupsRequestOrBuilder
An expression that filters the list of returned backups.
getFilter() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
An expression that filters the list of returned operations.
getFilter() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
An expression that filters the list of returned operations.
getFilter() - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsRequestOrBuilder
An expression that filters the list of returned operations.
getFilter() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
An expression for filtering the results of the request.
getFilter() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
An expression for filtering the results of the request.
getFilter() - Method in interface com.google.spanner.admin.instance.v1.ListInstancesRequestOrBuilder
An expression for filtering the results of the request.
getFilter() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
An expression for filtering the results of the request.
getFilter() - Method in class com.google.spanner.v1.ListSessionsRequest
An expression for filtering the results of the request.
getFilter() - Method in interface com.google.spanner.v1.ListSessionsRequestOrBuilder
An expression for filtering the results of the request.
getFilterBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
An expression that filters the list of returned backup operations.
getFilterBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
An expression that filters the list of returned backup operations.
getFilterBytes() - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsRequestOrBuilder
An expression that filters the list of returned backup operations.
getFilterBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
An expression that filters the list of returned backups.
getFilterBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
An expression that filters the list of returned backups.
getFilterBytes() - Method in interface com.google.spanner.admin.database.v1.ListBackupsRequestOrBuilder
An expression that filters the list of returned backups.
getFilterBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
An expression that filters the list of returned operations.
getFilterBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
An expression that filters the list of returned operations.
getFilterBytes() - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsRequestOrBuilder
An expression that filters the list of returned operations.
getFilterBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
An expression for filtering the results of the request.
getFilterBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
An expression for filtering the results of the request.
getFilterBytes() - Method in interface com.google.spanner.admin.instance.v1.ListInstancesRequestOrBuilder
An expression for filtering the results of the request.
getFilterBytes() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
An expression for filtering the results of the request.
getFilterBytes() - Method in class com.google.spanner.v1.ListSessionsRequest
An expression for filtering the results of the request.
getFilterBytes() - Method in interface com.google.spanner.v1.ListSessionsRequestOrBuilder
An expression for filtering the results of the request.
getFloat64() - Method in class com.google.cloud.spanner.Value
Returns the value of a FLOAT64-typed instance.
getFloat64Array() - Method in class com.google.cloud.spanner.Value
Returns the value of an ARRAY<FLOAT64>-typed instance.
getGetBackupMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getGetDatabaseDdlMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getGetDatabaseMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getGetIamPolicyMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getGetIamPolicyMethod() - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
 
getGetInstanceConfigMethod() - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
 
getGetInstanceMethod() - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
 
getGetSessionMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getGrpcGcpOptions() - Method in class com.google.cloud.spanner.SpannerOptions
 
getGrpcStatusCode() - Method in enum com.google.cloud.spanner.ErrorCode
 
getHost() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The host and port number that this ConnectionOptions will connect to
getIamPolicy(ResourceName) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Gets the access control policy for a database or backup resource.
getIamPolicy(String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Gets the access control policy for a database or backup resource.
getIamPolicy(GetIamPolicyRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Gets the access control policy for a database or backup resource.
getIamPolicy(ResourceName) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Gets the access control policy for an instance resource.
getIamPolicy(String) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Gets the access control policy for an instance resource.
getIamPolicy(GetIamPolicyRequest) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Gets the access control policy for an instance resource.
getIAMPolicy() - Method in class com.google.cloud.spanner.Backup
Returns the IAM Policy for this backup.
getIAMPolicy() - Method in class com.google.cloud.spanner.Database
Returns the IAM Policy for this database.
getIAMPolicy() - Method in class com.google.cloud.spanner.Instance
Returns the IAM Policy for this instance.
getIamPolicy(GetIamPolicyRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Gets the access control policy for a database or backup resource.
getIamPolicy(GetIamPolicyRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Gets the access control policy for a database or backup resource.
getIamPolicy(GetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Gets the access control policy for a database or backup resource.
getIamPolicy(GetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Gets the access control policy for a database or backup resource.
getIamPolicy(GetIamPolicyRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminBlockingStub
Gets the access control policy for an instance resource.
getIamPolicy(GetIamPolicyRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminFutureStub
Gets the access control policy for an instance resource.
getIamPolicy(GetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminImplBase
Gets the access control policy for an instance resource.
getIamPolicy(GetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminStub
Gets the access control policy for an instance resource.
getIamPolicyCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Gets the access control policy for a database or backup resource.
getIamPolicyCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
getIamPolicyCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
getIamPolicyCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Gets the access control policy for an instance resource.
getIamPolicyCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
getIamPolicyCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
getIamPolicySettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to getIamPolicy.
getIamPolicySettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to getIamPolicy.
getIamPolicySettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to getIamPolicy.
getIamPolicySettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to getIamPolicy.
getIamPolicySettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Returns the builder for the settings used for calls to getIamPolicy.
getIamPolicySettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the object with the settings used for calls to getIamPolicy.
getIamPolicySettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Returns the builder for the settings used for calls to getIamPolicy.
getIamPolicySettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the object with the settings used for calls to getIamPolicy.
getId() - Method in class com.google.cloud.spanner.BackupInfo
Returns the backup id.
getId() - Method in class com.google.cloud.spanner.DatabaseInfo
Returns the database id.
getId() - Method in class com.google.cloud.spanner.InstanceConfigInfo
Returns the id of this instance config.
getId() - Method in class com.google.cloud.spanner.InstanceInfo
Returns the identifier of the instance.
getId() - Method in class com.google.spanner.v1.Transaction.Builder
`id` may be used to identify the transaction in subsequent [Read][google.spanner.v1.Spanner.Read], [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql], [Commit][google.spanner.v1.Spanner.Commit], or [Rollback][google.spanner.v1.Spanner.Rollback] calls.
getId() - Method in class com.google.spanner.v1.Transaction
`id` may be used to identify the transaction in subsequent [Read][google.spanner.v1.Spanner.Read], [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql], [Commit][google.spanner.v1.Spanner.Commit], or [Rollback][google.spanner.v1.Spanner.Rollback] calls.
getId() - Method in interface com.google.spanner.v1.TransactionOrBuilder
`id` may be used to identify the transaction in subsequent [Read][google.spanner.v1.Spanner.Read], [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql], [Commit][google.spanner.v1.Spanner.Commit], or [Rollback][google.spanner.v1.Spanner.Rollback] calls.
getId() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Execute the read or SQL query in a previously-started transaction.
getId() - Method in class com.google.spanner.v1.TransactionSelector
Execute the read or SQL query in a previously-started transaction.
getId() - Method in interface com.google.spanner.v1.TransactionSelectorOrBuilder
Execute the read or SQL query in a previously-started transaction.
getIndex() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table].
getIndex() - Method in class com.google.spanner.v1.PartitionReadRequest
If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table].
getIndex() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table].
getIndex() - Method in class com.google.spanner.v1.PlanNode.Builder
The `PlanNode`'s index in [node list][google.spanner.v1.QueryPlan.plan_nodes].
getIndex() - Method in class com.google.spanner.v1.PlanNode
The `PlanNode`'s index in [node list][google.spanner.v1.QueryPlan.plan_nodes].
getIndex() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
The `PlanNode`'s index in [node list][google.spanner.v1.QueryPlan.plan_nodes].
getIndex() - Method in class com.google.spanner.v1.ReadRequest.Builder
If non-empty, the name of an index on [table][google.spanner.v1.ReadRequest.table].
getIndex() - Method in class com.google.spanner.v1.ReadRequest
If non-empty, the name of an index on [table][google.spanner.v1.ReadRequest.table].
getIndex() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
If non-empty, the name of an index on [table][google.spanner.v1.ReadRequest.table].
getIndexBytes() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table].
getIndexBytes() - Method in class com.google.spanner.v1.PartitionReadRequest
If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table].
getIndexBytes() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table].
getIndexBytes() - Method in class com.google.spanner.v1.ReadRequest.Builder
If non-empty, the name of an index on [table][google.spanner.v1.ReadRequest.table].
getIndexBytes() - Method in class com.google.spanner.v1.ReadRequest
If non-empty, the name of an index on [table][google.spanner.v1.ReadRequest.table].
getIndexBytes() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
If non-empty, the name of an index on [table][google.spanner.v1.ReadRequest.table].
getInsert() - Method in class com.google.spanner.v1.Mutation.Builder
Insert new rows in a table.
getInsert() - Method in class com.google.spanner.v1.Mutation
Insert new rows in a table.
getInsert() - Method in interface com.google.spanner.v1.MutationOrBuilder
Insert new rows in a table.
getInsertBuilder() - Method in class com.google.spanner.v1.Mutation.Builder
Insert new rows in a table.
getInsertOrBuilder() - Method in class com.google.spanner.v1.Mutation.Builder
Insert new rows in a table.
getInsertOrBuilder() - Method in class com.google.spanner.v1.Mutation
Insert new rows in a table.
getInsertOrBuilder() - Method in interface com.google.spanner.v1.MutationOrBuilder
Insert new rows in a table.
getInsertOrUpdate() - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
getInsertOrUpdate() - Method in class com.google.spanner.v1.Mutation
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
getInsertOrUpdate() - Method in interface com.google.spanner.v1.MutationOrBuilder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
getInsertOrUpdateBuilder() - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
getInsertOrUpdateOrBuilder() - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
getInsertOrUpdateOrBuilder() - Method in class com.google.spanner.v1.Mutation
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
getInsertOrUpdateOrBuilder() - Method in interface com.google.spanner.v1.MutationOrBuilder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
getInstance(InstanceName) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Gets information about a particular instance.
getInstance(String) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Gets information about a particular instance.
getInstance(GetInstanceRequest) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Gets information about a particular instance.
getInstance(Dialect) - Static method in class com.google.cloud.spanner.connection.AbstractStatementParser
Get an instance of AbstractStatementParser for the specified dialect.
getInstance(String) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Gets an instance.
getInstance() - Method in class com.google.cloud.spanner.InstanceId
Returns the instance ID.
getInstance(String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
getInstance(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
getInstance() - Method in class com.google.spanner.admin.database.v1.BackupName.Builder
 
getInstance() - Method in class com.google.spanner.admin.database.v1.BackupName
 
getInstance() - Method in class com.google.spanner.admin.database.v1.DatabaseName.Builder
 
getInstance() - Method in class com.google.spanner.admin.database.v1.DatabaseName
 
getInstance() - Method in class com.google.spanner.admin.database.v1.InstanceName.Builder
 
getInstance() - Method in class com.google.spanner.admin.database.v1.InstanceName
 
getInstance() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The instance being created.
getInstance() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
The instance being created.
getInstance() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceMetadataOrBuilder
The instance being created.
getInstance() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
getInstance() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
Required.
getInstance() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceRequestOrBuilder
Required.
getInstance(GetInstanceRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminBlockingStub
Gets information about a particular instance.
getInstance(GetInstanceRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminFutureStub
Gets information about a particular instance.
getInstance(GetInstanceRequest, StreamObserver<Instance>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminImplBase
Gets information about a particular instance.
getInstance(GetInstanceRequest, StreamObserver<Instance>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminStub
Gets information about a particular instance.
getInstance() - Method in class com.google.spanner.admin.instance.v1.InstanceName.Builder
 
getInstance() - Method in class com.google.spanner.admin.instance.v1.InstanceName
 
getInstance() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The desired end state of the update.
getInstance() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
The desired end state of the update.
getInstance() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder
The desired end state of the update.
getInstance() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
getInstance() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
Required.
getInstance() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceRequestOrBuilder
Required.
getInstance() - Method in class com.google.spanner.v1.DatabaseName.Builder
 
getInstance() - Method in class com.google.spanner.v1.DatabaseName
 
getInstance() - Method in class com.google.spanner.v1.SessionName.Builder
 
getInstance() - Method in class com.google.spanner.v1.SessionName
 
getInstanceAdminClient() - Method in interface com.google.cloud.spanner.Spanner
Returns an InstanceAdminClient to do admin operations on Cloud Spanner instances.
getInstanceAdminIAMPolicy(String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
getInstanceAdminIAMPolicy(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Gets the IAM policy for the given resource using the InstanceAdminStub.
getInstanceAdminStubSettings() - Method in class com.google.cloud.spanner.SpannerOptions
 
getInstanceAdminStubSettingsBuilder() - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Returns the InstanceAdminStubSettings.Builder that will be used to build the SpannerRpc.
getInstanceBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The instance being created.
getInstanceBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
getInstanceBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The desired end state of the update.
getInstanceBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
getInstanceCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Gets information about a particular instance.
getInstanceCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
getInstanceCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
getInstanceConfig(InstanceConfigName) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Gets information about a particular instance configuration.
getInstanceConfig(String) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Gets information about a particular instance configuration.
getInstanceConfig(GetInstanceConfigRequest) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Gets information about a particular instance configuration.
getInstanceConfig(String) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Gets an instance config.
getInstanceConfig() - Method in class com.google.cloud.spanner.InstanceConfigId
Returns id of this instance config.
getInstanceConfig(String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
getInstanceConfig(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
getInstanceConfig(GetInstanceConfigRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminBlockingStub
Gets information about a particular instance configuration.
getInstanceConfig(GetInstanceConfigRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminFutureStub
Gets information about a particular instance configuration.
getInstanceConfig(GetInstanceConfigRequest, StreamObserver<InstanceConfig>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminImplBase
Gets information about a particular instance configuration.
getInstanceConfig(GetInstanceConfigRequest, StreamObserver<InstanceConfig>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminStub
Gets information about a particular instance configuration.
getInstanceConfig() - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName.Builder
 
getInstanceConfig() - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
getInstanceConfigCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Gets information about a particular instance configuration.
getInstanceConfigCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
getInstanceConfigCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
getInstanceConfigId() - Method in class com.google.cloud.spanner.InstanceInfo
Returns the identifier of the instance configuration.
GetInstanceConfigRequest - Class in com.google.spanner.admin.instance.v1
The request for [GetInstanceConfigRequest][google.spanner.admin.instance.v1.InstanceAdmin.GetInstanceConfig].
GetInstanceConfigRequest.Builder - Class in com.google.spanner.admin.instance.v1
The request for [GetInstanceConfigRequest][google.spanner.admin.instance.v1.InstanceAdmin.GetInstanceConfig].
GetInstanceConfigRequestOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
getInstanceConfigs(int) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
getInstanceConfigs(int) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
The list of requested instance configurations.
getInstanceConfigs(int) - Method in interface com.google.spanner.admin.instance.v1.ListInstanceConfigsResponseOrBuilder
The list of requested instance configurations.
getInstanceConfigsBuilder(int) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
getInstanceConfigsBuilderList() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
getInstanceConfigsCount() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
getInstanceConfigsCount() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
The list of requested instance configurations.
getInstanceConfigsCount() - Method in interface com.google.spanner.admin.instance.v1.ListInstanceConfigsResponseOrBuilder
The list of requested instance configurations.
getInstanceConfigSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Returns the builder for the settings used for calls to getInstanceConfig.
getInstanceConfigSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the object with the settings used for calls to getInstanceConfig.
getInstanceConfigSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Returns the builder for the settings used for calls to getInstanceConfig.
getInstanceConfigSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the object with the settings used for calls to getInstanceConfig.
getInstanceConfigsList() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
getInstanceConfigsList() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
The list of requested instance configurations.
getInstanceConfigsList() - Method in interface com.google.spanner.admin.instance.v1.ListInstanceConfigsResponseOrBuilder
The list of requested instance configurations.
getInstanceConfigsOrBuilder(int) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
getInstanceConfigsOrBuilder(int) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
The list of requested instance configurations.
getInstanceConfigsOrBuilder(int) - Method in interface com.google.spanner.admin.instance.v1.ListInstanceConfigsResponseOrBuilder
The list of requested instance configurations.
getInstanceConfigsOrBuilderList() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
getInstanceConfigsOrBuilderList() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
The list of requested instance configurations.
getInstanceConfigsOrBuilderList() - Method in interface com.google.spanner.admin.instance.v1.ListInstanceConfigsResponseOrBuilder
The list of requested instance configurations.
getInstanceIAMPolicy(String) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Returns the IAM policy for the given instance.
getInstanceId() - Method in class com.google.cloud.spanner.BackupId
Returns the instance id for this backup.
getInstanceId() - Method in class com.google.cloud.spanner.BackupInfo
Returns the id of the instance that the backup belongs to.
getInstanceId() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The Spanner Instance ID that this ConnectionOptions will connect to
getInstanceId() - Method in class com.google.cloud.spanner.DatabaseId
Returns the instance id for this database.
getInstanceId() - Method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
 
getInstanceId() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
getInstanceId() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
Required.
getInstanceId() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceRequestOrBuilder
Required.
getInstanceIdBytes() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
getInstanceIdBytes() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
Required.
getInstanceIdBytes() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceRequestOrBuilder
Required.
getInstanceOrBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The instance being created.
getInstanceOrBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
The instance being created.
getInstanceOrBuilder() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceMetadataOrBuilder
The instance being created.
getInstanceOrBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
getInstanceOrBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
Required.
getInstanceOrBuilder() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceRequestOrBuilder
Required.
getInstanceOrBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The desired end state of the update.
getInstanceOrBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
The desired end state of the update.
getInstanceOrBuilder() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder
The desired end state of the update.
getInstanceOrBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
getInstanceOrBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
Required.
getInstanceOrBuilder() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceRequestOrBuilder
Required.
GetInstanceRequest - Class in com.google.spanner.admin.instance.v1
The request for [GetInstance][google.spanner.admin.instance.v1.InstanceAdmin.GetInstance].
GetInstanceRequest.Builder - Class in com.google.spanner.admin.instance.v1
The request for [GetInstance][google.spanner.admin.instance.v1.InstanceAdmin.GetInstance].
GetInstanceRequestOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
getInstances(int) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
getInstances(int) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
The list of requested instances.
getInstances(int) - Method in interface com.google.spanner.admin.instance.v1.ListInstancesResponseOrBuilder
The list of requested instances.
getInstancesBuilder(int) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
getInstancesBuilderList() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
getInstancesCount() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
getInstancesCount() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
The list of requested instances.
getInstancesCount() - Method in interface com.google.spanner.admin.instance.v1.ListInstancesResponseOrBuilder
The list of requested instances.
getInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Returns the builder for the settings used for calls to getInstance.
getInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the object with the settings used for calls to getInstance.
getInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Returns the builder for the settings used for calls to getInstance.
getInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the object with the settings used for calls to getInstance.
getInstancesList() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
getInstancesList() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
The list of requested instances.
getInstancesList() - Method in interface com.google.spanner.admin.instance.v1.ListInstancesResponseOrBuilder
The list of requested instances.
getInstancesOrBuilder(int) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
getInstancesOrBuilder(int) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
The list of requested instances.
getInstancesOrBuilder(int) - Method in interface com.google.spanner.admin.instance.v1.ListInstancesResponseOrBuilder
The list of requested instances.
getInstancesOrBuilderList() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
getInstancesOrBuilderList() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
The list of requested instances.
getInstancesOrBuilderList() - Method in interface com.google.spanner.admin.instance.v1.ListInstancesResponseOrBuilder
The list of requested instances.
getInt64() - Method in class com.google.cloud.spanner.Value
Returns the value of a INT64-typed instance.
getInt64Array() - Method in class com.google.cloud.spanner.Value
Returns the value of an ARRAY<INT64>-typed instance.
getInterceptorProvider() - Method in class com.google.cloud.spanner.SpannerOptions
 
getInterceptors() - Method in class com.google.cloud.spanner.spi.v1.SpannerInterceptorProvider
 
getJson(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getJson(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getJson(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getJson(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getJson(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.string().
getJson(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.string().
getJson() - Method in class com.google.cloud.spanner.Value
Returns the value of a JSON-typed instance.
getJsonArray() - Method in class com.google.cloud.spanner.Value
Returns the value of an ARRAY<JSON>-typed instance.
getJsonInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getJsonList(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getJsonList(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getJsonList(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getJsonList(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getJsonList(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.string()).
getJsonList(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.string()).
getJsonListInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getKeepAliveIntervalMinutes() - Method in class com.google.cloud.spanner.SessionPoolOptions
 
getKeyRing() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName.Builder
 
getKeyRing() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
getKeyRing() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName.Builder
 
getKeyRing() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
getKeys() - Method in class com.google.cloud.spanner.KeySet
Returns the keys in this set.
getKeys(int) - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
getKeys(int) - Method in class com.google.spanner.v1.KeySet
A list of specific keys.
getKeys(int) - Method in interface com.google.spanner.v1.KeySetOrBuilder
A list of specific keys.
getKeysBuilder(int) - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
getKeysBuilderList() - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
getKeysCount() - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
getKeysCount() - Method in class com.google.spanner.v1.KeySet
A list of specific keys.
getKeysCount() - Method in interface com.google.spanner.v1.KeySetOrBuilder
A list of specific keys.
getKeySet() - Method in class com.google.cloud.spanner.Mutation
For Mutation.Op.DELETE mutations, returns the key set that defines the rows to be deleted.
getKeySet() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
getKeySet() - Method in class com.google.spanner.v1.Mutation.Delete
Required.
getKeySet() - Method in interface com.google.spanner.v1.Mutation.DeleteOrBuilder
Required.
getKeySet() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
getKeySet() - Method in class com.google.spanner.v1.PartitionReadRequest
Required.
getKeySet() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Required.
getKeySet() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
getKeySet() - Method in class com.google.spanner.v1.ReadRequest
Required.
getKeySet() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Required.
getKeySetBuilder() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
getKeySetBuilder() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
getKeySetBuilder() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
getKeySetOrBuilder() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
getKeySetOrBuilder() - Method in class com.google.spanner.v1.Mutation.Delete
Required.
getKeySetOrBuilder() - Method in interface com.google.spanner.v1.Mutation.DeleteOrBuilder
Required.
getKeySetOrBuilder() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
getKeySetOrBuilder() - Method in class com.google.spanner.v1.PartitionReadRequest
Required.
getKeySetOrBuilder() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Required.
getKeySetOrBuilder() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
getKeySetOrBuilder() - Method in class com.google.spanner.v1.ReadRequest
Required.
getKeySetOrBuilder() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Required.
getKeysList() - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
getKeysList() - Method in class com.google.spanner.v1.KeySet
A list of specific keys.
getKeysList() - Method in interface com.google.spanner.v1.KeySetOrBuilder
A list of specific keys.
getKeysOrBuilder(int) - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
getKeysOrBuilder(int) - Method in class com.google.spanner.v1.KeySet
A list of specific keys.
getKeysOrBuilder(int) - Method in interface com.google.spanner.v1.KeySetOrBuilder
A list of specific keys.
getKeysOrBuilderList() - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
getKeysOrBuilderList() - Method in class com.google.spanner.v1.KeySet
A list of specific keys.
getKeysOrBuilderList() - Method in interface com.google.spanner.v1.KeySetOrBuilder
A list of specific keys.
getKind() - Method in class com.google.spanner.v1.PlanNode.Builder
Used to determine the type of node.
getKind() - Method in class com.google.spanner.v1.PlanNode
Used to determine the type of node.
getKind() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
Used to determine the type of node.
getKindValue() - Method in class com.google.spanner.v1.PlanNode.Builder
Used to determine the type of node.
getKindValue() - Method in class com.google.spanner.v1.PlanNode
Used to determine the type of node.
getKindValue() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
Used to determine the type of node.
getKmsKeyName() - Method in class com.google.cloud.spanner.encryption.CustomerManagedEncryption
 
getKmsKeyName() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
Optional.
getKmsKeyName() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
Optional.
getKmsKeyName() - Method in interface com.google.spanner.admin.database.v1.CopyBackupEncryptionConfigOrBuilder
Optional.
getKmsKeyName() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
Optional.
getKmsKeyName() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
Optional.
getKmsKeyName() - Method in interface com.google.spanner.admin.database.v1.CreateBackupEncryptionConfigOrBuilder
Optional.
getKmsKeyName() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
The Cloud KMS key to be used for encrypting and decrypting the database.
getKmsKeyName() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
The Cloud KMS key to be used for encrypting and decrypting the database.
getKmsKeyName() - Method in interface com.google.spanner.admin.database.v1.EncryptionConfigOrBuilder
The Cloud KMS key to be used for encrypting and decrypting the database.
getKmsKeyName() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
Optional.
getKmsKeyName() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
Optional.
getKmsKeyName() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfigOrBuilder
Optional.
getKmsKeyNameBytes() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
Optional.
getKmsKeyNameBytes() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
Optional.
getKmsKeyNameBytes() - Method in interface com.google.spanner.admin.database.v1.CopyBackupEncryptionConfigOrBuilder
Optional.
getKmsKeyNameBytes() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
Optional.
getKmsKeyNameBytes() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
Optional.
getKmsKeyNameBytes() - Method in interface com.google.spanner.admin.database.v1.CreateBackupEncryptionConfigOrBuilder
Optional.
getKmsKeyNameBytes() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
The Cloud KMS key to be used for encrypting and decrypting the database.
getKmsKeyNameBytes() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
The Cloud KMS key to be used for encrypting and decrypting the database.
getKmsKeyNameBytes() - Method in interface com.google.spanner.admin.database.v1.EncryptionConfigOrBuilder
The Cloud KMS key to be used for encrypting and decrypting the database.
getKmsKeyNameBytes() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
Optional.
getKmsKeyNameBytes() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
Optional.
getKmsKeyNameBytes() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfigOrBuilder
Optional.
getKmsKeyVersion() - Method in class com.google.cloud.spanner.encryption.EncryptionInfo
 
getKmsKeyVersion() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
getKmsKeyVersion() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
Output only.
getKmsKeyVersion() - Method in interface com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder
Output only.
getKmsKeyVersionBytes() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
getKmsKeyVersionBytes() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
Output only.
getKmsKeyVersionBytes() - Method in interface com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder
Output only.
getLabels() - Method in class com.google.cloud.spanner.InstanceInfo
Returns the cloud labels attached to this instance.
getLabels() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Deprecated.
getLabels() - Method in class com.google.spanner.admin.instance.v1.Instance
Deprecated.
getLabels() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Deprecated.
getLabels() - Method in class com.google.spanner.v1.Session.Builder
Deprecated.
getLabels() - Method in class com.google.spanner.v1.Session
Deprecated.
getLabels() - Method in interface com.google.spanner.v1.SessionOrBuilder
Deprecated.
getLabelsCount() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
getLabelsCount() - Method in class com.google.spanner.admin.instance.v1.Instance
 
getLabelsCount() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
getLabelsCount() - Method in class com.google.spanner.v1.Session.Builder
 
getLabelsCount() - Method in class com.google.spanner.v1.Session
 
getLabelsCount() - Method in interface com.google.spanner.v1.SessionOrBuilder
The labels for the session.
getLabelsMap() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
getLabelsMap() - Method in class com.google.spanner.admin.instance.v1.Instance
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
getLabelsMap() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
getLabelsMap() - Method in class com.google.spanner.v1.Session.Builder
The labels for the session.
getLabelsMap() - Method in class com.google.spanner.v1.Session
The labels for the session.
getLabelsMap() - Method in interface com.google.spanner.v1.SessionOrBuilder
The labels for the session.
getLabelsOrDefault(String, String) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
getLabelsOrDefault(String, String) - Method in class com.google.spanner.admin.instance.v1.Instance
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
getLabelsOrDefault(String, String) - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
getLabelsOrDefault(String, String) - Method in class com.google.spanner.v1.Session.Builder
The labels for the session.
getLabelsOrDefault(String, String) - Method in class com.google.spanner.v1.Session
The labels for the session.
getLabelsOrDefault(String, String) - Method in interface com.google.spanner.v1.SessionOrBuilder
The labels for the session.
getLabelsOrThrow(String) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
getLabelsOrThrow(String) - Method in class com.google.spanner.admin.instance.v1.Instance
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
getLabelsOrThrow(String) - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
getLabelsOrThrow(String) - Method in class com.google.spanner.v1.Session.Builder
The labels for the session.
getLabelsOrThrow(String) - Method in class com.google.spanner.v1.Session
The labels for the session.
getLabelsOrThrow(String) - Method in interface com.google.spanner.v1.SessionOrBuilder
The labels for the session.
getLeaderOptions() - Method in class com.google.cloud.spanner.InstanceConfigInfo
Allowed values of the default leader schema option for databases in instances that use this instance configuration.
getLeaderOptions(int) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
getLeaderOptions(int) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
getLeaderOptions(int) - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
getLeaderOptionsBytes(int) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
getLeaderOptionsBytes(int) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
getLeaderOptionsBytes(int) - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
getLeaderOptionsCount() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
getLeaderOptionsCount() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
getLeaderOptionsCount() - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
getLeaderOptionsList() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
getLeaderOptionsList() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
getLeaderOptionsList() - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
getLimit() - Method in class com.google.spanner.v1.ReadRequest.Builder
If greater than zero, only the first `limit` rows are yielded.
getLimit() - Method in class com.google.spanner.v1.ReadRequest
If greater than zero, only the first `limit` rows are yielded.
getLimit() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
If greater than zero, only the first `limit` rows are yielded.
getListBackupOperationsMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getListBackupsMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getListDatabaseOperationsMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getListDatabasesMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getListInstanceConfigsMethod() - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
 
getListInstancesMethod() - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
 
getListSessionsMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getLocation() - Method in class com.google.cloud.spanner.ReplicaInfo
 
getLocation() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName.Builder
 
getLocation() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
getLocation() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName.Builder
 
getLocation() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
getLocation() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
The location of the serving resources, e.g.
getLocation() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
The location of the serving resources, e.g.
getLocation() - Method in interface com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder
The location of the serving resources, e.g.
getLocationBytes() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
The location of the serving resources, e.g.
getLocationBytes() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
The location of the serving resources, e.g.
getLocationBytes() - Method in interface com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder
The location of the serving resources, e.g.
getLong(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getLong(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getLong(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getLong(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getLong(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.int64().
getLong(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.int64().
getLongArray(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getLongArray(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getLongArray(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getLongArray(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getLongArray(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.int64()).
getLongArray(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.int64()).
getLongArrayInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getLongInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getLongList(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getLongList(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getLongList(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getLongList(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getLongList(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.int64()).
getLongList(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.int64()).
getLongListInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getMaxExpireTime() - Method in class com.google.cloud.spanner.BackupInfo
Returns the max expire time of this Backup.
getMaxExpireTime() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getMaxExpireTime() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getMaxExpireTime() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getMaxExpireTimeBuilder() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getMaxExpireTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getMaxExpireTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getMaxExpireTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getMaxIdleSessions() - Method in class com.google.cloud.spanner.SessionPoolOptions
Deprecated.
Use a higher value for SessionPoolOptions.Builder.setMinSessions(int) instead of setting this option.
getMaxPartitions() - Method in class com.google.cloud.spanner.PartitionOptions
Returns the maximum number of partitions to be created.
getMaxPartitions() - Method in class com.google.spanner.v1.PartitionOptions.Builder
**Note:** This hint is currently ignored by PartitionQuery and PartitionRead requests.
getMaxPartitions() - Method in class com.google.spanner.v1.PartitionOptions
**Note:** This hint is currently ignored by PartitionQuery and PartitionRead requests.
getMaxPartitions() - Method in interface com.google.spanner.v1.PartitionOptionsOrBuilder
**Note:** This hint is currently ignored by PartitionQuery and PartitionRead requests.
getMaxSessions() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The maximum number of sessions in the backing session pool of this connection.
getMaxSessions() - Method in class com.google.cloud.spanner.SessionPoolOptions
 
getMaxStaleness(TimeUnit) - Method in class com.google.cloud.spanner.TimestampBound
Returns the maximum staleness, in the units requested, at which reads will be performed.
getMaxStaleness() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Read data at a timestamp >= `NOW - max_staleness` seconds.
getMaxStaleness() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Read data at a timestamp >= `NOW - max_staleness` seconds.
getMaxStaleness() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Read data at a timestamp >= `NOW - max_staleness` seconds.
getMaxStalenessBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Read data at a timestamp >= `NOW - max_staleness` seconds.
getMaxStalenessOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Read data at a timestamp >= `NOW - max_staleness` seconds.
getMaxStalenessOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Read data at a timestamp >= `NOW - max_staleness` seconds.
getMaxStalenessOrBuilder() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Read data at a timestamp >= `NOW - max_staleness` seconds.
getMetadata() - Method in class com.google.cloud.spanner.Operation
Returns the metadata returned by the last refresh of this operation.
getMetadata() - Method in class com.google.spanner.v1.PartialResultSet.Builder
Metadata about the result set, such as row type information.
getMetadata() - Method in class com.google.spanner.v1.PartialResultSet
Metadata about the result set, such as row type information.
getMetadata() - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
Metadata about the result set, such as row type information.
getMetadata() - Method in class com.google.spanner.v1.PlanNode.Builder
Attributes relevant to the node contained in a group of key-value pairs.
getMetadata() - Method in class com.google.spanner.v1.PlanNode
Attributes relevant to the node contained in a group of key-value pairs.
getMetadata() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
Attributes relevant to the node contained in a group of key-value pairs.
getMetadata() - Method in class com.google.spanner.v1.ResultSet.Builder
Metadata about the result set, such as row type information.
getMetadata() - Method in class com.google.spanner.v1.ResultSet
Metadata about the result set, such as row type information.
getMetadata() - Method in interface com.google.spanner.v1.ResultSetOrBuilder
Metadata about the result set, such as row type information.
getMetadataBuilder() - Method in class com.google.spanner.v1.PartialResultSet.Builder
Metadata about the result set, such as row type information.
getMetadataBuilder() - Method in class com.google.spanner.v1.PlanNode.Builder
Attributes relevant to the node contained in a group of key-value pairs.
getMetadataBuilder() - Method in class com.google.spanner.v1.ResultSet.Builder
Metadata about the result set, such as row type information.
getMetadataOrBuilder() - Method in class com.google.spanner.v1.PartialResultSet.Builder
Metadata about the result set, such as row type information.
getMetadataOrBuilder() - Method in class com.google.spanner.v1.PartialResultSet
Metadata about the result set, such as row type information.
getMetadataOrBuilder() - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
Metadata about the result set, such as row type information.
getMetadataOrBuilder() - Method in class com.google.spanner.v1.PlanNode.Builder
Attributes relevant to the node contained in a group of key-value pairs.
getMetadataOrBuilder() - Method in class com.google.spanner.v1.PlanNode
Attributes relevant to the node contained in a group of key-value pairs.
getMetadataOrBuilder() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
Attributes relevant to the node contained in a group of key-value pairs.
getMetadataOrBuilder() - Method in class com.google.spanner.v1.ResultSet.Builder
Metadata about the result set, such as row type information.
getMetadataOrBuilder() - Method in class com.google.spanner.v1.ResultSet
Metadata about the result set, such as row type information.
getMetadataOrBuilder() - Method in interface com.google.spanner.v1.ResultSetOrBuilder
Metadata about the result set, such as row type information.
getMinReadTimestamp() - Method in class com.google.cloud.spanner.TimestampBound
Returns the minimum timestamp at which reads will be performed.
getMinReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp >= `min_read_timestamp`.
getMinReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Executes all reads at a timestamp >= `min_read_timestamp`.
getMinReadTimestamp() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Executes all reads at a timestamp >= `min_read_timestamp`.
getMinReadTimestampBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp >= `min_read_timestamp`.
getMinReadTimestampOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp >= `min_read_timestamp`.
getMinReadTimestampOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Executes all reads at a timestamp >= `min_read_timestamp`.
getMinReadTimestampOrBuilder() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Executes all reads at a timestamp >= `min_read_timestamp`.
getMinSessions() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The minimum number of sessions in the backing session pool of this connection.
getMinSessions() - Method in class com.google.cloud.spanner.SessionPoolOptions
 
getMode() - Method in class com.google.cloud.spanner.TimestampBound
 
getModeCase() - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
getModeCase() - Method in class com.google.spanner.v1.TransactionOptions
 
getModeCase() - Method in interface com.google.spanner.v1.TransactionOptionsOrBuilder
 
getMutableLabels() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Deprecated.
getMutableLabels() - Method in class com.google.spanner.v1.Session.Builder
Deprecated.
getMutableParamTypes() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Deprecated.
getMutableParamTypes() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Deprecated.
getMutableParamTypes() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Deprecated.
getMutableSubqueries() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
Deprecated.
getMutationCount() - Method in class com.google.cloud.spanner.CommitStats
The number of mutations that were executed by the transaction.
getMutationCount() - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
The total number of mutations for the transaction.
getMutationCount() - Method in class com.google.spanner.v1.CommitResponse.CommitStats
The total number of mutations for the transaction.
getMutationCount() - Method in interface com.google.spanner.v1.CommitResponse.CommitStatsOrBuilder
The total number of mutations for the transaction.
getMutations(int) - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
getMutations(int) - Method in class com.google.spanner.v1.CommitRequest
The mutations to be executed when this transaction commits.
getMutations(int) - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
The mutations to be executed when this transaction commits.
getMutationsBuilder(int) - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
getMutationsBuilderList() - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
getMutationsCount() - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
getMutationsCount() - Method in class com.google.spanner.v1.CommitRequest
The mutations to be executed when this transaction commits.
getMutationsCount() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
The mutations to be executed when this transaction commits.
getMutationsList() - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
getMutationsList() - Method in class com.google.spanner.v1.CommitRequest
The mutations to be executed when this transaction commits.
getMutationsList() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
The mutations to be executed when this transaction commits.
getMutationsOrBuilder(int) - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
getMutationsOrBuilder(int) - Method in class com.google.spanner.v1.CommitRequest
The mutations to be executed when this transaction commits.
getMutationsOrBuilder(int) - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
The mutations to be executed when this transaction commits.
getMutationsOrBuilderList() - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
getMutationsOrBuilderList() - Method in class com.google.spanner.v1.CommitRequest
The mutations to be executed when this transaction commits.
getMutationsOrBuilderList() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
The mutations to be executed when this transaction commits.
getName() - Method in class com.google.cloud.spanner.BackupId
Returns the name of this backup.
getName() - Method in class com.google.cloud.spanner.connection.ConnectionOptions.ConnectionProperty
 
getName() - Method in class com.google.cloud.spanner.DatabaseId
Returns the name of this database.
getName() - Method in class com.google.cloud.spanner.InstanceConfigId
Returns the name of the instance config.
getName() - Method in class com.google.cloud.spanner.InstanceId
Returns the name of the instance.
getName() - Method in class com.google.cloud.spanner.Operation
Returns the name of the operation.
getName() - Method in interface com.google.cloud.spanner.Session
Returns the resource name associated with this session.
getName() - Method in class com.google.cloud.spanner.Type.StructField
 
getName() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getName() - Method in class com.google.spanner.admin.database.v1.Backup
Output only for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getName() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getName() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The name of the backup being created through the copy operation.
getName() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
The name of the backup being created through the copy operation.
getName() - Method in interface com.google.spanner.admin.database.v1.CopyBackupMetadataOrBuilder
The name of the backup being created through the copy operation.
getName() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The name of the backup being created.
getName() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
The name of the backup being created.
getName() - Method in interface com.google.spanner.admin.database.v1.CreateBackupMetadataOrBuilder
The name of the backup being created.
getName() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Required.
getName() - Method in class com.google.spanner.admin.database.v1.Database
Required.
getName() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Required.
getName() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
Required.
getName() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
Required.
getName() - Method in interface com.google.spanner.admin.database.v1.DeleteBackupRequestOrBuilder
Required.
getName() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
Required.
getName() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
Required.
getName() - Method in interface com.google.spanner.admin.database.v1.GetBackupRequestOrBuilder
Required.
getName() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
Required.
getName() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
Required.
getName() - Method in interface com.google.spanner.admin.database.v1.GetDatabaseRequestOrBuilder
Required.
getName() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
Name of the restored database being optimized.
getName() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
Name of the restored database being optimized.
getName() - Method in interface com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadataOrBuilder
Name of the restored database being optimized.
getName() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Name of the database being created and restored to.
getName() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
Name of the database being created and restored to.
getName() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
Name of the database being created and restored to.
getName() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
Required.
getName() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
Required.
getName() - Method in interface com.google.spanner.admin.instance.v1.DeleteInstanceRequestOrBuilder
Required.
getName() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
Required.
getName() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
Required.
getName() - Method in interface com.google.spanner.admin.instance.v1.GetInstanceConfigRequestOrBuilder
Required.
getName() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
Required.
getName() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
Required.
getName() - Method in interface com.google.spanner.admin.instance.v1.GetInstanceRequestOrBuilder
Required.
getName() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
getName() - Method in class com.google.spanner.admin.instance.v1.Instance
Required.
getName() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
A unique identifier for the instance configuration.
getName() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
A unique identifier for the instance configuration.
getName() - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
A unique identifier for the instance configuration.
getName() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Required.
getName() - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
Required.
getName() - Method in class com.google.spanner.v1.DeleteSessionRequest
Required.
getName() - Method in interface com.google.spanner.v1.DeleteSessionRequestOrBuilder
Required.
getName() - Method in class com.google.spanner.v1.GetSessionRequest.Builder
Required.
getName() - Method in class com.google.spanner.v1.GetSessionRequest
Required.
getName() - Method in interface com.google.spanner.v1.GetSessionRequestOrBuilder
Required.
getName() - Method in class com.google.spanner.v1.Session.Builder
Output only.
getName() - Method in class com.google.spanner.v1.Session
Output only.
getName() - Method in interface com.google.spanner.v1.SessionOrBuilder
Output only.
getName() - Method in class com.google.spanner.v1.StructType.Field.Builder
The name of the field.
getName() - Method in class com.google.spanner.v1.StructType.Field
The name of the field.
getName() - Method in interface com.google.spanner.v1.StructType.FieldOrBuilder
The name of the field.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.Backup
Output only for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getNameBytes() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The name of the backup being created through the copy operation.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
The name of the backup being created through the copy operation.
getNameBytes() - Method in interface com.google.spanner.admin.database.v1.CopyBackupMetadataOrBuilder
The name of the backup being created through the copy operation.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The name of the backup being created.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
The name of the backup being created.
getNameBytes() - Method in interface com.google.spanner.admin.database.v1.CreateBackupMetadataOrBuilder
The name of the backup being created.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Required.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.Database
Required.
getNameBytes() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Required.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
Required.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
Required.
getNameBytes() - Method in interface com.google.spanner.admin.database.v1.DeleteBackupRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
Required.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
Required.
getNameBytes() - Method in interface com.google.spanner.admin.database.v1.GetBackupRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
Required.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
Required.
getNameBytes() - Method in interface com.google.spanner.admin.database.v1.GetDatabaseRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
Name of the restored database being optimized.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
Name of the restored database being optimized.
getNameBytes() - Method in interface com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadataOrBuilder
Name of the restored database being optimized.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Name of the database being created and restored to.
getNameBytes() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
Name of the database being created and restored to.
getNameBytes() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
Name of the database being created and restored to.
getNameBytes() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
Required.
getNameBytes() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
Required.
getNameBytes() - Method in interface com.google.spanner.admin.instance.v1.DeleteInstanceRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
Required.
getNameBytes() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
Required.
getNameBytes() - Method in interface com.google.spanner.admin.instance.v1.GetInstanceConfigRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
Required.
getNameBytes() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
Required.
getNameBytes() - Method in interface com.google.spanner.admin.instance.v1.GetInstanceRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
getNameBytes() - Method in class com.google.spanner.admin.instance.v1.Instance
Required.
getNameBytes() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
A unique identifier for the instance configuration.
getNameBytes() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
A unique identifier for the instance configuration.
getNameBytes() - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
A unique identifier for the instance configuration.
getNameBytes() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Required.
getNameBytes() - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
Required.
getNameBytes() - Method in class com.google.spanner.v1.DeleteSessionRequest
Required.
getNameBytes() - Method in interface com.google.spanner.v1.DeleteSessionRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.spanner.v1.GetSessionRequest.Builder
Required.
getNameBytes() - Method in class com.google.spanner.v1.GetSessionRequest
Required.
getNameBytes() - Method in interface com.google.spanner.v1.GetSessionRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.spanner.v1.Session.Builder
Output only.
getNameBytes() - Method in class com.google.spanner.v1.Session
Output only.
getNameBytes() - Method in interface com.google.spanner.v1.SessionOrBuilder
Output only.
getNameBytes() - Method in class com.google.spanner.v1.StructType.Field.Builder
The name of the field.
getNameBytes() - Method in class com.google.spanner.v1.StructType.Field
The name of the field.
getNameBytes() - Method in interface com.google.spanner.v1.StructType.FieldOrBuilder
The name of the field.
getNextPageToken() - Method in class com.google.cloud.spanner.spi.v1.SpannerRpc.Paginated
Returns the token to use in the request for the next page, or null if this is the last page.
getNextPageToken() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
`next_page_token` can be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
getNextPageToken() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
`next_page_token` can be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
getNextPageToken() - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
getNextPageToken() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
`next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.
getNextPageToken() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
`next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.
getNextPageToken() - Method in interface com.google.spanner.admin.database.v1.ListBackupsResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.
getNextPageToken() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
`next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
getNextPageToken() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
`next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
getNextPageToken() - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
getNextPageToken() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
`next_page_token` can be sent in a subsequent [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more of the matching databases.
getNextPageToken() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
`next_page_token` can be sent in a subsequent [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more of the matching databases.
getNextPageToken() - Method in interface com.google.spanner.admin.database.v1.ListDatabasesResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more of the matching databases.
getNextPageToken() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
`next_page_token` can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.
getNextPageToken() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
`next_page_token` can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.
getNextPageToken() - Method in interface com.google.spanner.admin.instance.v1.ListInstanceConfigsResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.
getNextPageToken() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.
getNextPageToken() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.
getNextPageToken() - Method in interface com.google.spanner.admin.instance.v1.ListInstancesResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.
getNextPageToken() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
`next_page_token` can be sent in a subsequent [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching sessions.
getNextPageToken() - Method in class com.google.spanner.v1.ListSessionsResponse
`next_page_token` can be sent in a subsequent [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching sessions.
getNextPageToken() - Method in interface com.google.spanner.v1.ListSessionsResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching sessions.
getNextPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
`next_page_token` can be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
getNextPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
`next_page_token` can be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
getNextPageTokenBytes() - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
getNextPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
`next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.
getNextPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
`next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.
getNextPageTokenBytes() - Method in interface com.google.spanner.admin.database.v1.ListBackupsResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.
getNextPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
`next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
getNextPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
`next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
getNextPageTokenBytes() - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
getNextPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
`next_page_token` can be sent in a subsequent [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more of the matching databases.
getNextPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
`next_page_token` can be sent in a subsequent [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more of the matching databases.
getNextPageTokenBytes() - Method in interface com.google.spanner.admin.database.v1.ListDatabasesResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more of the matching databases.
getNextPageTokenBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
`next_page_token` can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.
getNextPageTokenBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
`next_page_token` can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.
getNextPageTokenBytes() - Method in interface com.google.spanner.admin.instance.v1.ListInstanceConfigsResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.
getNextPageTokenBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.
getNextPageTokenBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.
getNextPageTokenBytes() - Method in interface com.google.spanner.admin.instance.v1.ListInstancesResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.
getNextPageTokenBytes() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
`next_page_token` can be sent in a subsequent [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching sessions.
getNextPageTokenBytes() - Method in class com.google.spanner.v1.ListSessionsResponse
`next_page_token` can be sent in a subsequent [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching sessions.
getNextPageTokenBytes() - Method in interface com.google.spanner.v1.ListSessionsResponseOrBuilder
`next_page_token` can be sent in a subsequent [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching sessions.
getNodeCount() - Method in class com.google.cloud.spanner.InstanceInfo
Returns the node count of the instance.
getNodeCount() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
getNodeCount() - Method in class com.google.spanner.admin.instance.v1.Instance
Required.
getNodeCount() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Required.
getNoResultAsync() - Method in interface com.google.cloud.spanner.connection.AsyncStatementResult
Returns a future that tracks the progress of a statement that returns no result.
getNumber() - Method in enum com.google.spanner.admin.database.v1.Backup.State
 
getNumber() - Method in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
 
getNumber() - Method in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
 
getNumber() - Method in enum com.google.spanner.admin.database.v1.Database.State
 
getNumber() - Method in enum com.google.spanner.admin.database.v1.DatabaseDialect
 
getNumber() - Method in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
 
getNumber() - Method in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
 
getNumber() - Method in enum com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.SourceInfoCase
 
getNumber() - Method in enum com.google.spanner.admin.database.v1.RestoreDatabaseRequest.SourceCase
 
getNumber() - Method in enum com.google.spanner.admin.database.v1.RestoreInfo.SourceInfoCase
 
getNumber() - Method in enum com.google.spanner.admin.database.v1.RestoreSourceType
 
getNumber() - Method in enum com.google.spanner.admin.instance.v1.Instance.State
 
getNumber() - Method in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
 
getNumber() - Method in enum com.google.spanner.v1.CommitRequest.TransactionCase
 
getNumber() - Method in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
 
getNumber() - Method in enum com.google.spanner.v1.KeyRange.EndKeyTypeCase
 
getNumber() - Method in enum com.google.spanner.v1.KeyRange.StartKeyTypeCase
 
getNumber() - Method in enum com.google.spanner.v1.Mutation.OperationCase
 
getNumber() - Method in enum com.google.spanner.v1.PlanNode.Kind
 
getNumber() - Method in enum com.google.spanner.v1.RequestOptions.Priority
 
getNumber() - Method in enum com.google.spanner.v1.ResultSetStats.RowCountCase
 
getNumber() - Method in enum com.google.spanner.v1.TransactionOptions.ModeCase
 
getNumber() - Method in enum com.google.spanner.v1.TransactionOptions.ReadOnly.TimestampBoundCase
 
getNumber() - Method in enum com.google.spanner.v1.TransactionSelector.SelectorCase
 
getNumber() - Method in enum com.google.spanner.v1.TypeAnnotationCode
 
getNumber() - Method in enum com.google.spanner.v1.TypeCode
 
getNumChannels() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The number of channels to use for the connection.
getNumChannels() - Method in class com.google.cloud.spanner.SpannerOptions
 
getNumeric() - Method in class com.google.cloud.spanner.Value
Returns the value of a NUMERIC-typed instance.
getNumericArray() - Method in class com.google.cloud.spanner.Value
Returns the value of an ARRAY<NUMERIC>-typed instance.
getOperation(String) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Gets the specified long-running operation.
getOperation(String) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Gets the specified long-running operation.
getOperation() - Method in class com.google.cloud.spanner.Mutation
Returns the type of operation that this mutation will perform.
getOperation(String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
getOperation(String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Retrieves a long running operation.
getOperationCase() - Method in class com.google.spanner.v1.Mutation.Builder
 
getOperationCase() - Method in class com.google.spanner.v1.Mutation
 
getOperationCase() - Method in interface com.google.spanner.v1.MutationOrBuilder
 
getOperationId() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
If empty, the new update request is assigned an automatically-generated operation ID.
getOperationId() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
If empty, the new update request is assigned an automatically-generated operation ID.
getOperationId() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequestOrBuilder
If empty, the new update request is assigned an automatically-generated operation ID.
getOperationIdBytes() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
If empty, the new update request is assigned an automatically-generated operation ID.
getOperationIdBytes() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
If empty, the new update request is assigned an automatically-generated operation ID.
getOperationIdBytes() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequestOrBuilder
If empty, the new update request is assigned an automatically-generated operation ID.
getOperations(int) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperations(int) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperations(int) - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsResponseOrBuilder
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperations(int) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
getOperations(int) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
The list of matching database [long-running operations][google.longrunning.Operation].
getOperations(int) - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsResponseOrBuilder
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsBuilderList() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsBuilderList() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsClient() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.
getOperationsClient() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.
getOperationsCount() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsCount() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsCount() - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsResponseOrBuilder
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsCount() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsCount() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsCount() - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsResponseOrBuilder
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsList() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsList() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsList() - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsResponseOrBuilder
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsList() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsList() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsList() - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsResponseOrBuilder
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsOrBuilder(int) - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsResponseOrBuilder
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsOrBuilder(int) - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsResponseOrBuilder
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsOrBuilderList() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsOrBuilderList() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsOrBuilderList() - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsResponseOrBuilder
The list of matching backup [long-running operations][google.longrunning.Operation].
getOperationsOrBuilderList() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsOrBuilderList() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsOrBuilderList() - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsResponseOrBuilder
The list of matching database [long-running operations][google.longrunning.Operation].
getOperationsStub() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
getOperationsStub() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
getOperationsStub() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
getOperationsStub() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
getOperationsStub() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
getOptimizeDatabaseOperationName() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored database, and remove the dependency on the restore source.
getOptimizeDatabaseOperationName() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored database, and remove the dependency on the restore source.
getOptimizeDatabaseOperationName() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored database, and remove the dependency on the restore source.
getOptimizeDatabaseOperationNameBytes() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored database, and remove the dependency on the restore source.
getOptimizeDatabaseOperationNameBytes() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored database, and remove the dependency on the restore source.
getOptimizeDatabaseOperationNameBytes() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored database, and remove the dependency on the restore source.
getOptimizerStatisticsPackage() - Method in interface com.google.cloud.spanner.connection.Connection
Gets the current query optimizer statistics package of this connection.
getOptimizerStatisticsPackage() - Method in interface com.google.cloud.spanner.SpannerOptions.SpannerEnvironment
The optimizer statistics package to use.
getOptimizerStatisticsPackage() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
An option to control the selection of optimizer statistics package.
getOptimizerStatisticsPackage() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
An option to control the selection of optimizer statistics package.
getOptimizerStatisticsPackage() - Method in interface com.google.spanner.v1.ExecuteSqlRequest.QueryOptionsOrBuilder
An option to control the selection of optimizer statistics package.
getOptimizerStatisticsPackageBytes() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
An option to control the selection of optimizer statistics package.
getOptimizerStatisticsPackageBytes() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
An option to control the selection of optimizer statistics package.
getOptimizerStatisticsPackageBytes() - Method in interface com.google.spanner.v1.ExecuteSqlRequest.QueryOptionsOrBuilder
An option to control the selection of optimizer statistics package.
getOptimizerVersion() - Method in interface com.google.cloud.spanner.connection.Connection
Gets the current query optimizer version of this connection.
getOptimizerVersion() - Method in interface com.google.cloud.spanner.SpannerOptions.SpannerEnvironment
The optimizer version to use.
getOptimizerVersion() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
An option to control the selection of optimizer version.
getOptimizerVersion() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
An option to control the selection of optimizer version.
getOptimizerVersion() - Method in interface com.google.spanner.v1.ExecuteSqlRequest.QueryOptionsOrBuilder
An option to control the selection of optimizer version.
getOptimizerVersionBytes() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
An option to control the selection of optimizer version.
getOptimizerVersionBytes() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
An option to control the selection of optimizer version.
getOptimizerVersionBytes() - Method in interface com.google.spanner.v1.ExecuteSqlRequest.QueryOptionsOrBuilder
An option to control the selection of optimizer version.
getOptions() - Method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
 
getOptions() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
getOptions() - Method in class com.google.spanner.v1.BeginTransactionRequest
Required.
getOptions() - Method in interface com.google.spanner.v1.BeginTransactionRequestOrBuilder
Required.
getOptionsBuilder() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
getOptionsOrBuilder() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
getOptionsOrBuilder() - Method in class com.google.spanner.v1.BeginTransactionRequest
Required.
getOptionsOrBuilder() - Method in interface com.google.spanner.v1.BeginTransactionRequestOrBuilder
Required.
getOrNull(ApiFuture<T>) - Static method in class com.google.cloud.spanner.SpannerApiFutures
 
getPageSize() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
Number of operations to be returned in the response.
getPageSize() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
Number of operations to be returned in the response.
getPageSize() - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsRequestOrBuilder
Number of operations to be returned in the response.
getPageSize() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
Number of backups to be returned in the response.
getPageSize() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
Number of backups to be returned in the response.
getPageSize() - Method in interface com.google.spanner.admin.database.v1.ListBackupsRequestOrBuilder
Number of backups to be returned in the response.
getPageSize() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
Number of operations to be returned in the response.
getPageSize() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
Number of operations to be returned in the response.
getPageSize() - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsRequestOrBuilder
Number of operations to be returned in the response.
getPageSize() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
Number of databases to be returned in the response.
getPageSize() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
Number of databases to be returned in the response.
getPageSize() - Method in interface com.google.spanner.admin.database.v1.ListDatabasesRequestOrBuilder
Number of databases to be returned in the response.
getPageSize() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
Number of instance configurations to be returned in the response.
getPageSize() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
Number of instance configurations to be returned in the response.
getPageSize() - Method in interface com.google.spanner.admin.instance.v1.ListInstanceConfigsRequestOrBuilder
Number of instance configurations to be returned in the response.
getPageSize() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
Number of instances to be returned in the response.
getPageSize() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
Number of instances to be returned in the response.
getPageSize() - Method in interface com.google.spanner.admin.instance.v1.ListInstancesRequestOrBuilder
Number of instances to be returned in the response.
getPageSize() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
Number of sessions to be returned in the response.
getPageSize() - Method in class com.google.spanner.v1.ListSessionsRequest
Number of sessions to be returned in the response.
getPageSize() - Method in interface com.google.spanner.v1.ListSessionsRequestOrBuilder
Number of sessions to be returned in the response.
getPageToken() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupOperationsResponse.next_page_token] from a previous [ListBackupOperationsResponse][google.spanner.admin.database.v1.ListBackupOperationsResponse] to the same `parent` and with the same `filter`.
getPageToken() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupOperationsResponse.next_page_token] from a previous [ListBackupOperationsResponse][google.spanner.admin.database.v1.ListBackupOperationsResponse] to the same `parent` and with the same `filter`.
getPageToken() - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupOperationsResponse.next_page_token] from a previous [ListBackupOperationsResponse][google.spanner.admin.database.v1.ListBackupOperationsResponse] to the same `parent` and with the same `filter`.
getPageToken() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupsResponse.next_page_token] from a previous [ListBackupsResponse][google.spanner.admin.database.v1.ListBackupsResponse] to the same `parent` and with the same `filter`.
getPageToken() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupsResponse.next_page_token] from a previous [ListBackupsResponse][google.spanner.admin.database.v1.ListBackupsResponse] to the same `parent` and with the same `filter`.
getPageToken() - Method in interface com.google.spanner.admin.database.v1.ListBackupsRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupsResponse.next_page_token] from a previous [ListBackupsResponse][google.spanner.admin.database.v1.ListBackupsResponse] to the same `parent` and with the same `filter`.
getPageToken() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabaseOperationsResponse.next_page_token] from a previous [ListDatabaseOperationsResponse][google.spanner.admin.database.v1.ListDatabaseOperationsResponse] to the same `parent` and with the same `filter`.
getPageToken() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabaseOperationsResponse.next_page_token] from a previous [ListDatabaseOperationsResponse][google.spanner.admin.database.v1.ListDatabaseOperationsResponse] to the same `parent` and with the same `filter`.
getPageToken() - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabaseOperationsResponse.next_page_token] from a previous [ListDatabaseOperationsResponse][google.spanner.admin.database.v1.ListDatabaseOperationsResponse] to the same `parent` and with the same `filter`.
getPageToken() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabasesResponse.next_page_token] from a previous [ListDatabasesResponse][google.spanner.admin.database.v1.ListDatabasesResponse].
getPageToken() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabasesResponse.next_page_token] from a previous [ListDatabasesResponse][google.spanner.admin.database.v1.ListDatabasesResponse].
getPageToken() - Method in interface com.google.spanner.admin.database.v1.ListDatabasesRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabasesResponse.next_page_token] from a previous [ListDatabasesResponse][google.spanner.admin.database.v1.ListDatabasesResponse].
getPageToken() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].
getPageToken() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].
getPageToken() - Method in interface com.google.spanner.admin.instance.v1.ListInstanceConfigsRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].
getPageToken() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstancesResponse.next_page_token] from a previous [ListInstancesResponse][google.spanner.admin.instance.v1.ListInstancesResponse].
getPageToken() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstancesResponse.next_page_token] from a previous [ListInstancesResponse][google.spanner.admin.instance.v1.ListInstancesResponse].
getPageToken() - Method in interface com.google.spanner.admin.instance.v1.ListInstancesRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstancesResponse.next_page_token] from a previous [ListInstancesResponse][google.spanner.admin.instance.v1.ListInstancesResponse].
getPageToken() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.v1.ListSessionsResponse.next_page_token] from a previous [ListSessionsResponse][google.spanner.v1.ListSessionsResponse].
getPageToken() - Method in class com.google.spanner.v1.ListSessionsRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.v1.ListSessionsResponse.next_page_token] from a previous [ListSessionsResponse][google.spanner.v1.ListSessionsResponse].
getPageToken() - Method in interface com.google.spanner.v1.ListSessionsRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.v1.ListSessionsResponse.next_page_token] from a previous [ListSessionsResponse][google.spanner.v1.ListSessionsResponse].
getPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupOperationsResponse.next_page_token] from a previous [ListBackupOperationsResponse][google.spanner.admin.database.v1.ListBackupOperationsResponse] to the same `parent` and with the same `filter`.
getPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupOperationsResponse.next_page_token] from a previous [ListBackupOperationsResponse][google.spanner.admin.database.v1.ListBackupOperationsResponse] to the same `parent` and with the same `filter`.
getPageTokenBytes() - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupOperationsResponse.next_page_token] from a previous [ListBackupOperationsResponse][google.spanner.admin.database.v1.ListBackupOperationsResponse] to the same `parent` and with the same `filter`.
getPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupsResponse.next_page_token] from a previous [ListBackupsResponse][google.spanner.admin.database.v1.ListBackupsResponse] to the same `parent` and with the same `filter`.
getPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupsResponse.next_page_token] from a previous [ListBackupsResponse][google.spanner.admin.database.v1.ListBackupsResponse] to the same `parent` and with the same `filter`.
getPageTokenBytes() - Method in interface com.google.spanner.admin.database.v1.ListBackupsRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupsResponse.next_page_token] from a previous [ListBackupsResponse][google.spanner.admin.database.v1.ListBackupsResponse] to the same `parent` and with the same `filter`.
getPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabaseOperationsResponse.next_page_token] from a previous [ListDatabaseOperationsResponse][google.spanner.admin.database.v1.ListDatabaseOperationsResponse] to the same `parent` and with the same `filter`.
getPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabaseOperationsResponse.next_page_token] from a previous [ListDatabaseOperationsResponse][google.spanner.admin.database.v1.ListDatabaseOperationsResponse] to the same `parent` and with the same `filter`.
getPageTokenBytes() - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabaseOperationsResponse.next_page_token] from a previous [ListDatabaseOperationsResponse][google.spanner.admin.database.v1.ListDatabaseOperationsResponse] to the same `parent` and with the same `filter`.
getPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabasesResponse.next_page_token] from a previous [ListDatabasesResponse][google.spanner.admin.database.v1.ListDatabasesResponse].
getPageTokenBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabasesResponse.next_page_token] from a previous [ListDatabasesResponse][google.spanner.admin.database.v1.ListDatabasesResponse].
getPageTokenBytes() - Method in interface com.google.spanner.admin.database.v1.ListDatabasesRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabasesResponse.next_page_token] from a previous [ListDatabasesResponse][google.spanner.admin.database.v1.ListDatabasesResponse].
getPageTokenBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].
getPageTokenBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].
getPageTokenBytes() - Method in interface com.google.spanner.admin.instance.v1.ListInstanceConfigsRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].
getPageTokenBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstancesResponse.next_page_token] from a previous [ListInstancesResponse][google.spanner.admin.instance.v1.ListInstancesResponse].
getPageTokenBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstancesResponse.next_page_token] from a previous [ListInstancesResponse][google.spanner.admin.instance.v1.ListInstancesResponse].
getPageTokenBytes() - Method in interface com.google.spanner.admin.instance.v1.ListInstancesRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstancesResponse.next_page_token] from a previous [ListInstancesResponse][google.spanner.admin.instance.v1.ListInstancesResponse].
getPageTokenBytes() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.v1.ListSessionsResponse.next_page_token] from a previous [ListSessionsResponse][google.spanner.v1.ListSessionsResponse].
getPageTokenBytes() - Method in class com.google.spanner.v1.ListSessionsRequest
If non-empty, `page_token` should contain a [next_page_token][google.spanner.v1.ListSessionsResponse.next_page_token] from a previous [ListSessionsResponse][google.spanner.v1.ListSessionsResponse].
getPageTokenBytes() - Method in interface com.google.spanner.v1.ListSessionsRequestOrBuilder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.v1.ListSessionsResponse.next_page_token] from a previous [ListSessionsResponse][google.spanner.v1.ListSessionsResponse].
getParameters() - Method in class com.google.cloud.spanner.Statement
Returns the parameters bound to this Statement.
getParams() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Parameter names and values that bind to placeholders in the DML string.
getParams() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
Parameter names and values that bind to placeholders in the DML string.
getParams() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder
Parameter names and values that bind to placeholders in the DML string.
getParams() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
getParams() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Parameter names and values that bind to placeholders in the SQL string.
getParams() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Parameter names and values that bind to placeholders in the SQL string.
getParams() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
getParams() - Method in class com.google.spanner.v1.PartitionQueryRequest
Parameter names and values that bind to placeholders in the SQL string.
getParams() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Parameter names and values that bind to placeholders in the SQL string.
getParamsBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Parameter names and values that bind to placeholders in the DML string.
getParamsBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
getParamsBuilder() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
getParamsOrBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Parameter names and values that bind to placeholders in the DML string.
getParamsOrBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
Parameter names and values that bind to placeholders in the DML string.
getParamsOrBuilder() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder
Parameter names and values that bind to placeholders in the DML string.
getParamsOrBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
getParamsOrBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Parameter names and values that bind to placeholders in the SQL string.
getParamsOrBuilder() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Parameter names and values that bind to placeholders in the SQL string.
getParamsOrBuilder() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
getParamsOrBuilder() - Method in class com.google.spanner.v1.PartitionQueryRequest
Parameter names and values that bind to placeholders in the SQL string.
getParamsOrBuilder() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Parameter names and values that bind to placeholders in the SQL string.
getParamTypes() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Deprecated.
getParamTypes() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
Deprecated.
getParamTypes() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder
Deprecated.
getParamTypes() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Deprecated.
getParamTypes() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Deprecated.
getParamTypes() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Deprecated.
getParamTypes() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Deprecated.
getParamTypes() - Method in class com.google.spanner.v1.PartitionQueryRequest
Deprecated.
getParamTypes() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Deprecated.
getParamTypesCount() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
getParamTypesCount() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
getParamTypesCount() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesCount() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
getParamTypesCount() - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
getParamTypesCount() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesCount() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
getParamTypesCount() - Method in class com.google.spanner.v1.PartitionQueryRequest
 
getParamTypesCount() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesMap() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesMap() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesMap() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesMap() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesMap() - Method in class com.google.spanner.v1.ExecuteSqlRequest
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesMap() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesMap() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesMap() - Method in class com.google.spanner.v1.PartitionQueryRequest
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesMap() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrDefault(String, Type) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrDefault(String, Type) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrDefault(String, Type) - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrDefault(String, Type) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrDefault(String, Type) - Method in class com.google.spanner.v1.ExecuteSqlRequest
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrDefault(String, Type) - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrDefault(String, Type) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrDefault(String, Type) - Method in class com.google.spanner.v1.PartitionQueryRequest
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrDefault(String, Type) - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrThrow(String) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrThrow(String) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrThrow(String) - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrThrow(String) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrThrow(String) - Method in class com.google.spanner.v1.ExecuteSqlRequest
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrThrow(String) - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrThrow(String) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrThrow(String) - Method in class com.google.spanner.v1.PartitionQueryRequest
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParamTypesOrThrow(String) - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
getParent() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
Required.
getParent() - Method in interface com.google.spanner.admin.database.v1.CopyBackupRequestOrBuilder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
Required.
getParent() - Method in interface com.google.spanner.admin.database.v1.CreateBackupRequestOrBuilder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Required.
getParent() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
Required.
getParent() - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsRequestOrBuilder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
Required.
getParent() - Method in interface com.google.spanner.admin.database.v1.ListBackupsRequestOrBuilder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
Required.
getParent() - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsRequestOrBuilder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
Required.
getParent() - Method in interface com.google.spanner.admin.database.v1.ListDatabasesRequestOrBuilder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Required.
getParent() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
Required.
getParent() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseRequestOrBuilder
Required.
getParent() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
getParent() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
Required.
getParent() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceRequestOrBuilder
Required.
getParent() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
Required.
getParent() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
Required.
getParent() - Method in interface com.google.spanner.admin.instance.v1.ListInstanceConfigsRequestOrBuilder
Required.
getParent() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
Required.
getParent() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
Required.
getParent() - Method in interface com.google.spanner.admin.instance.v1.ListInstancesRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
Required.
getParentBytes() - Method in interface com.google.spanner.admin.database.v1.CopyBackupRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
Required.
getParentBytes() - Method in interface com.google.spanner.admin.database.v1.CreateBackupRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Required.
getParentBytes() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
Required.
getParentBytes() - Method in interface com.google.spanner.admin.database.v1.ListBackupOperationsRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
Required.
getParentBytes() - Method in interface com.google.spanner.admin.database.v1.ListBackupsRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
Required.
getParentBytes() - Method in interface com.google.spanner.admin.database.v1.ListDatabaseOperationsRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
Required.
getParentBytes() - Method in interface com.google.spanner.admin.database.v1.ListDatabasesRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Required.
getParentBytes() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
Required.
getParentBytes() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
getParentBytes() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
Required.
getParentBytes() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
Required.
getParentBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
Required.
getParentBytes() - Method in interface com.google.spanner.admin.instance.v1.ListInstanceConfigsRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
Required.
getParentBytes() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
Required.
getParentBytes() - Method in interface com.google.spanner.admin.instance.v1.ListInstancesRequestOrBuilder
Required.
getParserForType() - Method in class com.google.spanner.admin.database.v1.Backup
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.Database
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
getParserForType() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.Instance
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
getParserForType() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
getParserForType() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
getParserForType() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
getParserForType() - Method in class com.google.spanner.v1.BeginTransactionRequest
 
getParserForType() - Method in class com.google.spanner.v1.CommitRequest
 
getParserForType() - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
getParserForType() - Method in class com.google.spanner.v1.CommitResponse
 
getParserForType() - Method in class com.google.spanner.v1.CreateSessionRequest
 
getParserForType() - Method in class com.google.spanner.v1.DeleteSessionRequest
 
getParserForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
getParserForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
getParserForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
getParserForType() - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
getParserForType() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
getParserForType() - Method in class com.google.spanner.v1.GetSessionRequest
 
getParserForType() - Method in class com.google.spanner.v1.KeyRange
 
getParserForType() - Method in class com.google.spanner.v1.KeySet
 
getParserForType() - Method in class com.google.spanner.v1.ListSessionsRequest
 
getParserForType() - Method in class com.google.spanner.v1.ListSessionsResponse
 
getParserForType() - Method in class com.google.spanner.v1.Mutation.Delete
 
getParserForType() - Method in class com.google.spanner.v1.Mutation
 
getParserForType() - Method in class com.google.spanner.v1.Mutation.Write
 
getParserForType() - Method in class com.google.spanner.v1.PartialResultSet
 
getParserForType() - Method in class com.google.spanner.v1.Partition
 
getParserForType() - Method in class com.google.spanner.v1.PartitionOptions
 
getParserForType() - Method in class com.google.spanner.v1.PartitionQueryRequest
 
getParserForType() - Method in class com.google.spanner.v1.PartitionReadRequest
 
getParserForType() - Method in class com.google.spanner.v1.PartitionResponse
 
getParserForType() - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
getParserForType() - Method in class com.google.spanner.v1.PlanNode
 
getParserForType() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
getParserForType() - Method in class com.google.spanner.v1.QueryPlan
 
getParserForType() - Method in class com.google.spanner.v1.ReadRequest
 
getParserForType() - Method in class com.google.spanner.v1.RequestOptions
 
getParserForType() - Method in class com.google.spanner.v1.ResultSet
 
getParserForType() - Method in class com.google.spanner.v1.ResultSetMetadata
 
getParserForType() - Method in class com.google.spanner.v1.ResultSetStats
 
getParserForType() - Method in class com.google.spanner.v1.RollbackRequest
 
getParserForType() - Method in class com.google.spanner.v1.Session
 
getParserForType() - Method in class com.google.spanner.v1.StructType.Field
 
getParserForType() - Method in class com.google.spanner.v1.StructType
 
getParserForType() - Method in class com.google.spanner.v1.Transaction
 
getParserForType() - Method in class com.google.spanner.v1.TransactionOptions
 
getParserForType() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
getParserForType() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
getParserForType() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
getParserForType() - Method in class com.google.spanner.v1.TransactionSelector
 
getParserForType() - Method in class com.google.spanner.v1.Type
 
getPartitionedDml() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Partitioned DML transaction.
getPartitionedDml() - Method in class com.google.spanner.v1.TransactionOptions
Partitioned DML transaction.
getPartitionedDml() - Method in interface com.google.spanner.v1.TransactionOptionsOrBuilder
Partitioned DML transaction.
getPartitionedDmlBuilder() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Partitioned DML transaction.
getPartitionedDmlOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Partitioned DML transaction.
getPartitionedDmlOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions
Partitioned DML transaction.
getPartitionedDmlOrBuilder() - Method in interface com.google.spanner.v1.TransactionOptionsOrBuilder
Partitioned DML transaction.
getPartitionedDmlRetrySettings() - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
getPartitionedDmlRetrySettings() - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
getPartitionedDmlTimeout() - Method in class com.google.cloud.spanner.SpannerOptions
 
getPartitionOptions() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Additional options that affect how many partitions are created.
getPartitionOptions() - Method in class com.google.spanner.v1.PartitionQueryRequest
Additional options that affect how many partitions are created.
getPartitionOptions() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Additional options that affect how many partitions are created.
getPartitionOptions() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Additional options that affect how many partitions are created.
getPartitionOptions() - Method in class com.google.spanner.v1.PartitionReadRequest
Additional options that affect how many partitions are created.
getPartitionOptions() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Additional options that affect how many partitions are created.
getPartitionOptionsBuilder() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Additional options that affect how many partitions are created.
getPartitionOptionsBuilder() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Additional options that affect how many partitions are created.
getPartitionOptionsOrBuilder() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Additional options that affect how many partitions are created.
getPartitionOptionsOrBuilder() - Method in class com.google.spanner.v1.PartitionQueryRequest
Additional options that affect how many partitions are created.
getPartitionOptionsOrBuilder() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Additional options that affect how many partitions are created.
getPartitionOptionsOrBuilder() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Additional options that affect how many partitions are created.
getPartitionOptionsOrBuilder() - Method in class com.google.spanner.v1.PartitionReadRequest
Additional options that affect how many partitions are created.
getPartitionOptionsOrBuilder() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Additional options that affect how many partitions are created.
getPartitionQueryMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getPartitionQueryTimeout() - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
getPartitionReadMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getPartitionReadTimeout() - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
getPartitions(int) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
getPartitions(int) - Method in class com.google.spanner.v1.PartitionResponse
Partitions created by this request.
getPartitions(int) - Method in interface com.google.spanner.v1.PartitionResponseOrBuilder
Partitions created by this request.
getPartitionsBuilder(int) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
getPartitionsBuilderList() - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
getPartitionsCount() - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
getPartitionsCount() - Method in class com.google.spanner.v1.PartitionResponse
Partitions created by this request.
getPartitionsCount() - Method in interface com.google.spanner.v1.PartitionResponseOrBuilder
Partitions created by this request.
getPartitionSizeBytes() - Method in class com.google.cloud.spanner.PartitionOptions
Returns the size of the partition in bytes.
getPartitionSizeBytes() - Method in class com.google.spanner.v1.PartitionOptions.Builder
**Note:** This hint is currently ignored by PartitionQuery and PartitionRead requests.
getPartitionSizeBytes() - Method in class com.google.spanner.v1.PartitionOptions
**Note:** This hint is currently ignored by PartitionQuery and PartitionRead requests.
getPartitionSizeBytes() - Method in interface com.google.spanner.v1.PartitionOptionsOrBuilder
**Note:** This hint is currently ignored by PartitionQuery and PartitionRead requests.
getPartitionsList() - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
getPartitionsList() - Method in class com.google.spanner.v1.PartitionResponse
Partitions created by this request.
getPartitionsList() - Method in interface com.google.spanner.v1.PartitionResponseOrBuilder
Partitions created by this request.
getPartitionsOrBuilder(int) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
getPartitionsOrBuilder(int) - Method in class com.google.spanner.v1.PartitionResponse
Partitions created by this request.
getPartitionsOrBuilder(int) - Method in interface com.google.spanner.v1.PartitionResponseOrBuilder
Partitions created by this request.
getPartitionsOrBuilderList() - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
getPartitionsOrBuilderList() - Method in class com.google.spanner.v1.PartitionResponse
Partitions created by this request.
getPartitionsOrBuilderList() - Method in interface com.google.spanner.v1.PartitionResponseOrBuilder
Partitions created by this request.
getPartitionToken() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
If present, results will be restricted to the specified partition previously created using PartitionQuery().
getPartitionToken() - Method in class com.google.spanner.v1.ExecuteSqlRequest
If present, results will be restricted to the specified partition previously created using PartitionQuery().
getPartitionToken() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
If present, results will be restricted to the specified partition previously created using PartitionQuery().
getPartitionToken() - Method in class com.google.spanner.v1.Partition.Builder
This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token.
getPartitionToken() - Method in class com.google.spanner.v1.Partition
This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token.
getPartitionToken() - Method in interface com.google.spanner.v1.PartitionOrBuilder
This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token.
getPartitionToken() - Method in class com.google.spanner.v1.ReadRequest.Builder
If present, results will be restricted to the specified partition previously created using PartitionRead().
getPartitionToken() - Method in class com.google.spanner.v1.ReadRequest
If present, results will be restricted to the specified partition previously created using PartitionRead().
getPartitionToken() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
If present, results will be restricted to the specified partition previously created using PartitionRead().
getParts() - Method in class com.google.cloud.spanner.Key
Returns the parts in this key.
getPlanNodes(int) - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
getPlanNodes(int) - Method in class com.google.spanner.v1.QueryPlan
The nodes in the query plan.
getPlanNodes(int) - Method in interface com.google.spanner.v1.QueryPlanOrBuilder
The nodes in the query plan.
getPlanNodesBuilder(int) - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
getPlanNodesBuilderList() - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
getPlanNodesCount() - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
getPlanNodesCount() - Method in class com.google.spanner.v1.QueryPlan
The nodes in the query plan.
getPlanNodesCount() - Method in interface com.google.spanner.v1.QueryPlanOrBuilder
The nodes in the query plan.
getPlanNodesList() - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
getPlanNodesList() - Method in class com.google.spanner.v1.QueryPlan
The nodes in the query plan.
getPlanNodesList() - Method in interface com.google.spanner.v1.QueryPlanOrBuilder
The nodes in the query plan.
getPlanNodesOrBuilder(int) - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
getPlanNodesOrBuilder(int) - Method in class com.google.spanner.v1.QueryPlan
The nodes in the query plan.
getPlanNodesOrBuilder(int) - Method in interface com.google.spanner.v1.QueryPlanOrBuilder
The nodes in the query plan.
getPlanNodesOrBuilderList() - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
getPlanNodesOrBuilderList() - Method in class com.google.spanner.v1.QueryPlan
The nodes in the query plan.
getPlanNodesOrBuilderList() - Method in interface com.google.spanner.v1.QueryPlanOrBuilder
The nodes in the query plan.
getPrefetchChunks() - Method in class com.google.cloud.spanner.SpannerOptions
 
getPriority() - Method in class com.google.spanner.v1.RequestOptions.Builder
Priority for the request.
getPriority() - Method in class com.google.spanner.v1.RequestOptions
Priority for the request.
getPriority() - Method in interface com.google.spanner.v1.RequestOptionsOrBuilder
Priority for the request.
getPriorityValue() - Method in class com.google.spanner.v1.RequestOptions.Builder
Priority for the request.
getPriorityValue() - Method in class com.google.spanner.v1.RequestOptions
Priority for the request.
getPriorityValue() - Method in interface com.google.spanner.v1.RequestOptionsOrBuilder
Priority for the request.
getProcessingUnits() - Method in class com.google.cloud.spanner.InstanceInfo
Returns the number of processing units of the instance.
getProcessingUnits() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
The number of processing units allocated to this instance.
getProcessingUnits() - Method in class com.google.spanner.admin.instance.v1.Instance
The number of processing units allocated to this instance.
getProcessingUnits() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
The number of processing units allocated to this instance.
getProgress() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
getProgress() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
getProgress() - Method in interface com.google.spanner.admin.database.v1.CopyBackupMetadataOrBuilder
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
getProgress() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getProgress() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getProgress() - Method in interface com.google.spanner.admin.database.v1.CreateBackupMetadataOrBuilder
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getProgress() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
The progress of the post-restore optimizations.
getProgress() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
The progress of the post-restore optimizations.
getProgress() - Method in interface com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadataOrBuilder
The progress of the post-restore optimizations.
getProgress() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
getProgress() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
getProgress() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
getProgress(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgress(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgress(int) - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
getProgressBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getProgressBuilder() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
The progress of the post-restore optimizations.
getProgressBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
getProgressBuilder(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressBuilderList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressCount() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressCount() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressCount() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressList() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressOrBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
getProgressOrBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
getProgressOrBuilder() - Method in interface com.google.spanner.admin.database.v1.CopyBackupMetadataOrBuilder
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
getProgressOrBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getProgressOrBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getProgressOrBuilder() - Method in interface com.google.spanner.admin.database.v1.CreateBackupMetadataOrBuilder
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
getProgressOrBuilder() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
The progress of the post-restore optimizations.
getProgressOrBuilder() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
The progress of the post-restore optimizations.
getProgressOrBuilder() - Method in interface com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadataOrBuilder
The progress of the post-restore optimizations.
getProgressOrBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
getProgressOrBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
getProgressOrBuilder() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
getProgressOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressOrBuilder(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressOrBuilder(int) - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressOrBuilderList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressOrBuilderList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressOrBuilderList() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
getProgressPercent() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
Percent completion of the operation.
getProgressPercent() - Method in class com.google.spanner.admin.database.v1.OperationProgress
Percent completion of the operation.
getProgressPercent() - Method in interface com.google.spanner.admin.database.v1.OperationProgressOrBuilder
Percent completion of the operation.
getProject() - Method in class com.google.cloud.spanner.InstanceConfigId
Returns project of this instane config.
getProject() - Method in class com.google.cloud.spanner.InstanceId
Returns the ID of the project that owns this instance.
getProject() - Method in class com.google.spanner.admin.database.v1.BackupName.Builder
 
getProject() - Method in class com.google.spanner.admin.database.v1.BackupName
 
getProject() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName.Builder
 
getProject() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
getProject() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName.Builder
 
getProject() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
getProject() - Method in class com.google.spanner.admin.database.v1.DatabaseName.Builder
 
getProject() - Method in class com.google.spanner.admin.database.v1.DatabaseName
 
getProject() - Method in class com.google.spanner.admin.database.v1.InstanceName.Builder
 
getProject() - Method in class com.google.spanner.admin.database.v1.InstanceName
 
getProject() - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName.Builder
 
getProject() - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
getProject() - Method in class com.google.spanner.admin.instance.v1.InstanceName.Builder
 
getProject() - Method in class com.google.spanner.admin.instance.v1.InstanceName
 
getProject() - Method in class com.google.spanner.admin.instance.v1.ProjectName.Builder
 
getProject() - Method in class com.google.spanner.admin.instance.v1.ProjectName
 
getProject() - Method in class com.google.spanner.v1.DatabaseName.Builder
 
getProject() - Method in class com.google.spanner.v1.DatabaseName
 
getProject() - Method in class com.google.spanner.v1.SessionName.Builder
 
getProject() - Method in class com.google.spanner.v1.SessionName
 
getProjectId() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The Google Project ID that this ConnectionOptions will connect to
getProto() - Method in class com.google.cloud.spanner.BackupInfo
Returns the raw proto instance that was used to construct this Backup.
getProto() - Method in class com.google.cloud.spanner.DatabaseInfo
Returns the raw proto instance that was used to construct this Database.
getProto() - Method in class com.google.cloud.spanner.ReplicaInfo
 
getProto() - Method in class com.google.cloud.spanner.RestoreInfo
Returns the raw proto instance that was used to construct this RestoreInfo.
getQueryMode() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].
getQueryMode() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].
getQueryMode() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].
getQueryModeValue() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].
getQueryModeValue() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].
getQueryModeValue() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].
getQueryOptions() - Method in class com.google.cloud.spanner.Statement
Returns the ExecuteSqlRequest.QueryOptions that will be used with this Statement.
getQueryOptions() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Query optimizer configuration to use for the given query.
getQueryOptions() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Query optimizer configuration to use for the given query.
getQueryOptions() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Query optimizer configuration to use for the given query.
getQueryOptionsBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Query optimizer configuration to use for the given query.
getQueryOptionsOrBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Query optimizer configuration to use for the given query.
getQueryOptionsOrBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Query optimizer configuration to use for the given query.
getQueryOptionsOrBuilder() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Query optimizer configuration to use for the given query.
getQueryParameters(String) - Method in class com.google.cloud.spanner.connection.PostgreSQLStatementParser
Note: This is an internal API and breaking changes can be made without prior notice.
getQueryPlan() - Method in class com.google.spanner.v1.ResultSetStats.Builder
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
getQueryPlan() - Method in class com.google.spanner.v1.ResultSetStats
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
getQueryPlan() - Method in interface com.google.spanner.v1.ResultSetStatsOrBuilder
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
getQueryPlanBuilder() - Method in class com.google.spanner.v1.ResultSetStats.Builder
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
getQueryPlanOrBuilder() - Method in class com.google.spanner.v1.ResultSetStats.Builder
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
getQueryPlanOrBuilder() - Method in class com.google.spanner.v1.ResultSetStats
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
getQueryPlanOrBuilder() - Method in interface com.google.spanner.v1.ResultSetStatsOrBuilder
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
getQueryStats() - Method in class com.google.spanner.v1.ResultSetStats.Builder
Aggregated statistics from the execution of the query.
getQueryStats() - Method in class com.google.spanner.v1.ResultSetStats
Aggregated statistics from the execution of the query.
getQueryStats() - Method in interface com.google.spanner.v1.ResultSetStatsOrBuilder
Aggregated statistics from the execution of the query.
getQueryStatsBuilder() - Method in class com.google.spanner.v1.ResultSetStats.Builder
Aggregated statistics from the execution of the query.
getQueryStatsOrBuilder() - Method in class com.google.spanner.v1.ResultSetStats.Builder
Aggregated statistics from the execution of the query.
getQueryStatsOrBuilder() - Method in class com.google.spanner.v1.ResultSetStats
Aggregated statistics from the execution of the query.
getQueryStatsOrBuilder() - Method in interface com.google.spanner.v1.ResultSetStatsOrBuilder
Aggregated statistics from the execution of the query.
getRanges() - Method in class com.google.cloud.spanner.KeySet
Returns the ranges in this set.
getRanges(int) - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
getRanges(int) - Method in class com.google.spanner.v1.KeySet
A list of key ranges.
getRanges(int) - Method in interface com.google.spanner.v1.KeySetOrBuilder
A list of key ranges.
getRangesBuilder(int) - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
getRangesBuilderList() - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
getRangesCount() - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
getRangesCount() - Method in class com.google.spanner.v1.KeySet
A list of key ranges.
getRangesCount() - Method in interface com.google.spanner.v1.KeySetOrBuilder
A list of key ranges.
getRangesList() - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
getRangesList() - Method in class com.google.spanner.v1.KeySet
A list of key ranges.
getRangesList() - Method in interface com.google.spanner.v1.KeySetOrBuilder
A list of key ranges.
getRangesOrBuilder(int) - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
getRangesOrBuilder(int) - Method in class com.google.spanner.v1.KeySet
A list of key ranges.
getRangesOrBuilder(int) - Method in interface com.google.spanner.v1.KeySetOrBuilder
A list of key ranges.
getRangesOrBuilderList() - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
getRangesOrBuilderList() - Method in class com.google.spanner.v1.KeySet
A list of key ranges.
getRangesOrBuilderList() - Method in interface com.google.spanner.v1.KeySetOrBuilder
A list of key ranges.
getReadMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getReadOnly() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction will not write.
getReadOnly() - Method in class com.google.spanner.v1.TransactionOptions
Transaction will not write.
getReadOnly() - Method in interface com.google.spanner.v1.TransactionOptionsOrBuilder
Transaction will not write.
getReadOnlyBuilder() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction will not write.
getReadOnlyOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction will not write.
getReadOnlyOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions
Transaction will not write.
getReadOnlyOrBuilder() - Method in interface com.google.spanner.v1.TransactionOptionsOrBuilder
Transaction will not write.
getReadOnlyStaleness() - Method in interface com.google.cloud.spanner.connection.Connection
 
getReadTimeout() - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
getReadTimestamp() - Method in interface com.google.cloud.spanner.connection.Connection
Returns the read timestamp of the current/last TransactionMode.READ_ONLY_TRANSACTION transaction, or the read timestamp of the last query in autocommit mode.
getReadTimestamp() - Method in interface com.google.cloud.spanner.ReadOnlyTransaction
Returns the timestamp chosen to perform reads and queries in this transaction.
getReadTimestamp() - Method in class com.google.cloud.spanner.TimestampBound
Returns the timestamp at which reads will be performed.
getReadTimestamp() - Method in class com.google.spanner.v1.Transaction.Builder
For snapshot read-only transactions, the read timestamp chosen for the transaction.
getReadTimestamp() - Method in class com.google.spanner.v1.Transaction
For snapshot read-only transactions, the read timestamp chosen for the transaction.
getReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at the given timestamp.
getReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Executes all reads at the given timestamp.
getReadTimestamp() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Executes all reads at the given timestamp.
getReadTimestamp() - Method in interface com.google.spanner.v1.TransactionOrBuilder
For snapshot read-only transactions, the read timestamp chosen for the transaction.
getReadTimestampBuilder() - Method in class com.google.spanner.v1.Transaction.Builder
For snapshot read-only transactions, the read timestamp chosen for the transaction.
getReadTimestampBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at the given timestamp.
getReadTimestampOrBuilder() - Method in class com.google.spanner.v1.Transaction.Builder
For snapshot read-only transactions, the read timestamp chosen for the transaction.
getReadTimestampOrBuilder() - Method in class com.google.spanner.v1.Transaction
For snapshot read-only transactions, the read timestamp chosen for the transaction.
getReadTimestampOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at the given timestamp.
getReadTimestampOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Executes all reads at the given timestamp.
getReadTimestampOrBuilder() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Executes all reads at the given timestamp.
getReadTimestampOrBuilder() - Method in interface com.google.spanner.v1.TransactionOrBuilder
For snapshot read-only transactions, the read timestamp chosen for the transaction.
getReadWrite() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction may write.
getReadWrite() - Method in class com.google.spanner.v1.TransactionOptions
Transaction may write.
getReadWrite() - Method in interface com.google.spanner.v1.TransactionOptionsOrBuilder
Transaction may write.
getReadWriteBuilder() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction may write.
getReadWriteOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction may write.
getReadWriteOrBuilder() - Method in class com.google.spanner.v1.TransactionOptions
Transaction may write.
getReadWriteOrBuilder() - Method in interface com.google.spanner.v1.TransactionOptionsOrBuilder
Transaction may write.
getReferencingBackups() - Method in class com.google.cloud.spanner.BackupInfo
Returns the names of the destination backups being created by copying this source backup Backup.
getReferencingBackups(int) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getReferencingBackups(int) - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getReferencingBackups(int) - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getReferencingBackupsBytes(int) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getReferencingBackupsBytes(int) - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getReferencingBackupsBytes(int) - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getReferencingBackupsCount() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getReferencingBackupsCount() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getReferencingBackupsCount() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getReferencingBackupsList() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getReferencingBackupsList() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getReferencingBackupsList() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getReferencingDatabases(int) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getReferencingDatabases(int) - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getReferencingDatabases(int) - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getReferencingDatabasesBytes(int) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getReferencingDatabasesBytes(int) - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getReferencingDatabasesBytes(int) - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getReferencingDatabasesCount() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getReferencingDatabasesCount() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getReferencingDatabasesCount() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getReferencingDatabasesList() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getReferencingDatabasesList() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getReferencingDatabasesList() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getRemoveInactiveSessionAfter() - Method in class com.google.cloud.spanner.SessionPoolOptions
 
getReplace() - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
getReplace() - Method in class com.google.spanner.v1.Mutation
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
getReplace() - Method in interface com.google.spanner.v1.MutationOrBuilder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
getReplaceBuilder() - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
getReplaceOrBuilder() - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
getReplaceOrBuilder() - Method in class com.google.spanner.v1.Mutation
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
getReplaceOrBuilder() - Method in interface com.google.spanner.v1.MutationOrBuilder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
getReplicas() - Method in class com.google.cloud.spanner.InstanceConfigInfo
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicas(int) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicas(int) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicas(int) - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasBuilder(int) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasBuilderList() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasCount() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasCount() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasCount() - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasList() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasList() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasList() - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasOrBuilder(int) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasOrBuilder(int) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasOrBuilder(int) - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasOrBuilderList() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasOrBuilderList() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
The geographic placement of nodes in this instance configuration and their replication properties.
getReplicasOrBuilderList() - Method in interface com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder
The geographic placement of nodes in this instance configuration and their replication properties.
getRequestOptions() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Common options for this request.
getRequestOptions() - Method in class com.google.spanner.v1.BeginTransactionRequest
Common options for this request.
getRequestOptions() - Method in interface com.google.spanner.v1.BeginTransactionRequestOrBuilder
Common options for this request.
getRequestOptions() - Method in class com.google.spanner.v1.CommitRequest.Builder
Common options for this request.
getRequestOptions() - Method in class com.google.spanner.v1.CommitRequest
Common options for this request.
getRequestOptions() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
Common options for this request.
getRequestOptions() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Common options for this request.
getRequestOptions() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Common options for this request.
getRequestOptions() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Common options for this request.
getRequestOptions() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Common options for this request.
getRequestOptions() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Common options for this request.
getRequestOptions() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Common options for this request.
getRequestOptions() - Method in class com.google.spanner.v1.ReadRequest.Builder
Common options for this request.
getRequestOptions() - Method in class com.google.spanner.v1.ReadRequest
Common options for this request.
getRequestOptions() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Common options for this request.
getRequestOptionsBuilder() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Common options for this request.
getRequestOptionsBuilder() - Method in class com.google.spanner.v1.CommitRequest.Builder
Common options for this request.
getRequestOptionsBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Common options for this request.
getRequestOptionsBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Common options for this request.
getRequestOptionsBuilder() - Method in class com.google.spanner.v1.ReadRequest.Builder
Common options for this request.
getRequestOptionsOrBuilder() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Common options for this request.
getRequestOptionsOrBuilder() - Method in class com.google.spanner.v1.BeginTransactionRequest
Common options for this request.
getRequestOptionsOrBuilder() - Method in interface com.google.spanner.v1.BeginTransactionRequestOrBuilder
Common options for this request.
getRequestOptionsOrBuilder() - Method in class com.google.spanner.v1.CommitRequest.Builder
Common options for this request.
getRequestOptionsOrBuilder() - Method in class com.google.spanner.v1.CommitRequest
Common options for this request.
getRequestOptionsOrBuilder() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
Common options for this request.
getRequestOptionsOrBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Common options for this request.
getRequestOptionsOrBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Common options for this request.
getRequestOptionsOrBuilder() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Common options for this request.
getRequestOptionsOrBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Common options for this request.
getRequestOptionsOrBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Common options for this request.
getRequestOptionsOrBuilder() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Common options for this request.
getRequestOptionsOrBuilder() - Method in class com.google.spanner.v1.ReadRequest.Builder
Common options for this request.
getRequestOptionsOrBuilder() - Method in class com.google.spanner.v1.ReadRequest
Common options for this request.
getRequestOptionsOrBuilder() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Common options for this request.
getRequestTag() - Method in class com.google.spanner.v1.RequestOptions.Builder
A per-request tag which can be applied to queries or reads, used for statistics collection.
getRequestTag() - Method in class com.google.spanner.v1.RequestOptions
A per-request tag which can be applied to queries or reads, used for statistics collection.
getRequestTag() - Method in interface com.google.spanner.v1.RequestOptionsOrBuilder
A per-request tag which can be applied to queries or reads, used for statistics collection.
getRequestTagBytes() - Method in class com.google.spanner.v1.RequestOptions.Builder
A per-request tag which can be applied to queries or reads, used for statistics collection.
getRequestTagBytes() - Method in class com.google.spanner.v1.RequestOptions
A per-request tag which can be applied to queries or reads, used for statistics collection.
getRequestTagBytes() - Method in interface com.google.spanner.v1.RequestOptionsOrBuilder
A per-request tag which can be applied to queries or reads, used for statistics collection.
getResourceName() - Method in exception com.google.cloud.spanner.SpannerException.ResourceNotFoundException
 
getRestoreDatabaseMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getRestoreInfo() - Method in class com.google.cloud.spanner.DatabaseInfo
Returns the RestoreInfo of the database if any is available, or null if no RestoreInfo is available for this database.
getRestoreInfo() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getRestoreInfo() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getRestoreInfo() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getRestoreInfoBuilder() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getRestoreInfoOrBuilder() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getRestoreInfoOrBuilder() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getRestoreInfoOrBuilder() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getResult() - Method in class com.google.cloud.spanner.Operation
Returns result of the operation if the operation is complete and had a result.
getResults() - Method in class com.google.cloud.spanner.spi.v1.SpannerRpc.Paginated
Returns the current page of results.
getResultSet() - Method in interface com.google.cloud.spanner.connection.StatementResult
Returns the ResultSet held by this result.
getResultSetAsync() - Method in interface com.google.cloud.spanner.connection.AsyncStatementResult
Returns the AsyncResultSet held by this result.
getResultSets(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSets(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSets(int) - Method in interface com.google.spanner.v1.ExecuteBatchDmlResponseOrBuilder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsBuilder(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsBuilderList() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsCount() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsCount() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsCount() - Method in interface com.google.spanner.v1.ExecuteBatchDmlResponseOrBuilder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsList() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsList() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsList() - Method in interface com.google.spanner.v1.ExecuteBatchDmlResponseOrBuilder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsOrBuilder(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsOrBuilder(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsOrBuilder(int) - Method in interface com.google.spanner.v1.ExecuteBatchDmlResponseOrBuilder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsOrBuilderList() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsOrBuilderList() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultSetsOrBuilderList() - Method in interface com.google.spanner.v1.ExecuteBatchDmlResponseOrBuilder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
getResultType() - Method in interface com.google.cloud.spanner.connection.StatementResult
Returns the StatementResult.ResultType of this result.
getResumeToken() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
If this request is resuming a previously interrupted SQL statement execution, `resume_token` should be copied from the last [PartialResultSet][google.spanner.v1.PartialResultSet] yielded before the interruption.
getResumeToken() - Method in class com.google.spanner.v1.ExecuteSqlRequest
If this request is resuming a previously interrupted SQL statement execution, `resume_token` should be copied from the last [PartialResultSet][google.spanner.v1.PartialResultSet] yielded before the interruption.
getResumeToken() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
If this request is resuming a previously interrupted SQL statement execution, `resume_token` should be copied from the last [PartialResultSet][google.spanner.v1.PartialResultSet] yielded before the interruption.
getResumeToken() - Method in class com.google.spanner.v1.PartialResultSet.Builder
Streaming calls might be interrupted for a variety of reasons, such as TCP connection loss.
getResumeToken() - Method in class com.google.spanner.v1.PartialResultSet
Streaming calls might be interrupted for a variety of reasons, such as TCP connection loss.
getResumeToken() - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
Streaming calls might be interrupted for a variety of reasons, such as TCP connection loss.
getResumeToken() - Method in class com.google.spanner.v1.ReadRequest.Builder
If this request is resuming a previously interrupted read, `resume_token` should be copied from the last [PartialResultSet][google.spanner.v1.PartialResultSet] yielded before the interruption.
getResumeToken() - Method in class com.google.spanner.v1.ReadRequest
If this request is resuming a previously interrupted read, `resume_token` should be copied from the last [PartialResultSet][google.spanner.v1.PartialResultSet] yielded before the interruption.
getResumeToken() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
If this request is resuming a previously interrupted read, `resume_token` should be copied from the last [PartialResultSet][google.spanner.v1.PartialResultSet] yielded before the interruption.
getRetryAdministrativeRequestsSettings() - Method in class com.google.cloud.spanner.SpannerOptions
 
getRetryDelayInMillis() - Method in exception com.google.cloud.spanner.SpannerException
Return the retry delay for operation in milliseconds.
getReturnCommitStats() - Method in class com.google.spanner.v1.CommitRequest.Builder
If `true`, then statistics related to the transaction will be included in the [CommitResponse][google.spanner.v1.CommitResponse.commit_stats].
getReturnCommitStats() - Method in class com.google.spanner.v1.CommitRequest
If `true`, then statistics related to the transaction will be included in the [CommitResponse][google.spanner.v1.CommitResponse.commit_stats].
getReturnCommitStats() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
If `true`, then statistics related to the transaction will be included in the [CommitResponse][google.spanner.v1.CommitResponse.commit_stats].
getReturnReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
If true, the Cloud Spanner-selected read timestamp is included in the [Transaction][google.spanner.v1.Transaction] message that describes the transaction.
getReturnReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
If true, the Cloud Spanner-selected read timestamp is included in the [Transaction][google.spanner.v1.Transaction] message that describes the transaction.
getReturnReadTimestamp() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
If true, the Cloud Spanner-selected read timestamp is included in the [Transaction][google.spanner.v1.Transaction] message that describes the transaction.
getRollbackMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getRollbackTimeout() - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
getRowCountCase() - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
getRowCountCase() - Method in class com.google.spanner.v1.ResultSetStats
 
getRowCountCase() - Method in interface com.google.spanner.v1.ResultSetStatsOrBuilder
 
getRowCountExact() - Method in class com.google.spanner.v1.ResultSetStats.Builder
Standard DML returns an exact count of rows that were modified.
getRowCountExact() - Method in class com.google.spanner.v1.ResultSetStats
Standard DML returns an exact count of rows that were modified.
getRowCountExact() - Method in interface com.google.spanner.v1.ResultSetStatsOrBuilder
Standard DML returns an exact count of rows that were modified.
getRowCountLowerBound() - Method in class com.google.spanner.v1.ResultSetStats.Builder
Partitioned DML does not offer exactly-once semantics, so it returns a lower bound of the rows modified.
getRowCountLowerBound() - Method in class com.google.spanner.v1.ResultSetStats
Partitioned DML does not offer exactly-once semantics, so it returns a lower bound of the rows modified.
getRowCountLowerBound() - Method in interface com.google.spanner.v1.ResultSetStatsOrBuilder
Partitioned DML does not offer exactly-once semantics, so it returns a lower bound of the rows modified.
getRows(int) - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRows(int) - Method in class com.google.spanner.v1.ResultSet
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRows(int) - Method in interface com.google.spanner.v1.ResultSetOrBuilder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsBuilder(int) - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsBuilderList() - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsCount() - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsCount() - Method in class com.google.spanner.v1.ResultSet
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsCount() - Method in interface com.google.spanner.v1.ResultSetOrBuilder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsList() - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsList() - Method in class com.google.spanner.v1.ResultSet
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsList() - Method in interface com.google.spanner.v1.ResultSetOrBuilder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsOrBuilder(int) - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsOrBuilder(int) - Method in class com.google.spanner.v1.ResultSet
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsOrBuilder(int) - Method in interface com.google.spanner.v1.ResultSetOrBuilder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsOrBuilderList() - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsOrBuilderList() - Method in class com.google.spanner.v1.ResultSet
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowsOrBuilderList() - Method in interface com.google.spanner.v1.ResultSetOrBuilder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
getRowType() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
Indicates the field names and types for the rows in the result set.
getRowType() - Method in class com.google.spanner.v1.ResultSetMetadata
Indicates the field names and types for the rows in the result set.
getRowType() - Method in interface com.google.spanner.v1.ResultSetMetadataOrBuilder
Indicates the field names and types for the rows in the result set.
getRowTypeBuilder() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
Indicates the field names and types for the rows in the result set.
getRowTypeOrBuilder() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
Indicates the field names and types for the rows in the result set.
getRowTypeOrBuilder() - Method in class com.google.spanner.v1.ResultSetMetadata
Indicates the field names and types for the rows in the result set.
getRowTypeOrBuilder() - Method in interface com.google.spanner.v1.ResultSetMetadataOrBuilder
Indicates the field names and types for the rows in the result set.
getRPCPriority() - Method in interface com.google.cloud.spanner.connection.Connection
Gets the current RPC priority of this connection.
getScopes() - Method in class com.google.cloud.spanner.SpannerOptions
 
getSelector() - Method in enum com.google.cloud.spanner.InstanceInfo.InstanceField
 
getSelectorCase() - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
getSelectorCase() - Method in class com.google.spanner.v1.TransactionSelector
 
getSelectorCase() - Method in interface com.google.spanner.v1.TransactionSelectorOrBuilder
 
getSeqno() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getSeqno() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Required.
getSeqno() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Required.
getSeqno() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
A per-transaction sequence number used to identify this request.
getSeqno() - Method in class com.google.spanner.v1.ExecuteSqlRequest
A per-transaction sequence number used to identify this request.
getSeqno() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
A per-transaction sequence number used to identify this request.
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.Backup
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.Database
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
getSerializedSize() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.Instance
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
getSerializedSize() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
getSerializedSize() - Method in class com.google.spanner.v1.BeginTransactionRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.CommitRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
getSerializedSize() - Method in class com.google.spanner.v1.CommitResponse
 
getSerializedSize() - Method in class com.google.spanner.v1.CreateSessionRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.DeleteSessionRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
getSerializedSize() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
getSerializedSize() - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
getSerializedSize() - Method in class com.google.spanner.v1.GetSessionRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.KeyRange
 
getSerializedSize() - Method in class com.google.spanner.v1.KeySet
 
getSerializedSize() - Method in class com.google.spanner.v1.ListSessionsRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.ListSessionsResponse
 
getSerializedSize() - Method in class com.google.spanner.v1.Mutation.Delete
 
getSerializedSize() - Method in class com.google.spanner.v1.Mutation
 
getSerializedSize() - Method in class com.google.spanner.v1.Mutation.Write
 
getSerializedSize() - Method in class com.google.spanner.v1.PartialResultSet
 
getSerializedSize() - Method in class com.google.spanner.v1.Partition
 
getSerializedSize() - Method in class com.google.spanner.v1.PartitionOptions
 
getSerializedSize() - Method in class com.google.spanner.v1.PartitionQueryRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.PartitionReadRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.PartitionResponse
 
getSerializedSize() - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
getSerializedSize() - Method in class com.google.spanner.v1.PlanNode
 
getSerializedSize() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
getSerializedSize() - Method in class com.google.spanner.v1.QueryPlan
 
getSerializedSize() - Method in class com.google.spanner.v1.ReadRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.RequestOptions
 
getSerializedSize() - Method in class com.google.spanner.v1.ResultSet
 
getSerializedSize() - Method in class com.google.spanner.v1.ResultSetMetadata
 
getSerializedSize() - Method in class com.google.spanner.v1.ResultSetStats
 
getSerializedSize() - Method in class com.google.spanner.v1.RollbackRequest
 
getSerializedSize() - Method in class com.google.spanner.v1.Session
 
getSerializedSize() - Method in class com.google.spanner.v1.StructType.Field
 
getSerializedSize() - Method in class com.google.spanner.v1.StructType
 
getSerializedSize() - Method in class com.google.spanner.v1.Transaction
 
getSerializedSize() - Method in class com.google.spanner.v1.TransactionOptions
 
getSerializedSize() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
getSerializedSize() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
getSerializedSize() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
getSerializedSize() - Method in class com.google.spanner.v1.TransactionSelector
 
getSerializedSize() - Method in class com.google.spanner.v1.Type
 
getServiceDescriptor() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getServiceDescriptor() - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
 
getServiceDescriptor() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getSession(SessionName) - Method in class com.google.cloud.spanner.v1.SpannerClient
Gets a session.
getSession(String) - Method in class com.google.cloud.spanner.v1.SpannerClient
Gets a session.
getSession(GetSessionRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Gets a session.
getSession(int) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
getSession(int) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
The freshly created sessions.
getSession(int) - Method in interface com.google.spanner.v1.BatchCreateSessionsResponseOrBuilder
The freshly created sessions.
getSession() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
getSession() - Method in class com.google.spanner.v1.BeginTransactionRequest
Required.
getSession() - Method in interface com.google.spanner.v1.BeginTransactionRequestOrBuilder
Required.
getSession() - Method in class com.google.spanner.v1.CommitRequest.Builder
Required.
getSession() - Method in class com.google.spanner.v1.CommitRequest
Required.
getSession() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
Required.
getSession() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
getSession() - Method in class com.google.spanner.v1.CreateSessionRequest
Required.
getSession() - Method in interface com.google.spanner.v1.CreateSessionRequestOrBuilder
Required.
getSession() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getSession() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Required.
getSession() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Required.
getSession() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Required.
getSession() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Required.
getSession() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Required.
getSession() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Required.
getSession() - Method in class com.google.spanner.v1.PartitionQueryRequest
Required.
getSession() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Required.
getSession() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
getSession() - Method in class com.google.spanner.v1.PartitionReadRequest
Required.
getSession() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Required.
getSession() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
getSession() - Method in class com.google.spanner.v1.ReadRequest
Required.
getSession() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Required.
getSession() - Method in class com.google.spanner.v1.RollbackRequest.Builder
Required.
getSession() - Method in class com.google.spanner.v1.RollbackRequest
Required.
getSession() - Method in interface com.google.spanner.v1.RollbackRequestOrBuilder
Required.
getSession() - Method in class com.google.spanner.v1.SessionName.Builder
 
getSession() - Method in class com.google.spanner.v1.SessionName
 
getSession(GetSessionRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Gets a session.
getSession(GetSessionRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Gets a session.
getSession(GetSessionRequest, StreamObserver<Session>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Gets a session.
getSession(GetSessionRequest, StreamObserver<Session>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Gets a session.
getSessionBuilder(int) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
getSessionBuilder() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
getSessionBuilderList() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
getSessionBytes() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.BeginTransactionRequest
Required.
getSessionBytes() - Method in interface com.google.spanner.v1.BeginTransactionRequestOrBuilder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.CommitRequest.Builder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.CommitRequest
Required.
getSessionBytes() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Required.
getSessionBytes() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Required.
getSessionBytes() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.PartitionQueryRequest
Required.
getSessionBytes() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.PartitionReadRequest
Required.
getSessionBytes() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.ReadRequest
Required.
getSessionBytes() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.RollbackRequest.Builder
Required.
getSessionBytes() - Method in class com.google.spanner.v1.RollbackRequest
Required.
getSessionBytes() - Method in interface com.google.spanner.v1.RollbackRequestOrBuilder
Required.
getSessionCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Gets a session.
getSessionCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
getSessionCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
getSessionCount() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Required.
getSessionCount() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
Required.
getSessionCount() - Method in interface com.google.spanner.v1.BatchCreateSessionsRequestOrBuilder
Required.
getSessionCount() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
getSessionCount() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
The freshly created sessions.
getSessionCount() - Method in interface com.google.spanner.v1.BatchCreateSessionsResponseOrBuilder
The freshly created sessions.
getSessionLabels() - Method in class com.google.cloud.spanner.SpannerOptions
 
getSessionList() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
getSessionList() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
The freshly created sessions.
getSessionList() - Method in interface com.google.spanner.v1.BatchCreateSessionsResponseOrBuilder
The freshly created sessions.
getSessionOrBuilder(int) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
getSessionOrBuilder(int) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
The freshly created sessions.
getSessionOrBuilder(int) - Method in interface com.google.spanner.v1.BatchCreateSessionsResponseOrBuilder
The freshly created sessions.
getSessionOrBuilder() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
getSessionOrBuilder() - Method in class com.google.spanner.v1.CreateSessionRequest
Required.
getSessionOrBuilder() - Method in interface com.google.spanner.v1.CreateSessionRequestOrBuilder
Required.
getSessionOrBuilderList() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
getSessionOrBuilderList() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
The freshly created sessions.
getSessionOrBuilderList() - Method in interface com.google.spanner.v1.BatchCreateSessionsResponseOrBuilder
The freshly created sessions.
getSessionPoolOptions() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
getSessionPoolOptions() - Method in class com.google.cloud.spanner.SpannerOptions
 
GetSessionRequest - Class in com.google.spanner.v1
The request for [GetSession][google.spanner.v1.Spanner.GetSession].
GetSessionRequest.Builder - Class in com.google.spanner.v1
The request for [GetSession][google.spanner.v1.Spanner.GetSession].
GetSessionRequestOrBuilder - Interface in com.google.spanner.v1
 
getSessions(int) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
getSessions(int) - Method in class com.google.spanner.v1.ListSessionsResponse
The list of requested sessions.
getSessions(int) - Method in interface com.google.spanner.v1.ListSessionsResponseOrBuilder
The list of requested sessions.
getSessionsBuilder(int) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
getSessionsBuilderList() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
getSessionsCount() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
getSessionsCount() - Method in class com.google.spanner.v1.ListSessionsResponse
The list of requested sessions.
getSessionsCount() - Method in interface com.google.spanner.v1.ListSessionsResponseOrBuilder
The list of requested sessions.
getSessionSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to getSession.
getSessionSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to getSession.
getSessionSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to getSession.
getSessionSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to getSession.
getSessionsList() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
getSessionsList() - Method in class com.google.spanner.v1.ListSessionsResponse
The list of requested sessions.
getSessionsList() - Method in interface com.google.spanner.v1.ListSessionsResponseOrBuilder
The list of requested sessions.
getSessionsOrBuilder(int) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
getSessionsOrBuilder(int) - Method in class com.google.spanner.v1.ListSessionsResponse
The list of requested sessions.
getSessionsOrBuilder(int) - Method in interface com.google.spanner.v1.ListSessionsResponseOrBuilder
The list of requested sessions.
getSessionsOrBuilderList() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
getSessionsOrBuilderList() - Method in class com.google.spanner.v1.ListSessionsResponse
The list of requested sessions.
getSessionsOrBuilderList() - Method in interface com.google.spanner.v1.ListSessionsResponseOrBuilder
The list of requested sessions.
getSessionTemplate() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Parameters to be applied to each created session.
getSessionTemplate() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
Parameters to be applied to each created session.
getSessionTemplate() - Method in interface com.google.spanner.v1.BatchCreateSessionsRequestOrBuilder
Parameters to be applied to each created session.
getSessionTemplateBuilder() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Parameters to be applied to each created session.
getSessionTemplateOrBuilder() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Parameters to be applied to each created session.
getSessionTemplateOrBuilder() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
Parameters to be applied to each created session.
getSessionTemplateOrBuilder() - Method in interface com.google.spanner.v1.BatchCreateSessionsRequestOrBuilder
Parameters to be applied to each created session.
getSetIamPolicyMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getSetIamPolicyMethod() - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
 
getSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
 
getSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
 
getSettings() - Method in class com.google.cloud.spanner.v1.SpannerClient
 
getShortRepresentation() - Method in class com.google.spanner.v1.PlanNode.Builder
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
getShortRepresentation() - Method in class com.google.spanner.v1.PlanNode
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
getShortRepresentation() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
getShortRepresentationBuilder() - Method in class com.google.spanner.v1.PlanNode.Builder
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
getShortRepresentationOrBuilder() - Method in class com.google.spanner.v1.PlanNode.Builder
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
getShortRepresentationOrBuilder() - Method in class com.google.spanner.v1.PlanNode
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
getShortRepresentationOrBuilder() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
getSingleUse() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Execute the read or SQL query in a temporary transaction.
getSingleUse() - Method in class com.google.spanner.v1.TransactionSelector
Execute the read or SQL query in a temporary transaction.
getSingleUse() - Method in interface com.google.spanner.v1.TransactionSelectorOrBuilder
Execute the read or SQL query in a temporary transaction.
getSingleUseBuilder() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Execute the read or SQL query in a temporary transaction.
getSingleUseOrBuilder() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Execute the read or SQL query in a temporary transaction.
getSingleUseOrBuilder() - Method in class com.google.spanner.v1.TransactionSelector
Execute the read or SQL query in a temporary transaction.
getSingleUseOrBuilder() - Method in interface com.google.spanner.v1.TransactionSelectorOrBuilder
Execute the read or SQL query in a temporary transaction.
getSingleUseTransaction() - Method in class com.google.spanner.v1.CommitRequest.Builder
Execute mutations in a temporary transaction.
getSingleUseTransaction() - Method in class com.google.spanner.v1.CommitRequest
Execute mutations in a temporary transaction.
getSingleUseTransaction() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
Execute mutations in a temporary transaction.
getSingleUseTransactionBuilder() - Method in class com.google.spanner.v1.CommitRequest.Builder
Execute mutations in a temporary transaction.
getSingleUseTransactionOrBuilder() - Method in class com.google.spanner.v1.CommitRequest.Builder
Execute mutations in a temporary transaction.
getSingleUseTransactionOrBuilder() - Method in class com.google.spanner.v1.CommitRequest
Execute mutations in a temporary transaction.
getSingleUseTransactionOrBuilder() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
Execute mutations in a temporary transaction.
getSize() - Method in class com.google.cloud.spanner.BackupInfo
Returns the size of the backup in bytes.
getSizeBytes() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getSizeBytes() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getSizeBytes() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getSource() - Method in class com.google.cloud.spanner.Restore
 
getSourceBackup() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The name of the source backup that is being copied.
getSourceBackup() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
The name of the source backup that is being copied.
getSourceBackup() - Method in interface com.google.spanner.admin.database.v1.CopyBackupMetadataOrBuilder
The name of the source backup that is being copied.
getSourceBackup() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
getSourceBackup() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
Required.
getSourceBackup() - Method in interface com.google.spanner.admin.database.v1.CopyBackupRequestOrBuilder
Required.
getSourceBackupBytes() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The name of the source backup that is being copied.
getSourceBackupBytes() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
The name of the source backup that is being copied.
getSourceBackupBytes() - Method in interface com.google.spanner.admin.database.v1.CopyBackupMetadataOrBuilder
The name of the source backup that is being copied.
getSourceBackupBytes() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
getSourceBackupBytes() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
Required.
getSourceBackupBytes() - Method in interface com.google.spanner.admin.database.v1.CopyBackupRequestOrBuilder
Required.
getSourceCase() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
getSourceCase() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
getSourceCase() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseRequestOrBuilder
 
getSourceDatabase() - Method in class com.google.cloud.spanner.RestoreInfo
The source database that was used to create the backup.
getSourceDatabase() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
Name of the database the backup was created from.
getSourceDatabase() - Method in class com.google.spanner.admin.database.v1.BackupInfo
Name of the database the backup was created from.
getSourceDatabase() - Method in interface com.google.spanner.admin.database.v1.BackupInfoOrBuilder
Name of the database the backup was created from.
getSourceDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
Name of the database the backup was created from.
getSourceDatabaseBytes() - Method in class com.google.spanner.admin.database.v1.BackupInfo
Name of the database the backup was created from.
getSourceDatabaseBytes() - Method in interface com.google.spanner.admin.database.v1.BackupInfoOrBuilder
Name of the database the backup was created from.
getSourceInfoCase() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
getSourceInfoCase() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
getSourceInfoCase() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
 
getSourceInfoCase() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
getSourceInfoCase() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
getSourceInfoCase() - Method in interface com.google.spanner.admin.database.v1.RestoreInfoOrBuilder
 
getSourceType() - Method in class com.google.cloud.spanner.RestoreInfo
The source type of the restore.
getSourceType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The type of the restore source.
getSourceType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
The type of the restore source.
getSourceType() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
The type of the restore source.
getSourceType() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
The type of the restore source.
getSourceType() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
The type of the restore source.
getSourceType() - Method in interface com.google.spanner.admin.database.v1.RestoreInfoOrBuilder
The type of the restore source.
getSourceTypeValue() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The type of the restore source.
getSourceTypeValue() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
The type of the restore source.
getSourceTypeValue() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
The type of the restore source.
getSourceTypeValue() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
The type of the restore source.
getSourceTypeValue() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
The type of the restore source.
getSourceTypeValue() - Method in interface com.google.spanner.admin.database.v1.RestoreInfoOrBuilder
The type of the restore source.
getSpannerRpcV1() - Method in class com.google.cloud.spanner.SpannerOptions
 
getSpannerStubSettings() - Method in class com.google.cloud.spanner.SpannerOptions
 
getSpannerStubSettingsBuilder() - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Returns the SpannerStubSettings.Builder that will be used to build the SpannerRpc.
getSql() - Method in class com.google.cloud.spanner.Statement
Returns the current SQL statement text.
getSql() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Required.
getSql() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
Required.
getSql() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder
Required.
getSql() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Required.
getSql() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Required.
getSql() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Required.
getSql() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Required.
getSql() - Method in class com.google.spanner.v1.PartitionQueryRequest
Required.
getSql() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Required.
getSqlBytes() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Required.
getSqlBytes() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
Required.
getSqlBytes() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder
Required.
getSqlBytes() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Required.
getSqlBytes() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Required.
getSqlBytes() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Required.
getSqlBytes() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Required.
getSqlBytes() - Method in class com.google.spanner.v1.PartitionQueryRequest
Required.
getSqlBytes() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Required.
getSqlWithoutComments() - Method in class com.google.cloud.spanner.connection.AbstractStatementParser.ParsedStatement
Returns the SQL statement with all comments removed from the SQL string.
getStart() - Method in class com.google.cloud.spanner.KeyRange
Returns the start key of the range.
getStartClosed() - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
getStartClosed() - Method in class com.google.spanner.v1.KeyRange
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
getStartClosed() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
getStartClosedBuilder() - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
getStartClosedOrBuilder() - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
getStartClosedOrBuilder() - Method in class com.google.spanner.v1.KeyRange
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
getStartClosedOrBuilder() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
getStartKeyTypeCase() - Method in class com.google.spanner.v1.KeyRange.Builder
 
getStartKeyTypeCase() - Method in class com.google.spanner.v1.KeyRange
 
getStartKeyTypeCase() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
 
getStartOpen() - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
getStartOpen() - Method in class com.google.spanner.v1.KeyRange
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
getStartOpen() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
getStartOpenBuilder() - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
getStartOpenOrBuilder() - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
getStartOpenOrBuilder() - Method in class com.google.spanner.v1.KeyRange
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
getStartOpenOrBuilder() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
getStartTime() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
Time the request was received.
getStartTime() - Method in class com.google.spanner.admin.database.v1.OperationProgress
Time the request was received.
getStartTime() - Method in interface com.google.spanner.admin.database.v1.OperationProgressOrBuilder
Time the request was received.
getStartTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
getStartTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
getStartTime() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceMetadataOrBuilder
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
getStartTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
getStartTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
getStartTime() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
getStartTimeBuilder() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
Time the request was received.
getStartTimeBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
getStartTimeBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
getStartTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
Time the request was received.
getStartTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.OperationProgress
Time the request was received.
getStartTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.OperationProgressOrBuilder
Time the request was received.
getStartTimeOrBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
getStartTimeOrBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
getStartTimeOrBuilder() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceMetadataOrBuilder
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
getStartTimeOrBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
getStartTimeOrBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
getStartTimeOrBuilder() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
getStartType() - Method in class com.google.cloud.spanner.KeyRange
Indicates whether the start key is inclusive (CLOSED) or exclusive (OPEN).
getState() - Method in interface com.google.cloud.spanner.AsyncTransactionManager
Returns the state of the transaction.
getState() - Method in class com.google.cloud.spanner.BackupInfo
Returns the state of the backup.
getState() - Method in class com.google.cloud.spanner.DatabaseInfo
Returns the state of the database.
getState() - Method in class com.google.cloud.spanner.InstanceInfo
Returns the current state of the instance.
getState() - Method in interface com.google.cloud.spanner.TransactionManager
Returns the state of the transaction.
getState() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getState() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getState() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getState() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getState() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getState() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getState() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Output only.
getState() - Method in class com.google.spanner.admin.instance.v1.Instance
Output only.
getState() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Output only.
getStatements(int) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
A list of formatted DDL statements defining the schema of the database specified in the request.
getStatements(int) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
A list of formatted DDL statements defining the schema of the database specified in the request.
getStatements(int) - Method in interface com.google.spanner.admin.database.v1.GetDatabaseDdlResponseOrBuilder
A list of formatted DDL statements defining the schema of the database specified in the request.
getStatements(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
For an update this list contains all the statements.
getStatements(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
For an update this list contains all the statements.
getStatements(int) - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
For an update this list contains all the statements.
getStatements(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
getStatements(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
Required.
getStatements(int) - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequestOrBuilder
Required.
getStatements(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getStatements(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Required.
getStatements(int) - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Required.
getStatementsBuilder(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getStatementsBuilderList() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getStatementsBytes(int) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
A list of formatted DDL statements defining the schema of the database specified in the request.
getStatementsBytes(int) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
A list of formatted DDL statements defining the schema of the database specified in the request.
getStatementsBytes(int) - Method in interface com.google.spanner.admin.database.v1.GetDatabaseDdlResponseOrBuilder
A list of formatted DDL statements defining the schema of the database specified in the request.
getStatementsBytes(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
For an update this list contains all the statements.
getStatementsBytes(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
For an update this list contains all the statements.
getStatementsBytes(int) - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
For an update this list contains all the statements.
getStatementsBytes(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
getStatementsBytes(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
Required.
getStatementsBytes(int) - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequestOrBuilder
Required.
getStatementsCount() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
A list of formatted DDL statements defining the schema of the database specified in the request.
getStatementsCount() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
A list of formatted DDL statements defining the schema of the database specified in the request.
getStatementsCount() - Method in interface com.google.spanner.admin.database.v1.GetDatabaseDdlResponseOrBuilder
A list of formatted DDL statements defining the schema of the database specified in the request.
getStatementsCount() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
For an update this list contains all the statements.
getStatementsCount() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
For an update this list contains all the statements.
getStatementsCount() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
For an update this list contains all the statements.
getStatementsCount() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
getStatementsCount() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
Required.
getStatementsCount() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequestOrBuilder
Required.
getStatementsCount() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getStatementsCount() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Required.
getStatementsCount() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Required.
getStatementsList() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
A list of formatted DDL statements defining the schema of the database specified in the request.
getStatementsList() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
A list of formatted DDL statements defining the schema of the database specified in the request.
getStatementsList() - Method in interface com.google.spanner.admin.database.v1.GetDatabaseDdlResponseOrBuilder
A list of formatted DDL statements defining the schema of the database specified in the request.
getStatementsList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
For an update this list contains all the statements.
getStatementsList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
For an update this list contains all the statements.
getStatementsList() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
For an update this list contains all the statements.
getStatementsList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
getStatementsList() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
Required.
getStatementsList() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequestOrBuilder
Required.
getStatementsList() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getStatementsList() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Required.
getStatementsList() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Required.
getStatementsOrBuilder(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getStatementsOrBuilder(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Required.
getStatementsOrBuilder(int) - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Required.
getStatementsOrBuilderList() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getStatementsOrBuilderList() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Required.
getStatementsOrBuilderList() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Required.
getStatementString() - Method in enum com.google.cloud.spanner.connection.AutocommitDmlMode
Use this method to get the correct format for use in a SQL statement.
getStatementString() - Method in enum com.google.cloud.spanner.connection.TransactionMode
Use this method to get the correct format for use in a SQL statement.
getStatementTag() - Method in interface com.google.cloud.spanner.connection.Connection
 
getStatementTimeout(TimeUnit) - Method in interface com.google.cloud.spanner.connection.Connection
 
getStateValue() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
getStateValue() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
getStateValue() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
getStateValue() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getStateValue() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getStateValue() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getStateValue() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Output only.
getStateValue() - Method in class com.google.spanner.admin.instance.v1.Instance
Output only.
getStateValue() - Method in interface com.google.spanner.admin.instance.v1.InstanceOrBuilder
Output only.
getStats() - Method in class com.google.cloud.spanner.ForwardingResultSet
 
getStats() - Method in interface com.google.cloud.spanner.ResultSet
Returns the ResultSetStats for the query only if the query was executed in either the PLAN or the PROFILE mode via the ReadContext.analyzeQuery(Statement, com.google.cloud.spanner.ReadContext.QueryAnalyzeMode) method or for DML statements in ReadContext#executeQuery(Statement, QueryOption...).
getStats() - Method in class com.google.spanner.v1.PartialResultSet.Builder
Query plan and execution statistics for the statement that produced this streaming result set.
getStats() - Method in class com.google.spanner.v1.PartialResultSet
Query plan and execution statistics for the statement that produced this streaming result set.
getStats() - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
Query plan and execution statistics for the statement that produced this streaming result set.
getStats() - Method in class com.google.spanner.v1.ResultSet.Builder
Query plan and execution statistics for the SQL statement that produced this result set.
getStats() - Method in class com.google.spanner.v1.ResultSet
Query plan and execution statistics for the SQL statement that produced this result set.
getStats() - Method in interface com.google.spanner.v1.ResultSetOrBuilder
Query plan and execution statistics for the SQL statement that produced this result set.
getStatsBuilder() - Method in class com.google.spanner.v1.PartialResultSet.Builder
Query plan and execution statistics for the statement that produced this streaming result set.
getStatsBuilder() - Method in class com.google.spanner.v1.ResultSet.Builder
Query plan and execution statistics for the SQL statement that produced this result set.
getStatsOrBuilder() - Method in class com.google.spanner.v1.PartialResultSet.Builder
Query plan and execution statistics for the statement that produced this streaming result set.
getStatsOrBuilder() - Method in class com.google.spanner.v1.PartialResultSet
Query plan and execution statistics for the statement that produced this streaming result set.
getStatsOrBuilder() - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
Query plan and execution statistics for the statement that produced this streaming result set.
getStatsOrBuilder() - Method in class com.google.spanner.v1.ResultSet.Builder
Query plan and execution statistics for the SQL statement that produced this result set.
getStatsOrBuilder() - Method in class com.google.spanner.v1.ResultSet
Query plan and execution statistics for the SQL statement that produced this result set.
getStatsOrBuilder() - Method in interface com.google.spanner.v1.ResultSetOrBuilder
Query plan and execution statistics for the SQL statement that produced this result set.
getStatus() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
If all DML statements are executed successfully, the status is `OK`.
getStatus() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
If all DML statements are executed successfully, the status is `OK`.
getStatus() - Method in interface com.google.spanner.v1.ExecuteBatchDmlResponseOrBuilder
If all DML statements are executed successfully, the status is `OK`.
getStatusBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
If all DML statements are executed successfully, the status is `OK`.
getStatusOrBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
If all DML statements are executed successfully, the status is `OK`.
getStatusOrBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
If all DML statements are executed successfully, the status is `OK`.
getStatusOrBuilder() - Method in interface com.google.spanner.v1.ExecuteBatchDmlResponseOrBuilder
If all DML statements are executed successfully, the status is `OK`.
getStreamingReadMethod() - Static method in class com.google.spanner.v1.SpannerGrpc
 
getString(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getString(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getString(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getString(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getString(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.string().
getString(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.string().
getString() - Method in class com.google.cloud.spanner.Value
Returns the value of a STRING-typed instance.
getStringArray() - Method in class com.google.cloud.spanner.Value
Returns the value of an ARRAY<STRING>-typed instance.
getStringInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getStringList(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getStringList(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getStringList(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getStringList(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getStringList(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.string()).
getStringList(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.string()).
getStringListInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getStrong() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Read at a timestamp where all previously committed transactions are visible.
getStrong() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Read at a timestamp where all previously committed transactions are visible.
getStrong() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Read at a timestamp where all previously committed transactions are visible.
getStruct(int) - Method in class com.google.cloud.spanner.Struct
TODO(user) : Consider moving these methods to the StructReader interface once STRUCT-typed columns are supported in ResultSet.
getStruct(String) - Method in class com.google.cloud.spanner.Struct
 
getStruct() - Method in class com.google.cloud.spanner.Value
Returns the value of a STRUCT-typed instance.
getStructArray() - Method in class com.google.cloud.spanner.Value
Returns the value of an ARRAY<STRUCT<...>>-typed instance.
getStructFields() - Method in class com.google.cloud.spanner.Type
Returns the fields of this STRUCT type.
getStructInternal(int) - Method in class com.google.cloud.spanner.Struct
 
getStructList(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getStructList(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getStructList(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getStructList(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getStructList(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.struct(...)).
getStructList(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.struct(...)).
getStructListInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getStructType() - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
getStructType() - Method in class com.google.spanner.v1.Type
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
getStructType() - Method in interface com.google.spanner.v1.TypeOrBuilder
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
getStructTypeBuilder() - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
getStructTypeOrBuilder() - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
getStructTypeOrBuilder() - Method in class com.google.spanner.v1.Type
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
getStructTypeOrBuilder() - Method in interface com.google.spanner.v1.TypeOrBuilder
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
getStub() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
 
getStub() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
 
getStub() - Method in class com.google.cloud.spanner.v1.SpannerClient
 
getStubSettingsBuilder() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
 
getStubSettingsBuilder() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
 
getStubSettingsBuilder() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
 
getSubqueries() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
Deprecated.
getSubqueries() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
Deprecated.
getSubqueries() - Method in interface com.google.spanner.v1.PlanNode.ShortRepresentationOrBuilder
Deprecated.
getSubqueriesCount() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
getSubqueriesCount() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
getSubqueriesCount() - Method in interface com.google.spanner.v1.PlanNode.ShortRepresentationOrBuilder
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
getSubqueriesMap() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
getSubqueriesMap() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
getSubqueriesMap() - Method in interface com.google.spanner.v1.PlanNode.ShortRepresentationOrBuilder
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
getSubqueriesOrDefault(String, int) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
getSubqueriesOrDefault(String, int) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
getSubqueriesOrDefault(String, int) - Method in interface com.google.spanner.v1.PlanNode.ShortRepresentationOrBuilder
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
getSubqueriesOrThrow(String) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
getSubqueriesOrThrow(String) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
getSubqueriesOrThrow(String) - Method in interface com.google.spanner.v1.PlanNode.ShortRepresentationOrBuilder
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
getTable() - Method in class com.google.cloud.spanner.Mutation
Returns the name of the table that this mutation will affect.
getTable() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
getTable() - Method in class com.google.spanner.v1.Mutation.Delete
Required.
getTable() - Method in interface com.google.spanner.v1.Mutation.DeleteOrBuilder
Required.
getTable() - Method in class com.google.spanner.v1.Mutation.Write.Builder
Required.
getTable() - Method in class com.google.spanner.v1.Mutation.Write
Required.
getTable() - Method in interface com.google.spanner.v1.Mutation.WriteOrBuilder
Required.
getTable() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
getTable() - Method in class com.google.spanner.v1.PartitionReadRequest
Required.
getTable() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Required.
getTable() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
getTable() - Method in class com.google.spanner.v1.ReadRequest
Required.
getTable() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Required.
getTableBytes() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
getTableBytes() - Method in class com.google.spanner.v1.Mutation.Delete
Required.
getTableBytes() - Method in interface com.google.spanner.v1.Mutation.DeleteOrBuilder
Required.
getTableBytes() - Method in class com.google.spanner.v1.Mutation.Write.Builder
Required.
getTableBytes() - Method in class com.google.spanner.v1.Mutation.Write
Required.
getTableBytes() - Method in interface com.google.spanner.v1.Mutation.WriteOrBuilder
Required.
getTableBytes() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
getTableBytes() - Method in class com.google.spanner.v1.PartitionReadRequest
Required.
getTableBytes() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Required.
getTableBytes() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
getTableBytes() - Method in class com.google.spanner.v1.ReadRequest
Required.
getTableBytes() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Required.
getTestIamPermissionsMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getTestIamPermissionsMethod() - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
 
getThrottled() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Output only.
getThrottled() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
Output only.
getThrottled() - Method in interface com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadataOrBuilder
Output only.
getTimestamp(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getTimestamp(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getTimestamp(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getTimestamp(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getTimestamp(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.timestamp().
getTimestamp(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.timestamp().
getTimestamp() - Method in class com.google.cloud.spanner.Value
Returns the value of a TIMESTAMP-typed instance.
getTimestampArray() - Method in class com.google.cloud.spanner.Value
Returns the value of an ARRAY<TIMESTAMP>-typed instance.
getTimestampBoundCase() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
getTimestampBoundCase() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
getTimestampBoundCase() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
 
getTimestampInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getTimestampList(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getTimestampList(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getTimestampList(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getTimestampList(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getTimestampList(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.timestamp()).
getTimestampList(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a non-NULL column with type Type.array(Type.timestamp()).
getTimestampListInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getTransaction() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getTransaction() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Required.
getTransaction() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Required.
getTransaction() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
The transaction to use.
getTransaction() - Method in class com.google.spanner.v1.ExecuteSqlRequest
The transaction to use.
getTransaction() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
The transaction to use.
getTransaction() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransaction() - Method in class com.google.spanner.v1.PartitionQueryRequest
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransaction() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransaction() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransaction() - Method in class com.google.spanner.v1.PartitionReadRequest
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransaction() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransaction() - Method in class com.google.spanner.v1.PartitionResponse.Builder
Transaction created by this request.
getTransaction() - Method in class com.google.spanner.v1.PartitionResponse
Transaction created by this request.
getTransaction() - Method in interface com.google.spanner.v1.PartitionResponseOrBuilder
Transaction created by this request.
getTransaction() - Method in class com.google.spanner.v1.ReadRequest.Builder
The transaction to use.
getTransaction() - Method in class com.google.spanner.v1.ReadRequest
The transaction to use.
getTransaction() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
The transaction to use.
getTransaction() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
getTransaction() - Method in class com.google.spanner.v1.ResultSetMetadata
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
getTransaction() - Method in interface com.google.spanner.v1.ResultSetMetadataOrBuilder
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
getTransactionBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getTransactionBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
The transaction to use.
getTransactionBuilder() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransactionBuilder() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransactionBuilder() - Method in class com.google.spanner.v1.PartitionResponse.Builder
Transaction created by this request.
getTransactionBuilder() - Method in class com.google.spanner.v1.ReadRequest.Builder
The transaction to use.
getTransactionBuilder() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
getTransactionCase() - Method in class com.google.spanner.v1.CommitRequest.Builder
 
getTransactionCase() - Method in class com.google.spanner.v1.CommitRequest
 
getTransactionCase() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
 
getTransactionId() - Method in class com.google.spanner.v1.CommitRequest.Builder
Commit a previously-started transaction.
getTransactionId() - Method in class com.google.spanner.v1.CommitRequest
Commit a previously-started transaction.
getTransactionId() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
Commit a previously-started transaction.
getTransactionId() - Method in class com.google.spanner.v1.RollbackRequest.Builder
Required.
getTransactionId() - Method in class com.google.spanner.v1.RollbackRequest
Required.
getTransactionId() - Method in interface com.google.spanner.v1.RollbackRequestOrBuilder
Required.
getTransactionMode() - Method in interface com.google.cloud.spanner.connection.Connection
 
getTransactionOrBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Required.
getTransactionOrBuilder() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Required.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
The transaction to use.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest
The transaction to use.
getTransactionOrBuilder() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
The transaction to use.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.PartitionQueryRequest
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransactionOrBuilder() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.PartitionReadRequest
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransactionOrBuilder() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Read only snapshot transactions are supported, read/write and single use transactions are not.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.PartitionResponse.Builder
Transaction created by this request.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.PartitionResponse
Transaction created by this request.
getTransactionOrBuilder() - Method in interface com.google.spanner.v1.PartitionResponseOrBuilder
Transaction created by this request.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.ReadRequest.Builder
The transaction to use.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.ReadRequest
The transaction to use.
getTransactionOrBuilder() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
The transaction to use.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
getTransactionOrBuilder() - Method in class com.google.spanner.v1.ResultSetMetadata
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
getTransactionOrBuilder() - Method in interface com.google.spanner.v1.ResultSetMetadataOrBuilder
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
getTransactionRetryListeners() - Method in interface com.google.cloud.spanner.connection.Connection
 
getTransactionTag() - Method in interface com.google.cloud.spanner.connection.Connection
 
getTransactionTag() - Method in class com.google.spanner.v1.RequestOptions.Builder
A tag used for statistics collection about this transaction.
getTransactionTag() - Method in class com.google.spanner.v1.RequestOptions
A tag used for statistics collection about this transaction.
getTransactionTag() - Method in interface com.google.spanner.v1.RequestOptionsOrBuilder
A tag used for statistics collection about this transaction.
getTransactionTagBytes() - Method in class com.google.spanner.v1.RequestOptions.Builder
A tag used for statistics collection about this transaction.
getTransactionTagBytes() - Method in class com.google.spanner.v1.RequestOptions
A tag used for statistics collection about this transaction.
getTransactionTagBytes() - Method in interface com.google.spanner.v1.RequestOptionsOrBuilder
A tag used for statistics collection about this transaction.
getTransportChannelExecutorThreadNameFormat() - Method in class com.google.cloud.spanner.SpannerOptions
 
getType() - Method in class com.google.cloud.spanner.connection.AbstractStatementParser.ParsedStatement
Returns the type of statement that was recognized by the parser.
getType() - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getType() - Method in class com.google.cloud.spanner.ReplicaInfo
 
getType() - Method in interface com.google.cloud.spanner.StructReader
Returns the type of the underlying data.
getType() - Method in class com.google.cloud.spanner.Type.StructField
 
getType() - Method in class com.google.cloud.spanner.Value
Returns the type of this value.
getType() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
The type of replica.
getType() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
The type of replica.
getType() - Method in interface com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder
The type of replica.
getType() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
The type of the link.
getType() - Method in class com.google.spanner.v1.PlanNode.ChildLink
The type of the link.
getType() - Method in interface com.google.spanner.v1.PlanNode.ChildLinkOrBuilder
The type of the link.
getType() - Method in class com.google.spanner.v1.StructType.Field.Builder
The type of the field.
getType() - Method in class com.google.spanner.v1.StructType.Field
The type of the field.
getType() - Method in interface com.google.spanner.v1.StructType.FieldOrBuilder
The type of the field.
getTypeAnnotation() - Method in class com.google.spanner.v1.Type.Builder
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will use to represent values of this type during query processing.
getTypeAnnotation() - Method in class com.google.spanner.v1.Type
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will use to represent values of this type during query processing.
getTypeAnnotation() - Method in interface com.google.spanner.v1.TypeOrBuilder
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will use to represent values of this type during query processing.
getTypeAnnotationValue() - Method in class com.google.spanner.v1.Type.Builder
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will use to represent values of this type during query processing.
getTypeAnnotationValue() - Method in class com.google.spanner.v1.Type
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will use to represent values of this type during query processing.
getTypeAnnotationValue() - Method in interface com.google.spanner.v1.TypeOrBuilder
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will use to represent values of this type during query processing.
getTypeBuilder() - Method in class com.google.spanner.v1.StructType.Field.Builder
The type of the field.
getTypeBytes() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
The type of the link.
getTypeBytes() - Method in class com.google.spanner.v1.PlanNode.ChildLink
The type of the link.
getTypeBytes() - Method in interface com.google.spanner.v1.PlanNode.ChildLinkOrBuilder
The type of the link.
getTypeOrBuilder() - Method in class com.google.spanner.v1.StructType.Field.Builder
The type of the field.
getTypeOrBuilder() - Method in class com.google.spanner.v1.StructType.Field
The type of the field.
getTypeOrBuilder() - Method in interface com.google.spanner.v1.StructType.FieldOrBuilder
The type of the field.
getTypeValue() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
The type of replica.
getTypeValue() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
The type of replica.
getTypeValue() - Method in interface com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder
The type of replica.
getUniqueBackupId() - Method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
Returns a backup id which is guaranteed to be unique within the context of this environment.
getUniqueDatabaseId() - Method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
Returns a database id which is guaranteed to be unique within the context of this environment.
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.Backup
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.Database
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
getUnknownFields() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.Instance
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
getUnknownFields() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
getUnknownFields() - Method in class com.google.spanner.v1.BeginTransactionRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.CommitRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
getUnknownFields() - Method in class com.google.spanner.v1.CommitResponse
 
getUnknownFields() - Method in class com.google.spanner.v1.CreateSessionRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.DeleteSessionRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
getUnknownFields() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
getUnknownFields() - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
getUnknownFields() - Method in class com.google.spanner.v1.GetSessionRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.KeyRange
 
getUnknownFields() - Method in class com.google.spanner.v1.KeySet
 
getUnknownFields() - Method in class com.google.spanner.v1.ListSessionsRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.ListSessionsResponse
 
getUnknownFields() - Method in class com.google.spanner.v1.Mutation.Delete
 
getUnknownFields() - Method in class com.google.spanner.v1.Mutation
 
getUnknownFields() - Method in class com.google.spanner.v1.Mutation.Write
 
getUnknownFields() - Method in class com.google.spanner.v1.PartialResultSet
 
getUnknownFields() - Method in class com.google.spanner.v1.Partition
 
getUnknownFields() - Method in class com.google.spanner.v1.PartitionOptions
 
getUnknownFields() - Method in class com.google.spanner.v1.PartitionQueryRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.PartitionReadRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.PartitionResponse
 
getUnknownFields() - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
getUnknownFields() - Method in class com.google.spanner.v1.PlanNode
 
getUnknownFields() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
getUnknownFields() - Method in class com.google.spanner.v1.QueryPlan
 
getUnknownFields() - Method in class com.google.spanner.v1.ReadRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.RequestOptions
 
getUnknownFields() - Method in class com.google.spanner.v1.ResultSet
 
getUnknownFields() - Method in class com.google.spanner.v1.ResultSetMetadata
 
getUnknownFields() - Method in class com.google.spanner.v1.ResultSetStats
 
getUnknownFields() - Method in class com.google.spanner.v1.RollbackRequest
 
getUnknownFields() - Method in class com.google.spanner.v1.Session
 
getUnknownFields() - Method in class com.google.spanner.v1.StructType.Field
 
getUnknownFields() - Method in class com.google.spanner.v1.StructType
 
getUnknownFields() - Method in class com.google.spanner.v1.Transaction
 
getUnknownFields() - Method in class com.google.spanner.v1.TransactionOptions
 
getUnknownFields() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
getUnknownFields() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
getUnknownFields() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
getUnknownFields() - Method in class com.google.spanner.v1.TransactionSelector
 
getUnknownFields() - Method in class com.google.spanner.v1.Type
 
getUpdate() - Method in class com.google.spanner.v1.Mutation.Builder
Update existing rows in a table.
getUpdate() - Method in class com.google.spanner.v1.Mutation
Update existing rows in a table.
getUpdate() - Method in interface com.google.spanner.v1.MutationOrBuilder
Update existing rows in a table.
getUpdateBackupMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getUpdateBuilder() - Method in class com.google.spanner.v1.Mutation.Builder
Update existing rows in a table.
getUpdateCount() - Method in interface com.google.cloud.spanner.connection.StatementResult
Returns the update count held by this result.
getUpdateCountAsync() - Method in interface com.google.cloud.spanner.connection.AsyncStatementResult
Returns the update count held by this result.
getUpdateCounts() - Method in exception com.google.cloud.spanner.SpannerBatchUpdateException
Returns the number of rows affected by each statement that is successfully run.
getUpdateDatabaseDdlMethod() - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
getUpdateInstanceMethod() - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
 
getUpdateMask() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
getUpdateMask() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
Required.
getUpdateMask() - Method in interface com.google.spanner.admin.database.v1.UpdateBackupRequestOrBuilder
Required.
getUpdateMaskBuilder() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
getUpdateMaskOrBuilder() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
getUpdateMaskOrBuilder() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
Required.
getUpdateMaskOrBuilder() - Method in interface com.google.spanner.admin.database.v1.UpdateBackupRequestOrBuilder
Required.
getUpdateOrBuilder() - Method in class com.google.spanner.v1.Mutation.Builder
Update existing rows in a table.
getUpdateOrBuilder() - Method in class com.google.spanner.v1.Mutation
Update existing rows in a table.
getUpdateOrBuilder() - Method in interface com.google.spanner.v1.MutationOrBuilder
Update existing rows in a table.
getUri() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The URI of this ConnectionOptions
getValidValues() - Method in class com.google.cloud.spanner.connection.ConnectionOptions.ConnectionProperty
 
getValue(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getValue(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getValue(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getValue(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
getValue(int) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a nullable column as a Value.
getValue(String) - Method in interface com.google.cloud.spanner.StructReader
Returns the value of a nullable column as a Value.
getValueDescriptor() - Method in enum com.google.spanner.admin.database.v1.Backup.State
 
getValueDescriptor() - Method in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
 
getValueDescriptor() - Method in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
 
getValueDescriptor() - Method in enum com.google.spanner.admin.database.v1.Database.State
 
getValueDescriptor() - Method in enum com.google.spanner.admin.database.v1.DatabaseDialect
 
getValueDescriptor() - Method in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
 
getValueDescriptor() - Method in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
 
getValueDescriptor() - Method in enum com.google.spanner.admin.database.v1.RestoreSourceType
 
getValueDescriptor() - Method in enum com.google.spanner.admin.instance.v1.Instance.State
 
getValueDescriptor() - Method in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
 
getValueDescriptor() - Method in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
 
getValueDescriptor() - Method in enum com.google.spanner.v1.PlanNode.Kind
 
getValueDescriptor() - Method in enum com.google.spanner.v1.RequestOptions.Priority
 
getValueDescriptor() - Method in enum com.google.spanner.v1.TypeAnnotationCode
 
getValueDescriptor() - Method in enum com.google.spanner.v1.TypeCode
 
getValueInternal(int) - Method in class com.google.cloud.spanner.AbstractStructReader
 
getValues() - Method in class com.google.cloud.spanner.Mutation
For all types except Mutation.Op.DELETE, returns the values that this mutation will write.
getValues(int) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
getValues(int) - Method in class com.google.spanner.v1.Mutation.Write
The values to be written.
getValues(int) - Method in interface com.google.spanner.v1.Mutation.WriteOrBuilder
The values to be written.
getValues(int) - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValues(int) - Method in class com.google.spanner.v1.PartialResultSet
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValues(int) - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesBuilder(int) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
getValuesBuilder(int) - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesBuilderList() - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
getValuesBuilderList() - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesCount() - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
getValuesCount() - Method in class com.google.spanner.v1.Mutation.Write
The values to be written.
getValuesCount() - Method in interface com.google.spanner.v1.Mutation.WriteOrBuilder
The values to be written.
getValuesCount() - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesCount() - Method in class com.google.spanner.v1.PartialResultSet
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesCount() - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesList() - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
getValuesList() - Method in class com.google.spanner.v1.Mutation.Write
The values to be written.
getValuesList() - Method in interface com.google.spanner.v1.Mutation.WriteOrBuilder
The values to be written.
getValuesList() - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesList() - Method in class com.google.spanner.v1.PartialResultSet
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesList() - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesOrBuilder(int) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
getValuesOrBuilder(int) - Method in class com.google.spanner.v1.Mutation.Write
The values to be written.
getValuesOrBuilder(int) - Method in interface com.google.spanner.v1.Mutation.WriteOrBuilder
The values to be written.
getValuesOrBuilder(int) - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesOrBuilder(int) - Method in class com.google.spanner.v1.PartialResultSet
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesOrBuilder(int) - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesOrBuilderList() - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
getValuesOrBuilderList() - Method in class com.google.spanner.v1.Mutation.Write
The values to be written.
getValuesOrBuilderList() - Method in interface com.google.spanner.v1.Mutation.WriteOrBuilder
The values to be written.
getValuesOrBuilderList() - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesOrBuilderList() - Method in class com.google.spanner.v1.PartialResultSet
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getValuesOrBuilderList() - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
getVariable() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node.
getVariable() - Method in class com.google.spanner.v1.PlanNode.ChildLink
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node.
getVariable() - Method in interface com.google.spanner.v1.PlanNode.ChildLinkOrBuilder
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node.
getVariableBytes() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node.
getVariableBytes() - Method in class com.google.spanner.v1.PlanNode.ChildLink
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node.
getVariableBytes() - Method in interface com.google.spanner.v1.PlanNode.ChildLinkOrBuilder
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node.
getVersionRetentionPeriod() - Method in class com.google.cloud.spanner.DatabaseInfo
Returns the version retention period of the database.
getVersionRetentionPeriod() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getVersionRetentionPeriod() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getVersionRetentionPeriod() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getVersionRetentionPeriodBytes() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
getVersionRetentionPeriodBytes() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
getVersionRetentionPeriodBytes() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
getVersionTime() - Method in class com.google.cloud.spanner.BackupInfo
Returns the version time of the backup.
getVersionTime() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
getVersionTime() - Method in class com.google.spanner.admin.database.v1.Backup
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
getVersionTime() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
getVersionTime() - Method in class com.google.spanner.admin.database.v1.BackupInfo
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
getVersionTime() - Method in interface com.google.spanner.admin.database.v1.BackupInfoOrBuilder
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
getVersionTime() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
getVersionTimeBuilder() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
getVersionTimeBuilder() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
getVersionTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
getVersionTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.Backup
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
getVersionTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
getVersionTimeOrBuilder() - Method in class com.google.spanner.admin.database.v1.BackupInfo
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
getVersionTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.BackupInfoOrBuilder
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
getVersionTimeOrBuilder() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
getWarnings() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
Any warnings that were generated while creating the ConnectionOptions instance.
getWriteSessionsFraction() - Method in class com.google.cloud.spanner.SessionPoolOptions
Deprecated.
This value is no longer used. The session pool does not prepare any sessions for read/write transactions. Instead, a transaction will be started by including a BeginTransaction option with the first statement of a transaction. This method may be removed in a future release.
GOOGLE_DEFAULT_ENCRYPTION_VALUE - Static variable in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
Use Google default encryption.
GOOGLE_DEFAULT_ENCRYPTION_VALUE - Static variable in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
Use Google default encryption.
GOOGLE_DEFAULT_ENCRYPTION_VALUE - Static variable in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
The data is encrypted at rest with a key that is fully managed by Google.
GOOGLE_DEFAULT_ENCRYPTION_VALUE - Static variable in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
Use Google default encryption.
GOOGLE_STANDARD_SQL_VALUE - Static variable in enum com.google.spanner.admin.database.v1.DatabaseDialect
Google standard SQL.
googleDefaultEncryption() - Static method in class com.google.cloud.spanner.encryption.EncryptionConfigs
Returns google default encryption configuration.
GoogleDefaultEncryption - Class in com.google.cloud.spanner.encryption
The data is encrypted with a key that is fully managed by Google.
GrpcDatabaseAdminCallableFactory - Class in com.google.cloud.spanner.admin.database.v1.stub
gRPC callable factory implementation for the DatabaseAdmin service API.
GrpcDatabaseAdminCallableFactory() - Constructor for class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminCallableFactory
 
GrpcDatabaseAdminStub - Class in com.google.cloud.spanner.admin.database.v1.stub
gRPC stub implementation for the DatabaseAdmin service API.
GrpcDatabaseAdminStub(DatabaseAdminStubSettings, ClientContext) - Constructor for class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
Constructs an instance of GrpcDatabaseAdminStub, using the given settings.
GrpcDatabaseAdminStub(DatabaseAdminStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
Constructs an instance of GrpcDatabaseAdminStub, using the given settings.
GrpcInstanceAdminCallableFactory - Class in com.google.cloud.spanner.admin.instance.v1.stub
gRPC callable factory implementation for the InstanceAdmin service API.
GrpcInstanceAdminCallableFactory() - Constructor for class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminCallableFactory
 
GrpcInstanceAdminStub - Class in com.google.cloud.spanner.admin.instance.v1.stub
gRPC stub implementation for the InstanceAdmin service API.
GrpcInstanceAdminStub(InstanceAdminStubSettings, ClientContext) - Constructor for class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
Constructs an instance of GrpcInstanceAdminStub, using the given settings.
GrpcInstanceAdminStub(InstanceAdminStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
Constructs an instance of GrpcInstanceAdminStub, using the given settings.
GrpcSpannerCallableFactory - Class in com.google.cloud.spanner.v1.stub
gRPC callable factory implementation for the Spanner service API.
GrpcSpannerCallableFactory() - Constructor for class com.google.cloud.spanner.v1.stub.GrpcSpannerCallableFactory
 
GrpcSpannerStub - Class in com.google.cloud.spanner.v1.stub
gRPC stub implementation for the Spanner service API.
GrpcSpannerStub(SpannerStubSettings, ClientContext) - Constructor for class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
Constructs an instance of GrpcSpannerStub, using the given settings.
GrpcSpannerStub(SpannerStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
Constructs an instance of GrpcSpannerStub, using the given settings.

H

hasApproximateLastUseTime() - Method in class com.google.spanner.v1.Session.Builder
Output only.
hasApproximateLastUseTime() - Method in class com.google.spanner.v1.Session
Output only.
hasApproximateLastUseTime() - Method in interface com.google.spanner.v1.SessionOrBuilder
Output only.
hasArrayElementType() - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
hasArrayElementType() - Method in class com.google.spanner.v1.Type
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
hasArrayElementType() - Method in interface com.google.spanner.v1.TypeOrBuilder
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
hasBackup() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
hasBackup() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
Required.
hasBackup() - Method in interface com.google.spanner.admin.database.v1.CreateBackupRequestOrBuilder
Required.
hasBackup() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Name of the backup from which to restore.
hasBackup() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
Name of the backup from which to restore.
hasBackup() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseRequestOrBuilder
Name of the backup from which to restore.
hasBackup() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
hasBackup() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
Required.
hasBackup() - Method in interface com.google.spanner.admin.database.v1.UpdateBackupRequestOrBuilder
Required.
hasBackupInfo() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Information about the backup used to restore the database.
hasBackupInfo() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
Information about the backup used to restore the database.
hasBackupInfo() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
Information about the backup used to restore the database.
hasBackupInfo() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
Information about the backup used to restore the database.
hasBackupInfo() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
Information about the backup used to restore the database.
hasBackupInfo() - Method in interface com.google.spanner.admin.database.v1.RestoreInfoOrBuilder
Information about the backup used to restore the database.
hasBegin() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Begin a new transaction and execute this read or SQL query in it.
hasBegin() - Method in class com.google.spanner.v1.TransactionSelector
Begin a new transaction and execute this read or SQL query in it.
hasBegin() - Method in interface com.google.spanner.v1.TransactionSelectorOrBuilder
Begin a new transaction and execute this read or SQL query in it.
hasBinding(String) - Method in class com.google.cloud.spanner.Statement
Returns true if a binding exists for parameter.
hasCancelTime() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The time at which cancellation of CopyBackup operation was received.
hasCancelTime() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
The time at which cancellation of CopyBackup operation was received.
hasCancelTime() - Method in interface com.google.spanner.admin.database.v1.CopyBackupMetadataOrBuilder
The time at which cancellation of CopyBackup operation was received.
hasCancelTime() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The time at which cancellation of this operation was received.
hasCancelTime() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
The time at which cancellation of this operation was received.
hasCancelTime() - Method in interface com.google.spanner.admin.database.v1.CreateBackupMetadataOrBuilder
The time at which cancellation of this operation was received.
hasCancelTime() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The time at which cancellation of this operation was received.
hasCancelTime() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
The time at which cancellation of this operation was received.
hasCancelTime() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
The time at which cancellation of this operation was received.
hasCancelTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation was cancelled.
hasCancelTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
The time at which this operation was cancelled.
hasCancelTime() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceMetadataOrBuilder
The time at which this operation was cancelled.
hasCancelTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation was cancelled.
hasCancelTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
The time at which this operation was cancelled.
hasCancelTime() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder
The time at which this operation was cancelled.
hasCommitStats() - Method in class com.google.cloud.spanner.CommitResponse
 
hasCommitStats() - Method in class com.google.spanner.v1.CommitResponse.Builder
The statistics about this Commit.
hasCommitStats() - Method in class com.google.spanner.v1.CommitResponse
The statistics about this Commit.
hasCommitStats() - Method in interface com.google.spanner.v1.CommitResponseOrBuilder
The statistics about this Commit.
hasCommitTimestamp() - Method in class com.google.spanner.v1.CommitResponse.Builder
The Cloud Spanner timestamp at which the transaction committed.
hasCommitTimestamp() - Method in class com.google.spanner.v1.CommitResponse
The Cloud Spanner timestamp at which the transaction committed.
hasCommitTimestamp() - Method in interface com.google.spanner.v1.CommitResponseOrBuilder
The Cloud Spanner timestamp at which the transaction committed.
hasCreateTime() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
hasCreateTime() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
hasCreateTime() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
hasCreateTime() - Method in class com.google.spanner.admin.database.v1.BackupInfo
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
hasCreateTime() - Method in interface com.google.spanner.admin.database.v1.BackupInfoOrBuilder
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
hasCreateTime() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
hasCreateTime() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
hasCreateTime() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
hasCreateTime() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
hasCreateTime() - Method in class com.google.spanner.v1.Session.Builder
Output only.
hasCreateTime() - Method in class com.google.spanner.v1.Session
Output only.
hasCreateTime() - Method in interface com.google.spanner.v1.SessionOrBuilder
Output only.
hasDelete() - Method in class com.google.spanner.v1.Mutation.Builder
Delete rows from a table.
hasDelete() - Method in class com.google.spanner.v1.Mutation
Delete rows from a table.
hasDelete() - Method in interface com.google.spanner.v1.MutationOrBuilder
Delete rows from a table.
hasEarliestVersionTime() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
hasEarliestVersionTime() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
hasEarliestVersionTime() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
hasEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Optional.
hasEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
Optional.
hasEncryptionConfig() - Method in interface com.google.spanner.admin.database.v1.CopyBackupRequestOrBuilder
Optional.
hasEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Optional.
hasEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
Optional.
hasEncryptionConfig() - Method in interface com.google.spanner.admin.database.v1.CreateBackupRequestOrBuilder
Optional.
hasEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
hasEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
Optional.
hasEncryptionConfig() - Method in interface com.google.spanner.admin.database.v1.CreateDatabaseRequestOrBuilder
Optional.
hasEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
hasEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
hasEncryptionConfig() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
hasEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Optional.
hasEncryptionConfig() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
Optional.
hasEncryptionConfig() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseRequestOrBuilder
Optional.
hasEncryptionInfo() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
hasEncryptionInfo() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
hasEncryptionInfo() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
hasEncryptionStatus() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
hasEncryptionStatus() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
Output only.
hasEncryptionStatus() - Method in interface com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder
Output only.
hasEndClosed() - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
hasEndClosed() - Method in class com.google.spanner.v1.KeyRange
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
hasEndClosed() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
hasEndOpen() - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
hasEndOpen() - Method in class com.google.spanner.v1.KeyRange
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
hasEndOpen() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
hasEndTime() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
If set, the time at which this operation failed or was completed successfully.
hasEndTime() - Method in class com.google.spanner.admin.database.v1.OperationProgress
If set, the time at which this operation failed or was completed successfully.
hasEndTime() - Method in interface com.google.spanner.admin.database.v1.OperationProgressOrBuilder
If set, the time at which this operation failed or was completed successfully.
hasEndTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
hasEndTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
The time at which this operation failed or was completed successfully.
hasEndTime() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceMetadataOrBuilder
The time at which this operation failed or was completed successfully.
hasEndTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
hasEndTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
The time at which this operation failed or was completed successfully.
hasEndTime() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder
The time at which this operation failed or was completed successfully.
hasExactStaleness() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp that is `exact_staleness` old.
hasExactStaleness() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Executes all reads at a timestamp that is `exact_staleness` old.
hasExactStaleness() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Executes all reads at a timestamp that is `exact_staleness` old.
hasExecutionStats() - Method in class com.google.spanner.v1.PlanNode.Builder
The execution statistics associated with the node, contained in a group of key-value pairs.
hasExecutionStats() - Method in class com.google.spanner.v1.PlanNode
The execution statistics associated with the node, contained in a group of key-value pairs.
hasExecutionStats() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
The execution statistics associated with the node, contained in a group of key-value pairs.
hasExpireTime() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
hasExpireTime() - Method in class com.google.spanner.admin.database.v1.Backup
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
hasExpireTime() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
hasExpireTime() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
hasExpireTime() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
Required.
hasExpireTime() - Method in interface com.google.spanner.admin.database.v1.CopyBackupRequestOrBuilder
Required.
hasFieldMask() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
hasFieldMask() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
hasFieldMask() - Method in interface com.google.spanner.admin.instance.v1.GetInstanceRequestOrBuilder
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
hasFieldMask() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
hasFieldMask() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
Required.
hasFieldMask() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceRequestOrBuilder
Required.
hashCode() - Method in class com.google.cloud.spanner.BackupId
 
hashCode() - Method in class com.google.cloud.spanner.BackupInfo
 
hashCode() - Method in class com.google.cloud.spanner.BatchTransactionId
 
hashCode() - Method in class com.google.cloud.spanner.CommitResponse
 
hashCode() - Method in class com.google.cloud.spanner.connection.AbstractStatementParser.ParsedStatement
 
hashCode() - Method in class com.google.cloud.spanner.connection.ConnectionOptions.ConnectionProperty
 
hashCode() - Method in class com.google.cloud.spanner.DatabaseId
 
hashCode() - Method in class com.google.cloud.spanner.DatabaseInfo
 
hashCode() - Method in class com.google.cloud.spanner.encryption.CustomerManagedEncryption
 
hashCode() - Method in class com.google.cloud.spanner.encryption.EncryptionInfo
 
hashCode() - Method in class com.google.cloud.spanner.InstanceConfigId
 
hashCode() - Method in class com.google.cloud.spanner.InstanceConfigInfo
 
hashCode() - Method in class com.google.cloud.spanner.InstanceId
 
hashCode() - Method in class com.google.cloud.spanner.InstanceInfo
 
hashCode() - Method in class com.google.cloud.spanner.Key
 
hashCode() - Method in class com.google.cloud.spanner.KeyRange
 
hashCode() - Method in class com.google.cloud.spanner.KeySet
 
hashCode() - Method in class com.google.cloud.spanner.Mutation
 
hashCode() - Method in class com.google.cloud.spanner.Options
 
hashCode() - Method in class com.google.cloud.spanner.Partition
 
hashCode() - Method in class com.google.cloud.spanner.PartitionOptions
 
hashCode() - Method in class com.google.cloud.spanner.ReplicaInfo
 
hashCode() - Method in class com.google.cloud.spanner.Restore
 
hashCode() - Method in class com.google.cloud.spanner.SessionPoolOptions
 
hashCode() - Method in class com.google.cloud.spanner.Statement
 
hashCode() - Method in class com.google.cloud.spanner.Struct
 
hashCode() - Method in class com.google.cloud.spanner.TimestampBound
 
hashCode() - Method in class com.google.cloud.spanner.Type
 
hashCode() - Method in class com.google.cloud.spanner.Type.StructField
 
hashCode() - Method in class com.google.spanner.admin.database.v1.Backup
 
hashCode() - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
hashCode() - Method in class com.google.spanner.admin.database.v1.BackupName
 
hashCode() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
hashCode() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
hashCode() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
hashCode() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
hashCode() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
hashCode() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
hashCode() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
hashCode() - Method in class com.google.spanner.admin.database.v1.Database
 
hashCode() - Method in class com.google.spanner.admin.database.v1.DatabaseName
 
hashCode() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
hashCode() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
hashCode() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
hashCode() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.InstanceName
 
hashCode() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
hashCode() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
hashCode() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
hashCode() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
hashCode() - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
hashCode() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
hashCode() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
hashCode() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
hashCode() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
hashCode() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
hashCode() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
hashCode() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.Instance
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.InstanceName
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.ProjectName
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
hashCode() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
hashCode() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
hashCode() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
hashCode() - Method in class com.google.spanner.v1.BeginTransactionRequest
 
hashCode() - Method in class com.google.spanner.v1.CommitRequest
 
hashCode() - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
hashCode() - Method in class com.google.spanner.v1.CommitResponse
 
hashCode() - Method in class com.google.spanner.v1.CreateSessionRequest
 
hashCode() - Method in class com.google.spanner.v1.DatabaseName
 
hashCode() - Method in class com.google.spanner.v1.DeleteSessionRequest
 
hashCode() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
hashCode() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
hashCode() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
hashCode() - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
hashCode() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
hashCode() - Method in class com.google.spanner.v1.GetSessionRequest
 
hashCode() - Method in class com.google.spanner.v1.KeyRange
 
hashCode() - Method in class com.google.spanner.v1.KeySet
 
hashCode() - Method in class com.google.spanner.v1.ListSessionsRequest
 
hashCode() - Method in class com.google.spanner.v1.ListSessionsResponse
 
hashCode() - Method in class com.google.spanner.v1.Mutation.Delete
 
hashCode() - Method in class com.google.spanner.v1.Mutation
 
hashCode() - Method in class com.google.spanner.v1.Mutation.Write
 
hashCode() - Method in class com.google.spanner.v1.PartialResultSet
 
hashCode() - Method in class com.google.spanner.v1.Partition
 
hashCode() - Method in class com.google.spanner.v1.PartitionOptions
 
hashCode() - Method in class com.google.spanner.v1.PartitionQueryRequest
 
hashCode() - Method in class com.google.spanner.v1.PartitionReadRequest
 
hashCode() - Method in class com.google.spanner.v1.PartitionResponse
 
hashCode() - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
hashCode() - Method in class com.google.spanner.v1.PlanNode
 
hashCode() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
hashCode() - Method in class com.google.spanner.v1.QueryPlan
 
hashCode() - Method in class com.google.spanner.v1.ReadRequest
 
hashCode() - Method in class com.google.spanner.v1.RequestOptions
 
hashCode() - Method in class com.google.spanner.v1.ResultSet
 
hashCode() - Method in class com.google.spanner.v1.ResultSetMetadata
 
hashCode() - Method in class com.google.spanner.v1.ResultSetStats
 
hashCode() - Method in class com.google.spanner.v1.RollbackRequest
 
hashCode() - Method in class com.google.spanner.v1.Session
 
hashCode() - Method in class com.google.spanner.v1.SessionName
 
hashCode() - Method in class com.google.spanner.v1.StructType.Field
 
hashCode() - Method in class com.google.spanner.v1.StructType
 
hashCode() - Method in class com.google.spanner.v1.Transaction
 
hashCode() - Method in class com.google.spanner.v1.TransactionOptions
 
hashCode() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
hashCode() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
hashCode() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
hashCode() - Method in class com.google.spanner.v1.TransactionSelector
 
hashCode() - Method in class com.google.spanner.v1.Type
 
hasId() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Execute the read or SQL query in a previously-started transaction.
hasId() - Method in class com.google.spanner.v1.TransactionSelector
Execute the read or SQL query in a previously-started transaction.
hasId() - Method in interface com.google.spanner.v1.TransactionSelectorOrBuilder
Execute the read or SQL query in a previously-started transaction.
hasInsert() - Method in class com.google.spanner.v1.Mutation.Builder
Insert new rows in a table.
hasInsert() - Method in class com.google.spanner.v1.Mutation
Insert new rows in a table.
hasInsert() - Method in interface com.google.spanner.v1.MutationOrBuilder
Insert new rows in a table.
hasInsertOrUpdate() - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
hasInsertOrUpdate() - Method in class com.google.spanner.v1.Mutation
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
hasInsertOrUpdate() - Method in interface com.google.spanner.v1.MutationOrBuilder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
hasInstance() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The instance being created.
hasInstance() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
The instance being created.
hasInstance() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceMetadataOrBuilder
The instance being created.
hasInstance() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
hasInstance() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
Required.
hasInstance() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceRequestOrBuilder
Required.
hasInstance() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The desired end state of the update.
hasInstance() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
The desired end state of the update.
hasInstance() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder
The desired end state of the update.
hasInstance() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
hasInstance() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
Required.
hasInstance() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceRequestOrBuilder
Required.
hasKeySet() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
hasKeySet() - Method in class com.google.spanner.v1.Mutation.Delete
Required.
hasKeySet() - Method in interface com.google.spanner.v1.Mutation.DeleteOrBuilder
Required.
hasKeySet() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
hasKeySet() - Method in class com.google.spanner.v1.PartitionReadRequest
Required.
hasKeySet() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Required.
hasKeySet() - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
hasKeySet() - Method in class com.google.spanner.v1.ReadRequest
Required.
hasKeySet() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Required.
hasMaxExpireTime() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
hasMaxExpireTime() - Method in class com.google.spanner.admin.database.v1.Backup
Output only.
hasMaxExpireTime() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
Output only.
hasMaxStaleness() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Read data at a timestamp >= `NOW - max_staleness` seconds.
hasMaxStaleness() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Read data at a timestamp >= `NOW - max_staleness` seconds.
hasMaxStaleness() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Read data at a timestamp >= `NOW - max_staleness` seconds.
hasMetadata() - Method in class com.google.spanner.v1.PartialResultSet.Builder
Metadata about the result set, such as row type information.
hasMetadata() - Method in class com.google.spanner.v1.PartialResultSet
Metadata about the result set, such as row type information.
hasMetadata() - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
Metadata about the result set, such as row type information.
hasMetadata() - Method in class com.google.spanner.v1.PlanNode.Builder
Attributes relevant to the node contained in a group of key-value pairs.
hasMetadata() - Method in class com.google.spanner.v1.PlanNode
Attributes relevant to the node contained in a group of key-value pairs.
hasMetadata() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
Attributes relevant to the node contained in a group of key-value pairs.
hasMetadata() - Method in class com.google.spanner.v1.ResultSet.Builder
Metadata about the result set, such as row type information.
hasMetadata() - Method in class com.google.spanner.v1.ResultSet
Metadata about the result set, such as row type information.
hasMetadata() - Method in interface com.google.spanner.v1.ResultSetOrBuilder
Metadata about the result set, such as row type information.
hasMinReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp >= `min_read_timestamp`.
hasMinReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Executes all reads at a timestamp >= `min_read_timestamp`.
hasMinReadTimestamp() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Executes all reads at a timestamp >= `min_read_timestamp`.
hasOptions() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
hasOptions() - Method in class com.google.spanner.v1.BeginTransactionRequest
Required.
hasOptions() - Method in interface com.google.spanner.v1.BeginTransactionRequestOrBuilder
Required.
hasParams() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Parameter names and values that bind to placeholders in the DML string.
hasParams() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
Parameter names and values that bind to placeholders in the DML string.
hasParams() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder
Parameter names and values that bind to placeholders in the DML string.
hasParams() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
hasParams() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Parameter names and values that bind to placeholders in the SQL string.
hasParams() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Parameter names and values that bind to placeholders in the SQL string.
hasParams() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
hasParams() - Method in class com.google.spanner.v1.PartitionQueryRequest
Parameter names and values that bind to placeholders in the SQL string.
hasParams() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Parameter names and values that bind to placeholders in the SQL string.
hasPartitionedDml() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Partitioned DML transaction.
hasPartitionedDml() - Method in class com.google.spanner.v1.TransactionOptions
Partitioned DML transaction.
hasPartitionedDml() - Method in interface com.google.spanner.v1.TransactionOptionsOrBuilder
Partitioned DML transaction.
hasPartitionOptions() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Additional options that affect how many partitions are created.
hasPartitionOptions() - Method in class com.google.spanner.v1.PartitionQueryRequest
Additional options that affect how many partitions are created.
hasPartitionOptions() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Additional options that affect how many partitions are created.
hasPartitionOptions() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Additional options that affect how many partitions are created.
hasPartitionOptions() - Method in class com.google.spanner.v1.PartitionReadRequest
Additional options that affect how many partitions are created.
hasPartitionOptions() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Additional options that affect how many partitions are created.
hasProgress() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
hasProgress() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
hasProgress() - Method in interface com.google.spanner.admin.database.v1.CopyBackupMetadataOrBuilder
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
hasProgress() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
hasProgress() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
hasProgress() - Method in interface com.google.spanner.admin.database.v1.CreateBackupMetadataOrBuilder
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
hasProgress() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
The progress of the post-restore optimizations.
hasProgress() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
The progress of the post-restore optimizations.
hasProgress() - Method in interface com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadataOrBuilder
The progress of the post-restore optimizations.
hasProgress() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
hasProgress() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
hasProgress() - Method in interface com.google.spanner.admin.database.v1.RestoreDatabaseMetadataOrBuilder
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
hasQueryOptions() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Query optimizer configuration to use for the given query.
hasQueryOptions() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Query optimizer configuration to use for the given query.
hasQueryOptions() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Query optimizer configuration to use for the given query.
hasQueryPlan() - Method in class com.google.spanner.v1.ResultSetStats.Builder
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
hasQueryPlan() - Method in class com.google.spanner.v1.ResultSetStats
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
hasQueryPlan() - Method in interface com.google.spanner.v1.ResultSetStatsOrBuilder
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
hasQueryStats() - Method in class com.google.spanner.v1.ResultSetStats.Builder
Aggregated statistics from the execution of the query.
hasQueryStats() - Method in class com.google.spanner.v1.ResultSetStats
Aggregated statistics from the execution of the query.
hasQueryStats() - Method in interface com.google.spanner.v1.ResultSetStatsOrBuilder
Aggregated statistics from the execution of the query.
hasReadOnly() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction will not write.
hasReadOnly() - Method in class com.google.spanner.v1.TransactionOptions
Transaction will not write.
hasReadOnly() - Method in interface com.google.spanner.v1.TransactionOptionsOrBuilder
Transaction will not write.
hasReadTimestamp() - Method in class com.google.spanner.v1.Transaction.Builder
For snapshot read-only transactions, the read timestamp chosen for the transaction.
hasReadTimestamp() - Method in class com.google.spanner.v1.Transaction
For snapshot read-only transactions, the read timestamp chosen for the transaction.
hasReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at the given timestamp.
hasReadTimestamp() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Executes all reads at the given timestamp.
hasReadTimestamp() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Executes all reads at the given timestamp.
hasReadTimestamp() - Method in interface com.google.spanner.v1.TransactionOrBuilder
For snapshot read-only transactions, the read timestamp chosen for the transaction.
hasReadWrite() - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction may write.
hasReadWrite() - Method in class com.google.spanner.v1.TransactionOptions
Transaction may write.
hasReadWrite() - Method in interface com.google.spanner.v1.TransactionOptionsOrBuilder
Transaction may write.
hasReplace() - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
hasReplace() - Method in class com.google.spanner.v1.Mutation
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
hasReplace() - Method in interface com.google.spanner.v1.MutationOrBuilder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
hasRequestOptions() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Common options for this request.
hasRequestOptions() - Method in class com.google.spanner.v1.BeginTransactionRequest
Common options for this request.
hasRequestOptions() - Method in interface com.google.spanner.v1.BeginTransactionRequestOrBuilder
Common options for this request.
hasRequestOptions() - Method in class com.google.spanner.v1.CommitRequest.Builder
Common options for this request.
hasRequestOptions() - Method in class com.google.spanner.v1.CommitRequest
Common options for this request.
hasRequestOptions() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
Common options for this request.
hasRequestOptions() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Common options for this request.
hasRequestOptions() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Common options for this request.
hasRequestOptions() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Common options for this request.
hasRequestOptions() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Common options for this request.
hasRequestOptions() - Method in class com.google.spanner.v1.ExecuteSqlRequest
Common options for this request.
hasRequestOptions() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
Common options for this request.
hasRequestOptions() - Method in class com.google.spanner.v1.ReadRequest.Builder
Common options for this request.
hasRequestOptions() - Method in class com.google.spanner.v1.ReadRequest
Common options for this request.
hasRequestOptions() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
Common options for this request.
hasRestoreInfo() - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
hasRestoreInfo() - Method in class com.google.spanner.admin.database.v1.Database
Output only.
hasRestoreInfo() - Method in interface com.google.spanner.admin.database.v1.DatabaseOrBuilder
Output only.
hasRowCountExact() - Method in class com.google.spanner.v1.ResultSetStats.Builder
Standard DML returns an exact count of rows that were modified.
hasRowCountExact() - Method in class com.google.spanner.v1.ResultSetStats
Standard DML returns an exact count of rows that were modified.
hasRowCountExact() - Method in interface com.google.spanner.v1.ResultSetStatsOrBuilder
Standard DML returns an exact count of rows that were modified.
hasRowCountLowerBound() - Method in class com.google.spanner.v1.ResultSetStats.Builder
Partitioned DML does not offer exactly-once semantics, so it returns a lower bound of the rows modified.
hasRowCountLowerBound() - Method in class com.google.spanner.v1.ResultSetStats
Partitioned DML does not offer exactly-once semantics, so it returns a lower bound of the rows modified.
hasRowCountLowerBound() - Method in interface com.google.spanner.v1.ResultSetStatsOrBuilder
Partitioned DML does not offer exactly-once semantics, so it returns a lower bound of the rows modified.
hasRowType() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
Indicates the field names and types for the rows in the result set.
hasRowType() - Method in class com.google.spanner.v1.ResultSetMetadata
Indicates the field names and types for the rows in the result set.
hasRowType() - Method in interface com.google.spanner.v1.ResultSetMetadataOrBuilder
Indicates the field names and types for the rows in the result set.
hasSession() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
hasSession() - Method in class com.google.spanner.v1.CreateSessionRequest
Required.
hasSession() - Method in interface com.google.spanner.v1.CreateSessionRequestOrBuilder
Required.
hasSessionTemplate() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Parameters to be applied to each created session.
hasSessionTemplate() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
Parameters to be applied to each created session.
hasSessionTemplate() - Method in interface com.google.spanner.v1.BatchCreateSessionsRequestOrBuilder
Parameters to be applied to each created session.
hasShortRepresentation() - Method in class com.google.spanner.v1.PlanNode.Builder
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
hasShortRepresentation() - Method in class com.google.spanner.v1.PlanNode
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
hasShortRepresentation() - Method in interface com.google.spanner.v1.PlanNodeOrBuilder
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
hasSingleUse() - Method in class com.google.spanner.v1.TransactionSelector.Builder
Execute the read or SQL query in a temporary transaction.
hasSingleUse() - Method in class com.google.spanner.v1.TransactionSelector
Execute the read or SQL query in a temporary transaction.
hasSingleUse() - Method in interface com.google.spanner.v1.TransactionSelectorOrBuilder
Execute the read or SQL query in a temporary transaction.
hasSingleUseTransaction() - Method in class com.google.spanner.v1.CommitRequest.Builder
Execute mutations in a temporary transaction.
hasSingleUseTransaction() - Method in class com.google.spanner.v1.CommitRequest
Execute mutations in a temporary transaction.
hasSingleUseTransaction() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
Execute mutations in a temporary transaction.
hasStartClosed() - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
hasStartClosed() - Method in class com.google.spanner.v1.KeyRange
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
hasStartClosed() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
hasStartOpen() - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
hasStartOpen() - Method in class com.google.spanner.v1.KeyRange
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
hasStartOpen() - Method in interface com.google.spanner.v1.KeyRangeOrBuilder
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
hasStartTime() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
Time the request was received.
hasStartTime() - Method in class com.google.spanner.admin.database.v1.OperationProgress
Time the request was received.
hasStartTime() - Method in interface com.google.spanner.admin.database.v1.OperationProgressOrBuilder
Time the request was received.
hasStartTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
hasStartTime() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
hasStartTime() - Method in interface com.google.spanner.admin.instance.v1.CreateInstanceMetadataOrBuilder
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
hasStartTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
hasStartTime() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
hasStartTime() - Method in interface com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
hasStatementTimeout() - Method in interface com.google.cloud.spanner.connection.Connection
 
hasStats() - Method in class com.google.spanner.v1.PartialResultSet.Builder
Query plan and execution statistics for the statement that produced this streaming result set.
hasStats() - Method in class com.google.spanner.v1.PartialResultSet
Query plan and execution statistics for the statement that produced this streaming result set.
hasStats() - Method in interface com.google.spanner.v1.PartialResultSetOrBuilder
Query plan and execution statistics for the statement that produced this streaming result set.
hasStats() - Method in class com.google.spanner.v1.ResultSet.Builder
Query plan and execution statistics for the SQL statement that produced this result set.
hasStats() - Method in class com.google.spanner.v1.ResultSet
Query plan and execution statistics for the SQL statement that produced this result set.
hasStats() - Method in interface com.google.spanner.v1.ResultSetOrBuilder
Query plan and execution statistics for the SQL statement that produced this result set.
hasStatus() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
If all DML statements are executed successfully, the status is `OK`.
hasStatus() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
If all DML statements are executed successfully, the status is `OK`.
hasStatus() - Method in interface com.google.spanner.v1.ExecuteBatchDmlResponseOrBuilder
If all DML statements are executed successfully, the status is `OK`.
hasStrong() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Read at a timestamp where all previously committed transactions are visible.
hasStrong() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
Read at a timestamp where all previously committed transactions are visible.
hasStrong() - Method in interface com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder
Read at a timestamp where all previously committed transactions are visible.
hasStructType() - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
hasStructType() - Method in class com.google.spanner.v1.Type
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
hasStructType() - Method in interface com.google.spanner.v1.TypeOrBuilder
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
hasTransaction() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
hasTransaction() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
Required.
hasTransaction() - Method in interface com.google.spanner.v1.ExecuteBatchDmlRequestOrBuilder
Required.
hasTransaction() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
The transaction to use.
hasTransaction() - Method in class com.google.spanner.v1.ExecuteSqlRequest
The transaction to use.
hasTransaction() - Method in interface com.google.spanner.v1.ExecuteSqlRequestOrBuilder
The transaction to use.
hasTransaction() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
hasTransaction() - Method in class com.google.spanner.v1.PartitionQueryRequest
Read only snapshot transactions are supported, read/write and single use transactions are not.
hasTransaction() - Method in interface com.google.spanner.v1.PartitionQueryRequestOrBuilder
Read only snapshot transactions are supported, read/write and single use transactions are not.
hasTransaction() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
hasTransaction() - Method in class com.google.spanner.v1.PartitionReadRequest
Read only snapshot transactions are supported, read/write and single use transactions are not.
hasTransaction() - Method in interface com.google.spanner.v1.PartitionReadRequestOrBuilder
Read only snapshot transactions are supported, read/write and single use transactions are not.
hasTransaction() - Method in class com.google.spanner.v1.PartitionResponse.Builder
Transaction created by this request.
hasTransaction() - Method in class com.google.spanner.v1.PartitionResponse
Transaction created by this request.
hasTransaction() - Method in interface com.google.spanner.v1.PartitionResponseOrBuilder
Transaction created by this request.
hasTransaction() - Method in class com.google.spanner.v1.ReadRequest.Builder
The transaction to use.
hasTransaction() - Method in class com.google.spanner.v1.ReadRequest
The transaction to use.
hasTransaction() - Method in interface com.google.spanner.v1.ReadRequestOrBuilder
The transaction to use.
hasTransaction() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
hasTransaction() - Method in class com.google.spanner.v1.ResultSetMetadata
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
hasTransaction() - Method in interface com.google.spanner.v1.ResultSetMetadataOrBuilder
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
hasTransactionId() - Method in class com.google.spanner.v1.CommitRequest.Builder
Commit a previously-started transaction.
hasTransactionId() - Method in class com.google.spanner.v1.CommitRequest
Commit a previously-started transaction.
hasTransactionId() - Method in interface com.google.spanner.v1.CommitRequestOrBuilder
Commit a previously-started transaction.
hasType() - Method in class com.google.spanner.v1.StructType.Field.Builder
The type of the field.
hasType() - Method in class com.google.spanner.v1.StructType.Field
The type of the field.
hasType() - Method in interface com.google.spanner.v1.StructType.FieldOrBuilder
The type of the field.
hasUpdate() - Method in class com.google.spanner.v1.Mutation.Builder
Update existing rows in a table.
hasUpdate() - Method in class com.google.spanner.v1.Mutation
Update existing rows in a table.
hasUpdate() - Method in interface com.google.spanner.v1.MutationOrBuilder
Update existing rows in a table.
hasUpdateMask() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
hasUpdateMask() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
Required.
hasUpdateMask() - Method in interface com.google.spanner.admin.database.v1.UpdateBackupRequestOrBuilder
Required.
hasVersionTime() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
hasVersionTime() - Method in class com.google.spanner.admin.database.v1.Backup
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
hasVersionTime() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
hasVersionTime() - Method in class com.google.spanner.admin.database.v1.BackupInfo
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
hasVersionTime() - Method in interface com.google.spanner.admin.database.v1.BackupInfoOrBuilder
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
hasVersionTime() - Method in interface com.google.spanner.admin.database.v1.BackupOrBuilder
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.

I

ID_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Transaction
 
ID_FIELD_NUMBER - Static variable in class com.google.spanner.v1.TransactionSelector
 
INDEX_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionReadRequest
 
INDEX_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PlanNode
 
INDEX_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ReadRequest
 
initialize() - Method in class com.google.cloud.spanner.AbstractLazyInitializer
Initializes the actual object that should be returned.
initialize() - Method in class com.google.cloud.spanner.LazySpannerInitializer
Initializes a default Spanner instance.
INSERT_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Mutation
 
INSERT_OR_UPDATE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Mutation
 
INSTANCE - Static variable in class com.google.cloud.spanner.connection.Connection.InternalMetadataQuery
 
Instance - Class in com.google.cloud.spanner
Represents a Cloud Spanner Instance.
Instance - Class in com.google.spanner.admin.instance.v1
An isolated set of Cloud Spanner resources on which databases can be hosted.
Instance.Builder - Class in com.google.cloud.spanner
Builder of Instance.
Instance.Builder - Class in com.google.spanner.admin.instance.v1
An isolated set of Cloud Spanner resources on which databases can be hosted.
Instance.State - Enum in com.google.spanner.admin.instance.v1
Indicates the current state of the instance.
INSTANCE_CONFIGS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
INSTANCE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
INSTANCE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
INSTANCE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
INSTANCE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
INSTANCE_ID - Static variable in class com.google.cloud.spanner.spi.v1.SpannerRpcViews
 
INSTANCE_ID_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
InstanceAdminClient - Class in com.google.cloud.spanner.admin.instance.v1
Service Description: Cloud Spanner Instance Admin API
InstanceAdminClient(InstanceAdminSettings) - Constructor for class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Constructs an instance of InstanceAdminClient, using the given settings.
InstanceAdminClient(InstanceAdminStub) - Constructor for class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
 
InstanceAdminClient - Interface in com.google.cloud.spanner
Client to do admin operations on Cloud Spanner Instance and Instance Configs.
InstanceAdminClient.ListInstanceConfigsFixedSizeCollection - Class in com.google.cloud.spanner.admin.instance.v1
 
InstanceAdminClient.ListInstanceConfigsPage - Class in com.google.cloud.spanner.admin.instance.v1
 
InstanceAdminClient.ListInstanceConfigsPagedResponse - Class in com.google.cloud.spanner.admin.instance.v1
 
InstanceAdminClient.ListInstancesFixedSizeCollection - Class in com.google.cloud.spanner.admin.instance.v1
 
InstanceAdminClient.ListInstancesPage - Class in com.google.cloud.spanner.admin.instance.v1
 
InstanceAdminClient.ListInstancesPagedResponse - Class in com.google.cloud.spanner.admin.instance.v1
 
InstanceAdminGrpc - Class in com.google.spanner.admin.instance.v1
Cloud Spanner Instance Admin API The Cloud Spanner Instance Admin API can be used to create, delete, modify and list instances.
InstanceAdminGrpc.InstanceAdminBlockingStub - Class in com.google.spanner.admin.instance.v1
Cloud Spanner Instance Admin API The Cloud Spanner Instance Admin API can be used to create, delete, modify and list instances.
InstanceAdminGrpc.InstanceAdminFutureStub - Class in com.google.spanner.admin.instance.v1
Cloud Spanner Instance Admin API The Cloud Spanner Instance Admin API can be used to create, delete, modify and list instances.
InstanceAdminGrpc.InstanceAdminImplBase - Class in com.google.spanner.admin.instance.v1
Cloud Spanner Instance Admin API The Cloud Spanner Instance Admin API can be used to create, delete, modify and list instances.
InstanceAdminGrpc.InstanceAdminStub - Class in com.google.spanner.admin.instance.v1
Cloud Spanner Instance Admin API The Cloud Spanner Instance Admin API can be used to create, delete, modify and list instances.
InstanceAdminImplBase() - Constructor for class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminImplBase
 
InstanceAdminSettings - Class in com.google.cloud.spanner.admin.instance.v1
Settings class to configure an instance of InstanceAdminClient.
InstanceAdminSettings(InstanceAdminSettings.Builder) - Constructor for class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
 
InstanceAdminSettings.Builder - Class in com.google.cloud.spanner.admin.instance.v1
Builder for InstanceAdminSettings.
InstanceAdminStub - Class in com.google.cloud.spanner.admin.instance.v1.stub
Base stub class for the InstanceAdmin service API.
InstanceAdminStub() - Constructor for class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
InstanceAdminStubSettings - Class in com.google.cloud.spanner.admin.instance.v1.stub
Settings class to configure an instance of InstanceAdminStub.
InstanceAdminStubSettings(InstanceAdminStubSettings.Builder) - Constructor for class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
 
InstanceAdminStubSettings.Builder - Class in com.google.cloud.spanner.admin.instance.v1.stub
Builder for InstanceAdminStubSettings.
InstanceConfig - Class in com.google.cloud.spanner
Represents a Cloud Spanner instance config.InstanceConfig adds a layer of service related functionality over InstanceConfigInfo.
InstanceConfig(InstanceConfigId, String, InstanceAdminClient) - Constructor for class com.google.cloud.spanner.InstanceConfig
 
InstanceConfig(InstanceConfigId, String, List<ReplicaInfo>, List<String>, InstanceAdminClient) - Constructor for class com.google.cloud.spanner.InstanceConfig
 
InstanceConfig - Class in com.google.spanner.admin.instance.v1
A possible configuration for a Cloud Spanner instance.
InstanceConfig.Builder - Class in com.google.spanner.admin.instance.v1
A possible configuration for a Cloud Spanner instance.
InstanceConfigId - Class in com.google.cloud.spanner
Returns id of a Cloud Spanner instance config.
InstanceConfigInfo - Class in com.google.cloud.spanner
Represents a Cloud Spanner instance config resource.
InstanceConfigInfo(InstanceConfigId, String) - Constructor for class com.google.cloud.spanner.InstanceConfigInfo
 
InstanceConfigInfo(InstanceConfigId, String, List<ReplicaInfo>, List<String>) - Constructor for class com.google.cloud.spanner.InstanceConfigInfo
 
InstanceConfigName - Class in com.google.spanner.admin.instance.v1
 
InstanceConfigName() - Constructor for class com.google.spanner.admin.instance.v1.InstanceConfigName
Deprecated.
InstanceConfigName.Builder - Class in com.google.spanner.admin.instance.v1
Builder for projects/{project}/instanceConfigs/{instance_config}.
InstanceConfigOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
InstanceId - Class in com.google.cloud.spanner
Represents the resource name of a Cloud Spanner Instance.
InstanceInfo - Class in com.google.cloud.spanner
Represents a Cloud Spanner Instance.
InstanceInfo.Builder - Class in com.google.cloud.spanner
Builder for InstanceInfo.
InstanceInfo.InstanceField - Enum in com.google.cloud.spanner
Represent an updatable field in Cloud Spanner instance.
InstanceInfo.State - Enum in com.google.cloud.spanner
State of the Instance.
InstanceName - Class in com.google.spanner.admin.database.v1
 
InstanceName() - Constructor for class com.google.spanner.admin.database.v1.InstanceName
Deprecated.
InstanceName - Class in com.google.spanner.admin.instance.v1
 
InstanceName() - Constructor for class com.google.spanner.admin.instance.v1.InstanceName
Deprecated.
InstanceName.Builder - Class in com.google.spanner.admin.database.v1
Builder for projects/{project}/instances/{instance}.
InstanceName.Builder - Class in com.google.spanner.admin.instance.v1
Builder for projects/{project}/instances/{instance}.
InstanceNotFoundException - Exception in com.google.cloud.spanner
Exception thrown by Cloud Spanner when an operation detects that the instance that is being used no longer exists.
InstanceOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
INSTANCES_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
int64() - Static method in class com.google.cloud.spanner.Type
Returns the descriptor for the INT64 type: an integral type with the same value domain as a Java long.
int64(Long) - Static method in class com.google.cloud.spanner.Value
Returns an INT64 value.
int64(long) - Static method in class com.google.cloud.spanner.Value
Returns an INT64 value.
INT64_VALUE - Static variable in enum com.google.spanner.v1.TypeCode
Encoded as `string`, in decimal format.
int64Array(long[]) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<INT64> value.
int64Array(long[], int, int) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<INT64> value that takes its elements from a region of an array.
int64Array(Iterable<Long>) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<INT64> value.
interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in class com.google.cloud.spanner.spi.v1.SpannerErrorInterceptor
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.Backup
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.Database
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.Instance
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.BeginTransactionRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.CommitRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.CommitRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.CommitResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.CommitResponse
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.CreateSessionRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.DeleteSessionRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.GetSessionRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.KeyRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.KeyRange
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.KeySet.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.KeySet
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ListSessionsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ListSessionsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Mutation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Mutation.Delete
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Mutation
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Mutation.Write
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PartialResultSet
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Partition.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Partition
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PartitionOptions
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PartitionQueryRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PartitionReadRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PartitionResponse
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PlanNode.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PlanNode
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.QueryPlan.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.QueryPlan
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ReadRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ReadRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.RequestOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.RequestOptions
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ResultSet.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ResultSet
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ResultSetMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.ResultSetStats
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.RollbackRequest
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Session.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Session
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.StructType.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.StructType.Field.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.StructType.Field
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.StructType
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Transaction.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Transaction
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.TransactionOptions
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.TransactionSelector
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Type.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.spanner.v1.Type
 
internalGetMapField(int) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
internalGetMapField(int) - Method in class com.google.spanner.admin.instance.v1.Instance
 
internalGetMapField(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
internalGetMapField(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
internalGetMapField(int) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
internalGetMapField(int) - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
internalGetMapField(int) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
internalGetMapField(int) - Method in class com.google.spanner.v1.PartitionQueryRequest
 
internalGetMapField(int) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
internalGetMapField(int) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
internalGetMapField(int) - Method in class com.google.spanner.v1.Session.Builder
 
internalGetMapField(int) - Method in class com.google.spanner.v1.Session
 
internalGetMutableMapField(int) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
internalGetMutableMapField(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
internalGetMutableMapField(int) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
internalGetMutableMapField(int) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
internalGetMutableMapField(int) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
internalGetMutableMapField(int) - Method in class com.google.spanner.v1.Session.Builder
 
internalGetValueMap() - Static method in enum com.google.spanner.admin.database.v1.Backup.State
 
internalGetValueMap() - Static method in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
 
internalGetValueMap() - Static method in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
 
internalGetValueMap() - Static method in enum com.google.spanner.admin.database.v1.Database.State
 
internalGetValueMap() - Static method in enum com.google.spanner.admin.database.v1.DatabaseDialect
 
internalGetValueMap() - Static method in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
 
internalGetValueMap() - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
 
internalGetValueMap() - Static method in enum com.google.spanner.admin.database.v1.RestoreSourceType
 
internalGetValueMap() - Static method in enum com.google.spanner.admin.instance.v1.Instance.State
 
internalGetValueMap() - Static method in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
 
internalGetValueMap() - Static method in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
 
internalGetValueMap() - Static method in enum com.google.spanner.v1.PlanNode.Kind
 
internalGetValueMap() - Static method in enum com.google.spanner.v1.RequestOptions.Priority
 
internalGetValueMap() - Static method in enum com.google.spanner.v1.TypeAnnotationCode
 
internalGetValueMap() - Static method in enum com.google.spanner.v1.TypeCode
 
invalidate() - Method in class com.google.cloud.spanner.PartitionedDmlTransaction
 
isAll() - Method in class com.google.cloud.spanner.KeySet
Indicates whether the set will retrieve all rows in a table or index.
isAutocommit() - Method in interface com.google.cloud.spanner.connection.Connection
 
isAutocommit() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The initial autocommit value for connections created by this ConnectionOptions
isAutoConfigEmulator() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
Whether connections created by this ConnectionOptions will automatically try to connect to the emulator using the default host/port of the emulator, and automatically create the instance and database that is specified in the connection string if these do not exist on the emulator instance.
isAutoDetectDialect() - Method in class com.google.cloud.spanner.SessionPoolOptions
 
isAutoThrottleAdministrativeRequests() - Method in class com.google.cloud.spanner.SpannerOptions
 
isBlockIfPoolExhausted() - Method in class com.google.cloud.spanner.SessionPoolOptions
 
isClosed() - Method in interface com.google.cloud.spanner.connection.Connection
 
isClosed() - Method in interface com.google.cloud.spanner.Spanner
 
isClosed() - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
isClosed() - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
isCommitTimestamp() - Method in class com.google.cloud.spanner.Value
Returns true if this is a commit timestamp value.
isDdl() - Method in class com.google.cloud.spanner.connection.AbstractStatementParser.ParsedStatement
Returns true if the statement is a DDL statement.
isDdlBatchActive() - Method in interface com.google.cloud.spanner.connection.Connection
 
isDdlStatement(String) - Method in class com.google.cloud.spanner.connection.AbstractStatementParser
Checks whether the given statement is (probably) a DDL statement.
isDefaultLeaderLocation() - Method in class com.google.cloud.spanner.ReplicaInfo
 
isDmlBatchActive() - Method in interface com.google.cloud.spanner.connection.Connection
 
isDone() - Method in class com.google.cloud.spanner.Operation
Returns true if the operation is done.
isEmulator() - Method in class com.google.cloud.spanner.testing.RemoteSpannerHelper
Deprecated.
isFailIfPoolExhausted() - Method in class com.google.cloud.spanner.SessionPoolOptions
 
isGrpcGcpExtensionEnabled() - Method in class com.google.cloud.spanner.SpannerOptions
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.Backup
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.Database
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.Instance
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
isInitialized() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
isInitialized() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
isInitialized() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
isInitialized() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
isInitialized() - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.BeginTransactionRequest
 
isInitialized() - Method in class com.google.spanner.v1.CommitRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.CommitRequest
 
isInitialized() - Method in class com.google.spanner.v1.CommitResponse.Builder
 
isInitialized() - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
isInitialized() - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
isInitialized() - Method in class com.google.spanner.v1.CommitResponse
 
isInitialized() - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.CreateSessionRequest
 
isInitialized() - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.DeleteSessionRequest
 
isInitialized() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
isInitialized() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
isInitialized() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
isInitialized() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
isInitialized() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
isInitialized() - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
isInitialized() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
isInitialized() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
isInitialized() - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.GetSessionRequest
 
isInitialized() - Method in class com.google.spanner.v1.KeyRange.Builder
 
isInitialized() - Method in class com.google.spanner.v1.KeyRange
 
isInitialized() - Method in class com.google.spanner.v1.KeySet.Builder
 
isInitialized() - Method in class com.google.spanner.v1.KeySet
 
isInitialized() - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.ListSessionsRequest
 
isInitialized() - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
isInitialized() - Method in class com.google.spanner.v1.ListSessionsResponse
 
isInitialized() - Method in class com.google.spanner.v1.Mutation.Builder
 
isInitialized() - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
isInitialized() - Method in class com.google.spanner.v1.Mutation.Delete
 
isInitialized() - Method in class com.google.spanner.v1.Mutation
 
isInitialized() - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
isInitialized() - Method in class com.google.spanner.v1.Mutation.Write
 
isInitialized() - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
isInitialized() - Method in class com.google.spanner.v1.PartialResultSet
 
isInitialized() - Method in class com.google.spanner.v1.Partition.Builder
 
isInitialized() - Method in class com.google.spanner.v1.Partition
 
isInitialized() - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
isInitialized() - Method in class com.google.spanner.v1.PartitionOptions
 
isInitialized() - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.PartitionQueryRequest
 
isInitialized() - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.PartitionReadRequest
 
isInitialized() - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
isInitialized() - Method in class com.google.spanner.v1.PartitionResponse
 
isInitialized() - Method in class com.google.spanner.v1.PlanNode.Builder
 
isInitialized() - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
isInitialized() - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
isInitialized() - Method in class com.google.spanner.v1.PlanNode
 
isInitialized() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
isInitialized() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
isInitialized() - Method in class com.google.spanner.v1.QueryPlan.Builder
 
isInitialized() - Method in class com.google.spanner.v1.QueryPlan
 
isInitialized() - Method in class com.google.spanner.v1.ReadRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.ReadRequest
 
isInitialized() - Method in class com.google.spanner.v1.RequestOptions.Builder
 
isInitialized() - Method in class com.google.spanner.v1.RequestOptions
 
isInitialized() - Method in class com.google.spanner.v1.ResultSet.Builder
 
isInitialized() - Method in class com.google.spanner.v1.ResultSet
 
isInitialized() - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
isInitialized() - Method in class com.google.spanner.v1.ResultSetMetadata
 
isInitialized() - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
isInitialized() - Method in class com.google.spanner.v1.ResultSetStats
 
isInitialized() - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
isInitialized() - Method in class com.google.spanner.v1.RollbackRequest
 
isInitialized() - Method in class com.google.spanner.v1.Session.Builder
 
isInitialized() - Method in class com.google.spanner.v1.Session
 
isInitialized() - Method in class com.google.spanner.v1.StructType.Builder
 
isInitialized() - Method in class com.google.spanner.v1.StructType.Field.Builder
 
isInitialized() - Method in class com.google.spanner.v1.StructType.Field
 
isInitialized() - Method in class com.google.spanner.v1.StructType
 
isInitialized() - Method in class com.google.spanner.v1.Transaction.Builder
 
isInitialized() - Method in class com.google.spanner.v1.Transaction
 
isInitialized() - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
isInitialized() - Method in class com.google.spanner.v1.TransactionOptions
 
isInitialized() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
isInitialized() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
isInitialized() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
isInitialized() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
isInitialized() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
isInitialized() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
isInitialized() - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
isInitialized() - Method in class com.google.spanner.v1.TransactionSelector
 
isInitialized() - Method in class com.google.spanner.v1.Type.Builder
 
isInitialized() - Method in class com.google.spanner.v1.Type
 
isInTransaction() - Method in interface com.google.cloud.spanner.connection.Connection
 
isNull(String) - Method in class com.google.cloud.spanner.AbstractStructReader
 
isNull(int) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
isNull(String) - Method in class com.google.cloud.spanner.ForwardingStructReader
 
isNull(int) - Method in interface com.google.cloud.spanner.StructReader
Returns true if a column contains a NULL value.
isNull(String) - Method in interface com.google.cloud.spanner.StructReader
Returns true if a column contains a NULL value.
isNull() - Method in class com.google.cloud.spanner.Value
Returns true if this instance represents a NULL value.
isParsableFrom(String) - Static method in class com.google.spanner.admin.database.v1.BackupName
 
isParsableFrom(String) - Static method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
isParsableFrom(String) - Static method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
isParsableFrom(String) - Static method in class com.google.spanner.admin.database.v1.DatabaseName
 
isParsableFrom(String) - Static method in class com.google.spanner.admin.database.v1.InstanceName
 
isParsableFrom(String) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
isParsableFrom(String) - Static method in class com.google.spanner.admin.instance.v1.InstanceName
 
isParsableFrom(String) - Static method in class com.google.spanner.admin.instance.v1.ProjectName
 
isParsableFrom(String) - Static method in class com.google.spanner.v1.DatabaseName
 
isParsableFrom(String) - Static method in class com.google.spanner.v1.SessionName
 
isQuery(String) - Method in class com.google.cloud.spanner.connection.AbstractStatementParser
Checks whether the given statement is (probably) a SELECT query.
isQuery() - Method in class com.google.cloud.spanner.connection.AbstractStatementParser.ParsedStatement
Returns true if the statement is a query that will return a ResultSet.
isReadOnly() - Method in interface com.google.cloud.spanner.connection.Connection
 
isReadOnly() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The initial readonly value for connections created by this ConnectionOptions
isReady() - Method in class com.google.cloud.spanner.Backup
Returns true if this backup is ready to use.
IsRetryableInternalError - Class in com.google.cloud.spanner
 
IsRetryableInternalError() - Constructor for class com.google.cloud.spanner.IsRetryableInternalError
 
isRetryAbortsInternally() - Method in interface com.google.cloud.spanner.connection.Connection
 
isRetryAbortsInternally() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
The initial retryAbortsInternally value for connections created by this ConnectionOptions
isReturnCommitStats() - Method in interface com.google.cloud.spanner.connection.Connection
 
isReturnCommitStats() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
Whether connections created by this ConnectionOptions return commit stats.
isShutdown() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
 
isShutdown() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
isShutdown() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
 
isShutdown() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
isShutdown() - Method in class com.google.cloud.spanner.v1.SpannerClient
 
isShutdown() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
IsSslHandshakeException - Class in com.google.cloud.spanner
 
IsSslHandshakeException() - Constructor for class com.google.cloud.spanner.IsSslHandshakeException
 
isSuccessful() - Method in class com.google.cloud.spanner.Operation
Returns true if the operation completed successfully.
isTerminated() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
 
isTerminated() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
isTerminated() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
 
isTerminated() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
isTerminated() - Method in class com.google.cloud.spanner.v1.SpannerClient
 
isTerminated() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
isTrackTransactionStarter() - Method in class com.google.cloud.spanner.SpannerOptions
 
isTransactionStarted() - Method in interface com.google.cloud.spanner.connection.Connection
 
isUpdate() - Method in class com.google.cloud.spanner.connection.AbstractStatementParser.ParsedStatement
Returns true if the statement is a DML statement or a client side statement that will return an update count.
isUpdateStatement(String) - Method in class com.google.cloud.spanner.connection.AbstractStatementParser
Checks whether the given statement is (probably) an update statement.
isUsingEmulator() - Static method in class com.google.cloud.spanner.testing.EmulatorSpannerHelper
Checks whether the emulator is being used.

J

json() - Static method in class com.google.cloud.spanner.Type
Returns the descriptor for the JSON type.
json(String) - Static method in class com.google.cloud.spanner.Value
Returns a STRING value.
JSON_VALUE - Static variable in enum com.google.spanner.v1.TypeCode
Encoded as a JSON-formatted `string` as described in RFC 7159.
jsonArray(Iterable<String>) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<STRING> value.

K

Key - Class in com.google.cloud.spanner
Represents a row key in a Cloud Spanner table or index.
Key.Builder - Class in com.google.cloud.spanner
Builder for Key instances.
KEY_SET_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Mutation.Delete
 
KEY_SET_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionReadRequest
 
KEY_SET_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ReadRequest
 
KeyRange - Class in com.google.cloud.spanner
Represents a range of rows in a table or index.
KeyRange - Class in com.google.spanner.v1
KeyRange represents a range of rows in a table or index.
KeyRange.Builder - Class in com.google.cloud.spanner
Builder for KeyRange instances.
KeyRange.Builder - Class in com.google.spanner.v1
KeyRange represents a range of rows in a table or index.
KeyRange.EndKeyTypeCase - Enum in com.google.spanner.v1
 
KeyRange.Endpoint - Enum in com.google.cloud.spanner
Defines whether a range includes or excludes its endpoint keys.
KeyRange.StartKeyTypeCase - Enum in com.google.spanner.v1
 
KeyRangeOrBuilder - Interface in com.google.spanner.v1
 
KEYS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.KeySet
 
KeySet - Class in com.google.cloud.spanner
Defines a collection of Cloud Spanner keys and/or key ranges.
KeySet - Class in com.google.spanner.v1
`KeySet` defines a collection of Cloud Spanner keys and/or key ranges.
KeySet.Builder - Class in com.google.cloud.spanner
Builder for KeySet instances.
KeySet.Builder - Class in com.google.spanner.v1
`KeySet` defines a collection of Cloud Spanner keys and/or key ranges.
KeySetOrBuilder - Interface in com.google.spanner.v1
 
KeysProto - Class in com.google.spanner.v1
 
KIND_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PlanNode
 
KIND_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.v1.PlanNode.Kind
Not specified.
KMS_KEY_NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
KMS_KEY_NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
KMS_KEY_NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.EncryptionConfig
 
KMS_KEY_NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
KMS_KEY_VERSION_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.EncryptionInfo
 

L

LABELS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.Instance
 
LABELS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Session
 
LazySpannerInitializer - Class in com.google.cloud.spanner
Default implementation of AbstractLazyInitializer for a Spanner instance.
LazySpannerInitializer() - Constructor for class com.google.cloud.spanner.LazySpannerInitializer
 
LEADER_OPTIONS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.InstanceConfig
 
LENIENT_PROPERTY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
Name of the 'lenientMode' connection property.
limit(long) - Static method in class com.google.cloud.spanner.Options
Specifying this will cause the read to yield at most this many rows.
LIMIT_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ReadRequest
 
listBackupOperations(InstanceName) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.
listBackupOperations(String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.
listBackupOperations(ListBackupOperationsRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.
listBackupOperations() - Method in class com.google.cloud.spanner.Backup
Returns all long-running backup operations for this Backup.
listBackupOperations(String, Options.ListOption...) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Lists long-running backup operations on the specified instance.
listBackupOperations(Options.ListOption...) - Method in class com.google.cloud.spanner.Instance
Returns the long-running backup operations on this instance.
listBackupOperations(String, int, String, String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
listBackupOperations(String, int, String, String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
List all long-running backup operations on the given instance.
listBackupOperations(ListBackupOperationsRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.
listBackupOperations(ListBackupOperationsRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.
listBackupOperations(ListBackupOperationsRequest, StreamObserver<ListBackupOperationsResponse>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.
listBackupOperations(ListBackupOperationsRequest, StreamObserver<ListBackupOperationsResponse>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.
listBackupOperationsCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.
listBackupOperationsCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
listBackupOperationsCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
listBackupOperationsPagedCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.
listBackupOperationsPagedCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
listBackupOperationsPagedCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
ListBackupOperationsRequest - Class in com.google.spanner.admin.database.v1
The request for [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations].
ListBackupOperationsRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations].
ListBackupOperationsRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
ListBackupOperationsResponse - Class in com.google.spanner.admin.database.v1
The response for [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations].
ListBackupOperationsResponse.Builder - Class in com.google.spanner.admin.database.v1
The response for [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations].
ListBackupOperationsResponseOrBuilder - Interface in com.google.spanner.admin.database.v1
 
listBackupOperationsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to listBackupOperations.
listBackupOperationsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to listBackupOperations.
listBackupOperationsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to listBackupOperations.
listBackupOperationsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to listBackupOperations.
listBackups(InstanceName) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists completed and pending backups.
listBackups(String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists completed and pending backups.
listBackups(ListBackupsRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists completed and pending backups.
listBackups(String, Options.ListOption...) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Returns the list of Cloud Spanner backups in the given instance.
listBackups(Options.ListOption...) - Method in class com.google.cloud.spanner.Instance
Returns the backups belonging to this instance.
listBackups(String, int, String, String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
listBackups(String, int, String, String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Lists the backups in the specified instance.
listBackups(ListBackupsRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Lists completed and pending backups.
listBackups(ListBackupsRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Lists completed and pending backups.
listBackups(ListBackupsRequest, StreamObserver<ListBackupsResponse>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Lists completed and pending backups.
listBackups(ListBackupsRequest, StreamObserver<ListBackupsResponse>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Lists completed and pending backups.
listBackupsCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists completed and pending backups.
listBackupsCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
listBackupsCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
listBackupsPagedCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists completed and pending backups.
listBackupsPagedCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
listBackupsPagedCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
ListBackupsRequest - Class in com.google.spanner.admin.database.v1
The request for [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups].
ListBackupsRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups].
ListBackupsRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
ListBackupsResponse - Class in com.google.spanner.admin.database.v1
The response for [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups].
ListBackupsResponse.Builder - Class in com.google.spanner.admin.database.v1
The response for [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups].
ListBackupsResponseOrBuilder - Interface in com.google.spanner.admin.database.v1
 
listBackupsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to listBackups.
listBackupsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to listBackups.
listBackupsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to listBackups.
listBackupsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to listBackups.
listDatabaseOperations(InstanceName) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists database [longrunning-operations][google.longrunning.Operation].
listDatabaseOperations(String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists database [longrunning-operations][google.longrunning.Operation].
listDatabaseOperations(ListDatabaseOperationsRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists database [longrunning-operations][google.longrunning.Operation].
listDatabaseOperations() - Method in class com.google.cloud.spanner.Database
Returns the long-running operations for this database.
listDatabaseOperations(String, Options.ListOption...) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Lists long-running database operations on the specified instance.
listDatabaseOperations(Options.ListOption...) - Method in class com.google.cloud.spanner.Instance
Returns the long-running database operations on this instance.
listDatabaseOperations(String, int, String, String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
listDatabaseOperations(String, int, String, String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
listDatabaseOperations(ListDatabaseOperationsRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Lists database [longrunning-operations][google.longrunning.Operation].
listDatabaseOperations(ListDatabaseOperationsRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Lists database [longrunning-operations][google.longrunning.Operation].
listDatabaseOperations(ListDatabaseOperationsRequest, StreamObserver<ListDatabaseOperationsResponse>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Lists database [longrunning-operations][google.longrunning.Operation].
listDatabaseOperations(ListDatabaseOperationsRequest, StreamObserver<ListDatabaseOperationsResponse>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Lists database [longrunning-operations][google.longrunning.Operation].
listDatabaseOperationsCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists database [longrunning-operations][google.longrunning.Operation].
listDatabaseOperationsCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
listDatabaseOperationsCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
listDatabaseOperationsPagedCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists database [longrunning-operations][google.longrunning.Operation].
listDatabaseOperationsPagedCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
listDatabaseOperationsPagedCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
ListDatabaseOperationsRequest - Class in com.google.spanner.admin.database.v1
The request for [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations].
ListDatabaseOperationsRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations].
ListDatabaseOperationsRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
ListDatabaseOperationsResponse - Class in com.google.spanner.admin.database.v1
The response for [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations].
ListDatabaseOperationsResponse.Builder - Class in com.google.spanner.admin.database.v1
The response for [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations].
ListDatabaseOperationsResponseOrBuilder - Interface in com.google.spanner.admin.database.v1
 
listDatabaseOperationsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to listDatabaseOperations.
listDatabaseOperationsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to listDatabaseOperations.
listDatabaseOperationsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to listDatabaseOperations.
listDatabaseOperationsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to listDatabaseOperations.
listDatabases(InstanceName) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists Cloud Spanner databases.
listDatabases(String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists Cloud Spanner databases.
listDatabases(ListDatabasesRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists Cloud Spanner databases.
listDatabases(String, Options.ListOption...) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Returns the list of Cloud Spanner database in the given instance.
listDatabases(Options.ListOption...) - Method in class com.google.cloud.spanner.Instance
 
listDatabases(String, int, String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
listDatabases(String, int, String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
listDatabases(ListDatabasesRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Lists Cloud Spanner databases.
listDatabases(ListDatabasesRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Lists Cloud Spanner databases.
listDatabases(ListDatabasesRequest, StreamObserver<ListDatabasesResponse>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Lists Cloud Spanner databases.
listDatabases(ListDatabasesRequest, StreamObserver<ListDatabasesResponse>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Lists Cloud Spanner databases.
listDatabasesCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists Cloud Spanner databases.
listDatabasesCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
listDatabasesCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
listDatabasesPagedCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Lists Cloud Spanner databases.
listDatabasesPagedCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
listDatabasesPagedCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
ListDatabasesRequest - Class in com.google.spanner.admin.database.v1
The request for [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases].
ListDatabasesRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases].
ListDatabasesRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
ListDatabasesResponse - Class in com.google.spanner.admin.database.v1
The response for [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases].
ListDatabasesResponse.Builder - Class in com.google.spanner.admin.database.v1
The response for [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases].
ListDatabasesResponseOrBuilder - Interface in com.google.spanner.admin.database.v1
 
listDatabasesSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to listDatabases.
listDatabasesSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to listDatabases.
listDatabasesSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to listDatabases.
listDatabasesSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to listDatabases.
listInstanceConfigs(ProjectName) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Lists the supported instance configurations for a given project.
listInstanceConfigs(String) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Lists the supported instance configurations for a given project.
listInstanceConfigs(ListInstanceConfigsRequest) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Lists the supported instance configurations for a given project.
listInstanceConfigs(Options.ListOption...) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Lists the supported instance configs for current project.
listInstanceConfigs(int, String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
listInstanceConfigs(int, String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
listInstanceConfigs(ListInstanceConfigsRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminBlockingStub
Lists the supported instance configurations for a given project.
listInstanceConfigs(ListInstanceConfigsRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminFutureStub
Lists the supported instance configurations for a given project.
listInstanceConfigs(ListInstanceConfigsRequest, StreamObserver<ListInstanceConfigsResponse>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminImplBase
Lists the supported instance configurations for a given project.
listInstanceConfigs(ListInstanceConfigsRequest, StreamObserver<ListInstanceConfigsResponse>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminStub
Lists the supported instance configurations for a given project.
listInstanceConfigsCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Lists the supported instance configurations for a given project.
listInstanceConfigsCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
listInstanceConfigsCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
listInstanceConfigsPagedCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Lists the supported instance configurations for a given project.
listInstanceConfigsPagedCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
listInstanceConfigsPagedCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
ListInstanceConfigsRequest - Class in com.google.spanner.admin.instance.v1
The request for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].
ListInstanceConfigsRequest.Builder - Class in com.google.spanner.admin.instance.v1
The request for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].
ListInstanceConfigsRequestOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
ListInstanceConfigsResponse - Class in com.google.spanner.admin.instance.v1
The response for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].
ListInstanceConfigsResponse.Builder - Class in com.google.spanner.admin.instance.v1
The response for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].
ListInstanceConfigsResponseOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
listInstanceConfigsSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Returns the builder for the settings used for calls to listInstanceConfigs.
listInstanceConfigsSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the object with the settings used for calls to listInstanceConfigs.
listInstanceConfigsSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Returns the builder for the settings used for calls to listInstanceConfigs.
listInstanceConfigsSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the object with the settings used for calls to listInstanceConfigs.
listInstances(ProjectName) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Lists all instances in the given project.
listInstances(String) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Lists all instances in the given project.
listInstances(ListInstancesRequest) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Lists all instances in the given project.
listInstances(Options.ListOption...) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Lists the instances.
listInstances(int, String, String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
listInstances(int, String, String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
listInstances(ListInstancesRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminBlockingStub
Lists all instances in the given project.
listInstances(ListInstancesRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminFutureStub
Lists all instances in the given project.
listInstances(ListInstancesRequest, StreamObserver<ListInstancesResponse>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminImplBase
Lists all instances in the given project.
listInstances(ListInstancesRequest, StreamObserver<ListInstancesResponse>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminStub
Lists all instances in the given project.
listInstancesCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Lists all instances in the given project.
listInstancesCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
listInstancesCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
listInstancesPagedCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Lists all instances in the given project.
listInstancesPagedCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
listInstancesPagedCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
ListInstancesRequest - Class in com.google.spanner.admin.instance.v1
The request for [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances].
ListInstancesRequest.Builder - Class in com.google.spanner.admin.instance.v1
The request for [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances].
ListInstancesRequestOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
ListInstancesResponse - Class in com.google.spanner.admin.instance.v1
The response for [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances].
ListInstancesResponse.Builder - Class in com.google.spanner.admin.instance.v1
The response for [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances].
ListInstancesResponseOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
listInstancesSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Returns the builder for the settings used for calls to listInstances.
listInstancesSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the object with the settings used for calls to listInstances.
listInstancesSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Returns the builder for the settings used for calls to listInstances.
listInstancesSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the object with the settings used for calls to listInstances.
listSessions(DatabaseName) - Method in class com.google.cloud.spanner.v1.SpannerClient
Lists all sessions in a given database.
listSessions(String) - Method in class com.google.cloud.spanner.v1.SpannerClient
Lists all sessions in a given database.
listSessions(ListSessionsRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Lists all sessions in a given database.
listSessions(ListSessionsRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Lists all sessions in a given database.
listSessions(ListSessionsRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Lists all sessions in a given database.
listSessions(ListSessionsRequest, StreamObserver<ListSessionsResponse>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Lists all sessions in a given database.
listSessions(ListSessionsRequest, StreamObserver<ListSessionsResponse>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Lists all sessions in a given database.
listSessionsCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Lists all sessions in a given database.
listSessionsCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
listSessionsCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
listSessionsPagedCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Lists all sessions in a given database.
listSessionsPagedCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
listSessionsPagedCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
ListSessionsRequest - Class in com.google.spanner.v1
The request for [ListSessions][google.spanner.v1.Spanner.ListSessions].
ListSessionsRequest.Builder - Class in com.google.spanner.v1
The request for [ListSessions][google.spanner.v1.Spanner.ListSessions].
ListSessionsRequestOrBuilder - Interface in com.google.spanner.v1
 
ListSessionsResponse - Class in com.google.spanner.v1
The response for [ListSessions][google.spanner.v1.Spanner.ListSessions].
ListSessionsResponse.Builder - Class in com.google.spanner.v1
The response for [ListSessions][google.spanner.v1.Spanner.ListSessions].
ListSessionsResponseOrBuilder - Interface in com.google.spanner.v1
 
listSessionsSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to listSessions.
listSessionsSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to listSessions.
listSessionsSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to listSessions.
listSessionsSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to listSessions.
LOCATION_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ReplicaInfo
 

M

MAX_EXPIRE_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Backup
 
MAX_PARTITIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionOptions
 
MAX_SESSIONS_PROPERTY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
Name of the 'maxSessions' connection property.
MAX_STALENESS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
mergeApproximateLastUseTime(Timestamp) - Method in class com.google.spanner.v1.Session.Builder
Output only.
mergeArrayElementType(Type) - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
mergeBackup(Backup) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
mergeBackup(Backup) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
mergeBackupInfo(BackupInfo) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Information about the backup used to restore the database.
mergeBackupInfo(BackupInfo) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
Information about the backup used to restore the database.
mergeBegin(TransactionOptions) - Method in class com.google.spanner.v1.TransactionSelector.Builder
Begin a new transaction and execute this read or SQL query in it.
mergeCancelTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The time at which cancellation of CopyBackup operation was received.
mergeCancelTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The time at which cancellation of this operation was received.
mergeCancelTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The time at which cancellation of this operation was received.
mergeCancelTime(Timestamp) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation was cancelled.
mergeCancelTime(Timestamp) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation was cancelled.
mergeCommitStats(CommitResponse.CommitStats) - Method in class com.google.spanner.v1.CommitResponse.Builder
The statistics about this Commit.
mergeCommitTimestamp(Timestamp) - Method in class com.google.spanner.v1.CommitResponse.Builder
The Cloud Spanner timestamp at which the transaction committed.
mergeCreateTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
mergeCreateTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
mergeCreateTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
mergeCreateTime(Timestamp) - Method in class com.google.spanner.v1.Session.Builder
Output only.
mergeDelete(Mutation.Delete) - Method in class com.google.spanner.v1.Mutation.Builder
Delete rows from a table.
mergeEarliestVersionTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
mergeEncryptionConfig(CopyBackupEncryptionConfig) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Optional.
mergeEncryptionConfig(CreateBackupEncryptionConfig) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Optional.
mergeEncryptionConfig(EncryptionConfig) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
mergeEncryptionConfig(EncryptionConfig) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
mergeEncryptionConfig(RestoreDatabaseEncryptionConfig) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Optional.
mergeEncryptionInfo(EncryptionInfo) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
mergeEncryptionStatus(Status) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
mergeEndClosed(ListValue) - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
mergeEndOpen(ListValue) - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
mergeEndTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
If set, the time at which this operation failed or was completed successfully.
mergeEndTime(Timestamp) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
mergeEndTime(Timestamp) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
mergeExactStaleness(Duration) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp that is `exact_staleness` old.
mergeExecutionStats(Struct) - Method in class com.google.spanner.v1.PlanNode.Builder
The execution statistics associated with the node, contained in a group of key-value pairs.
mergeExpireTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
mergeExpireTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
mergeFieldMask(FieldMask) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
mergeFieldMask(FieldMask) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
mergeFrom(Backup) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
mergeFrom(BackupInfo) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
mergeFrom(CopyBackupEncryptionConfig) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
mergeFrom(CopyBackupMetadata) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
mergeFrom(CopyBackupRequest) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
mergeFrom(CreateBackupEncryptionConfig) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
mergeFrom(CreateBackupMetadata) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
mergeFrom(CreateBackupRequest) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
mergeFrom(CreateDatabaseMetadata) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
mergeFrom(CreateDatabaseRequest) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
mergeFrom(Database) - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
mergeFrom(DeleteBackupRequest) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
mergeFrom(DropDatabaseRequest) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
mergeFrom(EncryptionConfig) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
mergeFrom(EncryptionInfo) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
mergeFrom(GetBackupRequest) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
mergeFrom(GetDatabaseDdlRequest) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
mergeFrom(GetDatabaseDdlResponse) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
mergeFrom(GetDatabaseRequest) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
mergeFrom(ListBackupOperationsRequest) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
mergeFrom(ListBackupOperationsResponse) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
mergeFrom(ListBackupsRequest) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
mergeFrom(ListBackupsResponse) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
mergeFrom(ListDatabaseOperationsRequest) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
mergeFrom(ListDatabaseOperationsResponse) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
mergeFrom(ListDatabasesRequest) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
mergeFrom(ListDatabasesResponse) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
mergeFrom(OperationProgress) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
mergeFrom(OptimizeRestoredDatabaseMetadata) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
mergeFrom(RestoreDatabaseEncryptionConfig) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
mergeFrom(RestoreDatabaseMetadata) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
mergeFrom(RestoreDatabaseRequest) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
mergeFrom(RestoreInfo) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
mergeFrom(UpdateBackupRequest) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
mergeFrom(UpdateDatabaseDdlMetadata) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
mergeFrom(UpdateDatabaseDdlRequest) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
mergeFrom(CreateInstanceMetadata) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
mergeFrom(CreateInstanceRequest) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
mergeFrom(DeleteInstanceRequest) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
mergeFrom(GetInstanceConfigRequest) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
mergeFrom(GetInstanceRequest) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
mergeFrom(Instance) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
mergeFrom(InstanceConfig) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
mergeFrom(ListInstanceConfigsRequest) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
mergeFrom(ListInstanceConfigsResponse) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
mergeFrom(ListInstancesRequest) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
mergeFrom(ListInstancesResponse) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
mergeFrom(ReplicaInfo) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
mergeFrom(UpdateInstanceMetadata) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
mergeFrom(UpdateInstanceRequest) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
mergeFrom(BatchCreateSessionsRequest) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
mergeFrom(BatchCreateSessionsResponse) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
mergeFrom(BeginTransactionRequest) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.CommitRequest.Builder
 
mergeFrom(CommitRequest) - Method in class com.google.spanner.v1.CommitRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.CommitRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.CommitResponse.Builder
 
mergeFrom(CommitResponse) - Method in class com.google.spanner.v1.CommitResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.CommitResponse.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
mergeFrom(CommitResponse.CommitStats) - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
mergeFrom(CreateSessionRequest) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
mergeFrom(DeleteSessionRequest) - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
mergeFrom(ExecuteBatchDmlRequest) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
mergeFrom(ExecuteBatchDmlRequest.Statement) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
mergeFrom(ExecuteBatchDmlResponse) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
mergeFrom(ExecuteSqlRequest) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
mergeFrom(ExecuteSqlRequest.QueryOptions) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
mergeFrom(GetSessionRequest) - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.KeyRange.Builder
 
mergeFrom(KeyRange) - Method in class com.google.spanner.v1.KeyRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.KeyRange.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.KeySet.Builder
 
mergeFrom(KeySet) - Method in class com.google.spanner.v1.KeySet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.KeySet.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
mergeFrom(ListSessionsRequest) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
mergeFrom(ListSessionsResponse) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.Mutation.Builder
 
mergeFrom(Mutation) - Method in class com.google.spanner.v1.Mutation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.Mutation.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
mergeFrom(Mutation.Delete) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
mergeFrom(Mutation.Write) - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
mergeFrom(PartialResultSet) - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.Partition.Builder
 
mergeFrom(Partition) - Method in class com.google.spanner.v1.Partition.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.Partition.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
mergeFrom(PartitionOptions) - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
mergeFrom(PartitionQueryRequest) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
mergeFrom(PartitionReadRequest) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
mergeFrom(PartitionResponse) - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.PlanNode.Builder
 
mergeFrom(PlanNode) - Method in class com.google.spanner.v1.PlanNode.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.PlanNode.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
mergeFrom(PlanNode.ChildLink) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
mergeFrom(PlanNode.ShortRepresentation) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.QueryPlan.Builder
 
mergeFrom(QueryPlan) - Method in class com.google.spanner.v1.QueryPlan.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.QueryPlan.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.ReadRequest.Builder
 
mergeFrom(ReadRequest) - Method in class com.google.spanner.v1.ReadRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.ReadRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.RequestOptions.Builder
 
mergeFrom(RequestOptions) - Method in class com.google.spanner.v1.RequestOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.RequestOptions.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.ResultSet.Builder
 
mergeFrom(ResultSet) - Method in class com.google.spanner.v1.ResultSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.ResultSet.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
mergeFrom(ResultSetMetadata) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
mergeFrom(ResultSetStats) - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
mergeFrom(RollbackRequest) - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.Session.Builder
 
mergeFrom(Session) - Method in class com.google.spanner.v1.Session.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.Session.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.StructType.Builder
 
mergeFrom(StructType) - Method in class com.google.spanner.v1.StructType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.StructType.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.StructType.Field.Builder
 
mergeFrom(StructType.Field) - Method in class com.google.spanner.v1.StructType.Field.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.StructType.Field.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.Transaction.Builder
 
mergeFrom(Transaction) - Method in class com.google.spanner.v1.Transaction.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.Transaction.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
mergeFrom(TransactionOptions) - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
mergeFrom(TransactionOptions.PartitionedDml) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
mergeFrom(TransactionOptions.ReadOnly) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
mergeFrom(TransactionOptions.ReadWrite) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
mergeFrom(TransactionSelector) - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
mergeFrom(Message) - Method in class com.google.spanner.v1.Type.Builder
 
mergeFrom(Type) - Method in class com.google.spanner.v1.Type.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.spanner.v1.Type.Builder
 
mergeInsert(Mutation.Write) - Method in class com.google.spanner.v1.Mutation.Builder
Insert new rows in a table.
mergeInsertOrUpdate(Mutation.Write) - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
mergeInstance(Instance) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The instance being created.
mergeInstance(Instance) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
mergeInstance(Instance) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The desired end state of the update.
mergeInstance(Instance) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
mergeKeySet(KeySet) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
mergeKeySet(KeySet) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
mergeKeySet(KeySet) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
mergeMaxExpireTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
mergeMaxStaleness(Duration) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Read data at a timestamp >= `NOW - max_staleness` seconds.
mergeMetadata(ResultSetMetadata) - Method in class com.google.spanner.v1.PartialResultSet.Builder
Metadata about the result set, such as row type information.
mergeMetadata(Struct) - Method in class com.google.spanner.v1.PlanNode.Builder
Attributes relevant to the node contained in a group of key-value pairs.
mergeMetadata(ResultSetMetadata) - Method in class com.google.spanner.v1.ResultSet.Builder
Metadata about the result set, such as row type information.
mergeMinReadTimestamp(Timestamp) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp >= `min_read_timestamp`.
mergeOptions(TransactionOptions) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
mergeParams(Struct) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Parameter names and values that bind to placeholders in the DML string.
mergeParams(Struct) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
mergeParams(Struct) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
mergePartitionedDml(TransactionOptions.PartitionedDml) - Method in class com.google.spanner.v1.TransactionOptions.Builder
Partitioned DML transaction.
mergePartitionOptions(PartitionOptions) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Additional options that affect how many partitions are created.
mergePartitionOptions(PartitionOptions) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Additional options that affect how many partitions are created.
mergeProgress(OperationProgress) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
mergeProgress(OperationProgress) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
mergeProgress(OperationProgress) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
The progress of the post-restore optimizations.
mergeProgress(OperationProgress) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
mergeQueryOptions(ExecuteSqlRequest.QueryOptions) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Query optimizer configuration to use for the given query.
mergeQueryPlan(QueryPlan) - Method in class com.google.spanner.v1.ResultSetStats.Builder
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
mergeQueryStats(Struct) - Method in class com.google.spanner.v1.ResultSetStats.Builder
Aggregated statistics from the execution of the query.
mergeReadOnly(TransactionOptions.ReadOnly) - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction will not write.
mergeReadTimestamp(Timestamp) - Method in class com.google.spanner.v1.Transaction.Builder
For snapshot read-only transactions, the read timestamp chosen for the transaction.
mergeReadTimestamp(Timestamp) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at the given timestamp.
mergeReadWrite(TransactionOptions.ReadWrite) - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction may write.
mergeReplace(Mutation.Write) - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
mergeRequestOptions(RequestOptions) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Common options for this request.
mergeRequestOptions(RequestOptions) - Method in class com.google.spanner.v1.CommitRequest.Builder
Common options for this request.
mergeRequestOptions(RequestOptions) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Common options for this request.
mergeRequestOptions(RequestOptions) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Common options for this request.
mergeRequestOptions(RequestOptions) - Method in class com.google.spanner.v1.ReadRequest.Builder
Common options for this request.
mergeRestoreInfo(RestoreInfo) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
mergeRowType(StructType) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
Indicates the field names and types for the rows in the result set.
mergeSession(Session) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
mergeSessionTemplate(Session) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Parameters to be applied to each created session.
mergeShortRepresentation(PlanNode.ShortRepresentation) - Method in class com.google.spanner.v1.PlanNode.Builder
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
mergeSingleUse(TransactionOptions) - Method in class com.google.spanner.v1.TransactionSelector.Builder
Execute the read or SQL query in a temporary transaction.
mergeSingleUseTransaction(TransactionOptions) - Method in class com.google.spanner.v1.CommitRequest.Builder
Execute mutations in a temporary transaction.
mergeStartClosed(ListValue) - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
mergeStartOpen(ListValue) - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
mergeStartTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
Time the request was received.
mergeStartTime(Timestamp) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
mergeStartTime(Timestamp) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
mergeStats(ResultSetStats) - Method in class com.google.spanner.v1.PartialResultSet.Builder
Query plan and execution statistics for the statement that produced this streaming result set.
mergeStats(ResultSetStats) - Method in class com.google.spanner.v1.ResultSet.Builder
Query plan and execution statistics for the SQL statement that produced this result set.
mergeStatus(Status) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
If all DML statements are executed successfully, the status is `OK`.
mergeStructType(StructType) - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
mergeTransaction(TransactionSelector) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
mergeTransaction(TransactionSelector) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
The transaction to use.
mergeTransaction(TransactionSelector) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
mergeTransaction(TransactionSelector) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
mergeTransaction(Transaction) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Transaction created by this request.
mergeTransaction(TransactionSelector) - Method in class com.google.spanner.v1.ReadRequest.Builder
The transaction to use.
mergeTransaction(Transaction) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
mergeType(Type) - Method in class com.google.spanner.v1.StructType.Field.Builder
The type of the field.
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.CommitRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.CommitResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.KeyRange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.KeySet.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Mutation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Partition.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PlanNode.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.QueryPlan.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ReadRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.RequestOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ResultSet.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Session.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.StructType.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.StructType.Field.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Transaction.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Type.Builder
 
mergeUpdate(Mutation.Write) - Method in class com.google.spanner.v1.Mutation.Builder
Update existing rows in a table.
mergeUpdateMask(FieldMask) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
mergeVersionTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
mergeVersionTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
METADATA_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartialResultSet
 
METADATA_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PlanNode
 
METADATA_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ResultSet
 
METHOD - Static variable in class com.google.cloud.spanner.spi.v1.SpannerRpcViews
TagKeys
MIN_READ_TIMESTAMP_FIELD_NUMBER - Static variable in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
MIN_SESSIONS_PROPERTY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
Name of the 'minSessions' connection property.
Mutation - Class in com.google.cloud.spanner
Represents an individual table modification to be applied to Cloud Spanner.
Mutation - Class in com.google.spanner.v1
A modification to one or more Cloud Spanner rows.
Mutation.Builder - Class in com.google.spanner.v1
A modification to one or more Cloud Spanner rows.
Mutation.Delete - Class in com.google.spanner.v1
Arguments to [delete][google.spanner.v1.Mutation.delete] operations.
Mutation.Delete.Builder - Class in com.google.spanner.v1
Arguments to [delete][google.spanner.v1.Mutation.delete] operations.
Mutation.DeleteOrBuilder - Interface in com.google.spanner.v1
 
Mutation.Op - Enum in com.google.cloud.spanner
Enumerates the types of mutation that can be applied.
Mutation.OperationCase - Enum in com.google.spanner.v1
 
Mutation.Write - Class in com.google.spanner.v1
Arguments to [insert][google.spanner.v1.Mutation.insert], [update][google.spanner.v1.Mutation.update], [insert_or_update][google.spanner.v1.Mutation.insert_or_update], and [replace][google.spanner.v1.Mutation.replace] operations.
Mutation.Write.Builder - Class in com.google.spanner.v1
Arguments to [insert][google.spanner.v1.Mutation.insert], [update][google.spanner.v1.Mutation.update], [insert_or_update][google.spanner.v1.Mutation.insert_or_update], and [replace][google.spanner.v1.Mutation.replace] operations.
Mutation.WriteBuilder - Class in com.google.cloud.spanner
Mutation.WriteOrBuilder - Interface in com.google.spanner.v1
 
MUTATION_COUNT_FIELD_NUMBER - Static variable in class com.google.spanner.v1.CommitResponse.CommitStats
 
MutationOrBuilder - Interface in com.google.spanner.v1
 
MutationProto - Class in com.google.spanner.v1
 
MUTATIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.CommitRequest
 

N

NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Backup
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Database
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.GetBackupRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.Instance
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.InstanceConfig
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.v1.DeleteSessionRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.v1.GetSessionRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Session
 
NAME_FIELD_NUMBER - Static variable in class com.google.spanner.v1.StructType.Field
 
NAN - Static variable in class com.google.cloud.spanner.Value
Constant to specify a PG Numeric NaN value.
newAbortedDueToConcurrentModificationException(AbortedException) - Static method in class com.google.cloud.spanner.SpannerExceptionFactory
Constructs a specific aborted exception that should only be thrown by a connection after an internal retry aborted due to concurrent modifications.
newAbortedDueToConcurrentModificationException(AbortedException, SpannerException) - Static method in class com.google.cloud.spanner.SpannerExceptionFactory
Constructs a specific aborted exception that should only be thrown by a connection after an internal retry aborted because a database call caused an exception that did not happen during the original attempt.
newAbortedDueToConcurrentModificationException(AbortedDueToConcurrentModificationException) - Static method in class com.google.cloud.spanner.SpannerExceptionFactory
Constructs a new AbortedDueToConcurrentModificationException that can be re-thrown for a transaction that had already been aborted, but that the client application tried to use for additional statements.
newBackupBuilder(BackupId) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Returns a builder for a Backup object with the given id.
newBlockingStub(Channel) - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class com.google.spanner.v1.SpannerGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns a new builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns a new builder for this class.
newBuilder() - Static method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns a new builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns a new builder for this class.
newBuilder() - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns a new builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns a new builder for this class.
newBuilder() - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns a new builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns a new builder for this class.
newBuilder() - Static method in class com.google.cloud.spanner.connection.ConnectionOptions
newBuilder(InstanceId) - Static method in class com.google.cloud.spanner.InstanceInfo
 
newBuilder() - Static method in class com.google.cloud.spanner.Key
Returns a new builder for constructing a key.
newBuilder() - Static method in class com.google.cloud.spanner.KeyRange
Returns a new builder for constructing a range.
newBuilder() - Static method in class com.google.cloud.spanner.KeySet
Returns a new builder that can be used to construct a key set.
newBuilder() - Static method in class com.google.cloud.spanner.PartitionOptions
 
newBuilder() - Static method in class com.google.cloud.spanner.SessionPoolOptions
 
newBuilder() - Static method in class com.google.cloud.spanner.SpannerOptions
 
newBuilder(String) - Static method in class com.google.cloud.spanner.Statement
Creates a new statement builder with the SQL text sql.
newBuilder() - Static method in class com.google.cloud.spanner.Struct
Returns a builder for creating a non-NULL Struct instance.
newBuilder() - Static method in class com.google.cloud.spanner.v1.SpannerSettings
Returns a new builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.spanner.v1.SpannerSettings
Returns a new builder for this class.
newBuilder() - Static method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns a new builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns a new builder for this class.
newBuilder() - Static method in class com.google.spanner.admin.database.v1.Backup
 
newBuilder(Backup) - Static method in class com.google.spanner.admin.database.v1.Backup
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
newBuilder(BackupInfo) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.BackupName
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
newBuilder(CopyBackupEncryptionConfig) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
newBuilder(CopyBackupMetadata) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
newBuilder(CopyBackupRequest) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
newBuilder(CreateBackupEncryptionConfig) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
newBuilder(CreateBackupMetadata) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
newBuilder(CreateBackupRequest) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
newBuilder(CreateDatabaseMetadata) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
newBuilder(CreateDatabaseRequest) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.Database
 
newBuilder(Database) - Static method in class com.google.spanner.admin.database.v1.Database
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.DatabaseName
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
newBuilder(DeleteBackupRequest) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
newBuilder(DropDatabaseRequest) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
newBuilder(EncryptionConfig) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
newBuilder(EncryptionInfo) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
newBuilder(GetBackupRequest) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
newBuilder(GetDatabaseDdlRequest) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
newBuilder(GetDatabaseDdlResponse) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
newBuilder(GetDatabaseRequest) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.InstanceName
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
newBuilder(ListBackupOperationsRequest) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
newBuilder(ListBackupOperationsResponse) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
newBuilder(ListBackupsRequest) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
newBuilder(ListBackupsResponse) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
newBuilder(ListDatabaseOperationsRequest) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
newBuilder(ListDatabaseOperationsResponse) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
newBuilder(ListDatabasesRequest) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
newBuilder(ListDatabasesResponse) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
newBuilder(OperationProgress) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
newBuilder(OptimizeRestoredDatabaseMetadata) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
newBuilder(RestoreDatabaseEncryptionConfig) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
newBuilder(RestoreDatabaseMetadata) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
newBuilder(RestoreDatabaseRequest) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
newBuilder(RestoreInfo) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
newBuilder(UpdateBackupRequest) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
newBuilder(UpdateDatabaseDdlMetadata) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
newBuilder() - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
newBuilder(UpdateDatabaseDdlRequest) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
newBuilder(CreateInstanceMetadata) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
newBuilder(CreateInstanceRequest) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
newBuilder(DeleteInstanceRequest) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
newBuilder(GetInstanceConfigRequest) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
newBuilder(GetInstanceRequest) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.Instance
 
newBuilder(Instance) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
newBuilder(InstanceConfig) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.InstanceName
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
newBuilder(ListInstanceConfigsRequest) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
newBuilder(ListInstanceConfigsResponse) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
newBuilder(ListInstancesRequest) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
newBuilder(ListInstancesResponse) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.ProjectName
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
newBuilder(ReplicaInfo) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
newBuilder(UpdateInstanceMetadata) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
newBuilder() - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
newBuilder(UpdateInstanceRequest) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
newBuilder() - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
newBuilder(BatchCreateSessionsRequest) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
newBuilder() - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
newBuilder(BatchCreateSessionsResponse) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
newBuilder() - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
newBuilder(BeginTransactionRequest) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
newBuilder() - Static method in class com.google.spanner.v1.CommitRequest
 
newBuilder(CommitRequest) - Static method in class com.google.spanner.v1.CommitRequest
 
newBuilder() - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
newBuilder(CommitResponse.CommitStats) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
newBuilder() - Static method in class com.google.spanner.v1.CommitResponse
 
newBuilder(CommitResponse) - Static method in class com.google.spanner.v1.CommitResponse
 
newBuilder() - Static method in class com.google.spanner.v1.CreateSessionRequest
 
newBuilder(CreateSessionRequest) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
newBuilder() - Static method in class com.google.spanner.v1.DatabaseName
 
newBuilder() - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
newBuilder(DeleteSessionRequest) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
newBuilder() - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
newBuilder(ExecuteBatchDmlRequest) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
newBuilder() - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
newBuilder(ExecuteBatchDmlRequest.Statement) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
newBuilder() - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
newBuilder(ExecuteBatchDmlResponse) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
newBuilder() - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
newBuilder(ExecuteSqlRequest) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
newBuilder() - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
newBuilder(ExecuteSqlRequest.QueryOptions) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
newBuilder() - Static method in class com.google.spanner.v1.GetSessionRequest
 
newBuilder(GetSessionRequest) - Static method in class com.google.spanner.v1.GetSessionRequest
 
newBuilder() - Static method in class com.google.spanner.v1.KeyRange
 
newBuilder(KeyRange) - Static method in class com.google.spanner.v1.KeyRange
 
newBuilder() - Static method in class com.google.spanner.v1.KeySet
 
newBuilder(KeySet) - Static method in class com.google.spanner.v1.KeySet
 
newBuilder() - Static method in class com.google.spanner.v1.ListSessionsRequest
 
newBuilder(ListSessionsRequest) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
newBuilder() - Static method in class com.google.spanner.v1.ListSessionsResponse
 
newBuilder(ListSessionsResponse) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
newBuilder() - Static method in class com.google.spanner.v1.Mutation.Delete
 
newBuilder(Mutation.Delete) - Static method in class com.google.spanner.v1.Mutation.Delete
 
newBuilder() - Static method in class com.google.spanner.v1.Mutation
 
newBuilder(Mutation) - Static method in class com.google.spanner.v1.Mutation
 
newBuilder() - Static method in class com.google.spanner.v1.Mutation.Write
 
newBuilder(Mutation.Write) - Static method in class com.google.spanner.v1.Mutation.Write
 
newBuilder() - Static method in class com.google.spanner.v1.PartialResultSet
 
newBuilder(PartialResultSet) - Static method in class com.google.spanner.v1.PartialResultSet
 
newBuilder() - Static method in class com.google.spanner.v1.Partition
 
newBuilder(Partition) - Static method in class com.google.spanner.v1.Partition
 
newBuilder() - Static method in class com.google.spanner.v1.PartitionOptions
 
newBuilder(PartitionOptions) - Static method in class com.google.spanner.v1.PartitionOptions
 
newBuilder() - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
newBuilder(PartitionQueryRequest) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
newBuilder() - Static method in class com.google.spanner.v1.PartitionReadRequest
 
newBuilder(PartitionReadRequest) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
newBuilder() - Static method in class com.google.spanner.v1.PartitionResponse
 
newBuilder(PartitionResponse) - Static method in class com.google.spanner.v1.PartitionResponse
 
newBuilder() - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
newBuilder(PlanNode.ChildLink) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
newBuilder() - Static method in class com.google.spanner.v1.PlanNode
 
newBuilder(PlanNode) - Static method in class com.google.spanner.v1.PlanNode
 
newBuilder() - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
newBuilder(PlanNode.ShortRepresentation) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
newBuilder() - Static method in class com.google.spanner.v1.QueryPlan
 
newBuilder(QueryPlan) - Static method in class com.google.spanner.v1.QueryPlan
 
newBuilder() - Static method in class com.google.spanner.v1.ReadRequest
 
newBuilder(ReadRequest) - Static method in class com.google.spanner.v1.ReadRequest
 
newBuilder() - Static method in class com.google.spanner.v1.RequestOptions
 
newBuilder(RequestOptions) - Static method in class com.google.spanner.v1.RequestOptions
 
newBuilder() - Static method in class com.google.spanner.v1.ResultSet
 
newBuilder(ResultSet) - Static method in class com.google.spanner.v1.ResultSet
 
newBuilder() - Static method in class com.google.spanner.v1.ResultSetMetadata
 
newBuilder(ResultSetMetadata) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
newBuilder() - Static method in class com.google.spanner.v1.ResultSetStats
 
newBuilder(ResultSetStats) - Static method in class com.google.spanner.v1.ResultSetStats
 
newBuilder() - Static method in class com.google.spanner.v1.RollbackRequest
 
newBuilder(RollbackRequest) - Static method in class com.google.spanner.v1.RollbackRequest
 
newBuilder() - Static method in class com.google.spanner.v1.Session
 
newBuilder(Session) - Static method in class com.google.spanner.v1.Session
 
newBuilder() - Static method in class com.google.spanner.v1.SessionName
 
newBuilder() - Static method in class com.google.spanner.v1.StructType.Field
 
newBuilder(StructType.Field) - Static method in class com.google.spanner.v1.StructType.Field
 
newBuilder() - Static method in class com.google.spanner.v1.StructType
 
newBuilder(StructType) - Static method in class com.google.spanner.v1.StructType
 
newBuilder() - Static method in class com.google.spanner.v1.Transaction
 
newBuilder(Transaction) - Static method in class com.google.spanner.v1.Transaction
 
newBuilder() - Static method in class com.google.spanner.v1.TransactionOptions
 
newBuilder(TransactionOptions) - Static method in class com.google.spanner.v1.TransactionOptions
 
newBuilder() - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
newBuilder(TransactionOptions.PartitionedDml) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
newBuilder() - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
newBuilder(TransactionOptions.ReadOnly) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
newBuilder() - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
newBuilder(TransactionOptions.ReadWrite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
newBuilder() - Static method in class com.google.spanner.v1.TransactionSelector
 
newBuilder(TransactionSelector) - Static method in class com.google.spanner.v1.TransactionSelector
 
newBuilder() - Static method in class com.google.spanner.v1.Type
 
newBuilder(Type) - Static method in class com.google.spanner.v1.Type
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.Backup
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.Backup
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.Database
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.Database
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
newBuilderForType() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.Instance
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.Instance
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
newBuilderForType() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
newBuilderForType() - Method in class com.google.spanner.v1.BeginTransactionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.BeginTransactionRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.CommitRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.CommitRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
newBuilderForType() - Method in class com.google.spanner.v1.CommitResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.CommitResponse
 
newBuilderForType() - Method in class com.google.spanner.v1.CreateSessionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.CreateSessionRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.DeleteSessionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.DeleteSessionRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
newBuilderForType() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
newBuilderForType() - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
newBuilderForType() - Method in class com.google.spanner.v1.GetSessionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.GetSessionRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.KeyRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.KeyRange
 
newBuilderForType() - Method in class com.google.spanner.v1.KeySet
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.KeySet
 
newBuilderForType() - Method in class com.google.spanner.v1.ListSessionsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.ListSessionsRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.ListSessionsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.ListSessionsResponse
 
newBuilderForType() - Method in class com.google.spanner.v1.Mutation.Delete
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.Mutation.Delete
 
newBuilderForType() - Method in class com.google.spanner.v1.Mutation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.Mutation
 
newBuilderForType() - Method in class com.google.spanner.v1.Mutation.Write
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.Mutation.Write
 
newBuilderForType() - Method in class com.google.spanner.v1.PartialResultSet
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.PartialResultSet
 
newBuilderForType() - Method in class com.google.spanner.v1.Partition
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.Partition
 
newBuilderForType() - Method in class com.google.spanner.v1.PartitionOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.PartitionOptions
 
newBuilderForType() - Method in class com.google.spanner.v1.PartitionQueryRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.PartitionQueryRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.PartitionReadRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.PartitionReadRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.PartitionResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.PartitionResponse
 
newBuilderForType() - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
newBuilderForType() - Method in class com.google.spanner.v1.PlanNode
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.PlanNode
 
newBuilderForType() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
newBuilderForType() - Method in class com.google.spanner.v1.QueryPlan
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.QueryPlan
 
newBuilderForType() - Method in class com.google.spanner.v1.ReadRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.ReadRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.RequestOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.RequestOptions
 
newBuilderForType() - Method in class com.google.spanner.v1.ResultSet
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.ResultSet
 
newBuilderForType() - Method in class com.google.spanner.v1.ResultSetMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.ResultSetMetadata
 
newBuilderForType() - Method in class com.google.spanner.v1.ResultSetStats
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.ResultSetStats
 
newBuilderForType() - Method in class com.google.spanner.v1.RollbackRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.RollbackRequest
 
newBuilderForType() - Method in class com.google.spanner.v1.Session
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.Session
 
newBuilderForType() - Method in class com.google.spanner.v1.StructType.Field
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.StructType.Field
 
newBuilderForType() - Method in class com.google.spanner.v1.StructType
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.StructType
 
newBuilderForType() - Method in class com.google.spanner.v1.Transaction
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.Transaction
 
newBuilderForType() - Method in class com.google.spanner.v1.TransactionOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.TransactionOptions
 
newBuilderForType() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
newBuilderForType() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
newBuilderForType() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
newBuilderForType() - Method in class com.google.spanner.v1.TransactionSelector
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.TransactionSelector
 
newBuilderForType() - Method in class com.google.spanner.v1.Type
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.spanner.v1.Type
 
newDatabaseBuilder(DatabaseId) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Returns a builder for a Database object with the given id.
newFutureStub(Channel) - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class com.google.spanner.v1.SpannerGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newInsertBuilder(String) - Static method in class com.google.cloud.spanner.Mutation
Returns a builder that can be used to construct an Mutation.Op.INSERT mutation against table; see the INSERT documentation for mutation semantics.
newInsertOrUpdateBuilder(String) - Static method in class com.google.cloud.spanner.Mutation
Returns a builder that can be used to construct an Mutation.Op.INSERT_OR_UPDATE mutation against table; see the INSERT_OR_UPDATE documentation for mutation semantics.
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.Backup
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.Database
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.Instance
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.BeginTransactionRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.CommitRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.CommitResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.CreateSessionRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.DeleteSessionRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.GetSessionRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.KeyRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.KeySet
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.ListSessionsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.ListSessionsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.Mutation.Delete
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.Mutation
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.Mutation.Write
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.PartialResultSet
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.Partition
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.PartitionOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.PartitionQueryRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.PartitionReadRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.PartitionResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.PlanNode
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.QueryPlan
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.ReadRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.RequestOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.ResultSet
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.ResultSetMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.ResultSetStats
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.RollbackRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.Session
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.StructType.Field
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.StructType
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.Transaction
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.TransactionOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.TransactionSelector
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.spanner.v1.Type
 
newInstanceBuilder(InstanceId) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Returns a builder for Instance object with the given id.
newReplaceBuilder(String) - Static method in class com.google.cloud.spanner.Mutation
Returns a builder that can be used to construct an Mutation.Op.REPLACE mutation against table; see the REPLACE documentation for mutation semantics.
newRestoreBuilder(BackupId, DatabaseId) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Returns a builder for a Restore object with the given source and destination
newSpannerBatchUpdateException(ErrorCode, String, long[]) - Static method in class com.google.cloud.spanner.SpannerExceptionFactory
 
newSpannerException(ErrorCode, String) - Static method in class com.google.cloud.spanner.SpannerExceptionFactory
 
newSpannerException(ErrorCode, String, Throwable) - Static method in class com.google.cloud.spanner.SpannerExceptionFactory
 
newSpannerException(Throwable) - Static method in class com.google.cloud.spanner.SpannerExceptionFactory
Creates a new exception based on cause.
newSpannerException(Context, Throwable) - Static method in class com.google.cloud.spanner.SpannerExceptionFactory
Creates a new exception based on cause.
newStub(Channel) - Static method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class com.google.spanner.v1.SpannerGrpc
Creates a new async stub that supports all call types for the service
newUpdateBuilder(String) - Static method in class com.google.cloud.spanner.Mutation
Returns a builder that can be used to construct an Mutation.Op.UPDATE mutation against table; see the UPDATE documentation for mutation semantics.
next() - Method in class com.google.cloud.spanner.ForwardingResultSet
 
next() - Method in interface com.google.cloud.spanner.ResultSet
Advances the result set to the next row, returning false if no such row exists.
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ListSessionsResponse
 
NODE_COUNT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.Instance
 
NORMAL_VALUE - Static variable in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
The default mode.
NUM_CHANNELS_PROPERTY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
Name of the 'numChannels' connection property.
numberOfParameters - Variable in class com.google.cloud.spanner.connection.AbstractStatementParser.ParametersInfo
 
numeric() - Static method in class com.google.cloud.spanner.Type
Returns the descriptor for the NUMERIC type.
numeric(BigDecimal) - Static method in class com.google.cloud.spanner.Value
Returns a NUMERIC value.
NUMERIC_VALUE - Static variable in enum com.google.spanner.v1.TypeCode
Encoded as `string`, in decimal format or scientific notation format.
numericArray(Iterable<BigDecimal>) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<NUMERIC> value.

O

OAUTH_TOKEN_PROPERTY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
OAuth token to use for authentication.
of(String, String, String) - Static method in class com.google.cloud.spanner.BackupId
Creates a BackupId given project, instance and backup IDs.
of(InstanceId, String) - Static method in class com.google.cloud.spanner.BackupId
Creates a BackupId given the instance identity and backup id.
of(String) - Static method in class com.google.cloud.spanner.DatabaseId
Creates a DatabaseId from the name of the database.
of(String, String, String) - Static method in class com.google.cloud.spanner.DatabaseId
Creates a DatabaseId given project, instance and database IDs.
of(InstanceId, String) - Static method in class com.google.cloud.spanner.DatabaseId
Creates a DatabaseId given the instance identity and database id.
of(String, String) - Static method in class com.google.cloud.spanner.InstanceConfigId
Creates an InstanceConfigId given project and instance config IDs.
of(String, String) - Static method in class com.google.cloud.spanner.InstanceId
Creates an InstanceId given project and instance IDs.
of(Object...) - Static method in class com.google.cloud.spanner.Key
Construct a key with parts specified by values.
of(String) - Static method in class com.google.cloud.spanner.Statement
Creates a Statement with the given SQL text sql.
of(String, Type) - Static method in class com.google.cloud.spanner.Type.StructField
 
of(String, String, String) - Static method in class com.google.spanner.admin.database.v1.BackupName
 
of(String, String, String, String) - Static method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
of(String, String, String, String, String) - Static method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
of(String, String, String) - Static method in class com.google.spanner.admin.database.v1.DatabaseName
 
of(String, String) - Static method in class com.google.spanner.admin.database.v1.InstanceName
 
of(String, String) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
of(String, String) - Static method in class com.google.spanner.admin.instance.v1.InstanceName
 
of(String) - Static method in class com.google.spanner.admin.instance.v1.ProjectName
 
of(String, String, String) - Static method in class com.google.spanner.v1.DatabaseName
 
of(String, String, String, String) - Static method in class com.google.spanner.v1.SessionName
 
ofExactStaleness(long, TimeUnit) - Static method in class com.google.cloud.spanner.TimestampBound
Returns a timestamp bound that will perform reads and queries at an exact staleness.
ofMaxStaleness(long, TimeUnit) - Static method in class com.google.cloud.spanner.TimestampBound
Returns a timestamp bound that will perform reads and queries at a timestamp chosen to be at most num units stale.
ofMinReadTimestamp(Timestamp) - Static method in class com.google.cloud.spanner.TimestampBound
Returns a timestamp bound that will perform reads and queries at a timestamp chosen to be at least timestamp.
ofReadTimestamp(Timestamp) - Static method in class com.google.cloud.spanner.TimestampBound
Returns a timestamp bound that will perform reads and queries at the given timestamp.
onCompleted() - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc.ResultStreamConsumer
 
onError(SpannerException) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc.ResultStreamConsumer
 
onPartialResultSet(PartialResultSet) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc.ResultStreamConsumer
 
openClosed(Key, Key) - Static method in class com.google.cloud.spanner.KeyRange
Returns a key range from start exclusive to end inclusive.
openOpen(Key, Key) - Static method in class com.google.cloud.spanner.KeyRange
Returns a key range from start exclusive to end exclusive.
Operation<R,M> - Class in com.google.cloud.spanner
Represents a long running operation.
OPERATION_ID_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
OperationProgress - Class in com.google.spanner.admin.database.v1
Encapsulates progress related information for a Cloud Spanner long running operation.
OperationProgress.Builder - Class in com.google.spanner.admin.database.v1
Encapsulates progress related information for a Cloud Spanner long running operation.
OperationProgressOrBuilder - Interface in com.google.spanner.admin.database.v1
 
OPERATIONS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
OPERATIONS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
OPTIMIZE_DATABASE_OPERATION_NAME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
OPTIMIZER_STATISTICS_PACKAGE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
OPTIMIZER_VERSION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
OptimizeRestoredDatabaseMetadata - Class in com.google.spanner.admin.database.v1
Metadata type for the long-running operation used to track the progress of optimizations performed on a newly restored database.
OptimizeRestoredDatabaseMetadata.Builder - Class in com.google.spanner.admin.database.v1
Metadata type for the long-running operation used to track the progress of optimizations performed on a newly restored database.
OptimizeRestoredDatabaseMetadataOrBuilder - Interface in com.google.spanner.admin.database.v1
 
Options - Class in com.google.cloud.spanner
Specifies options for various spanner operations
Options.ListOption - Interface in com.google.cloud.spanner
Marker interface to mark options applicable to list operations in admin API.
Options.QueryOption - Interface in com.google.cloud.spanner
Marker interface to mark options applicable to query operation.
Options.ReadAndQueryOption - Interface in com.google.cloud.spanner
Marker interface to mark options applicable to both Read and Query operations
Options.ReadOption - Interface in com.google.cloud.spanner
Marker interface to mark options applicable to read operation
Options.ReadQueryUpdateTransactionOption - Interface in com.google.cloud.spanner
Marker interface to mark options applicable to Read, Query, Update and Write operations
Options.RpcPriority - Enum in com.google.cloud.spanner
Priority for an RPC invocation.
Options.TransactionOption - Interface in com.google.cloud.spanner
Marker interface to mark options applicable to write operations
Options.UpdateOption - Interface in com.google.cloud.spanner
Marker interface to mark options applicable to update operation.
OPTIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.BeginTransactionRequest
 

P

PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ListSessionsRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ListSessionsRequest
 
pageSize(int) - Static method in class com.google.cloud.spanner.Options
Specifying this will cause the list operations to fetch at most this many records in a page.
pageToken(String) - Static method in class com.google.cloud.spanner.Options
Specifying this will cause the list operation to start fetching the record from this onwards.
Paginated(Iterable<T>, String) - Constructor for class com.google.cloud.spanner.spi.v1.SpannerRpc.Paginated
Creates a new page of results.
PARAM_TYPES_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
PARAM_TYPES_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest
 
PARAM_TYPES_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionQueryRequest
 
PARAMS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
PARAMS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest
 
PARAMS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionQueryRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parse(Statement) - Method in class com.google.cloud.spanner.connection.AbstractStatementParser
Parses the given statement and categorizes it as one of the possible AbstractStatementParser.StatementTypes.
parse(String) - Static method in class com.google.spanner.admin.database.v1.BackupName
 
parse(String) - Static method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
parse(String) - Static method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
parse(String) - Static method in class com.google.spanner.admin.database.v1.DatabaseName
 
parse(String) - Static method in class com.google.spanner.admin.database.v1.InstanceName
 
parse(String) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
parse(String) - Static method in class com.google.spanner.admin.instance.v1.InstanceName
 
parse(String) - Static method in class com.google.spanner.admin.instance.v1.ProjectName
 
parse(String) - Static method in class com.google.spanner.v1.DatabaseName
 
parse(String) - Static method in class com.google.spanner.v1.SessionName
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.Backup
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.Backup
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.Database
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.Database
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.CommitRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.CommitResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.GetSessionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.GetSessionRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.KeyRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeyRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.KeySet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeySet
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.Mutation.Delete
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation.Delete
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.Mutation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.Mutation.Write
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation.Write
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.PartialResultSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartialResultSet
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.Partition
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Partition
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.PartitionOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.PartitionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.PlanNode
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.QueryPlan
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.QueryPlan
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.ReadRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ReadRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.RequestOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.RequestOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.ResultSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSet
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.ResultSetStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetStats
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.RollbackRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.RollbackRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.Session
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Session
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.StructType.Field
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.StructType.Field
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.StructType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.StructType
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.Transaction
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Transaction
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.TransactionOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.TransactionSelector
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionSelector
 
parseDelimitedFrom(InputStream) - Static method in class com.google.spanner.v1.Type
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Type
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.Backup
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.Backup
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.Backup
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.Backup
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.Backup
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.Backup
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.Backup
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.Backup
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.Backup
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.Backup
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.Database
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.Database
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.Database
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.Database
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.Database
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.Database
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.Database
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.Database
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.Database
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.Database
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.CommitRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.CommitRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.CommitRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.CommitRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.CommitRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.CommitResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponse
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.CommitResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponse
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.CommitResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponse
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.CommitResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.CommitResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.GetSessionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.GetSessionRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.GetSessionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.GetSessionRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.GetSessionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.GetSessionRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.GetSessionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.GetSessionRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.GetSessionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.GetSessionRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.KeyRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeyRange
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.KeyRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeyRange
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.KeyRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeyRange
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.KeyRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeyRange
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.KeyRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeyRange
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.KeySet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeySet
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.KeySet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeySet
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.KeySet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeySet
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.KeySet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeySet
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.KeySet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeySet
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.Mutation.Delete
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation.Delete
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.Mutation.Delete
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation.Delete
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.Mutation.Delete
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation.Delete
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.Mutation.Delete
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation.Delete
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.Mutation.Delete
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation.Delete
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.Mutation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.Mutation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.Mutation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.Mutation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.Mutation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.Mutation.Write
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation.Write
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.Mutation.Write
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation.Write
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.Mutation.Write
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation.Write
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.Mutation.Write
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation.Write
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.Mutation.Write
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Mutation.Write
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.PartialResultSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartialResultSet
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.PartialResultSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartialResultSet
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.PartialResultSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartialResultSet
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.PartialResultSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartialResultSet
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.PartialResultSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartialResultSet
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.Partition
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Partition
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.Partition
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Partition
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.Partition
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Partition
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.Partition
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Partition
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.Partition
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Partition
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.PartitionOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionOptions
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.PartitionOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionOptions
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.PartitionOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionOptions
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.PartitionOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.PartitionOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.PartitionResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionResponse
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.PartitionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionResponse
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.PartitionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionResponse
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.PartitionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.PartitionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PartitionResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.PlanNode
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.PlanNode
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.PlanNode
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.PlanNode
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.PlanNode
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.QueryPlan
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.QueryPlan
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.QueryPlan
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.QueryPlan
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.QueryPlan
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.QueryPlan
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.QueryPlan
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.QueryPlan
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.QueryPlan
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.QueryPlan
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.ReadRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ReadRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.ReadRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ReadRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.ReadRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ReadRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.ReadRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ReadRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.ReadRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ReadRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.RequestOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.RequestOptions
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.RequestOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.RequestOptions
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.RequestOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.RequestOptions
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.RequestOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.RequestOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.RequestOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.RequestOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.ResultSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSet
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.ResultSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSet
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.ResultSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSet
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.ResultSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSet
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.ResultSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSet
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.ResultSetStats
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetStats
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.ResultSetStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetStats
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.ResultSetStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetStats
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.ResultSetStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetStats
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.ResultSetStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetStats
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.RollbackRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.RollbackRequest
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.RollbackRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.RollbackRequest
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.RollbackRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.RollbackRequest
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.RollbackRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.RollbackRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.RollbackRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.RollbackRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.Session
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Session
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.Session
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Session
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.Session
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Session
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.Session
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Session
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.Session
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Session
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.StructType.Field
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.StructType.Field
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.StructType.Field
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.StructType.Field
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.StructType.Field
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.StructType.Field
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.StructType.Field
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.StructType.Field
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.StructType.Field
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.StructType.Field
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.StructType
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.StructType
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.StructType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.StructType
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.StructType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.StructType
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.StructType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.StructType
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.StructType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.StructType
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.Transaction
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Transaction
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.Transaction
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Transaction
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.Transaction
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Transaction
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.Transaction
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Transaction
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.Transaction
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Transaction
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.TransactionOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.TransactionOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.TransactionOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.TransactionOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.TransactionOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.TransactionSelector
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionSelector
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.TransactionSelector
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionSelector
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.TransactionSelector
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionSelector
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.TransactionSelector
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionSelector
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.TransactionSelector
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionSelector
 
parseFrom(ByteBuffer) - Static method in class com.google.spanner.v1.Type
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Type
 
parseFrom(ByteString) - Static method in class com.google.spanner.v1.Type
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Type
 
parseFrom(byte[]) - Static method in class com.google.spanner.v1.Type
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Type
 
parseFrom(InputStream) - Static method in class com.google.spanner.v1.Type
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Type
 
parseFrom(CodedInputStream) - Static method in class com.google.spanner.v1.Type
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.spanner.v1.Type
 
parseList(List<String>) - Static method in class com.google.spanner.admin.database.v1.BackupName
 
parseList(List<String>) - Static method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
parseList(List<String>) - Static method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
parseList(List<String>) - Static method in class com.google.spanner.admin.database.v1.DatabaseName
 
parseList(List<String>) - Static method in class com.google.spanner.admin.database.v1.InstanceName
 
parseList(List<String>) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
parseList(List<String>) - Static method in class com.google.spanner.admin.instance.v1.InstanceName
 
parseList(List<String>) - Static method in class com.google.spanner.admin.instance.v1.ProjectName
 
parseList(List<String>) - Static method in class com.google.spanner.v1.DatabaseName
 
parseList(List<String>) - Static method in class com.google.spanner.v1.SessionName
 
parser() - Static method in class com.google.spanner.admin.database.v1.Backup
 
parser() - Static method in class com.google.spanner.admin.database.v1.BackupInfo
 
parser() - Static method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
parser() - Static method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
parser() - Static method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
parser() - Static method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
parser() - Static method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
parser() - Static method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.Database
 
parser() - Static method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
parser() - Static method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
parser() - Static method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
parser() - Static method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
parser() - Static method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
parser() - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
parser() - Static method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
parser() - Static method in class com.google.spanner.admin.database.v1.OperationProgress
 
parser() - Static method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
parser() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
parser() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
parser() - Static method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.RestoreInfo
 
parser() - Static method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
parser() - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
parser() - Static method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
parser() - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
parser() - Static method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
parser() - Static method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
parser() - Static method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
parser() - Static method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
parser() - Static method in class com.google.spanner.admin.instance.v1.Instance
 
parser() - Static method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
parser() - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
parser() - Static method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
parser() - Static method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
parser() - Static method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
parser() - Static method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
parser() - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
parser() - Static method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
parser() - Static method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
parser() - Static method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
parser() - Static method in class com.google.spanner.v1.BeginTransactionRequest
 
parser() - Static method in class com.google.spanner.v1.CommitRequest
 
parser() - Static method in class com.google.spanner.v1.CommitResponse.CommitStats
 
parser() - Static method in class com.google.spanner.v1.CommitResponse
 
parser() - Static method in class com.google.spanner.v1.CreateSessionRequest
 
parser() - Static method in class com.google.spanner.v1.DeleteSessionRequest
 
parser() - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
parser() - Static method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
parser() - Static method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
parser() - Static method in class com.google.spanner.v1.ExecuteSqlRequest
 
parser() - Static method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
parser() - Static method in class com.google.spanner.v1.GetSessionRequest
 
parser() - Static method in class com.google.spanner.v1.KeyRange
 
parser() - Static method in class com.google.spanner.v1.KeySet
 
parser() - Static method in class com.google.spanner.v1.ListSessionsRequest
 
parser() - Static method in class com.google.spanner.v1.ListSessionsResponse
 
parser() - Static method in class com.google.spanner.v1.Mutation.Delete
 
parser() - Static method in class com.google.spanner.v1.Mutation
 
parser() - Static method in class com.google.spanner.v1.Mutation.Write
 
parser() - Static method in class com.google.spanner.v1.PartialResultSet
 
parser() - Static method in class com.google.spanner.v1.Partition
 
parser() - Static method in class com.google.spanner.v1.PartitionOptions
 
parser() - Static method in class com.google.spanner.v1.PartitionQueryRequest
 
parser() - Static method in class com.google.spanner.v1.PartitionReadRequest
 
parser() - Static method in class com.google.spanner.v1.PartitionResponse
 
parser() - Static method in class com.google.spanner.v1.PlanNode.ChildLink
 
parser() - Static method in class com.google.spanner.v1.PlanNode
 
parser() - Static method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
parser() - Static method in class com.google.spanner.v1.QueryPlan
 
parser() - Static method in class com.google.spanner.v1.ReadRequest
 
parser() - Static method in class com.google.spanner.v1.RequestOptions
 
parser() - Static method in class com.google.spanner.v1.ResultSet
 
parser() - Static method in class com.google.spanner.v1.ResultSetMetadata
 
parser() - Static method in class com.google.spanner.v1.ResultSetStats
 
parser() - Static method in class com.google.spanner.v1.RollbackRequest
 
parser() - Static method in class com.google.spanner.v1.Session
 
parser() - Static method in class com.google.spanner.v1.StructType.Field
 
parser() - Static method in class com.google.spanner.v1.StructType
 
parser() - Static method in class com.google.spanner.v1.Transaction
 
parser() - Static method in class com.google.spanner.v1.TransactionOptions
 
parser() - Static method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
parser() - Static method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
parser() - Static method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
parser() - Static method in class com.google.spanner.v1.TransactionSelector
 
parser() - Static method in class com.google.spanner.v1.Type
 
parseRfc3339(String) - Static method in class com.google.cloud.spanner.connection.ReadOnlyStalenessUtil
Parses an RFC3339 date/time value with nanosecond precision and returns this as a Timestamp.
PartialResultSet - Class in com.google.spanner.v1
Partial results from a streaming read or SQL query.
PartialResultSet.Builder - Class in com.google.spanner.v1
Partial results from a streaming read or SQL query.
PartialResultSetOrBuilder - Interface in com.google.spanner.v1
 
Partition - Class in com.google.cloud.spanner
Defines the segments of data to be read in a batch read/query context.
Partition - Class in com.google.spanner.v1
Information returned for each partition returned in a PartitionResponse.
Partition.Builder - Class in com.google.spanner.v1
Information returned for each partition returned in a PartitionResponse.
PARTITION_OPTIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionQueryRequest
 
PARTITION_OPTIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionReadRequest
 
PARTITION_SIZE_BYTES_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionOptions
 
PARTITION_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest
 
PARTITION_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Partition
 
PARTITION_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ReadRequest
 
PARTITIONED_DML_FIELD_NUMBER - Static variable in class com.google.spanner.v1.TransactionOptions
 
PartitionedDmlTransaction - Class in com.google.cloud.spanner
 
PartitionOptions - Class in com.google.cloud.spanner
PartitionOptions - Class in com.google.spanner.v1
Options for a PartitionQueryRequest and PartitionReadRequest.
PartitionOptions.Builder - Class in com.google.cloud.spanner
Builder for PartitionOptions instance.
PartitionOptions.Builder - Class in com.google.spanner.v1
Options for a PartitionQueryRequest and PartitionReadRequest.
PartitionOptionsOrBuilder - Interface in com.google.spanner.v1
 
PartitionOrBuilder - Interface in com.google.spanner.v1
 
partitionQuery(PartitionOptions, Statement, Options.QueryOption...) - Method in interface com.google.cloud.spanner.BatchReadOnlyTransaction
Returns a list of Partition to execute a query against the database.
partitionQuery(PartitionQueryRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
partitionQuery(PartitionQueryRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
partitionQuery(PartitionQueryRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Creates a set of partition tokens that can be used to execute a query operation in parallel.
partitionQuery(PartitionQueryRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Creates a set of partition tokens that can be used to execute a query operation in parallel.
partitionQuery(PartitionQueryRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Creates a set of partition tokens that can be used to execute a query operation in parallel.
partitionQuery(PartitionQueryRequest, StreamObserver<PartitionResponse>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Creates a set of partition tokens that can be used to execute a query operation in parallel.
partitionQuery(PartitionQueryRequest, StreamObserver<PartitionResponse>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Creates a set of partition tokens that can be used to execute a query operation in parallel.
partitionQueryCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Creates a set of partition tokens that can be used to execute a query operation in parallel.
partitionQueryCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
partitionQueryCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
PartitionQueryRequest - Class in com.google.spanner.v1
The request for [PartitionQuery][google.spanner.v1.Spanner.PartitionQuery]
PartitionQueryRequest.Builder - Class in com.google.spanner.v1
The request for [PartitionQuery][google.spanner.v1.Spanner.PartitionQuery]
PartitionQueryRequestOrBuilder - Interface in com.google.spanner.v1
 
partitionQuerySettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to partitionQuery.
partitionQuerySettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to partitionQuery.
partitionQuerySettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to partitionQuery.
partitionQuerySettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to partitionQuery.
partitionRead(PartitionOptions, String, KeySet, Iterable<String>, Options.ReadOption...) - Method in interface com.google.cloud.spanner.BatchReadOnlyTransaction
Returns a list of Partition to read zero or more rows from a database.
partitionRead(PartitionReadRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
partitionRead(PartitionReadRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
partitionRead(PartitionReadRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Creates a set of partition tokens that can be used to execute a read operation in parallel.
partitionRead(PartitionReadRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Creates a set of partition tokens that can be used to execute a read operation in parallel.
partitionRead(PartitionReadRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Creates a set of partition tokens that can be used to execute a read operation in parallel.
partitionRead(PartitionReadRequest, StreamObserver<PartitionResponse>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Creates a set of partition tokens that can be used to execute a read operation in parallel.
partitionRead(PartitionReadRequest, StreamObserver<PartitionResponse>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Creates a set of partition tokens that can be used to execute a read operation in parallel.
partitionReadCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Creates a set of partition tokens that can be used to execute a read operation in parallel.
partitionReadCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
partitionReadCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
PartitionReadRequest - Class in com.google.spanner.v1
The request for [PartitionRead][google.spanner.v1.Spanner.PartitionRead]
PartitionReadRequest.Builder - Class in com.google.spanner.v1
The request for [PartitionRead][google.spanner.v1.Spanner.PartitionRead]
PartitionReadRequestOrBuilder - Interface in com.google.spanner.v1
 
partitionReadSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to partitionRead.
partitionReadSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to partitionRead.
partitionReadSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to partitionRead.
partitionReadSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to partitionRead.
partitionReadUsingIndex(PartitionOptions, String, String, KeySet, Iterable<String>, Options.ReadOption...) - Method in interface com.google.cloud.spanner.BatchReadOnlyTransaction
Returns a list of Partition to read zero or more rows from a database using an index.
PartitionResponse - Class in com.google.spanner.v1
The response for [PartitionQuery][google.spanner.v1.Spanner.PartitionQuery] or [PartitionRead][google.spanner.v1.Spanner.PartitionRead]
PartitionResponse.Builder - Class in com.google.spanner.v1
The response for [PartitionQuery][google.spanner.v1.Spanner.PartitionQuery] or [PartitionRead][google.spanner.v1.Spanner.PartitionRead]
PartitionResponseOrBuilder - Interface in com.google.spanner.v1
 
PARTITIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionResponse
 
PG_NUMERIC_VALUE - Static variable in enum com.google.spanner.v1.TypeAnnotationCode
PostgreSQL compatible NUMERIC type.
pgNumeric() - Static method in class com.google.cloud.spanner.Type
Returns the descriptor for the NUMERIC type with the PG_NUMERIC type annotation.
pgNumeric(String) - Static method in class com.google.cloud.spanner.Value
Returns a PG NUMERIC value.
pgNumericArray(Iterable<String>) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<PG_NUMERIC> value.
PLAN_NODES_FIELD_NUMBER - Static variable in class com.google.spanner.v1.QueryPlan
 
PLAN_VALUE - Static variable in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
This mode returns only the query plan, without any results or execution statistics information.
PlanNode - Class in com.google.spanner.v1
Node information for nodes appearing in a [QueryPlan.plan_nodes][google.spanner.v1.QueryPlan.plan_nodes].
PlanNode.Builder - Class in com.google.spanner.v1
Node information for nodes appearing in a [QueryPlan.plan_nodes][google.spanner.v1.QueryPlan.plan_nodes].
PlanNode.ChildLink - Class in com.google.spanner.v1
Metadata associated with a parent-child relationship appearing in a [PlanNode][google.spanner.v1.PlanNode].
PlanNode.ChildLink.Builder - Class in com.google.spanner.v1
Metadata associated with a parent-child relationship appearing in a [PlanNode][google.spanner.v1.PlanNode].
PlanNode.ChildLinkOrBuilder - Interface in com.google.spanner.v1
 
PlanNode.Kind - Enum in com.google.spanner.v1
The kind of [PlanNode][google.spanner.v1.PlanNode].
PlanNode.ShortRepresentation - Class in com.google.spanner.v1
Condensed representation of a node and its subtree.
PlanNode.ShortRepresentation.Builder - Class in com.google.spanner.v1
Condensed representation of a node and its subtree.
PlanNode.ShortRepresentationOrBuilder - Interface in com.google.spanner.v1
 
PlanNodeOrBuilder - Interface in com.google.spanner.v1
 
POSTGRESQL_VALUE - Static variable in enum com.google.spanner.admin.database.v1.DatabaseDialect
PostgreSQL supported SQL.
PostgreSQLStatementParser - Class in com.google.cloud.spanner.connection
 
prefetchChunks(int) - Static method in class com.google.cloud.spanner.Options
Specifying this will allow the client to prefetch up to prefetchChunks PartialResultSet chunks for read and query.
prefix(Key) - Static method in class com.google.cloud.spanner.KeyRange
Returns a key range that covers all keys where the first prefix.size() components match prefix exactly.
prefixRange(Key) - Static method in class com.google.cloud.spanner.KeySet
Creates a key set that covers all keys where the first prefix.size() components match prefix exactly.
prepareReadWriteTransaction() - Method in interface com.google.cloud.spanner.Session
Prepares a transaction for use by a subsequent #readWriteTransaction() or DatabaseClient.write(Iterable) call.
priority(Options.RpcPriority) - Static method in class com.google.cloud.spanner.Options
Specifies the priority to use for the RPC.
PRIORITY_FIELD_NUMBER - Static variable in class com.google.spanner.v1.RequestOptions
 
PRIORITY_HIGH_VALUE - Static variable in enum com.google.spanner.v1.RequestOptions.Priority
This specifies that the request is high priority.
PRIORITY_LOW_VALUE - Static variable in enum com.google.spanner.v1.RequestOptions.Priority
This specifies that the request is low priority.
PRIORITY_MEDIUM_VALUE - Static variable in enum com.google.spanner.v1.RequestOptions.Priority
This specifies that the request is medium priority.
PRIORITY_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.v1.RequestOptions.Priority
`PRIORITY_UNSPECIFIED` is equivalent to `PRIORITY_HIGH`.
PROCESSING_UNITS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.Instance
 
PROFILE_VALUE - Static variable in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
This mode returns both the query plan and the execution statistics along with the results.
PROGRESS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
PROGRESS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
PROGRESS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
PROGRESS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
PROGRESS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
PROGRESS_PERCENT_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.OperationProgress
 
PROJECT_ID - Static variable in class com.google.cloud.spanner.spi.v1.SpannerRpcViews
 
ProjectName - Class in com.google.spanner.admin.instance.v1
 
ProjectName() - Constructor for class com.google.spanner.admin.instance.v1.ProjectName
Deprecated.
ProjectName.Builder - Class in com.google.spanner.admin.instance.v1
Builder for projects/{project}.
propagateInterrupt(InterruptedException) - Static method in class com.google.cloud.spanner.SpannerExceptionFactory
 
propagateTimeout(TimeoutException) - Static method in class com.google.cloud.spanner.SpannerExceptionFactory
Transforms a TimeoutException to a SpannerException.
putAllLabels(Map<String, String>) - Method in class com.google.cloud.spanner.Instance.Builder
 
putAllLabels(Map<String, String>) - Method in class com.google.cloud.spanner.InstanceInfo.Builder
 
putAllLabels(Map<String, String>) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
putAllLabels(Map<String, String>) - Method in class com.google.spanner.v1.Session.Builder
The labels for the session.
putAllParamTypes(Map<String, Type>) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
putAllParamTypes(Map<String, Type>) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
putAllParamTypes(Map<String, Type>) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
putAllSubqueries(Map<String, Integer>) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
putLabels(String, String) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
putLabels(String, String) - Method in class com.google.spanner.v1.Session.Builder
The labels for the session.
putParamTypes(String, Type) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
putParamTypes(String, Type) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
putParamTypes(String, Type) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
putSubqueries(String, int) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.

Q

QUERY_MODE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest
 
QUERY_OPTIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest
 
QUERY_PLAN_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ResultSetStats
 
QUERY_STATS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ResultSetStats
 
QueryPlan - Class in com.google.spanner.v1
Contains an ordered list of nodes appearing in the query plan.
QueryPlan.Builder - Class in com.google.spanner.v1
Contains an ordered list of nodes appearing in the query plan.
QueryPlanOrBuilder - Interface in com.google.spanner.v1
 
QueryPlanProto - Class in com.google.spanner.v1
 

R

range(KeyRange) - Static method in class com.google.cloud.spanner.KeySet
Creates a key set containing a single range.
RANGES_FIELD_NUMBER - Static variable in class com.google.spanner.v1.KeySet
 
read(String, KeySet, Iterable<String>, Options.ReadOption...) - Method in interface com.google.cloud.spanner.ReadContext
Reads zero or more rows from a database.
read(ReadRequest, SpannerRpc.ResultStreamConsumer, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
read(ReadRequest, SpannerRpc.ResultStreamConsumer, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
read(ReadRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Reads rows from the database using key lookups and scans, as a simple key/value style alternative to [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].
read(ReadRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Reads rows from the database using key lookups and scans, as a simple key/value style alternative to [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].
read(ReadRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Reads rows from the database using key lookups and scans, as a simple key/value style alternative to [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].
read(ReadRequest, StreamObserver<ResultSet>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Reads rows from the database using key lookups and scans, as a simple key/value style alternative to [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].
read(ReadRequest, StreamObserver<ResultSet>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Reads rows from the database using key lookups and scans, as a simple key/value style alternative to [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].
READ_ONLY_FIELD_NUMBER - Static variable in class com.google.spanner.v1.TransactionOptions
 
READ_ONLY_VALUE - Static variable in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
Read-only replicas only support reads (not writes).
READ_TIMESTAMP_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Transaction
 
READ_TIMESTAMP_FIELD_NUMBER - Static variable in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
READ_WRITE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.TransactionOptions
 
READ_WRITE_VALUE - Static variable in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
Read-write replicas support both reads and writes.
readAsync(String, KeySet, Iterable<String>, Options.ReadOption...) - Method in interface com.google.cloud.spanner.ReadContext
Same as #read(String, KeySet, Iterable, ReadOption...), but is guaranteed to be non-blocking and will return the results as an AsyncResultSet.
readCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Reads rows from the database using key lookups and scans, as a simple key/value style alternative to [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].
readCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
readCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
ReadContext - Interface in com.google.cloud.spanner
A concurrency context in which to run a read or SQL statement.
ReadContext.QueryAnalyzeMode - Enum in com.google.cloud.spanner
Used to specify the mode in which the query should be analyzed by ReadContext.analyzeQuery(Statement,QueryAnalyzeMode).
READONLY_PROPERTY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
Name of the 'readonly' connection property.
ReadOnlyStalenessUtil - Class in com.google.cloud.spanner.connection
Util class for parsing and converting ReadOnlyStaleness values to/from strings.
ReadOnlyStalenessUtil() - Constructor for class com.google.cloud.spanner.connection.ReadOnlyStalenessUtil
 
readOnlyTransaction() - Method in interface com.google.cloud.spanner.DatabaseClient
Returns a read-only transaction context in which a multiple reads and/or queries can be performed using TimestampBound.strong() concurrency.
readOnlyTransaction(TimestampBound) - Method in interface com.google.cloud.spanner.DatabaseClient
Returns a read-only transaction context in which a multiple reads and/or queries can be performed at the given timestamp bound.
ReadOnlyTransaction - Interface in com.google.cloud.spanner
A transaction type that provides guaranteed consistency across several reads, but does not allow writes.
ReadRequest - Class in com.google.spanner.v1
The request for [Read][google.spanner.v1.Spanner.Read] and [StreamingRead][google.spanner.v1.Spanner.StreamingRead].
ReadRequest.Builder - Class in com.google.spanner.v1
The request for [Read][google.spanner.v1.Spanner.Read] and [StreamingRead][google.spanner.v1.Spanner.StreamingRead].
ReadRequestOrBuilder - Interface in com.google.spanner.v1
 
readRow(String, Key, Iterable<String>) - Method in interface com.google.cloud.spanner.ReadContext
Reads a single row from a database, returning null if the row does not exist.
readRowAsync(String, Key, Iterable<String>) - Method in interface com.google.cloud.spanner.ReadContext
Same as ReadContext.readRow(String, Key, Iterable), but is guaranteed to be non-blocking.
readRowUsingIndex(String, String, Key, Iterable<String>) - Method in interface com.google.cloud.spanner.ReadContext
Reads a single row from a database using an index, returning null if the row does not exist.
readRowUsingIndexAsync(String, String, Key, Iterable<String>) - Method in interface com.google.cloud.spanner.ReadContext
Same as ReadContext.readRowUsingIndex(String, String, Key, Iterable), but is guaranteed to be non-blocking.
readSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to read.
readSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to read.
readSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to read.
readSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to read.
readUsingIndex(String, String, KeySet, Iterable<String>, Options.ReadOption...) - Method in interface com.google.cloud.spanner.ReadContext
Reads zero or more rows from a database using an index.
readUsingIndexAsync(String, String, KeySet, Iterable<String>, Options.ReadOption...) - Method in interface com.google.cloud.spanner.ReadContext
Same as #readUsingIndex(String, String, KeySet, Iterable, ReadOption...), but is guaranteed to be non-blocking and will return its results as an AsyncResultSet.
readWriteTransaction(Options.TransactionOption...) - Method in interface com.google.cloud.spanner.DatabaseClient
Returns a transaction runner for executing a single logical transaction with retries.
READY_OPTIMIZING_VALUE - Static variable in enum com.google.spanner.admin.database.v1.Database.State
The database is fully created and ready for use, but is still being optimized for performance and cannot handle full load.
READY_VALUE - Static variable in enum com.google.spanner.admin.database.v1.Backup.State
The backup is complete and ready for use.
READY_VALUE - Static variable in enum com.google.spanner.admin.database.v1.Database.State
The database is fully created and ready for use.
READY_VALUE - Static variable in enum com.google.spanner.admin.instance.v1.Instance.State
The instance is fully created and ready to do work such as creating databases.
REFERENCING_BACKUPS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Backup
 
REFERENCING_DATABASES_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Backup
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.BackupProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.spanner.admin.database.v1.BackupProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.CommonProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.spanner.admin.database.v1.CommonProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.spanner.admin.database.v1.SpannerDatabaseAdminProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.spanner.admin.database.v1.SpannerDatabaseAdminProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.spanner.admin.instance.v1.SpannerInstanceAdminProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.spanner.admin.instance.v1.SpannerInstanceAdminProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.spanner.v1.CommitResponseProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.spanner.v1.CommitResponseProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.spanner.v1.KeysProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.spanner.v1.KeysProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.spanner.v1.MutationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.spanner.v1.MutationProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.spanner.v1.QueryPlanProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.spanner.v1.QueryPlanProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.spanner.v1.ResultSetProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.spanner.v1.ResultSetProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.spanner.v1.SpannerProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.spanner.v1.SpannerProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TransactionProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.spanner.v1.TransactionProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.spanner.v1.TypeProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.spanner.v1.TypeProto
 
registerGfeHeaderMissingCountView() - Static method in class com.google.cloud.spanner.spi.v1.SpannerRpcViews
Register GFE Header Missing Count view.
registerGfeLatencyAndHeaderMissingCountViews() - Static method in class com.google.cloud.spanner.spi.v1.SpannerRpcViews
Register views for GFE metrics, including gfe_latency and gfe_header_missing_count.
registerGfeLatencyView() - Static method in class com.google.cloud.spanner.spi.v1.SpannerRpcViews
Register GFE Latency view.
RELATIONAL_VALUE - Static variable in enum com.google.spanner.v1.PlanNode.Kind
Denotes a Relational operator node in the expression tree.
reload() - Method in class com.google.cloud.spanner.Backup
Fetches the backup's current information and returns a new Backup instance.
reload() - Method in class com.google.cloud.spanner.Database
Fetches the database's current information.
reload() - Method in class com.google.cloud.spanner.Instance
 
reload() - Method in class com.google.cloud.spanner.InstanceConfig
Gets the current state of this instance config.
reload() - Method in class com.google.cloud.spanner.Operation
Fetches the current status of this operation.
RemoteSpannerHelper - Class in com.google.cloud.spanner.testing
Utility that provides access to a Cloud Spanner instance to use for tests, and allows uniquely named test databases to be created within that instance.
RemoteSpannerHelper(SpannerOptions, InstanceId, Spanner) - Constructor for class com.google.cloud.spanner.testing.RemoteSpannerHelper
 
removeBackups(int) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
removeChildLinks(int) - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
removeCommentsAndTrim(String) - Method in class com.google.cloud.spanner.connection.AbstractStatementParser
 
removeCommitTimestamps(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
removeDatabases(int) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
removeEncryptionInfo(int) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
removeFields(int) - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
removeInstanceConfigs(int) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
removeInstances(int) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
removeKeys(int) - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
removeLabels(String) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.
removeLabels(String) - Method in class com.google.spanner.v1.Session.Builder
The labels for the session.
removeMutations(int) - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
removeOperations(int) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
removeOperations(int) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
removeParamTypes(String) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
removeParamTypes(String) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
removeParamTypes(String) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
removePartitions(int) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
removePlanNodes(int) - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
removeProgress(int) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
removeRanges(int) - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
removeReplicas(int) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
removeResultSets(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
removeRows(int) - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
removeSession(int) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
removeSessions(int) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
removeStatements(int) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
removeSubqueries(String) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node.
removeTransactionRetryListener(TransactionRetryListener) - Method in interface com.google.cloud.spanner.connection.Connection
Removes one existing TransactionRetryListener from this Connection, if it is present (optional operation).
removeValues(int) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
removeValues(int) - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
REPLACE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Mutation
 
ReplicaInfo - Class in com.google.cloud.spanner
Represents a Cloud Spanner replica information.
ReplicaInfo - Class in com.google.spanner.admin.instance.v1
Protobuf type google.spanner.admin.instance.v1.ReplicaInfo
ReplicaInfo.Builder - Class in com.google.spanner.admin.instance.v1
Protobuf type google.spanner.admin.instance.v1.ReplicaInfo
ReplicaInfo.BuilderImpl - Class in com.google.cloud.spanner
 
ReplicaInfo.ReplicaType - Enum in com.google.cloud.spanner
Indicates the type of the replica.
ReplicaInfo.ReplicaType - Enum in com.google.spanner.admin.instance.v1
Indicates the type of replica.
ReplicaInfoOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
REPLICAS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.InstanceConfig
 
request(int) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc.StreamingCall
Requests more messages from the stream.
REQUEST_OPTIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.BeginTransactionRequest
 
REQUEST_OPTIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.CommitRequest
 
REQUEST_OPTIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
REQUEST_OPTIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest
 
REQUEST_OPTIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ReadRequest
 
REQUEST_TAG_FIELD_NUMBER - Static variable in class com.google.spanner.v1.RequestOptions
 
RequestOptions - Class in com.google.spanner.v1
Common request options for various APIs.
RequestOptions.Builder - Class in com.google.spanner.v1
Common request options for various APIs.
RequestOptions.Priority - Enum in com.google.spanner.v1
The relative priority for requests.
RequestOptionsOrBuilder - Interface in com.google.spanner.v1
 
resetForRetry() - Method in interface com.google.cloud.spanner.TransactionManager
Creates a new transaction for retry.
resetForRetryAsync() - Method in interface com.google.cloud.spanner.AsyncTransactionManager
Creates a new transaction for retry.
restore(DatabaseId) - Method in class com.google.cloud.spanner.Backup
Restores this backup to the specified database.
Restore - Class in com.google.cloud.spanner
Represents a restore operation of a Cloud Spanner backup.
Restore.Builder - Class in com.google.cloud.spanner
 
RESTORE_INFO_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Database
 
restoreDatabase(String, String, String, String) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Restore a database from a backup.
restoreDatabase(Restore) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Restore a database from a backup.
restoreDatabase(Restore) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
restoreDatabase(Restore) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Restore a backup into the given database.
restoreDatabase(RestoreDatabaseRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Create a new database by restoring from a completed backup.
restoreDatabase(RestoreDatabaseRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Create a new database by restoring from a completed backup.
restoreDatabase(RestoreDatabaseRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Create a new database by restoring from a completed backup.
restoreDatabase(RestoreDatabaseRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Create a new database by restoring from a completed backup.
restoreDatabaseAsync(InstanceName, String, BackupName) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Create a new database by restoring from a completed backup.
restoreDatabaseAsync(InstanceName, String, String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Create a new database by restoring from a completed backup.
restoreDatabaseAsync(String, String, BackupName) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Create a new database by restoring from a completed backup.
restoreDatabaseAsync(String, String, String) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Create a new database by restoring from a completed backup.
restoreDatabaseAsync(RestoreDatabaseRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Create a new database by restoring from a completed backup.
restoreDatabaseCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Create a new database by restoring from a completed backup.
restoreDatabaseCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
restoreDatabaseCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
restoreDatabaseEncryptionConfig(RestoreEncryptionConfig) - Static method in class com.google.cloud.spanner.encryption.EncryptionConfigProtoMapper
Returns an encryption config to be used for a database restore.
RestoreDatabaseEncryptionConfig - Class in com.google.spanner.admin.database.v1
Encryption configuration for the restored database.
RestoreDatabaseEncryptionConfig.Builder - Class in com.google.spanner.admin.database.v1
Encryption configuration for the restored database.
RestoreDatabaseEncryptionConfig.EncryptionType - Enum in com.google.spanner.admin.database.v1
Encryption types for the database to be restored.
RestoreDatabaseEncryptionConfigOrBuilder - Interface in com.google.spanner.admin.database.v1
 
RestoreDatabaseMetadata - Class in com.google.spanner.admin.database.v1
Metadata type for the long-running operation returned by [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase].
RestoreDatabaseMetadata.Builder - Class in com.google.spanner.admin.database.v1
Metadata type for the long-running operation returned by [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase].
RestoreDatabaseMetadata.SourceInfoCase - Enum in com.google.spanner.admin.database.v1
 
RestoreDatabaseMetadataOrBuilder - Interface in com.google.spanner.admin.database.v1
 
restoreDatabaseOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Create a new database by restoring from a completed backup.
restoreDatabaseOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
restoreDatabaseOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
restoreDatabaseOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to restoreDatabase.
restoreDatabaseOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to restoreDatabase.
restoreDatabaseOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to restoreDatabase.
restoreDatabaseOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to restoreDatabase.
RestoreDatabaseRequest - Class in com.google.spanner.admin.database.v1
The request for [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase].
RestoreDatabaseRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase].
RestoreDatabaseRequest.SourceCase - Enum in com.google.spanner.admin.database.v1
 
RestoreDatabaseRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
restoreDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to restoreDatabase.
restoreDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to restoreDatabase.
restoreDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to restoreDatabase.
restoreDatabaseSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to restoreDatabase.
RestoreEncryptionConfig - Interface in com.google.cloud.spanner.encryption
Marker interface for encryption configurations that can be applied on restores.
RestoreInfo - Class in com.google.cloud.spanner
Represents the restore information of a Cloud Spanner database.
RestoreInfo - Class in com.google.spanner.admin.database.v1
Information about the database restore.
RestoreInfo.Builder - Class in com.google.spanner.admin.database.v1
Information about the database restore.
RestoreInfo.RestoreSourceType - Enum in com.google.cloud.spanner
Source of the restore information.
RestoreInfo.SourceInfoCase - Enum in com.google.spanner.admin.database.v1
 
RestoreInfoOrBuilder - Interface in com.google.spanner.admin.database.v1
 
RestoreSourceType - Enum in com.google.spanner.admin.database.v1
Indicates the type of the restore source.
RESULT_SETS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
ResultSet - Interface in com.google.cloud.spanner
Provides access to the data returned by a Cloud Spanner read or query.
ResultSet - Class in com.google.spanner.v1
Results from [Read][google.spanner.v1.Spanner.Read] or [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].
ResultSet.Builder - Class in com.google.spanner.v1
Results from [Read][google.spanner.v1.Spanner.Read] or [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].
ResultSetMetadata - Class in com.google.spanner.v1
Metadata about a [ResultSet][google.spanner.v1.ResultSet] or [PartialResultSet][google.spanner.v1.PartialResultSet].
ResultSetMetadata.Builder - Class in com.google.spanner.v1
Metadata about a [ResultSet][google.spanner.v1.ResultSet] or [PartialResultSet][google.spanner.v1.PartialResultSet].
ResultSetMetadataOrBuilder - Interface in com.google.spanner.v1
 
ResultSetOrBuilder - Interface in com.google.spanner.v1
 
ResultSetProto - Class in com.google.spanner.v1
 
ResultSets - Class in com.google.cloud.spanner
Utility methods for working with ResultSet.
ResultSetStats - Class in com.google.spanner.v1
Additional statistics about a [ResultSet][google.spanner.v1.ResultSet] or [PartialResultSet][google.spanner.v1.PartialResultSet].
ResultSetStats.Builder - Class in com.google.spanner.v1
Additional statistics about a [ResultSet][google.spanner.v1.ResultSet] or [PartialResultSet][google.spanner.v1.PartialResultSet].
ResultSetStats.RowCountCase - Enum in com.google.spanner.v1
 
ResultSetStatsOrBuilder - Interface in com.google.spanner.v1
 
resume() - Method in interface com.google.cloud.spanner.AsyncResultSet
Resume callbacks from the cursor.
resume() - Method in class com.google.cloud.spanner.ForwardingAsyncResultSet
 
RESUME_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest
 
RESUME_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartialResultSet
 
RESUME_TOKEN_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ReadRequest
 
RETRY_ABORTS_INTERNALLY_PROPERTY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
Name of the 'retry aborts internally' connection property.
retryFinished(Timestamp, long, int, TransactionRetryListener.RetryResult) - Method in interface com.google.cloud.spanner.connection.TransactionRetryListener
This method is called when a retry has finished.
retryStarting(Timestamp, long, int) - Method in interface com.google.cloud.spanner.connection.TransactionRetryListener
This method is called when a retry is about to start.
RETURN_COMMIT_STATS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.CommitRequest
 
RETURN_READ_TIMESTAMP_FIELD_NUMBER - Static variable in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
rollback() - Method in interface com.google.cloud.spanner.connection.Connection
Rollbacks the current transaction of this connection.
rollback(RollbackRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
rollback(RollbackRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
rollback() - Method in interface com.google.cloud.spanner.TransactionManager
Rolls back the currently active transaction.
rollback(SessionName, ByteString) - Method in class com.google.cloud.spanner.v1.SpannerClient
Rolls back a transaction, releasing any locks it holds.
rollback(String, ByteString) - Method in class com.google.cloud.spanner.v1.SpannerClient
Rolls back a transaction, releasing any locks it holds.
rollback(RollbackRequest) - Method in class com.google.cloud.spanner.v1.SpannerClient
Rolls back a transaction, releasing any locks it holds.
rollback(RollbackRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Rolls back a transaction, releasing any locks it holds.
rollback(RollbackRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerFutureStub
Rolls back a transaction, releasing any locks it holds.
rollback(RollbackRequest, StreamObserver<Empty>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Rolls back a transaction, releasing any locks it holds.
rollback(RollbackRequest, StreamObserver<Empty>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Rolls back a transaction, releasing any locks it holds.
rollbackAsync() - Method in interface com.google.cloud.spanner.AsyncTransactionManager
Rolls back the currently active transaction.
rollbackAsync() - Method in interface com.google.cloud.spanner.connection.Connection
Rollbacks the current transaction of this connection.
rollbackAsync(RollbackRequest, Map<SpannerRpc.Option, ?>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
rollbackAsync(RollbackRequest, Map<SpannerRpc.Option, ?>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
rollbackCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Rolls back a transaction, releasing any locks it holds.
rollbackCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
rollbackCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
RollbackRequest - Class in com.google.spanner.v1
The request for [Rollback][google.spanner.v1.Spanner.Rollback].
RollbackRequest.Builder - Class in com.google.spanner.v1
The request for [Rollback][google.spanner.v1.Spanner.Rollback].
RollbackRequestOrBuilder - Interface in com.google.spanner.v1
 
rollbackSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to rollback.
rollbackSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to rollback.
rollbackSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to rollback.
rollbackSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to rollback.
ROW_COUNT_EXACT_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ResultSetStats
 
ROW_COUNT_LOWER_BOUND_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ResultSetStats
 
ROW_TYPE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ResultSetMetadata
 
ROWS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ResultSet
 
RPC_PRIORITY_NAME - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
Name of the 'rpcPriority' connection property.
run(TransactionRunner.TransactionCallable<T>) - Method in interface com.google.cloud.spanner.TransactionRunner
Executes a read-write transaction, with retries as necessary.
run(TransactionContext) - Method in interface com.google.cloud.spanner.TransactionRunner.TransactionCallable
Invoked by the library framework to perform a single attempt of a transaction.
runAsync(AsyncRunner.AsyncWork<R>, Executor) - Method in interface com.google.cloud.spanner.AsyncRunner
Executes a read/write transaction asynchronously using the given executor.
runAsync(Options.TransactionOption...) - Method in interface com.google.cloud.spanner.DatabaseClient
Returns an asynchronous transaction runner for executing a single logical transaction with retries.
runBatch() - Method in interface com.google.cloud.spanner.connection.Connection
Sends all buffered DML or DDL statements of the current batch to the database, waits for these to be executed and ends the current batch.
runBatchAsync() - Method in interface com.google.cloud.spanner.connection.Connection
Sends all buffered DML or DDL statements of the current batch to the database, waits for these to be executed and ends the current batch.

S

SCALAR_VALUE - Static variable in enum com.google.spanner.v1.PlanNode.Kind
Denotes a Scalar node in the expression tree.
SEQNO_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
SEQNO_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest
 
SERVICE_NAME - Static variable in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc
 
SERVICE_NAME - Static variable in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc
 
SERVICE_NAME - Static variable in class com.google.spanner.v1.SpannerGrpc
 
Session - Interface in com.google.cloud.spanner
A Session can be used to perform transactions that read and/or modify data in a Cloud Spanner database.
Session - Class in com.google.spanner.v1
A session in the Cloud Spanner API.
Session.Builder - Class in com.google.spanner.v1
A session in the Cloud Spanner API.
SESSION_COUNT_FIELD_NUMBER - Static variable in class com.google.spanner.v1.BatchCreateSessionsRequest
 
SESSION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.BatchCreateSessionsResponse
 
SESSION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.BeginTransactionRequest
 
SESSION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.CommitRequest
 
SESSION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.CreateSessionRequest
 
SESSION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
SESSION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest
 
SESSION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionQueryRequest
 
SESSION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionReadRequest
 
SESSION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ReadRequest
 
SESSION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.RollbackRequest
 
SESSION_TEMPLATE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.BatchCreateSessionsRequest
 
SessionName - Class in com.google.spanner.v1
 
SessionName() - Constructor for class com.google.spanner.v1.SessionName
Deprecated.
SessionName.Builder - Class in com.google.spanner.v1
Builder for projects/{project}/instances/{instance}/databases/{database}/sessions/{session}.
SessionNotFoundException - Exception in com.google.cloud.spanner
Exception thrown by Cloud Spanner when an operation detects that the session that is being used is no longer valid.
SessionOrBuilder - Interface in com.google.spanner.v1
 
SessionPoolOptions - Class in com.google.cloud.spanner
Options for the session pool used by DatabaseClient.
SessionPoolOptions.Builder - Class in com.google.cloud.spanner
Builder for creating SessionPoolOptions.
SESSIONS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ListSessionsResponse
 
set(String) - Method in class com.google.cloud.spanner.Mutation.WriteBuilder
Returns a binder to set the value of columnName that should be applied by the mutation.
set(String) - Method in class com.google.cloud.spanner.Struct.Builder
Returns a binder to set the value of a new field in the struct named fieldName.
setAll() - Method in class com.google.cloud.spanner.KeySet.Builder
Makes the key set retrieve all rows of a table or index.
setAll(boolean) - Method in class com.google.spanner.v1.KeySet.Builder
For convenience `all` can be set to `true` to indicate that this `KeySet` matches all keys in the table or index.
setApproximateLastUseTime(Timestamp) - Method in class com.google.spanner.v1.Session.Builder
Output only.
setApproximateLastUseTime(Timestamp.Builder) - Method in class com.google.spanner.v1.Session.Builder
Output only.
setArrayElementType(Type) - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
setArrayElementType(Type.Builder) - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.
setAsyncExecutorProvider(SpannerOptions.CloseableExecutorProvider) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Sets the ExecutorProvider to use for high-level async calls that need an executor, such as fetching results for an AsyncResultSet.
setAutocommit(boolean) - Method in interface com.google.cloud.spanner.connection.Connection
Sets autocommit on/off for this Connection.
setAutocommitDmlMode(AutocommitDmlMode) - Method in interface com.google.cloud.spanner.connection.Connection
Sets the mode for executing DML statements in autocommit mode for this connection.
setAutoDetectDialect(boolean) - Method in class com.google.cloud.spanner.SessionPoolOptions.Builder
Sets whether the client should automatically execute a background query to detect the dialect that is used by the database or not.
setAutoThrottleAdministrativeRequests() - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Instructs the client library to automatically throttle the number of administrative requests if the rate of administrative requests generated by this Spanner instance will exceed the administrative limits Cloud Spanner.
setBackup(String) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
Name of the backup.
setBackup(String) - Method in class com.google.spanner.admin.database.v1.BackupName.Builder
 
setBackup(Backup) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
setBackup(Backup.Builder) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
setBackup(String) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Name of the backup from which to restore.
setBackup(Backup) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
setBackup(Backup.Builder) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
setBackupBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
Name of the backup.
setBackupBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Name of the backup from which to restore.
setBackupIAMPolicy(String, String, Policy) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Updates the IAM policy for the given backup and returns the resulting policy.
setBackupId(String) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
setBackupId(String) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
setBackupIdBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
setBackupIdBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
setBackupInfo(BackupInfo) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Information about the backup used to restore the database.
setBackupInfo(BackupInfo.Builder) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Information about the backup used to restore the database.
setBackupInfo(BackupInfo) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
Information about the backup used to restore the database.
setBackupInfo(BackupInfo.Builder) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
Information about the backup used to restore the database.
setBackups(int, Backup) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
setBackups(int, Backup.Builder) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
The list of matching backups.
setBegin(TransactionOptions) - Method in class com.google.spanner.v1.TransactionSelector.Builder
Begin a new transaction and execute this read or SQL query in it.
setBegin(TransactionOptions.Builder) - Method in class com.google.spanner.v1.TransactionSelector.Builder
Begin a new transaction and execute this read or SQL query in it.
setBlockIfPoolExhausted() - Method in class com.google.cloud.spanner.SessionPoolOptions.Builder
If all sessions are in use and there is no more room for creating new sessions, block for a session to become available.
setCallback(Executor, AsyncResultSet.ReadyCallback) - Method in interface com.google.cloud.spanner.AsyncResultSet
Register a callback with the ResultSet to be made aware when more data is available, changing the usage pattern from sync to async.
setCallback(Executor, AsyncResultSet.ReadyCallback) - Method in class com.google.cloud.spanner.ForwardingAsyncResultSet
 
setCallCredentialsProvider(SpannerOptions.CallCredentialsProvider) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Sets a SpannerOptions.CallCredentialsProvider that can deliver CallCredentials to use on a per-gRPC basis.
setCancelTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The time at which cancellation of CopyBackup operation was received.
setCancelTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The time at which cancellation of CopyBackup operation was received.
setCancelTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The time at which cancellation of this operation was received.
setCancelTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The time at which cancellation of this operation was received.
setCancelTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The time at which cancellation of this operation was received.
setCancelTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The time at which cancellation of this operation was received.
setCancelTime(Timestamp) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation was cancelled.
setCancelTime(Timestamp.Builder) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation was cancelled.
setCancelTime(Timestamp) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation was cancelled.
setCancelTime(Timestamp.Builder) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation was cancelled.
setChannelConfigurator(ApiFunction<ManagedChannelBuilder, ManagedChannelBuilder>) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Sets an ApiFunction that will be used to configure the transport channel.
setChannelProvider(TransportChannelProvider) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Sets the ChannelProvider.
setChildIndex(int) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
The node to which the link points.
setChildLinks(int, PlanNode.ChildLink) - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
setChildLinks(int, PlanNode.ChildLink.Builder) - Method in class com.google.spanner.v1.PlanNode.Builder
List of child node `index`es and their relationship to this parent.
setChunkedValue(boolean) - Method in class com.google.spanner.v1.PartialResultSet.Builder
If true, then the final value in [values][google.spanner.v1.PartialResultSet.values] is chunked, and must be combined with more values from subsequent `PartialResultSet`s to obtain a complete field value.
setCode(TypeCode) - Method in class com.google.spanner.v1.Type.Builder
Required.
setCodeValue(int) - Method in class com.google.spanner.v1.Type.Builder
Required.
setColumns(int, String) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
setColumns(int, String) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching this request.
setColumns(int, String) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
setCommitStats(CommitResponse.CommitStats) - Method in class com.google.spanner.v1.CommitResponse.Builder
The statistics about this Commit.
setCommitStats(CommitResponse.CommitStats.Builder) - Method in class com.google.spanner.v1.CommitResponse.Builder
The statistics about this Commit.
setCommitTimestamp(Timestamp) - Method in class com.google.spanner.v1.CommitResponse.Builder
The Cloud Spanner timestamp at which the transaction committed.
setCommitTimestamp(Timestamp.Builder) - Method in class com.google.spanner.v1.CommitResponse.Builder
The Cloud Spanner timestamp at which the transaction committed.
setCommitTimestamps(int, Timestamp) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
setCommitTimestamps(int, Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Reports the commit timestamps of all statements that have succeeded so far, where `commit_timestamps[i]` is the commit timestamp for the statement `statements[i]`.
setCompressorName(String) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Sets the compression to use for all gRPC calls.
setConfig(String) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
setConfigBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
setCreateStatement(String) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Required.
setCreateStatementBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Required.
setCreateTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setCreateTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setCreateTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
setCreateTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The time the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] request was received.
setCreateTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setCreateTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setCreateTime(Timestamp) - Method in class com.google.spanner.v1.Session.Builder
Output only.
setCreateTime(Timestamp.Builder) - Method in class com.google.spanner.v1.Session.Builder
Output only.
setCredentialsUrl(String) - Method in class com.google.cloud.spanner.connection.ConnectionOptions.Builder
Sets the URL of the credentials file to use for this connection.
setCryptoKey(String) - Method in class com.google.spanner.admin.database.v1.CryptoKeyName.Builder
 
setCryptoKey(String) - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName.Builder
 
setCryptoKeyVersion(String) - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName.Builder
 
setDatabase(DatabaseId) - Method in class com.google.cloud.spanner.BackupInfo.Builder
Required for creating a new backup.
setDatabase(String) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
setDatabase(String) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The name of the database the backup is created from.
setDatabase(String) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
The database being created.
setDatabase(String) - Method in class com.google.spanner.admin.database.v1.DatabaseName.Builder
 
setDatabase(String) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
Required.
setDatabase(String) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
Required.
setDatabase(String) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The database being modified.
setDatabase(String) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
setDatabase(String) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Required.
setDatabase(String) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
setDatabase(String) - Method in class com.google.spanner.v1.DatabaseName.Builder
 
setDatabase(String) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
Required.
setDatabase(String) - Method in class com.google.spanner.v1.SessionName.Builder
 
setDatabaseAdminIAMPolicy(String, Policy) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
setDatabaseAdminIAMPolicy(String, Policy) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Updates the IAM policy for the given resource using the DatabaseAdminStub.
setDatabaseBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
setDatabaseBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The name of the database the backup is created from.
setDatabaseBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
The database being created.
setDatabaseBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
Required.
setDatabaseBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
Required.
setDatabaseBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The database being modified.
setDatabaseBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
setDatabaseBytes(ByteString) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Required.
setDatabaseBytes(ByteString) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
setDatabaseBytes(ByteString) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
Required.
setDatabaseDialect(DatabaseDialect) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setDatabaseDialect(DatabaseDialect) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
setDatabaseDialect(DatabaseDialect) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setDatabaseDialectValue(int) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setDatabaseDialectValue(int) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
setDatabaseDialectValue(int) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setDatabaseIAMPolicy(String, String, Policy) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Updates the IAM policy for the given database and returns the resulting policy.
setDatabaseId(String) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Required.
setDatabaseIdBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Required.
setDatabases(int, Database) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
setDatabases(int, Database.Builder) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
Databases that matched the request.
setDefaultLeader(String) - Method in class com.google.cloud.spanner.DatabaseInfo.Builder
The read-write region which will be used for the database's leader replicas.
setDefaultLeader(String) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setDefaultLeaderBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setDefaultLeaderLocation(boolean) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
If true, this location is designated as the default leader location where leader replicas are placed.
setDefaultQueryOptions(DatabaseId, ExecuteSqlRequest.QueryOptions) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Sets the default ExecuteSqlRequest.QueryOptions that will be used for all queries on the specified database.
setDelete(Mutation.Delete) - Method in class com.google.spanner.v1.Mutation.Builder
Delete rows from a table.
setDelete(Mutation.Delete.Builder) - Method in class com.google.spanner.v1.Mutation.Builder
Delete rows from a table.
setDescription(String) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
A string representation of the expression subtree rooted at this node.
setDescriptionBytes(ByteString) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
A string representation of the expression subtree rooted at this node.
setDialect(Dialect) - Method in class com.google.cloud.spanner.DatabaseInfo.Builder
 
setDisplayName(String) - Method in class com.google.cloud.spanner.Instance.Builder
 
setDisplayName(String) - Method in class com.google.cloud.spanner.InstanceInfo.Builder
 
setDisplayName(String) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
setDisplayName(String) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The name of this instance configuration as it appears in UIs.
setDisplayName(String) - Method in class com.google.spanner.v1.PlanNode.Builder
The display name for the node.
setDisplayNameBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
setDisplayNameBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The name of this instance configuration as it appears in UIs.
setDisplayNameBytes(ByteString) - Method in class com.google.spanner.v1.PlanNode.Builder
The display name for the node.
setEarliestVersionTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setEarliestVersionTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setEmulatorHost(String) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Sets the host of an emulator to use.
setEncryptionConfig(BackupEncryptionConfig) - Method in class com.google.cloud.spanner.BackupInfo.Builder
Optional for creating a new backup.
setEncryptionConfig(CustomerManagedEncryption) - Method in class com.google.cloud.spanner.DatabaseInfo.Builder
Optional for creating a new backup.
setEncryptionConfig(RestoreEncryptionConfig) - Method in class com.google.cloud.spanner.Restore.Builder
Optional for restoring a backup.
setEncryptionConfig(CopyBackupEncryptionConfig) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Optional.
setEncryptionConfig(CopyBackupEncryptionConfig.Builder) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Optional.
setEncryptionConfig(CreateBackupEncryptionConfig) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Optional.
setEncryptionConfig(CreateBackupEncryptionConfig.Builder) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Optional.
setEncryptionConfig(EncryptionConfig) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
setEncryptionConfig(EncryptionConfig.Builder) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
setEncryptionConfig(EncryptionConfig) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setEncryptionConfig(EncryptionConfig.Builder) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setEncryptionConfig(RestoreDatabaseEncryptionConfig) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Optional.
setEncryptionConfig(RestoreDatabaseEncryptionConfig.Builder) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Optional.
setEncryptionInfo(EncryptionInfo) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setEncryptionInfo(EncryptionInfo.Builder) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setEncryptionInfo(int, EncryptionInfo) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setEncryptionInfo(int, EncryptionInfo.Builder) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setEncryptionStatus(Status) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
setEncryptionStatus(Status.Builder) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
setEncryptionType(CopyBackupEncryptionConfig.EncryptionType) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
Required.
setEncryptionType(CreateBackupEncryptionConfig.EncryptionType) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
Required.
setEncryptionType(EncryptionInfo.Type) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
setEncryptionType(RestoreDatabaseEncryptionConfig.EncryptionType) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
Required.
setEncryptionTypeValue(int) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
Required.
setEncryptionTypeValue(int) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
Required.
setEncryptionTypeValue(int) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
setEncryptionTypeValue(int) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
Required.
setEnd(Key) - Method in class com.google.cloud.spanner.KeyRange.Builder
Sets the end key of the range.
setEndClosed(ListValue) - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
setEndClosed(ListValue.Builder) - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
setEndOpen(ListValue) - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
setEndOpen(ListValue.Builder) - Method in class com.google.spanner.v1.KeyRange.Builder
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
setEndpointUris(int, String) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Deprecated.
setEndTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
If set, the time at which this operation failed or was completed successfully.
setEndTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
If set, the time at which this operation failed or was completed successfully.
setEndTime(Timestamp) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
setEndTime(Timestamp.Builder) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
setEndTime(Timestamp) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
setEndTime(Timestamp.Builder) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which this operation failed or was completed successfully.
setEndType(KeyRange.Endpoint) - Method in class com.google.cloud.spanner.KeyRange.Builder
Sets whether the end key is inclusive (CLOSED) or exclusive (OPEN).
setExactStaleness(Duration) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp that is `exact_staleness` old.
setExactStaleness(Duration.Builder) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp that is `exact_staleness` old.
setExecutionStats(Struct) - Method in class com.google.spanner.v1.PlanNode.Builder
The execution statistics associated with the node, contained in a group of key-value pairs.
setExecutionStats(Struct.Builder) - Method in class com.google.spanner.v1.PlanNode.Builder
The execution statistics associated with the node, contained in a group of key-value pairs.
setExpireTime(Timestamp) - Method in class com.google.cloud.spanner.BackupInfo.Builder
Required for creating a new backup.
setExpireTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
setExpireTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Required for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
setExpireTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
setExpireTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
setExtraStatements(int, String) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Optional.
setFailIfPoolExhausted() - Method in class com.google.cloud.spanner.SessionPoolOptions.Builder
If all sessions are in use and and maxSessions has been reached, fail the request by throwing a SpannerException with the error code RESOURCE_EXHAUSTED.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.CommitRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.CommitResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.KeyRange.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.KeySet.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Mutation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Partition.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PlanNode.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.QueryPlan.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ReadRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.RequestOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ResultSet.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Session.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.StructType.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.StructType.Field.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Transaction.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.spanner.v1.Type.Builder
 
setFieldMask(FieldMask) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
setFieldMask(FieldMask.Builder) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned.
setFieldMask(FieldMask) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
setFieldMask(FieldMask.Builder) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
setFields(int, StructType.Field) - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
setFields(int, StructType.Field.Builder) - Method in class com.google.spanner.v1.StructType.Builder
The list of fields that make up this struct.
setFilter(String) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
An expression that filters the list of returned backup operations.
setFilter(String) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
An expression that filters the list of returned backups.
setFilter(String) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
An expression that filters the list of returned operations.
setFilter(String) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
An expression for filtering the results of the request.
setFilter(String) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
An expression for filtering the results of the request.
setFilterBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
An expression that filters the list of returned backup operations.
setFilterBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
An expression that filters the list of returned backups.
setFilterBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
An expression that filters the list of returned operations.
setFilterBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
An expression for filtering the results of the request.
setFilterBytes(ByteString) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
An expression for filtering the results of the request.
setHost(String) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
 
setIamPolicy(ResourceName, Policy) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Sets the access control policy on a database or backup resource.
setIamPolicy(String, Policy) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Sets the access control policy on a database or backup resource.
setIamPolicy(SetIamPolicyRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Sets the access control policy on a database or backup resource.
setIamPolicy(ResourceName, Policy) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Sets the access control policy on an instance resource.
setIamPolicy(String, Policy) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Sets the access control policy on an instance resource.
setIamPolicy(SetIamPolicyRequest) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Sets the access control policy on an instance resource.
setIAMPolicy(Policy) - Method in class com.google.cloud.spanner.Backup
Updates the IAM policy for this backup and returns the resulting policy.
setIAMPolicy(Policy) - Method in class com.google.cloud.spanner.Database
Updates the IAM policy for this database and returns the resulting policy.
setIAMPolicy(Policy) - Method in class com.google.cloud.spanner.Instance
Updates the IAM policy for this instance and returns the resulting policy.
setIamPolicy(SetIamPolicyRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Sets the access control policy on a database or backup resource.
setIamPolicy(SetIamPolicyRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Sets the access control policy on a database or backup resource.
setIamPolicy(SetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Sets the access control policy on a database or backup resource.
setIamPolicy(SetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Sets the access control policy on a database or backup resource.
setIamPolicy(SetIamPolicyRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminBlockingStub
Sets the access control policy on an instance resource.
setIamPolicy(SetIamPolicyRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminFutureStub
Sets the access control policy on an instance resource.
setIamPolicy(SetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminImplBase
Sets the access control policy on an instance resource.
setIamPolicy(SetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminStub
Sets the access control policy on an instance resource.
setIamPolicyCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Sets the access control policy on a database or backup resource.
setIamPolicyCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
setIamPolicyCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
setIamPolicyCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Sets the access control policy on an instance resource.
setIamPolicyCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
setIamPolicyCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
setIamPolicySettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to setIamPolicy.
setIamPolicySettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to setIamPolicy.
setIamPolicySettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to setIamPolicy.
setIamPolicySettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to setIamPolicy.
setIamPolicySettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Returns the builder for the settings used for calls to setIamPolicy.
setIamPolicySettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the object with the settings used for calls to setIamPolicy.
setIamPolicySettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Returns the builder for the settings used for calls to setIamPolicy.
setIamPolicySettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the object with the settings used for calls to setIamPolicy.
setId(ByteString) - Method in class com.google.spanner.v1.Transaction.Builder
`id` may be used to identify the transaction in subsequent [Read][google.spanner.v1.Spanner.Read], [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql], [Commit][google.spanner.v1.Spanner.Commit], or [Rollback][google.spanner.v1.Spanner.Rollback] calls.
setId(ByteString) - Method in class com.google.spanner.v1.TransactionSelector.Builder
Execute the read or SQL query in a previously-started transaction.
setIndex(String) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table].
setIndex(int) - Method in class com.google.spanner.v1.PlanNode.Builder
The `PlanNode`'s index in [node list][google.spanner.v1.QueryPlan.plan_nodes].
setIndex(String) - Method in class com.google.spanner.v1.ReadRequest.Builder
If non-empty, the name of an index on [table][google.spanner.v1.ReadRequest.table].
setIndexBytes(ByteString) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table].
setIndexBytes(ByteString) - Method in class com.google.spanner.v1.ReadRequest.Builder
If non-empty, the name of an index on [table][google.spanner.v1.ReadRequest.table].
setInsert(Mutation.Write) - Method in class com.google.spanner.v1.Mutation.Builder
Insert new rows in a table.
setInsert(Mutation.Write.Builder) - Method in class com.google.spanner.v1.Mutation.Builder
Insert new rows in a table.
setInsertOrUpdate(Mutation.Write) - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
setInsertOrUpdate(Mutation.Write.Builder) - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.
setInstance(String) - Method in class com.google.spanner.admin.database.v1.BackupName.Builder
 
setInstance(String) - Method in class com.google.spanner.admin.database.v1.DatabaseName.Builder
 
setInstance(String) - Method in class com.google.spanner.admin.database.v1.InstanceName.Builder
 
setInstance(Instance) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The instance being created.
setInstance(Instance.Builder) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The instance being created.
setInstance(Instance) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
setInstance(Instance.Builder) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
setInstance(String) - Method in class com.google.spanner.admin.instance.v1.InstanceName.Builder
 
setInstance(Instance) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The desired end state of the update.
setInstance(Instance.Builder) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The desired end state of the update.
setInstance(Instance) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
setInstance(Instance.Builder) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
Required.
setInstance(String) - Method in class com.google.spanner.v1.DatabaseName.Builder
 
setInstance(String) - Method in class com.google.spanner.v1.SessionName.Builder
 
setInstanceAdminIAMPolicy(String, Policy) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
setInstanceAdminIAMPolicy(String, Policy) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Updates the IAM policy for the given resource using the InstanceAdminStub.
setInstanceConfig(String) - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName.Builder
 
setInstanceConfigId(InstanceConfigId) - Method in class com.google.cloud.spanner.Instance.Builder
 
setInstanceConfigId(InstanceConfigId) - Method in class com.google.cloud.spanner.InstanceInfo.Builder
 
setInstanceConfigs(int, InstanceConfig) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
setInstanceConfigs(int, InstanceConfig.Builder) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
The list of requested instance configurations.
setInstanceIAMPolicy(String, Policy) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Updates the IAM policy for the given instance and returns the resulting policy.
setInstanceId(String) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
setInstanceIdBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
setInstances(int, Instance) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
setInstances(int, Instance.Builder) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
The list of requested instances.
setInterceptorProvider(GrpcInterceptorProvider) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Sets the GrpcInterceptorProvider.
setKeepAliveIntervalMinutes(int) - Method in class com.google.cloud.spanner.SessionPoolOptions.Builder
How frequently to keep alive idle sessions.
setKeyRing(String) - Method in class com.google.spanner.admin.database.v1.CryptoKeyName.Builder
 
setKeyRing(String) - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName.Builder
 
setKeys(int, ListValue) - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
setKeys(int, ListValue.Builder) - Method in class com.google.spanner.v1.KeySet.Builder
A list of specific keys.
setKeySet(KeySet) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
setKeySet(KeySet.Builder) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
setKeySet(KeySet) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
setKeySet(KeySet.Builder) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
setKeySet(KeySet) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
setKeySet(KeySet.Builder) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
setKind(PlanNode.Kind) - Method in class com.google.spanner.v1.PlanNode.Builder
Used to determine the type of node.
setKindValue(int) - Method in class com.google.spanner.v1.PlanNode.Builder
Used to determine the type of node.
setKmsKeyName(String) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
Optional.
setKmsKeyName(String) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
Optional.
setKmsKeyName(String) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
The Cloud KMS key to be used for encrypting and decrypting the database.
setKmsKeyName(String) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
Optional.
setKmsKeyNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
Optional.
setKmsKeyNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
Optional.
setKmsKeyNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
The Cloud KMS key to be used for encrypting and decrypting the database.
setKmsKeyNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
Optional.
setKmsKeyVersion(String) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
setKmsKeyVersionBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
Output only.
setLeaderOptions(int, String) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
setLimit(long) - Method in class com.google.spanner.v1.ReadRequest.Builder
If greater than zero, only the first `limit` rows are yielded.
setLocation(String) - Method in class com.google.spanner.admin.database.v1.CryptoKeyName.Builder
 
setLocation(String) - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName.Builder
 
setLocation(String) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
The location of the serving resources, e.g.
setLocationBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
The location of the serving resources, e.g.
setMaxExpireTime(Timestamp) - Method in class com.google.cloud.spanner.BackupInfo.Builder
Output Only.
setMaxExpireTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setMaxExpireTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setMaxIdleSessions(int) - Method in class com.google.cloud.spanner.SessionPoolOptions.Builder
Deprecated.
set a higher value for SessionPoolOptions.Builder.setMinSessions(int) instead of using this configuration option. This option will be removed in a future release.
setMaxPartitions(long) - Method in class com.google.cloud.spanner.PartitionOptions.Builder
 
setMaxPartitions(long) - Method in class com.google.spanner.v1.PartitionOptions.Builder
**Note:** This hint is currently ignored by PartitionQuery and PartitionRead requests.
setMaxSessions(int) - Method in class com.google.cloud.spanner.SessionPoolOptions.Builder
Maximum number of sessions that this pool will have.
setMaxStaleness(Duration) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Read data at a timestamp >= `NOW - max_staleness` seconds.
setMaxStaleness(Duration.Builder) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Read data at a timestamp >= `NOW - max_staleness` seconds.
setMetadata(ResultSetMetadata) - Method in class com.google.spanner.v1.PartialResultSet.Builder
Metadata about the result set, such as row type information.
setMetadata(ResultSetMetadata.Builder) - Method in class com.google.spanner.v1.PartialResultSet.Builder
Metadata about the result set, such as row type information.
setMetadata(Struct) - Method in class com.google.spanner.v1.PlanNode.Builder
Attributes relevant to the node contained in a group of key-value pairs.
setMetadata(Struct.Builder) - Method in class com.google.spanner.v1.PlanNode.Builder
Attributes relevant to the node contained in a group of key-value pairs.
setMetadata(ResultSetMetadata) - Method in class com.google.spanner.v1.ResultSet.Builder
Metadata about the result set, such as row type information.
setMetadata(ResultSetMetadata.Builder) - Method in class com.google.spanner.v1.ResultSet.Builder
Metadata about the result set, such as row type information.
setMinReadTimestamp(Timestamp) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp >= `min_read_timestamp`.
setMinReadTimestamp(Timestamp.Builder) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at a timestamp >= `min_read_timestamp`.
setMinSessions(int) - Method in class com.google.cloud.spanner.SessionPoolOptions.Builder
Minimum number of sessions that this pool will always maintain.
setMutationCount(long) - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
The total number of mutations for the transaction.
setMutations(int, Mutation) - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
setMutations(int, Mutation.Builder) - Method in class com.google.spanner.v1.CommitRequest.Builder
The mutations to be executed when this transaction commits.
setName(String) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
setName(String) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The name of the backup being created through the copy operation.
setName(String) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The name of the backup being created.
setName(String) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Required.
setName(String) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
Required.
setName(String) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
Required.
setName(String) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
Required.
setName(String) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
Name of the restored database being optimized.
setName(String) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Name of the database being created and restored to.
setName(String) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
Required.
setName(String) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
Required.
setName(String) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
Required.
setName(String) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
setName(String) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
A unique identifier for the instance configuration.
setName(String) - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
Required.
setName(String) - Method in class com.google.spanner.v1.GetSessionRequest.Builder
Required.
setName(String) - Method in class com.google.spanner.v1.Session.Builder
Output only.
setName(String) - Method in class com.google.spanner.v1.StructType.Field.Builder
The name of the field.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only for the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The name of the backup being created through the copy operation.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The name of the backup being created.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
Name of the restored database being optimized.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
Name of the database being created and restored to.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
A unique identifier for the instance configuration.
setNameBytes(ByteString) - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.spanner.v1.GetSessionRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.spanner.v1.Session.Builder
Output only.
setNameBytes(ByteString) - Method in class com.google.spanner.v1.StructType.Field.Builder
The name of the field.
setNextPageToken(String) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
`next_page_token` can be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
setNextPageToken(String) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
`next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.
setNextPageToken(String) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
`next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
setNextPageToken(String) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
`next_page_token` can be sent in a subsequent [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more of the matching databases.
setNextPageToken(String) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
`next_page_token` can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.
setNextPageToken(String) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.
setNextPageToken(String) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
`next_page_token` can be sent in a subsequent [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching sessions.
setNextPageTokenBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
`next_page_token` can be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
setNextPageTokenBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
`next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.
setNextPageTokenBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
`next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
setNextPageTokenBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
`next_page_token` can be sent in a subsequent [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more of the matching databases.
setNextPageTokenBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
`next_page_token` can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.
setNextPageTokenBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.
setNextPageTokenBytes(ByteString) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
`next_page_token` can be sent in a subsequent [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching sessions.
setNodeCount(int) - Method in class com.google.cloud.spanner.Instance.Builder
 
setNodeCount(int) - Method in class com.google.cloud.spanner.InstanceInfo.Builder
Sets the number of nodes for the instance.
setNodeCount(int) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Required.
setNumChannels(int) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Sets the number of gRPC channels to use.
setOAuthToken(String) - Method in class com.google.cloud.spanner.connection.ConnectionOptions.Builder
Sets the OAuth token to use with this connection.
setOperationId(String) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
If empty, the new update request is assigned an automatically-generated operation ID.
setOperationIdBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
If empty, the new update request is assigned an automatically-generated operation ID.
setOperations(int, Operation) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
setOperations(int, Operation.Builder) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
The list of matching backup [long-running operations][google.longrunning.Operation].
setOperations(int, Operation) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
setOperations(int, Operation.Builder) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
The list of matching database [long-running operations][google.longrunning.Operation].
setOptimizeDatabaseOperationName(String) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored database, and remove the dependency on the restore source.
setOptimizeDatabaseOperationNameBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored database, and remove the dependency on the restore source.
setOptimizerStatisticsPackage(String) - Method in interface com.google.cloud.spanner.connection.Connection
Sets the query optimizer statistics package
setOptimizerStatisticsPackage(String) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
An option to control the selection of optimizer statistics package.
setOptimizerStatisticsPackageBytes(ByteString) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
An option to control the selection of optimizer statistics package.
setOptimizerVersion(String) - Method in interface com.google.cloud.spanner.connection.Connection
Sets the query optimizer version to use for this connection.
setOptimizerVersion(String) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
An option to control the selection of optimizer version.
setOptimizerVersionBytes(ByteString) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
An option to control the selection of optimizer version.
setOptions(TransactionOptions) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
setOptions(TransactionOptions.Builder) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
setPageSize(int) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
Number of operations to be returned in the response.
setPageSize(int) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
Number of backups to be returned in the response.
setPageSize(int) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
Number of operations to be returned in the response.
setPageSize(int) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
Number of databases to be returned in the response.
setPageSize(int) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
Number of instance configurations to be returned in the response.
setPageSize(int) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
Number of instances to be returned in the response.
setPageSize(int) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
Number of sessions to be returned in the response.
setPageToken(String) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupOperationsResponse.next_page_token] from a previous [ListBackupOperationsResponse][google.spanner.admin.database.v1.ListBackupOperationsResponse] to the same `parent` and with the same `filter`.
setPageToken(String) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupsResponse.next_page_token] from a previous [ListBackupsResponse][google.spanner.admin.database.v1.ListBackupsResponse] to the same `parent` and with the same `filter`.
setPageToken(String) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabaseOperationsResponse.next_page_token] from a previous [ListDatabaseOperationsResponse][google.spanner.admin.database.v1.ListDatabaseOperationsResponse] to the same `parent` and with the same `filter`.
setPageToken(String) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabasesResponse.next_page_token] from a previous [ListDatabasesResponse][google.spanner.admin.database.v1.ListDatabasesResponse].
setPageToken(String) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].
setPageToken(String) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstancesResponse.next_page_token] from a previous [ListInstancesResponse][google.spanner.admin.instance.v1.ListInstancesResponse].
setPageToken(String) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.v1.ListSessionsResponse.next_page_token] from a previous [ListSessionsResponse][google.spanner.v1.ListSessionsResponse].
setPageTokenBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupOperationsResponse.next_page_token] from a previous [ListBackupOperationsResponse][google.spanner.admin.database.v1.ListBackupOperationsResponse] to the same `parent` and with the same `filter`.
setPageTokenBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupsResponse.next_page_token] from a previous [ListBackupsResponse][google.spanner.admin.database.v1.ListBackupsResponse] to the same `parent` and with the same `filter`.
setPageTokenBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabaseOperationsResponse.next_page_token] from a previous [ListDatabaseOperationsResponse][google.spanner.admin.database.v1.ListDatabaseOperationsResponse] to the same `parent` and with the same `filter`.
setPageTokenBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.database.v1.ListDatabasesResponse.next_page_token] from a previous [ListDatabasesResponse][google.spanner.admin.database.v1.ListDatabasesResponse].
setPageTokenBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigsResponse.next_page_token] from a previous [ListInstanceConfigsResponse][google.spanner.admin.instance.v1.ListInstanceConfigsResponse].
setPageTokenBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstancesResponse.next_page_token] from a previous [ListInstancesResponse][google.spanner.admin.instance.v1.ListInstancesResponse].
setPageTokenBytes(ByteString) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
If non-empty, `page_token` should contain a [next_page_token][google.spanner.v1.ListSessionsResponse.next_page_token] from a previous [ListSessionsResponse][google.spanner.v1.ListSessionsResponse].
setParams(Struct) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Parameter names and values that bind to placeholders in the DML string.
setParams(Struct.Builder) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Parameter names and values that bind to placeholders in the DML string.
setParams(Struct) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
setParams(Struct.Builder) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
setParams(Struct) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
setParams(Struct.Builder) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Parameter names and values that bind to placeholders in the SQL string.
setParent(String) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
setParent(String) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
setParent(String) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Required.
setParent(String) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
Required.
setParent(String) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
Required.
setParent(String) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
Required.
setParent(String) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
Required.
setParent(String) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Required.
setParent(String) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
setParent(String) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
Required.
setParent(String) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
Required.
setPartitionedDml(TransactionOptions.PartitionedDml) - Method in class com.google.spanner.v1.TransactionOptions.Builder
Partitioned DML transaction.
setPartitionedDml(TransactionOptions.PartitionedDml.Builder) - Method in class com.google.spanner.v1.TransactionOptions.Builder
Partitioned DML transaction.
setPartitionedDmlTimeout(Duration) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Sets a timeout specifically for Partitioned DML statements executed through DatabaseClient#executePartitionedUpdate(Statement).
setPartitionOptions(PartitionOptions) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Additional options that affect how many partitions are created.
setPartitionOptions(PartitionOptions.Builder) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Additional options that affect how many partitions are created.
setPartitionOptions(PartitionOptions) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Additional options that affect how many partitions are created.
setPartitionOptions(PartitionOptions.Builder) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Additional options that affect how many partitions are created.
setPartitions(int, Partition) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
setPartitions(int, Partition.Builder) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Partitions created by this request.
setPartitionSizeBytes(long) - Method in class com.google.cloud.spanner.PartitionOptions.Builder
The desired data size for each partition generated.
setPartitionSizeBytes(long) - Method in class com.google.spanner.v1.PartitionOptions.Builder
**Note:** This hint is currently ignored by PartitionQuery and PartitionRead requests.
setPartitionToken(ByteString) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
If present, results will be restricted to the specified partition previously created using PartitionQuery().
setPartitionToken(ByteString) - Method in class com.google.spanner.v1.Partition.Builder
This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token.
setPartitionToken(ByteString) - Method in class com.google.spanner.v1.ReadRequest.Builder
If present, results will be restricted to the specified partition previously created using PartitionRead().
setPlanNodes(int, PlanNode) - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
setPlanNodes(int, PlanNode.Builder) - Method in class com.google.spanner.v1.QueryPlan.Builder
The nodes in the query plan.
setPrefetchChunks(int) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Specifying this will allow the client to prefetch up to prefetchChunks PartialResultSet chunks for each read and query.
setPriority(RequestOptions.Priority) - Method in class com.google.spanner.v1.RequestOptions.Builder
Priority for the request.
setPriorityValue(int) - Method in class com.google.spanner.v1.RequestOptions.Builder
Priority for the request.
setProcessingUnits(int) - Method in class com.google.cloud.spanner.Instance.Builder
 
setProcessingUnits(int) - Method in class com.google.cloud.spanner.InstanceInfo.Builder
Sets the number of processing units for the instance.
setProcessingUnits(int) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
The number of processing units allocated to this instance.
setProgress(OperationProgress) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
setProgress(OperationProgress.Builder) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
setProgress(OperationProgress) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
setProgress(OperationProgress.Builder) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
setProgress(OperationProgress) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
The progress of the post-restore optimizations.
setProgress(OperationProgress.Builder) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
The progress of the post-restore optimizations.
setProgress(OperationProgress) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
setProgress(OperationProgress.Builder) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The progress of the [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase] operation.
setProgress(int, OperationProgress) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
setProgress(int, OperationProgress.Builder) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
setProgressPercent(int) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
Percent completion of the operation.
setProject(String) - Method in class com.google.spanner.admin.database.v1.BackupName.Builder
 
setProject(String) - Method in class com.google.spanner.admin.database.v1.CryptoKeyName.Builder
 
setProject(String) - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName.Builder
 
setProject(String) - Method in class com.google.spanner.admin.database.v1.DatabaseName.Builder
 
setProject(String) - Method in class com.google.spanner.admin.database.v1.InstanceName.Builder
 
setProject(String) - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName.Builder
 
setProject(String) - Method in class com.google.spanner.admin.instance.v1.InstanceName.Builder
 
setProject(String) - Method in class com.google.spanner.admin.instance.v1.ProjectName.Builder
 
setProject(String) - Method in class com.google.spanner.v1.DatabaseName.Builder
 
setProject(String) - Method in class com.google.spanner.v1.SessionName.Builder
 
setQueryMode(ExecuteSqlRequest.QueryMode) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].
setQueryModeValue(int) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].
setQueryOptions(ExecuteSqlRequest.QueryOptions) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Query optimizer configuration to use for the given query.
setQueryOptions(ExecuteSqlRequest.QueryOptions.Builder) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Query optimizer configuration to use for the given query.
setQueryPlan(QueryPlan) - Method in class com.google.spanner.v1.ResultSetStats.Builder
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
setQueryPlan(QueryPlan.Builder) - Method in class com.google.spanner.v1.ResultSetStats.Builder
[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.
setQueryStats(Struct) - Method in class com.google.spanner.v1.ResultSetStats.Builder
Aggregated statistics from the execution of the query.
setQueryStats(Struct.Builder) - Method in class com.google.spanner.v1.ResultSetStats.Builder
Aggregated statistics from the execution of the query.
setRanges(int, KeyRange) - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
setRanges(int, KeyRange.Builder) - Method in class com.google.spanner.v1.KeySet.Builder
A list of key ranges.
setReadOnly(boolean) - Method in interface com.google.cloud.spanner.connection.Connection
Sets this connection to read-only or read-write.
setReadOnly(TransactionOptions.ReadOnly) - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction will not write.
setReadOnly(TransactionOptions.ReadOnly.Builder) - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction will not write.
setReadOnlyStaleness(TimestampBound) - Method in interface com.google.cloud.spanner.connection.Connection
Sets the staleness to use for the current read-only transaction.
setReadTimestamp(Timestamp) - Method in class com.google.spanner.v1.Transaction.Builder
For snapshot read-only transactions, the read timestamp chosen for the transaction.
setReadTimestamp(Timestamp.Builder) - Method in class com.google.spanner.v1.Transaction.Builder
For snapshot read-only transactions, the read timestamp chosen for the transaction.
setReadTimestamp(Timestamp) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at the given timestamp.
setReadTimestamp(Timestamp.Builder) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Executes all reads at the given timestamp.
setReadWrite(TransactionOptions.ReadWrite) - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction may write.
setReadWrite(TransactionOptions.ReadWrite.Builder) - Method in class com.google.spanner.v1.TransactionOptions.Builder
Transaction may write.
setReferencingBackups(int, String) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setReferencingDatabases(int, String) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setRemoveInactiveSessionAfter(Duration) - Method in class com.google.cloud.spanner.SessionPoolOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.CommitRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.CommitResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.KeyRange.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.KeySet.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.Mutation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.Partition.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.PlanNode.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.QueryPlan.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.ReadRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.RequestOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.ResultSet.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.Session.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.StructType.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.StructType.Field.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.Transaction.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.spanner.v1.Type.Builder
 
setReplace(Mutation.Write) - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
setReplace(Mutation.Write.Builder) - Method in class com.google.spanner.v1.Mutation.Builder
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.
setReplicas(int, ReplicaInfo) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
setReplicas(int, ReplicaInfo.Builder) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
The geographic placement of nodes in this instance configuration and their replication properties.
setRequestOptions(RequestOptions) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Common options for this request.
setRequestOptions(RequestOptions.Builder) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Common options for this request.
setRequestOptions(RequestOptions) - Method in class com.google.spanner.v1.CommitRequest.Builder
Common options for this request.
setRequestOptions(RequestOptions.Builder) - Method in class com.google.spanner.v1.CommitRequest.Builder
Common options for this request.
setRequestOptions(RequestOptions) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Common options for this request.
setRequestOptions(RequestOptions.Builder) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Common options for this request.
setRequestOptions(RequestOptions) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Common options for this request.
setRequestOptions(RequestOptions.Builder) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Common options for this request.
setRequestOptions(RequestOptions) - Method in class com.google.spanner.v1.ReadRequest.Builder
Common options for this request.
setRequestOptions(RequestOptions.Builder) - Method in class com.google.spanner.v1.ReadRequest.Builder
Common options for this request.
setRequestTag(String) - Method in class com.google.spanner.v1.RequestOptions.Builder
A per-request tag which can be applied to queries or reads, used for statistics collection.
setRequestTagBytes(ByteString) - Method in class com.google.spanner.v1.RequestOptions.Builder
A per-request tag which can be applied to queries or reads, used for statistics collection.
setRestoreInfo(RestoreInfo) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setRestoreInfo(RestoreInfo.Builder) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setResultSets(int, ResultSet) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
setResultSets(int, ResultSet.Builder) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
One [ResultSet][google.spanner.v1.ResultSet] for each statement in the request that ran successfully, in the same order as the statements in the request.
setResumeToken(ByteString) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
If this request is resuming a previously interrupted SQL statement execution, `resume_token` should be copied from the last [PartialResultSet][google.spanner.v1.PartialResultSet] yielded before the interruption.
setResumeToken(ByteString) - Method in class com.google.spanner.v1.PartialResultSet.Builder
Streaming calls might be interrupted for a variety of reasons, such as TCP connection loss.
setResumeToken(ByteString) - Method in class com.google.spanner.v1.ReadRequest.Builder
If this request is resuming a previously interrupted read, `resume_token` should be copied from the last [PartialResultSet][google.spanner.v1.PartialResultSet] yielded before the interruption.
setRetryAbortsInternally(boolean) - Method in interface com.google.cloud.spanner.connection.Connection
Sets whether this connection will internally retry read/write transactions that abort.
setRetrySettings(RetrySettings) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
SpannerOptions.Builder does not support global retry settings, as it creates three different gRPC clients: Spanner, DatabaseAdminClient and InstanceAdminClient.
setReturnCommitStats(boolean) - Method in interface com.google.cloud.spanner.connection.Connection
Sets whether this connection should request commit statistics from Cloud Spanner for read/write transactions and DML statements in autocommit mode.
setReturnCommitStats(boolean) - Method in class com.google.spanner.v1.CommitRequest.Builder
If `true`, then statistics related to the transaction will be included in the [CommitResponse][google.spanner.v1.CommitResponse.commit_stats].
setReturnReadTimestamp(boolean) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
If true, the Cloud Spanner-selected read timestamp is included in the [Transaction][google.spanner.v1.Transaction] message that describes the transaction.
setRowCountExact(long) - Method in class com.google.spanner.v1.ResultSetStats.Builder
Standard DML returns an exact count of rows that were modified.
setRowCountLowerBound(long) - Method in class com.google.spanner.v1.ResultSetStats.Builder
Partitioned DML does not offer exactly-once semantics, so it returns a lower bound of the rows modified.
setRows(int, ListValue) - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
setRows(int, ListValue.Builder) - Method in class com.google.spanner.v1.ResultSet.Builder
Each element in `rows` is a row whose format is defined by [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type].
setRowType(StructType) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
Indicates the field names and types for the rows in the result set.
setRowType(StructType.Builder) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
Indicates the field names and types for the rows in the result set.
setRPCPriority(Options.RpcPriority) - Method in interface com.google.cloud.spanner.connection.Connection
Sets the priority to use for RPCs executed by this connection..
setSeqno(long) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
setSeqno(long) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
A per-transaction sequence number used to identify this request.
setSession(int, Session) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
setSession(int, Session.Builder) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
The freshly created sessions.
setSession(String) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
setSession(String) - Method in class com.google.spanner.v1.CommitRequest.Builder
Required.
setSession(Session) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
setSession(Session.Builder) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
Required.
setSession(String) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
setSession(String) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Required.
setSession(String) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Required.
setSession(String) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
setSession(String) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
setSession(String) - Method in class com.google.spanner.v1.RollbackRequest.Builder
Required.
setSession(String) - Method in class com.google.spanner.v1.SessionName.Builder
 
setSessionBytes(ByteString) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
Required.
setSessionBytes(ByteString) - Method in class com.google.spanner.v1.CommitRequest.Builder
Required.
setSessionBytes(ByteString) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
setSessionBytes(ByteString) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Required.
setSessionBytes(ByteString) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Required.
setSessionBytes(ByteString) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
setSessionBytes(ByteString) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
setSessionBytes(ByteString) - Method in class com.google.spanner.v1.RollbackRequest.Builder
Required.
setSessionCount(int) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Required.
setSessionLabels(Map<String, String>) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Sets the labels to add to all Sessions created in this client.
setSessionPoolOption(SessionPoolOptions) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Sets the options for managing the session pool.
setSessionPoolOptions(SessionPoolOptions) - Method in class com.google.cloud.spanner.connection.ConnectionOptions.Builder
Sets the SessionPoolOptions to use for the connection.
setSessions(int, Session) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
setSessions(int, Session.Builder) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
The list of requested sessions.
setSessionTemplate(Session) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Parameters to be applied to each created session.
setSessionTemplate(Session.Builder) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
Parameters to be applied to each created session.
setShortRepresentation(PlanNode.ShortRepresentation) - Method in class com.google.spanner.v1.PlanNode.Builder
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
setShortRepresentation(PlanNode.ShortRepresentation.Builder) - Method in class com.google.spanner.v1.PlanNode.Builder
Condensed representation for [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] nodes.
setSingleUse(TransactionOptions) - Method in class com.google.spanner.v1.TransactionSelector.Builder
Execute the read or SQL query in a temporary transaction.
setSingleUse(TransactionOptions.Builder) - Method in class com.google.spanner.v1.TransactionSelector.Builder
Execute the read or SQL query in a temporary transaction.
setSingleUseTransaction(TransactionOptions) - Method in class com.google.spanner.v1.CommitRequest.Builder
Execute mutations in a temporary transaction.
setSingleUseTransaction(TransactionOptions.Builder) - Method in class com.google.spanner.v1.CommitRequest.Builder
Execute mutations in a temporary transaction.
setSizeBytes(long) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setSourceBackup(String) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The name of the source backup that is being copied.
setSourceBackup(String) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
setSourceBackupBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
The name of the source backup that is being copied.
setSourceBackupBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
Required.
setSourceDatabase(String) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
Name of the database the backup was created from.
setSourceDatabaseBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
Name of the database the backup was created from.
setSourceType(RestoreSourceType) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The type of the restore source.
setSourceType(RestoreSourceType) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
The type of the restore source.
setSourceTypeValue(int) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
The type of the restore source.
setSourceTypeValue(int) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
The type of the restore source.
setSpan(Span) - Method in class com.google.cloud.spanner.PartitionedDmlTransaction
 
setSql(String) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Required.
setSql(String) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Required.
setSql(String) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Required.
setSqlBytes(ByteString) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
Required.
setSqlBytes(ByteString) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
Required.
setSqlBytes(ByteString) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Required.
setStart(Key) - Method in class com.google.cloud.spanner.KeyRange.Builder
Sets the start key of the range.
setStartClosed(ListValue) - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
setStartClosed(ListValue.Builder) - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
setStartOpen(ListValue) - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
setStartOpen(ListValue.Builder) - Method in class com.google.spanner.v1.KeyRange.Builder
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
setStartTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
Time the request was received.
setStartTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
Time the request was received.
setStartTime(Timestamp) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
setStartTime(Timestamp.Builder) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
setStartTime(Timestamp) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
setStartTime(Timestamp.Builder) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
setStartType(KeyRange.Endpoint) - Method in class com.google.cloud.spanner.KeyRange.Builder
Sets whether the start key is inclusive (CLOSED) or exclusive (OPEN).
setState(InstanceInfo.State) - Method in class com.google.cloud.spanner.Instance.Builder
 
setState(InstanceInfo.State) - Method in class com.google.cloud.spanner.InstanceInfo.Builder
 
setState(Backup.State) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setState(Database.State) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setState(Instance.State) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Output only.
setStatements(int, String) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
A list of formatted DDL statements defining the schema of the database specified in the request.
setStatements(int, String) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
For an update this list contains all the statements.
setStatements(int, String) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
Required.
setStatements(int, ExecuteBatchDmlRequest.Statement) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
setStatements(int, ExecuteBatchDmlRequest.Statement.Builder) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
setStatementTag(String) - Method in interface com.google.cloud.spanner.connection.Connection
Sets the statement tag to use for the next statement that is executed.
setStatementTimeout(long, TimeUnit) - Method in interface com.google.cloud.spanner.connection.Connection
Sets the duration the connection should wait before automatically aborting the execution of a statement.
setStateValue(int) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
Output only.
setStateValue(int) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setStateValue(int) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
Output only.
setStats(ResultSetStats) - Method in class com.google.spanner.v1.PartialResultSet.Builder
Query plan and execution statistics for the statement that produced this streaming result set.
setStats(ResultSetStats.Builder) - Method in class com.google.spanner.v1.PartialResultSet.Builder
Query plan and execution statistics for the statement that produced this streaming result set.
setStats(ResultSetStats) - Method in class com.google.spanner.v1.ResultSet.Builder
Query plan and execution statistics for the SQL statement that produced this result set.
setStats(ResultSetStats.Builder) - Method in class com.google.spanner.v1.ResultSet.Builder
Query plan and execution statistics for the SQL statement that produced this result set.
setStatus(Status) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
If all DML statements are executed successfully, the status is `OK`.
setStatus(Status.Builder) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
If all DML statements are executed successfully, the status is `OK`.
setStrong(boolean) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
Read at a timestamp where all previously committed transactions are visible.
setStructType(StructType) - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
setStructType(StructType.Builder) - Method in class com.google.spanner.v1.Type.Builder
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.
setTable(String) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
setTable(String) - Method in class com.google.spanner.v1.Mutation.Write.Builder
Required.
setTable(String) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
setTable(String) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
setTableBytes(ByteString) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
Required.
setTableBytes(ByteString) - Method in class com.google.spanner.v1.Mutation.Write.Builder
Required.
setTableBytes(ByteString) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Required.
setTableBytes(ByteString) - Method in class com.google.spanner.v1.ReadRequest.Builder
Required.
setThrottled(boolean) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
Output only.
setTrackTransactionStarter() - Method in class com.google.cloud.spanner.SpannerOptions.Builder
Instructs the client library to track the first request of each read/write transaction.
setTransaction(TransactionSelector) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
setTransaction(TransactionSelector.Builder) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
Required.
setTransaction(TransactionSelector) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
The transaction to use.
setTransaction(TransactionSelector.Builder) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
The transaction to use.
setTransaction(TransactionSelector) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
setTransaction(TransactionSelector.Builder) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
setTransaction(TransactionSelector) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
setTransaction(TransactionSelector.Builder) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
Read only snapshot transactions are supported, read/write and single use transactions are not.
setTransaction(Transaction) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Transaction created by this request.
setTransaction(Transaction.Builder) - Method in class com.google.spanner.v1.PartitionResponse.Builder
Transaction created by this request.
setTransaction(TransactionSelector) - Method in class com.google.spanner.v1.ReadRequest.Builder
The transaction to use.
setTransaction(TransactionSelector.Builder) - Method in class com.google.spanner.v1.ReadRequest.Builder
The transaction to use.
setTransaction(Transaction) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
setTransaction(Transaction.Builder) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here.
setTransactionId(ByteString) - Method in class com.google.spanner.v1.CommitRequest.Builder
Commit a previously-started transaction.
setTransactionId(ByteString) - Method in class com.google.spanner.v1.RollbackRequest.Builder
Required.
setTransactionMode(TransactionMode) - Method in interface com.google.cloud.spanner.connection.Connection
Sets the transaction mode to use for current transaction.
setTransactionTag(String) - Method in interface com.google.cloud.spanner.connection.Connection
Sets the transaction tag to use for the current transaction.
setTransactionTag(String) - Method in class com.google.spanner.v1.RequestOptions.Builder
A tag used for statistics collection about this transaction.
setTransactionTagBytes(ByteString) - Method in class com.google.spanner.v1.RequestOptions.Builder
A tag used for statistics collection about this transaction.
setTransportOptions(TransportOptions) - Method in class com.google.cloud.spanner.SpannerOptions.Builder
 
setType(ReplicaInfo.ReplicaType) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
The type of replica.
setType(String) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
The type of the link.
setType(Type) - Method in class com.google.spanner.v1.StructType.Field.Builder
The type of the field.
setType(Type.Builder) - Method in class com.google.spanner.v1.StructType.Field.Builder
The type of the field.
setTypeAnnotation(TypeAnnotationCode) - Method in class com.google.spanner.v1.Type.Builder
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will use to represent values of this type during query processing.
setTypeAnnotationValue(int) - Method in class com.google.spanner.v1.Type.Builder
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will use to represent values of this type during query processing.
setTypeBytes(ByteString) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
The type of the link.
setTypeValue(int) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
The type of replica.
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.Database.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.OperationProgress.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.RestoreInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.Instance.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.BeginTransactionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.CommitRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.CommitResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.CommitResponse.CommitStats.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.CreateSessionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.DeleteSessionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ExecuteSqlRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.GetSessionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.KeyRange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.KeySet.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ListSessionsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ListSessionsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Mutation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Mutation.Delete.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Mutation.Write.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PartialResultSet.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Partition.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PartitionOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PartitionQueryRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PartitionReadRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PartitionResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PlanNode.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.QueryPlan.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ReadRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.RequestOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ResultSet.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ResultSetMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.ResultSetStats.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.RollbackRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Session.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.StructType.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.StructType.Field.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Transaction.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.TransactionOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.TransactionSelector.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.spanner.v1.Type.Builder
 
setUpdate(Mutation.Write) - Method in class com.google.spanner.v1.Mutation.Builder
Update existing rows in a table.
setUpdate(Mutation.Write.Builder) - Method in class com.google.spanner.v1.Mutation.Builder
Update existing rows in a table.
setUpdateMask(FieldMask) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
setUpdateMask(FieldMask.Builder) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest.Builder
Required.
setUri(String) - Method in class com.google.cloud.spanner.connection.ConnectionOptions.Builder
Sets the URI of the Cloud Spanner database to connect to.
setValues(int, ListValue) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
setValues(int, ListValue.Builder) - Method in class com.google.spanner.v1.Mutation.Write.Builder
The values to be written.
setValues(int, Value) - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
setValues(int, Value.Builder) - Method in class com.google.spanner.v1.PartialResultSet.Builder
A streamed result set consists of a stream of values, which might be split into many `PartialResultSet` messages to accommodate large rows and/or large values.
setVariable(String) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node.
setVariableBytes(ByteString) - Method in class com.google.spanner.v1.PlanNode.ChildLink.Builder
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node.
setVersionRetentionPeriod(String) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setVersionRetentionPeriodBytes(ByteString) - Method in class com.google.spanner.admin.database.v1.Database.Builder
Output only.
setVersionTime(Timestamp) - Method in class com.google.cloud.spanner.BackupInfo.Builder
Optional for creating a new backup.
setVersionTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
setVersionTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.Backup.Builder
The backup will contain an externally consistent copy of the database at the timestamp specified by `version_time`.
setVersionTime(Timestamp) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
setVersionTime(Timestamp.Builder) - Method in class com.google.spanner.admin.database.v1.BackupInfo.Builder
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `version_time`.
setWriteSessionsFraction(float) - Method in class com.google.cloud.spanner.SessionPoolOptions.Builder
Deprecated.
This configuration value is no longer in use. The session pool does not prepare any sessions for read/write transactions. Instead, a transaction will automatically be started by the first statement that is executed by a transaction by including a BeginTransaction option with that statement.

This method may be removed in a future release.

SHORT_REPRESENTATION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PlanNode
 
shouldAutoClose() - Method in class com.google.cloud.spanner.SpannerOptions.FixedCloseableExecutorProvider
 
shouldRefreshRpc(ServiceRpc) - Method in class com.google.cloud.spanner.SpannerOptions
 
shouldRefreshService(Spanner) - Method in class com.google.cloud.spanner.SpannerOptions
 
shutdown() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
 
shutdown() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
shutdown() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
 
shutdown() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
shutdown() - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
shutdown() - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
shutdown() - Method in class com.google.cloud.spanner.v1.SpannerClient
 
shutdown() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
shutdownNow() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
 
shutdownNow() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
shutdownNow() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
 
shutdownNow() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
shutdownNow() - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
shutdownNow() - Method in class com.google.cloud.spanner.v1.SpannerClient
 
shutdownNow() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
SINGLE_USE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.TransactionSelector
 
SINGLE_USE_TRANSACTION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.CommitRequest
 
singleKey(Key) - Static method in class com.google.cloud.spanner.KeySet
Creates a key set containing a single key.
singleUse() - Method in interface com.google.cloud.spanner.DatabaseClient
Returns a context in which a single read can be performed using TimestampBound.strong() concurrency.
singleUse(TimestampBound) - Method in interface com.google.cloud.spanner.DatabaseClient
Returns a context in which a single read can be performed at the given timestamp bound.
singleUseReadOnlyTransaction() - Method in interface com.google.cloud.spanner.DatabaseClient
Returns a read-only transaction context in which a single read or query can be performed using TimestampBound.strong() concurrency.
singleUseReadOnlyTransaction(TimestampBound) - Method in interface com.google.cloud.spanner.DatabaseClient
Returns a read-only transaction context in which a single read or query can be performed at given timestamp bound.
size() - Method in class com.google.cloud.spanner.Key
Returns the number of parts in this key, including null values.
SIZE_BYTES_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Backup
 
SOURCE_BACKUP_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
SOURCE_BACKUP_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
SOURCE_DATABASE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.BackupInfo
 
SOURCE_TYPE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
SOURCE_TYPE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.RestoreInfo
 
Spanner - Interface in com.google.cloud.spanner
An interface for Cloud Spanner.
SPANNER_EMULATOR_HOST - Static variable in class com.google.cloud.spanner.testing.EmulatorSpannerHelper
 
SPANNER_GFE_HEADER_MISSING_COUNT - Static variable in class com.google.cloud.spanner.spi.v1.SpannerRpcViews
Number of responses without the server-timing header.
SPANNER_GFE_LATENCY - Static variable in class com.google.cloud.spanner.spi.v1.SpannerRpcViews
GFE t4t7 latency extracted from server-timing header.
SPANNER_URI_FORMAT - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions.Builder
Spanner ConnectionOptions URI format.
SpannerApiFutures - Class in com.google.cloud.spanner
 
SpannerApiFutures() - Constructor for class com.google.cloud.spanner.SpannerApiFutures
 
SpannerBatchUpdateException - Exception in com.google.cloud.spanner
 
SpannerClient - Class in com.google.cloud.spanner.v1
Service Description: Cloud Spanner API
SpannerClient(SpannerSettings) - Constructor for class com.google.cloud.spanner.v1.SpannerClient
Constructs an instance of SpannerClient, using the given settings.
SpannerClient(SpannerStub) - Constructor for class com.google.cloud.spanner.v1.SpannerClient
 
SpannerClient.ListSessionsFixedSizeCollection - Class in com.google.cloud.spanner.v1
 
SpannerClient.ListSessionsPage - Class in com.google.cloud.spanner.v1
 
SpannerClient.ListSessionsPagedResponse - Class in com.google.cloud.spanner.v1
 
SpannerDatabaseAdminProto - Class in com.google.spanner.admin.database.v1
 
SpannerErrorInterceptor - Class in com.google.cloud.spanner.spi.v1
Adds error details to statuses returned by the Cloud Spanner API.
SpannerErrorInterceptor() - Constructor for class com.google.cloud.spanner.spi.v1.SpannerErrorInterceptor
 
SpannerException - Exception in com.google.cloud.spanner
Base exception type for all exceptions produced by the Cloud Spanner service.
SpannerException.ResourceNotFoundException - Exception in com.google.cloud.spanner
Base exception type for NOT_FOUND exceptions for known resource types.
SpannerExceptionFactory - Class in com.google.cloud.spanner
A factory for creating instances of SpannerException and its subtypes.
SpannerExceptionFactory() - Constructor for class com.google.cloud.spanner.SpannerExceptionFactory
 
SpannerFactory - Interface in com.google.cloud.spanner
Factory to create instance of Spanner.
SpannerGrpc - Class in com.google.spanner.v1
Cloud Spanner API The Cloud Spanner API can be used to manage sessions and execute transactions on data stored in Cloud Spanner databases.
SpannerGrpc.SpannerBlockingStub - Class in com.google.spanner.v1
Cloud Spanner API The Cloud Spanner API can be used to manage sessions and execute transactions on data stored in Cloud Spanner databases.
SpannerGrpc.SpannerFutureStub - Class in com.google.spanner.v1
Cloud Spanner API The Cloud Spanner API can be used to manage sessions and execute transactions on data stored in Cloud Spanner databases.
SpannerGrpc.SpannerImplBase - Class in com.google.spanner.v1
Cloud Spanner API The Cloud Spanner API can be used to manage sessions and execute transactions on data stored in Cloud Spanner databases.
SpannerGrpc.SpannerStub - Class in com.google.spanner.v1
Cloud Spanner API The Cloud Spanner API can be used to manage sessions and execute transactions on data stored in Cloud Spanner databases.
SpannerImplBase() - Constructor for class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
 
SpannerInstanceAdminProto - Class in com.google.spanner.admin.instance.v1
 
SpannerInterceptorProvider - Class in com.google.cloud.spanner.spi.v1
For internal use only.
SpannerOptions - Class in com.google.cloud.spanner
Options for the Cloud Spanner service.
SpannerOptions.Builder - Class in com.google.cloud.spanner
Builder for SpannerOptions instances.
SpannerOptions.CallContextConfigurator - Interface in com.google.cloud.spanner
SpannerOptions.CallContextConfigurator can be used to modify the ApiCallContext for one or more specific RPCs.
SpannerOptions.CallCredentialsProvider - Interface in com.google.cloud.spanner
Interface that can be used to provide CallCredentials instead of Credentials to SpannerOptions.
SpannerOptions.CloseableExecutorProvider - Interface in com.google.cloud.spanner
SpannerOptions.FixedCloseableExecutorProvider - Class in com.google.cloud.spanner
Implementation of SpannerOptions.CloseableExecutorProvider that uses a fixed single ScheduledExecutorService.
SpannerOptions.SpannerCallContextTimeoutConfigurator - Class in com.google.cloud.spanner
Helper class to configure timeouts for specific Spanner RPCs.
SpannerOptions.SpannerEnvironment - Interface in com.google.cloud.spanner
The environment to read configuration values from.
SpannerPool - Class in com.google.cloud.spanner.connection
Pool for keeping track of Spanner instances needed for connections.
SpannerProto - Class in com.google.spanner.v1
 
SpannerRpc - Interface in com.google.cloud.spanner.spi.v1
Abstracts remote calls to the Cloud Spanner service.
SpannerRpc.Option - Enum in com.google.cloud.spanner.spi.v1
Options passed in SpannerRpc methods to control how an RPC is issued.
SpannerRpc.Paginated<T> - Class in com.google.cloud.spanner.spi.v1
Represents results from paginated RPCs, i.e., those where up to a maximum number of items is returned from each call and a followup call must be made to fetch more.
SpannerRpc.ResultStreamConsumer - Interface in com.google.cloud.spanner.spi.v1
Consumer for the results produced by a streaming read or query call.
SpannerRpc.StreamingCall - Interface in com.google.cloud.spanner.spi.v1
Handle for cancellation of a streaming read or query call.
SpannerRpcFactory - Interface in com.google.cloud.spanner.spi
Factory to create instances of SpannerRpc.
SpannerRpcViews - Class in com.google.cloud.spanner.spi.v1
 
SpannerRpcViews() - Constructor for class com.google.cloud.spanner.spi.v1.SpannerRpcViews
 
SpannerSettings - Class in com.google.cloud.spanner.v1
Settings class to configure an instance of SpannerClient.
SpannerSettings(SpannerSettings.Builder) - Constructor for class com.google.cloud.spanner.v1.SpannerSettings
 
SpannerSettings.Builder - Class in com.google.cloud.spanner.v1
Builder for SpannerSettings.
SpannerStatementParser - Class in com.google.cloud.spanner.connection
 
SpannerStatementParser() - Constructor for class com.google.cloud.spanner.connection.SpannerStatementParser
 
SpannerStub - Class in com.google.cloud.spanner.v1.stub
Base stub class for the Spanner service API.
SpannerStub() - Constructor for class com.google.cloud.spanner.v1.stub.SpannerStub
 
SpannerStubSettings - Class in com.google.cloud.spanner.v1.stub
Settings class to configure an instance of SpannerStub.
SpannerStubSettings(SpannerStubSettings.Builder) - Constructor for class com.google.cloud.spanner.v1.stub.SpannerStubSettings
 
SpannerStubSettings.Builder - Class in com.google.cloud.spanner.v1.stub
Builder for SpannerStubSettings.
SQL_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
SQL_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest
 
SQL_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionQueryRequest
 
sqlWithNamedParameters - Variable in class com.google.cloud.spanner.connection.AbstractStatementParser.ParametersInfo
 
START_CLOSED_FIELD_NUMBER - Static variable in class com.google.spanner.v1.KeyRange
 
START_OPEN_FIELD_NUMBER - Static variable in class com.google.spanner.v1.KeyRange
 
START_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.OperationProgress
 
START_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
START_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
startBatchDdl() - Method in interface com.google.cloud.spanner.connection.Connection
Starts a new DDL batch on this connection.
startBatchDml() - Method in interface com.google.cloud.spanner.connection.Connection
Starts a new DML batch on this connection.
STATE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Backup
 
STATE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Database
 
STATE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.Instance
 
STATE_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.admin.database.v1.Backup.State
Not specified.
STATE_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.admin.database.v1.Database.State
Not specified.
STATE_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.admin.instance.v1.Instance.State
Not specified.
Statement - Class in com.google.cloud.spanner
A SQL statement and optional bound parameters that can be executed in a ReadContext.
Statement.Builder - Class in com.google.cloud.spanner
Builder for Statement.
StatementResult - Interface in com.google.cloud.spanner.connection
A result of the execution of a statement.
StatementResult.ClientSideStatementType - Enum in com.google.cloud.spanner.connection
The type of client side statement that was executed.
StatementResult.ResultType - Enum in com.google.cloud.spanner.connection
Enum indicating the type of result that was returned by Connection.execute(com.google.cloud.spanner.Statement)
STATEMENTS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
STATEMENTS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
STATEMENTS_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
STATEMENTS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
STATS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartialResultSet
 
STATS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ResultSet
 
STATUS_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
streamingRead(ReadRequest) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerBlockingStub
Like [Read][google.spanner.v1.Spanner.Read], except returns the result set as a stream.
streamingRead(ReadRequest, StreamObserver<PartialResultSet>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerImplBase
Like [Read][google.spanner.v1.Spanner.Read], except returns the result set as a stream.
streamingRead(ReadRequest, StreamObserver<PartialResultSet>) - Method in class com.google.spanner.v1.SpannerGrpc.SpannerStub
Like [Read][google.spanner.v1.Spanner.Read], except returns the result set as a stream.
streamingReadCallable() - Method in class com.google.cloud.spanner.v1.SpannerClient
Like [Read][google.spanner.v1.Spanner.Read], except returns the result set as a stream.
streamingReadCallable() - Method in class com.google.cloud.spanner.v1.stub.GrpcSpannerStub
 
streamingReadCallable() - Method in class com.google.cloud.spanner.v1.stub.SpannerStub
 
streamingReadSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings.Builder
Returns the builder for the settings used for calls to streamingRead.
streamingReadSettings() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns the object with the settings used for calls to streamingRead.
streamingReadSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
Returns the builder for the settings used for calls to streamingRead.
streamingReadSettings() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns the object with the settings used for calls to streamingRead.
string() - Static method in class com.google.cloud.spanner.Type
Returns the descriptor for the STRING type: a variable-length Unicode character string.
string(String) - Static method in class com.google.cloud.spanner.Value
Returns a STRING value.
STRING_VALUE - Static variable in enum com.google.spanner.v1.TypeCode
Encoded as `string`.
stringArray(Iterable<String>) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<STRING> value.
strong() - Static method in class com.google.cloud.spanner.TimestampBound
Returns a timestamp bound that will perform reads and queries at a timestamp where all previously committed transactions are visible.
STRONG_FIELD_NUMBER - Static variable in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
Struct - Class in com.google.cloud.spanner
Represents a non-NULL value of Type.Code.STRUCT.
struct(Iterable<Type.StructField>) - Static method in class com.google.cloud.spanner.Type
Returns a descriptor for a STRUCT type: an ordered collection of named and typed fields.
struct(Type.StructField...) - Static method in class com.google.cloud.spanner.Type
Returns a descriptor for a STRUCT type: an ordered collection of named and typed fields.
struct(Struct) - Static method in class com.google.cloud.spanner.Value
Returns a non-NULL {#code STRUCT} value.
struct(Type, Struct) - Static method in class com.google.cloud.spanner.Value
Returns a STRUCT value of Type type.
Struct.Builder - Class in com.google.cloud.spanner
Builder for constructing non-NULL Struct instances.
STRUCT_TYPE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Type
 
STRUCT_VALUE - Static variable in enum com.google.spanner.v1.TypeCode
Encoded as `list`, where list element `i` is represented according to [struct_type.fields[i]][google.spanner.v1.StructType.fields].
structArray(Type, Iterable<Struct>) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<STRUCT<...>> value.
StructReader - Interface in com.google.cloud.spanner
A base interface for reading the fields of a STRUCT.
StructType - Class in com.google.spanner.v1
`StructType` defines the fields of a [STRUCT][google.spanner.v1.TypeCode.STRUCT] type.
StructType.Builder - Class in com.google.spanner.v1
`StructType` defines the fields of a [STRUCT][google.spanner.v1.TypeCode.STRUCT] type.
StructType.Field - Class in com.google.spanner.v1
Message representing a single field of a struct.
StructType.Field.Builder - Class in com.google.spanner.v1
Message representing a single field of a struct.
StructType.FieldOrBuilder - Interface in com.google.spanner.v1
 
StructTypeOrBuilder - Interface in com.google.spanner.v1
 
SUBQUERIES_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
supportsExplain() - Method in class com.google.cloud.spanner.connection.AbstractStatementParser
 
supportsExplain() - Method in class com.google.cloud.spanner.connection.PostgreSQLStatementParser
Indicates whether the parser supports the EXPLAIN clause.
supportsExplain() - Method in class com.google.cloud.spanner.connection.SpannerStatementParser
Indicates whether the parser supports the EXPLAIN clause.

T

TABLE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Mutation.Delete
 
TABLE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Mutation.Write
 
TABLE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionReadRequest
 
TABLE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ReadRequest
 
tag(String) - Static method in class com.google.cloud.spanner.Options
Specifying this will cause the reads, queries, updates and writes operations statistics collection to be grouped by tag.
testBackupIAMPermissions(String, String, Iterable<String>) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Tests for the given permissions on the specified backup for the caller.
testDatabaseAdminIAMPermissions(String, Iterable<String>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
testDatabaseAdminIAMPermissions(String, Iterable<String>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Tests the IAM permissions for the given resource using the DatabaseAdminStub.
testDatabaseIAMPermissions(String, String, Iterable<String>) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Tests for the given permissions on the specified database for the caller.
testIamPermissions(ResourceName, List<String>) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Returns permissions that the caller has on the specified database or backup resource.
testIamPermissions(String, List<String>) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Returns permissions that the caller has on the specified database or backup resource.
testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Returns permissions that the caller has on the specified database or backup resource.
testIamPermissions(ResourceName, List<String>) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Returns permissions that the caller has on the specified instance resource.
testIamPermissions(String, List<String>) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Returns permissions that the caller has on the specified instance resource.
testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Returns permissions that the caller has on the specified instance resource.
testIAMPermissions(Iterable<String>) - Method in class com.google.cloud.spanner.Backup
Tests for the given permissions on this backup for the caller.
testIAMPermissions(Iterable<String>) - Method in class com.google.cloud.spanner.Database
Tests for the given permissions on this database for the caller.
testIAMPermissions(Iterable<String>) - Method in class com.google.cloud.spanner.Instance
Tests for the given permissions on this instance for the caller.
testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Returns permissions that the caller has on the specified database or backup resource.
testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Returns permissions that the caller has on the specified database or backup resource.
testIamPermissions(TestIamPermissionsRequest, StreamObserver<TestIamPermissionsResponse>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Returns permissions that the caller has on the specified database or backup resource.
testIamPermissions(TestIamPermissionsRequest, StreamObserver<TestIamPermissionsResponse>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Returns permissions that the caller has on the specified database or backup resource.
testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminBlockingStub
Returns permissions that the caller has on the specified instance resource.
testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminFutureStub
Returns permissions that the caller has on the specified instance resource.
testIamPermissions(TestIamPermissionsRequest, StreamObserver<TestIamPermissionsResponse>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminImplBase
Returns permissions that the caller has on the specified instance resource.
testIamPermissions(TestIamPermissionsRequest, StreamObserver<TestIamPermissionsResponse>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminStub
Returns permissions that the caller has on the specified instance resource.
testIamPermissionsCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Returns permissions that the caller has on the specified database or backup resource.
testIamPermissionsCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
testIamPermissionsCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
testIamPermissionsCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Returns permissions that the caller has on the specified instance resource.
testIamPermissionsCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
testIamPermissionsCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
testIamPermissionsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to testIamPermissions.
testIamPermissionsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to testIamPermissions.
testIamPermissionsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to testIamPermissions.
testIamPermissionsSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to testIamPermissions.
testIamPermissionsSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Returns the builder for the settings used for calls to testIamPermissions.
testIamPermissionsSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the object with the settings used for calls to testIamPermissions.
testIamPermissionsSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Returns the builder for the settings used for calls to testIamPermissions.
testIamPermissionsSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the object with the settings used for calls to testIamPermissions.
testInstanceAdminIAMPermissions(String, Iterable<String>) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
testInstanceAdminIAMPermissions(String, Iterable<String>) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Tests the IAM permissions for the given resource using the InstanceAdminStub.
testInstanceIAMPermissions(String, Iterable<String>) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Tests for the given permissions on the specified instance for the caller.
then(AsyncTransactionManager.AsyncTransactionFunction<O, RES>, Executor) - Method in interface com.google.cloud.spanner.AsyncTransactionManager.AsyncTransactionStep
Adds a step to the transaction chain that should be executed using the specified executor.
then(AsyncTransactionManager.AsyncTransactionFunction<Void, O>, Executor) - Method in interface com.google.cloud.spanner.AsyncTransactionManager.TransactionContextFuture
Sets the first step to execute as part of this transaction after the transaction has started using the specified executor.
THROTTLED_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
timestamp() - Static method in class com.google.cloud.spanner.Type
Returns the descriptor for the TIMESTAMP type: a nano precision timestamp in the range [0000-01-01 00:00:00, 9999-12-31 23:59:59.999999999 UTC].
timestamp(Timestamp) - Static method in class com.google.cloud.spanner.Value
Returns a TIMESTAMP value.
TIMESTAMP_VALUE - Static variable in enum com.google.spanner.v1.TypeCode
Encoded as `string` in RFC 3339 timestamp format.
timestampArray(Iterable<Timestamp>) - Static method in class com.google.cloud.spanner.Value
Returns an ARRAY<TIMESTAMP> value.
TimestampBound - Class in com.google.cloud.spanner
Defines how Cloud Spanner will choose a timestamp for a read-only transaction or a single read/query.
TimestampBound.Mode - Enum in com.google.cloud.spanner
The type of timestamp bound.
TimestampHelper - Class in com.google.cloud.spanner.testing
 
TimestampHelper() - Constructor for class com.google.cloud.spanner.testing.TimestampHelper
 
to(Value) - Method in class com.google.cloud.spanner.ValueBinder
Binds a Value
to(boolean) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.bool(value)
to(Boolean) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.bool(value)
to(long) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.int64(value)
to(Long) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.int64(value)
to(double) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.float64(value)
to(Double) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.float64(value)
to(BigDecimal) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.numeric(value)
to(String) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.string(value)
to(ByteArray) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.bytes(value)
to(Timestamp) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.timestamp(value)
to(Date) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.date(value)
to(Struct) - Method in class com.google.cloud.spanner.ValueBinder
Binds a non-NULL struct value to Value.struct(value)
to(Type, Struct) - Method in class com.google.cloud.spanner.ValueBinder
Binds a nullable Struct reference with given Type to Value.struct(type,value
toAsyncResultSet(ResultSet) - Static method in class com.google.cloud.spanner.ResultSets
Converts the given ResultSet to an AsyncResultSet.
toAsyncResultSet(ResultSet, ExecutorProvider, Options.QueryOption...) - Static method in class com.google.cloud.spanner.ResultSets
Converts the given ResultSet to an AsyncResultSet using the given ExecutorProvider.
toAsyncResultSet(ApiFuture<ResultSet>, ExecutorProvider, Options.QueryOption...) - Static method in class com.google.cloud.spanner.ResultSets
Converts the ResultSet that will be returned by the given ApiFuture to an AsyncResultSet using the given ExecutorProvider.
toBoolArray(boolean[]) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.boolArray(values)
toBoolArray(boolean[], int, int) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.boolArray(values, int, pos)
toBoolArray(Iterable<Boolean>) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.boolArray(values)
toBuilder() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns a builder containing all the values of this settings class.
toBuilder() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns a builder containing all the values of this settings class.
toBuilder() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns a builder containing all the values of this settings class.
toBuilder() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns a builder containing all the values of this settings class.
toBuilder() - Method in class com.google.cloud.spanner.Backup
 
toBuilder() - Method in class com.google.cloud.spanner.Instance
 
toBuilder() - Method in class com.google.cloud.spanner.InstanceInfo
 
toBuilder() - Method in class com.google.cloud.spanner.Key
Returns a builder initialized with the value of this key.
toBuilder() - Method in class com.google.cloud.spanner.KeyRange
Returns a builder initialized with the value of this range.
toBuilder() - Method in class com.google.cloud.spanner.KeySet
Returns a builder initialized with the contents of this set.
toBuilder() - Method in class com.google.cloud.spanner.SessionPoolOptions
 
toBuilder() - Method in class com.google.cloud.spanner.SpannerOptions
 
toBuilder() - Method in class com.google.cloud.spanner.Statement
 
toBuilder() - Method in class com.google.cloud.spanner.v1.SpannerSettings
Returns a builder containing all the values of this settings class.
toBuilder() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings
Returns a builder containing all the values of this settings class.
toBuilder() - Method in class com.google.spanner.admin.database.v1.Backup
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.BackupName
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.Database
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.DatabaseName
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.InstanceName
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
toBuilder() - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.Instance
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.InstanceName
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.ProjectName
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
toBuilder() - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
toBuilder() - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
toBuilder() - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
toBuilder() - Method in class com.google.spanner.v1.BeginTransactionRequest
 
toBuilder() - Method in class com.google.spanner.v1.CommitRequest
 
toBuilder() - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
toBuilder() - Method in class com.google.spanner.v1.CommitResponse
 
toBuilder() - Method in class com.google.spanner.v1.CreateSessionRequest
 
toBuilder() - Method in class com.google.spanner.v1.DatabaseName
 
toBuilder() - Method in class com.google.spanner.v1.DeleteSessionRequest
 
toBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
toBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
toBuilder() - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
toBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
toBuilder() - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
toBuilder() - Method in class com.google.spanner.v1.GetSessionRequest
 
toBuilder() - Method in class com.google.spanner.v1.KeyRange
 
toBuilder() - Method in class com.google.spanner.v1.KeySet
 
toBuilder() - Method in class com.google.spanner.v1.ListSessionsRequest
 
toBuilder() - Method in class com.google.spanner.v1.ListSessionsResponse
 
toBuilder() - Method in class com.google.spanner.v1.Mutation.Delete
 
toBuilder() - Method in class com.google.spanner.v1.Mutation
 
toBuilder() - Method in class com.google.spanner.v1.Mutation.Write
 
toBuilder() - Method in class com.google.spanner.v1.PartialResultSet
 
toBuilder() - Method in class com.google.spanner.v1.Partition
 
toBuilder() - Method in class com.google.spanner.v1.PartitionOptions
 
toBuilder() - Method in class com.google.spanner.v1.PartitionQueryRequest
 
toBuilder() - Method in class com.google.spanner.v1.PartitionReadRequest
 
toBuilder() - Method in class com.google.spanner.v1.PartitionResponse
 
toBuilder() - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
toBuilder() - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
toBuilder() - Method in class com.google.spanner.v1.PlanNode
 
toBuilder() - Method in class com.google.spanner.v1.QueryPlan
 
toBuilder() - Method in class com.google.spanner.v1.ReadRequest
 
toBuilder() - Method in class com.google.spanner.v1.RequestOptions
 
toBuilder() - Method in class com.google.spanner.v1.ResultSet
 
toBuilder() - Method in class com.google.spanner.v1.ResultSetMetadata
 
toBuilder() - Method in class com.google.spanner.v1.ResultSetStats
 
toBuilder() - Method in class com.google.spanner.v1.RollbackRequest
 
toBuilder() - Method in class com.google.spanner.v1.Session
 
toBuilder() - Method in class com.google.spanner.v1.SessionName
 
toBuilder() - Method in class com.google.spanner.v1.StructType.Field
 
toBuilder() - Method in class com.google.spanner.v1.StructType
 
toBuilder() - Method in class com.google.spanner.v1.Transaction
 
toBuilder() - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
toBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
toBuilder() - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
toBuilder() - Method in class com.google.spanner.v1.TransactionOptions
 
toBuilder() - Method in class com.google.spanner.v1.TransactionSelector
 
toBuilder() - Method in class com.google.spanner.v1.Type
 
toBytesArray(Iterable<ByteArray>) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.bytesArray(values)
toDateArray(Iterable<Date>) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.dateArray(values)
toFloat64Array(double[]) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.float64Array(values)
toFloat64Array(double[], int, int) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.float64Array(values, pos, length)
toFloat64Array(Iterable<Double>) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.float64Array(values)
toInt64Array(long[]) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.int64Array(values)
toInt64Array(long[], int, int) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.int64Array(values, pos, length)
toInt64Array(Iterable<Long>) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.int64Array(values)
toJsonArray(Iterable<String>) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.jsonArray(values)
toList(Function<StructReader, T>) - Method in interface com.google.cloud.spanner.AsyncResultSet
Transforms the row cursor into an immutable list using the given transformer function.
toList(Function<StructReader, T>) - Method in class com.google.cloud.spanner.ForwardingAsyncResultSet
 
toListAsync(Function<StructReader, T>, Executor) - Method in interface com.google.cloud.spanner.AsyncResultSet
Transforms the row cursor into an immutable list using the given transformer function.
toListAsync(Function<StructReader, T>, Executor) - Method in class com.google.cloud.spanner.ForwardingAsyncResultSet
 
toNumericArray(Iterable<BigDecimal>) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.numericArray(values)
toPgNumericArray(Iterable<String>) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.pgNumericArray(values)
toProto() - Method in enum com.google.cloud.spanner.Dialect
 
toString() - Method in class com.google.cloud.spanner.BackupId
 
toString() - Method in class com.google.cloud.spanner.BackupInfo
 
toString() - Method in class com.google.cloud.spanner.BatchTransactionId
 
toString() - Method in class com.google.cloud.spanner.connection.ConnectionOptions
 
toString() - Method in enum com.google.cloud.spanner.connection.TransactionMode
 
toString() - Method in class com.google.cloud.spanner.DatabaseId
 
toString() - Method in class com.google.cloud.spanner.DatabaseInfo
 
toString() - Method in class com.google.cloud.spanner.encryption.CustomerManagedEncryption
 
toString() - Method in class com.google.cloud.spanner.encryption.EncryptionInfo
 
toString() - Method in class com.google.cloud.spanner.encryption.GoogleDefaultEncryption
 
toString() - Method in class com.google.cloud.spanner.encryption.UseBackupEncryption
 
toString() - Method in class com.google.cloud.spanner.encryption.UseDatabaseEncryption
 
toString() - Method in class com.google.cloud.spanner.InstanceConfigId
 
toString() - Method in class com.google.cloud.spanner.InstanceConfigInfo
 
toString() - Method in class com.google.cloud.spanner.InstanceId
 
toString() - Method in class com.google.cloud.spanner.InstanceInfo
 
toString() - Method in class com.google.cloud.spanner.Key
 
toString() - Method in class com.google.cloud.spanner.KeyRange
 
toString() - Method in class com.google.cloud.spanner.KeySet
 
toString() - Method in class com.google.cloud.spanner.Mutation
 
toString() - Method in class com.google.cloud.spanner.Options
 
toString() - Method in class com.google.cloud.spanner.Partition
 
toString() - Method in class com.google.cloud.spanner.PartitionOptions
 
toString() - Method in class com.google.cloud.spanner.ReplicaInfo
 
toString() - Method in class com.google.cloud.spanner.Restore
 
toString() - Method in enum com.google.cloud.spanner.spi.v1.SpannerRpc.Option
 
toString() - Method in class com.google.cloud.spanner.Statement
 
toString() - Method in class com.google.cloud.spanner.TimestampBound
 
toString() - Method in enum com.google.cloud.spanner.Type.Code
 
toString() - Method in class com.google.cloud.spanner.Type
 
toString() - Method in class com.google.cloud.spanner.Value
 
toString() - Method in class com.google.spanner.admin.database.v1.BackupName
 
toString() - Method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
toString() - Method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
toString() - Method in class com.google.spanner.admin.database.v1.DatabaseName
 
toString() - Method in class com.google.spanner.admin.database.v1.InstanceName
 
toString() - Method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
toString() - Method in class com.google.spanner.admin.instance.v1.InstanceName
 
toString() - Method in class com.google.spanner.admin.instance.v1.ProjectName
 
toString() - Method in class com.google.spanner.v1.DatabaseName
 
toString() - Method in class com.google.spanner.v1.SessionName
 
toStringArray(Iterable<String>) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.stringArray(values)
toStringList(List<BackupName>) - Static method in class com.google.spanner.admin.database.v1.BackupName
 
toStringList(List<CryptoKeyName>) - Static method in class com.google.spanner.admin.database.v1.CryptoKeyName
 
toStringList(List<CryptoKeyVersionName>) - Static method in class com.google.spanner.admin.database.v1.CryptoKeyVersionName
 
toStringList(List<DatabaseName>) - Static method in class com.google.spanner.admin.database.v1.DatabaseName
 
toStringList(List<InstanceName>) - Static method in class com.google.spanner.admin.database.v1.InstanceName
 
toStringList(List<InstanceConfigName>) - Static method in class com.google.spanner.admin.instance.v1.InstanceConfigName
 
toStringList(List<InstanceName>) - Static method in class com.google.spanner.admin.instance.v1.InstanceName
 
toStringList(List<ProjectName>) - Static method in class com.google.spanner.admin.instance.v1.ProjectName
 
toStringList(List<DatabaseName>) - Static method in class com.google.spanner.v1.DatabaseName
 
toStringList(List<SessionName>) - Static method in class com.google.spanner.v1.SessionName
 
toStructArray(Type, Iterable<Struct>) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.structArray(fieldTypes, values)
toTimestampArray(Iterable<Timestamp>) - Method in class com.google.cloud.spanner.ValueBinder
Binds to Value.timestampArray(values)
Transaction - Class in com.google.spanner.v1
A transaction.
Transaction.Builder - Class in com.google.spanner.v1
A transaction.
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ExecuteSqlRequest
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionQueryRequest
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionReadRequest
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartitionResponse
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ReadRequest
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.ResultSetMetadata
 
TRANSACTION_ID_FIELD_NUMBER - Static variable in class com.google.spanner.v1.CommitRequest
 
TRANSACTION_ID_FIELD_NUMBER - Static variable in class com.google.spanner.v1.RollbackRequest
 
TRANSACTION_TAG_FIELD_NUMBER - Static variable in class com.google.spanner.v1.RequestOptions
 
TransactionContext - Interface in com.google.cloud.spanner
Context for a single attempt of a locking read-write transaction.
transactionManager(Options.TransactionOption...) - Method in interface com.google.cloud.spanner.DatabaseClient
Returns a transaction manager which allows manual management of transaction lifecycle.
TransactionManager - Interface in com.google.cloud.spanner
An interface for managing the life cycle of a read write transaction including all its retries.
TransactionManager.TransactionState - Enum in com.google.cloud.spanner
State of the transaction manager.
transactionManagerAsync(Options.TransactionOption...) - Method in interface com.google.cloud.spanner.DatabaseClient
Returns an asynchronous transaction manager which allows manual management of transaction lifecycle.
TransactionMode - Enum in com.google.cloud.spanner.connection
Enum used to define the transaction type of a Connection
TransactionOptions - Class in com.google.spanner.v1
Transactions: Each session can have at most one active transaction at a time (note that standalone reads and queries use a transaction internally and do count towards the one transaction limit).
TransactionOptions.Builder - Class in com.google.spanner.v1
Transactions: Each session can have at most one active transaction at a time (note that standalone reads and queries use a transaction internally and do count towards the one transaction limit).
TransactionOptions.ModeCase - Enum in com.google.spanner.v1
 
TransactionOptions.PartitionedDml - Class in com.google.spanner.v1
Message type to initiate a Partitioned DML transaction.
TransactionOptions.PartitionedDml.Builder - Class in com.google.spanner.v1
Message type to initiate a Partitioned DML transaction.
TransactionOptions.PartitionedDmlOrBuilder - Interface in com.google.spanner.v1
 
TransactionOptions.ReadOnly - Class in com.google.spanner.v1
Message type to initiate a read-only transaction.
TransactionOptions.ReadOnly.Builder - Class in com.google.spanner.v1
Message type to initiate a read-only transaction.
TransactionOptions.ReadOnly.TimestampBoundCase - Enum in com.google.spanner.v1
 
TransactionOptions.ReadOnlyOrBuilder - Interface in com.google.spanner.v1
 
TransactionOptions.ReadWrite - Class in com.google.spanner.v1
Message type to initiate a read-write transaction.
TransactionOptions.ReadWrite.Builder - Class in com.google.spanner.v1
Message type to initiate a read-write transaction.
TransactionOptions.ReadWriteOrBuilder - Interface in com.google.spanner.v1
 
TransactionOptionsOrBuilder - Interface in com.google.spanner.v1
 
TransactionOrBuilder - Interface in com.google.spanner.v1
 
TransactionProto - Class in com.google.spanner.v1
 
TransactionRetryListener - Interface in com.google.cloud.spanner.connection
Cloud Spanner can abort any read/write transaction because of potential deadlocks or other internal reasons.
TransactionRetryListener.RetryResult - Enum in com.google.cloud.spanner.connection
The result of a retry.
TransactionRunner - Interface in com.google.cloud.spanner
An interface for executing a body of work in the context of a read-write transaction, with retries for transaction aborts.
TransactionRunner.TransactionCallable<T> - Interface in com.google.cloud.spanner
A unit of work to be performed in the context of a transaction.
TransactionSelector - Class in com.google.spanner.v1
This message is used to select the transaction in which a [Read][google.spanner.v1.Spanner.Read] or [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql] call runs.
TransactionSelector.Builder - Class in com.google.spanner.v1
This message is used to select the transaction in which a [Read][google.spanner.v1.Spanner.Read] or [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql] call runs.
TransactionSelector.SelectorCase - Enum in com.google.spanner.v1
 
TransactionSelectorOrBuilder - Interface in com.google.spanner.v1
 
tryNext() - Method in interface com.google.cloud.spanner.AsyncResultSet
Non-blocking call that attempts to step the cursor to the next position in the stream.
tryNext() - Method in class com.google.cloud.spanner.ForwardingAsyncResultSet
 
Type - Class in com.google.cloud.spanner
Describes a type in the Cloud Spanner type system.
Type - Class in com.google.spanner.v1
`Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query.
Type.Builder - Class in com.google.spanner.v1
`Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query.
Type.Code - Enum in com.google.cloud.spanner
Enumerates the categories of types.
Type.StructField - Class in com.google.cloud.spanner
Describes an individual field in a STRUCT type.
TYPE_ANNOTATION_CODE_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.v1.TypeAnnotationCode
Not specified.
TYPE_ANNOTATION_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Type
 
TYPE_CODE_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.v1.TypeCode
Not specified.
TYPE_FIELD_NUMBER - Static variable in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
TYPE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PlanNode.ChildLink
 
TYPE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.StructType.Field
 
TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
Encryption type was not specified, though data at rest remains encrypted.
TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.admin.database.v1.RestoreSourceType
No restore associated.
TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
Not specified.
TypeAnnotationCode - Enum in com.google.spanner.v1
`TypeAnnotationCode` is used as a part of [Type][google.spanner.v1.Type] to disambiguate SQL types that should be used for a given Cloud Spanner value.
TypeCode - Enum in com.google.spanner.v1
`TypeCode` is used as part of [Type][google.spanner.v1.Type] to indicate the type of a Cloud Spanner value.
TypeOrBuilder - Interface in com.google.spanner.v1
 
TypeProto - Class in com.google.spanner.v1
 

U

unaryMethodSettingsBuilders() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
 
unaryMethodSettingsBuilders() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
 
unaryMethodSettingsBuilders() - Method in class com.google.cloud.spanner.v1.stub.SpannerStubSettings.Builder
 
untyped(Value) - Static method in class com.google.cloud.spanner.Value
Returns a Value that wraps the given proto value.
update(InstanceInfo.InstanceField...) - Method in class com.google.cloud.spanner.Instance
 
UPDATE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Mutation
 
UPDATE_MASK_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
updateBackup(Backup, FieldMask) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Updates a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
updateBackup(UpdateBackupRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Updates a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
updateBackup(String, String, Timestamp) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Updates the expire time of a backup.
updateBackup(Backup, FieldMask) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
updateBackup(Backup, FieldMask) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
Updates the specified backup.
updateBackup(UpdateBackupRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Updates a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
updateBackup(UpdateBackupRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Updates a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
updateBackup(UpdateBackupRequest, StreamObserver<Backup>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Updates a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
updateBackup(UpdateBackupRequest, StreamObserver<Backup>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Updates a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
updateBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Updates a pending or completed [Backup][google.spanner.admin.database.v1.Backup].
updateBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
updateBackupCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
UpdateBackupRequest - Class in com.google.spanner.admin.database.v1
The request for [UpdateBackup][google.spanner.admin.database.v1.DatabaseAdmin.UpdateBackup].
UpdateBackupRequest.Builder - Class in com.google.spanner.admin.database.v1
The request for [UpdateBackup][google.spanner.admin.database.v1.DatabaseAdmin.UpdateBackup].
UpdateBackupRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
updateBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to updateBackup.
updateBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to updateBackup.
updateBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to updateBackup.
updateBackupSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to updateBackup.
updateDatabaseDdl(String, String, Iterable<String>, String) - Method in interface com.google.cloud.spanner.DatabaseAdminClient
Enqueues 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.
updateDatabaseDdl(String, Iterable<String>, String) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
If the update database ddl operation returns an ALREADY_EXISTS error, meaning the operation id used is already in flight, this method will simply resume the original operation.
updateDatabaseDdl(String, Iterable<String>, String) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
updateDatabaseDdl(UpdateDatabaseDdlRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminBlockingStub
Updates the schema of a Cloud Spanner database by creating/altering/dropping tables, columns, indexes, etc.
updateDatabaseDdl(UpdateDatabaseDdlRequest) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminFutureStub
Updates the schema of a Cloud Spanner database by creating/altering/dropping tables, columns, indexes, etc.
updateDatabaseDdl(UpdateDatabaseDdlRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
Updates the schema of a Cloud Spanner database by creating/altering/dropping tables, columns, indexes, etc.
updateDatabaseDdl(UpdateDatabaseDdlRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminStub
Updates the schema of a Cloud Spanner database by creating/altering/dropping tables, columns, indexes, etc.
updateDatabaseDdlAsync(DatabaseName, List<String>) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Updates the schema of a Cloud Spanner database by creating/altering/dropping tables, columns, indexes, etc.
updateDatabaseDdlAsync(String, List<String>) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Updates the schema of a Cloud Spanner database by creating/altering/dropping tables, columns, indexes, etc.
updateDatabaseDdlAsync(UpdateDatabaseDdlRequest) - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Updates the schema of a Cloud Spanner database by creating/altering/dropping tables, columns, indexes, etc.
updateDatabaseDdlCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Updates the schema of a Cloud Spanner database by creating/altering/dropping tables, columns, indexes, etc.
updateDatabaseDdlCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
updateDatabaseDdlCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
UpdateDatabaseDdlMetadata - Class in com.google.spanner.admin.database.v1
Metadata type for the operation returned by [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl].
UpdateDatabaseDdlMetadata.Builder - Class in com.google.spanner.admin.database.v1
Metadata type for the operation returned by [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl].
UpdateDatabaseDdlMetadataOrBuilder - Interface in com.google.spanner.admin.database.v1
 
updateDatabaseDdlOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient
Updates the schema of a Cloud Spanner database by creating/altering/dropping tables, columns, indexes, etc.
updateDatabaseDdlOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub
 
updateDatabaseDdlOperationCallable() - Method in class com.google.cloud.spanner.admin.database.v1.stub.GrpcDatabaseAdminStub
 
updateDatabaseDdlOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to updateDatabaseDdl.
updateDatabaseDdlOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to updateDatabaseDdl.
updateDatabaseDdlOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to updateDatabaseDdl.
updateDatabaseDdlOperationSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to updateDatabaseDdl.
UpdateDatabaseDdlRequest - Class in com.google.spanner.admin.database.v1
Enqueues 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.
UpdateDatabaseDdlRequest.Builder - Class in com.google.spanner.admin.database.v1
Enqueues 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.
UpdateDatabaseDdlRequestOrBuilder - Interface in com.google.spanner.admin.database.v1
 
updateDatabaseDdlSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings.Builder
Returns the builder for the settings used for calls to updateDatabaseDdl.
updateDatabaseDdlSettings() - Method in class com.google.cloud.spanner.admin.database.v1.DatabaseAdminSettings
Returns the object with the settings used for calls to updateDatabaseDdl.
updateDatabaseDdlSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings.Builder
Returns the builder for the settings used for calls to updateDatabaseDdl.
updateDatabaseDdlSettings() - Method in class com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings
Returns the object with the settings used for calls to updateDatabaseDdl.
updateDdl(Iterable<String>, String) - Method in class com.google.cloud.spanner.Database
Enqueues 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.
updateExpireTime() - Method in class com.google.cloud.spanner.Backup
Updates the expire time of this backup on Cloud Spanner.
updateInstance(InstanceInfo, InstanceInfo.InstanceField...) - Method in interface com.google.cloud.spanner.InstanceAdminClient
Updates an instance, and begins allocating or releasing resources as requested.
updateInstance(Instance, FieldMask) - Method in class com.google.cloud.spanner.spi.v1.GapicSpannerRpc
 
updateInstance(Instance, FieldMask) - Method in interface com.google.cloud.spanner.spi.v1.SpannerRpc
 
updateInstance(UpdateInstanceRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminBlockingStub
Updates an instance, and begins allocating or releasing resources as requested.
updateInstance(UpdateInstanceRequest) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminFutureStub
Updates an instance, and begins allocating or releasing resources as requested.
updateInstance(UpdateInstanceRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminImplBase
Updates an instance, and begins allocating or releasing resources as requested.
updateInstance(UpdateInstanceRequest, StreamObserver<Operation>) - Method in class com.google.spanner.admin.instance.v1.InstanceAdminGrpc.InstanceAdminStub
Updates an instance, and begins allocating or releasing resources as requested.
updateInstanceAsync(Instance, FieldMask) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Updates an instance, and begins allocating or releasing resources as requested.
updateInstanceAsync(UpdateInstanceRequest) - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Updates an instance, and begins allocating or releasing resources as requested.
updateInstanceCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Updates an instance, and begins allocating or releasing resources as requested.
updateInstanceCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
updateInstanceCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
UpdateInstanceMetadata - Class in com.google.spanner.admin.instance.v1
Metadata type for the operation returned by [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].
UpdateInstanceMetadata.Builder - Class in com.google.spanner.admin.instance.v1
Metadata type for the operation returned by [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].
UpdateInstanceMetadataOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
updateInstanceOperationCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient
Updates an instance, and begins allocating or releasing resources as requested.
updateInstanceOperationCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.GrpcInstanceAdminStub
 
updateInstanceOperationCallable() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStub
 
updateInstanceOperationSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Returns the builder for the settings used for calls to updateInstance.
updateInstanceOperationSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the object with the settings used for calls to updateInstance.
updateInstanceOperationSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Returns the builder for the settings used for calls to updateInstance.
updateInstanceOperationSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the object with the settings used for calls to updateInstance.
UpdateInstanceRequest - Class in com.google.spanner.admin.instance.v1
The request for [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].
UpdateInstanceRequest.Builder - Class in com.google.spanner.admin.instance.v1
The request for [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].
UpdateInstanceRequestOrBuilder - Interface in com.google.spanner.admin.instance.v1
 
updateInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings.Builder
Returns the builder for the settings used for calls to updateInstance.
updateInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.InstanceAdminSettings
Returns the object with the settings used for calls to updateInstance.
updateInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings.Builder
Returns the builder for the settings used for calls to updateInstance.
updateInstanceSettings() - Method in class com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings
Returns the object with the settings used for calls to updateInstance.
USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION_VALUE - Static variable in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
This is the default option for [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] when [encryption_config][google.spanner.admin.database.v1.CopyBackupEncryptionConfig] is not specified.
USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION_VALUE - Static variable in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
This is the default option when [encryption_config][google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig] is not specified.
USE_DATABASE_ENCRYPTION_VALUE - Static variable in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
Use the same encryption configuration as the database.
useBackupEncryption() - Static method in class com.google.cloud.spanner.encryption.EncryptionConfigs
Returns use backup encryption configuration.
UseBackupEncryption - Class in com.google.cloud.spanner.encryption
The data is encrypted with the same configuration as specified by the backup being restored.
useDatabaseEncryption() - Static method in class com.google.cloud.spanner.encryption.EncryptionConfigs
Returns use database encryption configuration.
UseDatabaseEncryption - Class in com.google.cloud.spanner.encryption
The data is encrypted with the same configuration as specified by the source database for a backup.
useDefaultEnvironment() - Static method in class com.google.cloud.spanner.SpannerOptions
Sets the environment to use to read configuration to the default environment.
useEnvironment(SpannerOptions.SpannerEnvironment) - Static method in class com.google.cloud.spanner.SpannerOptions
Sets the environment to use to read configuration.

V

VALID_PROPERTIES - Static variable in class com.google.cloud.spanner.connection.ConnectionOptions
All valid connection properties.
Value - Class in com.google.cloud.spanner
Represents a value to be consumed by the Cloud Spanner API.
ValueBinder<R> - Class in com.google.cloud.spanner
An interface for binding a Value in some context.
valueOf(String) - Static method in enum com.google.cloud.spanner.AsyncResultSet.CallbackResponse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.AsyncResultSet.CursorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.BackupInfo.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.connection.AbstractStatementParser.StatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.connection.AutocommitDmlMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.connection.StatementResult.ClientSideStatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.connection.StatementResult.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.connection.TransactionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.connection.TransactionRetryListener.RetryResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.DatabaseInfo.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.Dialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.InstanceInfo.InstanceField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.InstanceInfo.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.KeyRange.Endpoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.Mutation.Op
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.Options.RpcPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.ReadContext.QueryAnalyzeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.ReplicaInfo.ReplicaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.RestoreInfo.RestoreSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.spi.v1.SpannerRpc.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.TimestampBound.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.TransactionManager.TransactionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.spanner.Type.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.spanner.admin.database.v1.Backup.State
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.database.v1.Backup.State
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.admin.database.v1.Backup.State
 
valueOf(String) - Static method in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
 
valueOf(String) - Static method in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
 
valueOf(String) - Static method in enum com.google.spanner.admin.database.v1.Database.State
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.database.v1.Database.State
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.admin.database.v1.Database.State
 
valueOf(String) - Static method in enum com.google.spanner.admin.database.v1.DatabaseDialect
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.database.v1.DatabaseDialect
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.admin.database.v1.DatabaseDialect
 
valueOf(String) - Static method in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
 
valueOf(String) - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
 
valueOf(String) - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.SourceInfoCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.SourceInfoCase
valueOf(String) - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseRequest.SourceCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseRequest.SourceCase
valueOf(String) - Static method in enum com.google.spanner.admin.database.v1.RestoreInfo.SourceInfoCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.database.v1.RestoreInfo.SourceInfoCase
valueOf(String) - Static method in enum com.google.spanner.admin.database.v1.RestoreSourceType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.database.v1.RestoreSourceType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.admin.database.v1.RestoreSourceType
 
valueOf(String) - Static method in enum com.google.spanner.admin.instance.v1.Instance.State
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.instance.v1.Instance.State
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.admin.instance.v1.Instance.State
 
valueOf(String) - Static method in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
 
valueOf(String) - Static method in enum com.google.spanner.v1.CommitRequest.TransactionCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.CommitRequest.TransactionCase
valueOf(String) - Static method in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
 
valueOf(String) - Static method in enum com.google.spanner.v1.KeyRange.EndKeyTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.KeyRange.EndKeyTypeCase
Deprecated.
valueOf(String) - Static method in enum com.google.spanner.v1.KeyRange.StartKeyTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.KeyRange.StartKeyTypeCase
valueOf(String) - Static method in enum com.google.spanner.v1.Mutation.OperationCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.Mutation.OperationCase
Deprecated.
valueOf(String) - Static method in enum com.google.spanner.v1.PlanNode.Kind
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.PlanNode.Kind
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.v1.PlanNode.Kind
 
valueOf(String) - Static method in enum com.google.spanner.v1.RequestOptions.Priority
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.RequestOptions.Priority
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.v1.RequestOptions.Priority
 
valueOf(String) - Static method in enum com.google.spanner.v1.ResultSetStats.RowCountCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.ResultSetStats.RowCountCase
valueOf(String) - Static method in enum com.google.spanner.v1.TransactionOptions.ModeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.TransactionOptions.ModeCase
valueOf(String) - Static method in enum com.google.spanner.v1.TransactionOptions.ReadOnly.TimestampBoundCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.TransactionOptions.ReadOnly.TimestampBoundCase
valueOf(String) - Static method in enum com.google.spanner.v1.TransactionSelector.SelectorCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.TransactionSelector.SelectorCase
valueOf(String) - Static method in enum com.google.spanner.v1.TypeAnnotationCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.TypeAnnotationCode
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.v1.TypeAnnotationCode
 
valueOf(String) - Static method in enum com.google.spanner.v1.TypeCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.spanner.v1.TypeCode
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.spanner.v1.TypeCode
 
values() - Static method in enum com.google.cloud.spanner.AsyncResultSet.CallbackResponse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.AsyncResultSet.CursorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.BackupInfo.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.connection.AbstractStatementParser.StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.connection.AutocommitDmlMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.connection.StatementResult.ClientSideStatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.connection.StatementResult.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.connection.TransactionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.connection.TransactionRetryListener.RetryResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.DatabaseInfo.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.Dialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.InstanceInfo.InstanceField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.InstanceInfo.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.KeyRange.Endpoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.Mutation.Op
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.Options.RpcPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.ReadContext.QueryAnalyzeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.ReplicaInfo.ReplicaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.RestoreInfo.RestoreSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.spi.v1.SpannerRpc.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.TimestampBound.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.TransactionManager.TransactionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.spanner.Type.Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.database.v1.Backup.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.EncryptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.database.v1.Database.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.database.v1.DatabaseDialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.database.v1.EncryptionInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseMetadata.SourceInfoCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.database.v1.RestoreDatabaseRequest.SourceCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.database.v1.RestoreInfo.SourceInfoCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.database.v1.RestoreSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.instance.v1.Instance.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.CommitRequest.TransactionCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.ExecuteSqlRequest.QueryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.KeyRange.EndKeyTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.KeyRange.StartKeyTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.Mutation.OperationCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.PlanNode.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.RequestOptions.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.ResultSetStats.RowCountCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.TransactionOptions.ModeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.TransactionOptions.ReadOnly.TimestampBoundCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.TransactionSelector.SelectorCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.TypeAnnotationCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.spanner.v1.TypeCode
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_FIELD_NUMBER - Static variable in class com.google.spanner.v1.Mutation.Write
 
VALUES_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PartialResultSet
 
VARIABLE_FIELD_NUMBER - Static variable in class com.google.spanner.v1.PlanNode.ChildLink
 
VERSION_RETENTION_PERIOD_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Database
 
VERSION_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.Backup
 
VERSION_TIME_FIELD_NUMBER - Static variable in class com.google.spanner.admin.database.v1.BackupInfo
 
viewManager - Static variable in class com.google.cloud.spanner.spi.v1.SpannerRpcViews
 

W

waitFor(RetryOption...) - Method in class com.google.cloud.spanner.Operation
Blocks till the operation is complete or maximum time, if specified, has elapsed.
with(ClientInterceptor) - Method in class com.google.cloud.spanner.spi.v1.SpannerInterceptorProvider
 
withBatchUpdateTimeout(Duration) - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
withCommitTimeout(Duration) - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
withExecuteQueryTimeout(Duration) - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
withExecuteUpdateTimeout(Duration) - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
withPartitionQueryTimeout(Duration) - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
withPartitionReadTimeout(Duration) - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
withQueryOptions(ExecuteSqlRequest.QueryOptions) - Method in class com.google.cloud.spanner.Statement.Builder
Sets the ExecuteSqlRequest.QueryOptions to use when executing this Statement.
withReadTimeout(Duration) - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
withRollbackTimeout(Duration) - Method in class com.google.cloud.spanner.SpannerOptions.SpannerCallContextTimeoutConfigurator
 
WITNESS_VALUE - Static variable in enum com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType
Witness replicas don't support reads but do participate in voting to commit writes.
write(Mutation) - Method in interface com.google.cloud.spanner.connection.Connection
Writes the specified mutation directly to the database and commits the change.
write(Iterable<Mutation>) - Method in interface com.google.cloud.spanner.connection.Connection
Writes the specified mutations directly to the database and commits the changes.
write(Iterable<Mutation>) - Method in interface com.google.cloud.spanner.DatabaseClient
Writes the given mutations atomically to the database.
writeAsync(Mutation) - Method in interface com.google.cloud.spanner.connection.Connection
Writes the specified mutation directly to the database and commits the change.
writeAsync(Iterable<Mutation>) - Method in interface com.google.cloud.spanner.connection.Connection
Writes the specified mutations directly to the database and commits the changes.
writeAtLeastOnce(Iterable<Mutation>) - Method in interface com.google.cloud.spanner.DatabaseClient
Writes the given mutations atomically to the database without replay protection.
writeAtLeastOnceWithOptions(Iterable<Mutation>, Options.TransactionOption...) - Method in interface com.google.cloud.spanner.DatabaseClient
Writes the given mutations atomically to the database without replay protection.
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.Backup
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.BackupInfo
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.CopyBackupMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.CopyBackupRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.CreateBackupMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.CreateBackupRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.CreateDatabaseRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.Database
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.DeleteBackupRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.DropDatabaseRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.EncryptionConfig
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.EncryptionInfo
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.GetBackupRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.GetDatabaseDdlResponse
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.GetDatabaseRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.ListBackupOperationsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.ListBackupsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.ListBackupsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.ListDatabasesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.ListDatabasesResponse
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.OperationProgress
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.RestoreDatabaseRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.RestoreInfo
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.UpdateBackupRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.CreateInstanceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.DeleteInstanceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.GetInstanceConfigRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.GetInstanceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.Instance
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.InstanceConfig
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.ListInstancesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.ListInstancesResponse
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.ReplicaInfo
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.admin.instance.v1.UpdateInstanceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.BatchCreateSessionsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.BatchCreateSessionsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.BeginTransactionRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.CommitRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.CommitResponse.CommitStats
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.CommitResponse
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.CreateSessionRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.DeleteSessionRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest.Statement
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.ExecuteBatchDmlRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.ExecuteBatchDmlResponse
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.ExecuteSqlRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.GetSessionRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.KeyRange
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.KeySet
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.ListSessionsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.ListSessionsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.Mutation.Delete
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.Mutation.Write
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.Mutation
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.PartialResultSet
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.Partition
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.PartitionOptions
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.PartitionQueryRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.PartitionReadRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.PartitionResponse
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.PlanNode.ChildLink
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.PlanNode.ShortRepresentation
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.PlanNode
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.QueryPlan
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.ReadRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.RequestOptions
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.ResultSet
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.ResultSetMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.ResultSetStats
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.RollbackRequest
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.Session
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.StructType.Field
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.StructType
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.Transaction
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.TransactionOptions.PartitionedDml
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.TransactionOptions.ReadOnly
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.TransactionOptions.ReadWrite
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.TransactionOptions
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.TransactionSelector
 
writeTo(CodedOutputStream) - Method in class com.google.spanner.v1.Type
 
writeWithOptions(Iterable<Mutation>, Options.TransactionOption...) - Method in interface com.google.cloud.spanner.DatabaseClient
Writes the given mutations atomically to the database with the given options.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2022 Google LLC. All rights reserved.