Classes
CreateInstanceConfigMetadata
Metadata type for the operation returned by [CreateInstanceConfig][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstanceConfig].
CreateInstanceConfigRequest
The request for [CreateInstanceConfigRequest][InstanceAdmin.CreateInstanceConfigRequest].
CreateInstanceMetadata
Metadata type for the operation returned by [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance].
CreateInstanceRequest
The request for [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance].
DeleteInstanceConfigRequest
The request for [DeleteInstanceConfigRequest][InstanceAdmin.DeleteInstanceConfigRequest].
DeleteInstanceRequest
The request for [DeleteInstance][google.spanner.admin.instance.v1.InstanceAdmin.DeleteInstance].
GetInstanceConfigRequest
The request for [GetInstanceConfigRequest][google.spanner.admin.instance.v1.InstanceAdmin.GetInstanceConfig].
GetInstanceRequest
The request for [GetInstance][google.spanner.admin.instance.v1.InstanceAdmin.GetInstance].
Instance
An isolated set of Cloud Spanner resources on which databases can be hosted.
Instance.Types
Container for nested types declared in the Instance message type.
InstanceAdmin
Cloud Spanner Instance Admin API
The Cloud Spanner Instance Admin API can be used to create, delete, modify and list instances. Instances are dedicated Cloud Spanner serving and storage resources to be used by Cloud Spanner databases.
Each instance has a "configuration", which dictates where the serving resources for the Cloud Spanner instance are located (e.g., US-central, Europe). Configurations are created by Google based on resource availability.
Cloud Spanner billing is based on the instances that exist and their sizes. After an instance exists, there are no additional per-database or per-operation charges for use of the instance (though there may be additional network bandwidth charges). Instances offer isolation: problems with databases in one instance will not affect other instances. However, within an instance databases can affect each other. For example, if one database in an instance receives a lot of requests and consumes most of the instance resources, fewer resources are available for other databases in that instance, and their performance may suffer.
InstanceAdmin.InstanceAdminBase
Base class for server-side implementations of InstanceAdmin
InstanceAdmin.InstanceAdminClient
Client for InstanceAdmin
InstanceAdminClient
InstanceAdmin client wrapper, for convenient use.
InstanceAdminClientBuilder
Builder class for InstanceAdminClient to provide simple configuration of credentials, endpoint etc.
InstanceAdminClientImpl
InstanceAdmin client wrapper implementation, for convenient use.
InstanceAdminSettings
Settings for InstanceAdminClient instances.
InstanceConfig
A possible configuration for a Cloud Spanner instance. Configurations define the geographic placement of nodes and their replication.
InstanceConfig.Types
Container for nested types declared in the InstanceConfig message type.
InstanceConfigName
Resource name for the InstanceConfig
resource.
ListInstanceConfigOperationsRequest
The request for [ListInstanceConfigOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigOperations].
ListInstanceConfigOperationsResponse
The response for [ListInstanceConfigOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigOperations].
ListInstanceConfigsRequest
The request for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].
ListInstanceConfigsResponse
The response for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].
ListInstancesRequest
The request for [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances].
ListInstancesResponse
The response for [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances].
OperationProgress
Encapsulates progress related information for a Cloud Spanner long running instance operations.
ReplicaInfo
ReplicaInfo.Types
Container for nested types declared in the ReplicaInfo message type.
UpdateInstanceConfigMetadata
Metadata type for the operation returned by [UpdateInstanceConfig][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstanceConfig].
UpdateInstanceConfigRequest
The request for [UpdateInstanceConfigRequest][InstanceAdmin.UpdateInstanceConfigRequest].
UpdateInstanceMetadata
Metadata type for the operation returned by [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].
UpdateInstanceRequest
The request for [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].
Enums
Instance.Types.State
Indicates the current state of the instance.
InstanceConfig.Types.State
Indicates the current state of the instance config.
InstanceConfig.Types.Type
The type of this configuration.
InstanceConfigName.ResourceNameType
The possible contents of InstanceConfigName.
ReplicaInfo.Types.ReplicaType
Indicates the type of replica. See the replica types documentation for more details.