Classes
CreateInstanceMetadata
Metadata type for the operation returned by CreateInstance.
Protobuf type google.spanner.admin.instance.v1.CreateInstanceMetadata
CreateInstanceMetadata.Builder
Metadata type for the operation returned by CreateInstance.
Protobuf type google.spanner.admin.instance.v1.CreateInstanceMetadata
CreateInstanceRequest
The request for CreateInstance.
Protobuf type google.spanner.admin.instance.v1.CreateInstanceRequest
CreateInstanceRequest.Builder
The request for CreateInstance.
Protobuf type google.spanner.admin.instance.v1.CreateInstanceRequest
DeleteInstanceRequest
The request for DeleteInstance.
Protobuf type google.spanner.admin.instance.v1.DeleteInstanceRequest
DeleteInstanceRequest.Builder
The request for DeleteInstance.
Protobuf type google.spanner.admin.instance.v1.DeleteInstanceRequest
GetInstanceConfigRequest
The request for GetInstanceConfigRequest.
Protobuf type google.spanner.admin.instance.v1.GetInstanceConfigRequest
GetInstanceConfigRequest.Builder
The request for GetInstanceConfigRequest.
Protobuf type google.spanner.admin.instance.v1.GetInstanceConfigRequest
GetInstanceRequest
The request for GetInstance.
Protobuf type google.spanner.admin.instance.v1.GetInstanceRequest
GetInstanceRequest.Builder
The request for GetInstance.
Protobuf type google.spanner.admin.instance.v1.GetInstanceRequest
Instance
An isolated set of Cloud Spanner resources on which databases can be hosted.
Protobuf type google.spanner.admin.instance.v1.Instance
Instance.Builder
An isolated set of Cloud Spanner resources on which databases can be hosted.
Protobuf type google.spanner.admin.instance.v1.Instance
InstanceAdminGrpc
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.
InstanceAdminGrpc.InstanceAdminBlockingStub
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.
InstanceAdminGrpc.InstanceAdminFutureStub
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.
InstanceAdminGrpc.InstanceAdminImplBase
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.
InstanceAdminGrpc.InstanceAdminStub
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.
InstanceConfig
A possible configuration for a Cloud Spanner instance. Configurations define the geographic placement of nodes and their replication.
Protobuf type google.spanner.admin.instance.v1.InstanceConfig
InstanceConfig.Builder
A possible configuration for a Cloud Spanner instance. Configurations define the geographic placement of nodes and their replication.
Protobuf type google.spanner.admin.instance.v1.InstanceConfig
InstanceConfigName
InstanceConfigName.Builder
Builder for projects/{project}/instanceConfigs/{instance_config}.
InstanceName
InstanceName.Builder
Builder for projects/{project}/instances/{instance}.
ListInstanceConfigsRequest
The request for ListInstanceConfigs.
Protobuf type google.spanner.admin.instance.v1.ListInstanceConfigsRequest
ListInstanceConfigsRequest.Builder
The request for ListInstanceConfigs.
Protobuf type google.spanner.admin.instance.v1.ListInstanceConfigsRequest
ListInstanceConfigsResponse
The response for ListInstanceConfigs.
Protobuf type google.spanner.admin.instance.v1.ListInstanceConfigsResponse
ListInstanceConfigsResponse.Builder
The response for ListInstanceConfigs.
Protobuf type google.spanner.admin.instance.v1.ListInstanceConfigsResponse
ListInstancesRequest
The request for ListInstances.
Protobuf type google.spanner.admin.instance.v1.ListInstancesRequest
ListInstancesRequest.Builder
The request for ListInstances.
Protobuf type google.spanner.admin.instance.v1.ListInstancesRequest
ListInstancesResponse
The response for ListInstances.
Protobuf type google.spanner.admin.instance.v1.ListInstancesResponse
ListInstancesResponse.Builder
The response for ListInstances.
Protobuf type google.spanner.admin.instance.v1.ListInstancesResponse
ProjectName
ProjectName.Builder
Builder for projects/{project}.
ReplicaInfo
Protobuf type google.spanner.admin.instance.v1.ReplicaInfo
ReplicaInfo.Builder
Protobuf type google.spanner.admin.instance.v1.ReplicaInfo
SpannerInstanceAdminProto
UpdateInstanceMetadata
Metadata type for the operation returned by UpdateInstance.
Protobuf type google.spanner.admin.instance.v1.UpdateInstanceMetadata
UpdateInstanceMetadata.Builder
Metadata type for the operation returned by UpdateInstance.
Protobuf type google.spanner.admin.instance.v1.UpdateInstanceMetadata
UpdateInstanceRequest
The request for UpdateInstance.
Protobuf type google.spanner.admin.instance.v1.UpdateInstanceRequest
UpdateInstanceRequest.Builder
The request for UpdateInstance.
Protobuf type google.spanner.admin.instance.v1.UpdateInstanceRequest
Interfaces
CreateInstanceMetadataOrBuilder
CreateInstanceRequestOrBuilder
DeleteInstanceRequestOrBuilder
GetInstanceConfigRequestOrBuilder
GetInstanceRequestOrBuilder
InstanceConfigOrBuilder
InstanceOrBuilder
ListInstanceConfigsRequestOrBuilder
ListInstanceConfigsResponseOrBuilder
ListInstancesRequestOrBuilder
ListInstancesResponseOrBuilder
ReplicaInfoOrBuilder
UpdateInstanceMetadataOrBuilder
UpdateInstanceRequestOrBuilder
Enums
Instance.State
Indicates the current state of the instance.
Protobuf enum google.spanner.admin.instance.v1.Instance.State
ReplicaInfo.ReplicaType
Indicates the type of replica. See the replica types documentation for more details.
Protobuf enum google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType