Classes
AutoscalingConfig
Autoscaling config for an instance.
Protobuf type google.spanner.admin.instance.v1.AutoscalingConfig
AutoscalingConfig.AutoscalingLimits
The autoscaling limits for the instance. Users can define the minimum and maximum compute capacity allocated to the instance, and the autoscaler will only scale within that range. Users can either use nodes or processing units to specify the limits, but should use the same unit to set both the min_limit and max_limit.
Protobuf type google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits
AutoscalingConfig.AutoscalingLimits.Builder
The autoscaling limits for the instance. Users can define the minimum and maximum compute capacity allocated to the instance, and the autoscaler will only scale within that range. Users can either use nodes or processing units to specify the limits, but should use the same unit to set both the min_limit and max_limit.
Protobuf type google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits
AutoscalingConfig.AutoscalingTargets
The autoscaling targets for an instance.
Protobuf type google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingTargets
AutoscalingConfig.AutoscalingTargets.Builder
The autoscaling targets for an instance.
Protobuf type google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingTargets
AutoscalingConfig.Builder
Autoscaling config for an instance.
Protobuf type google.spanner.admin.instance.v1.AutoscalingConfig
CommonProto
CreateInstanceConfigMetadata
Metadata type for the operation returned by CreateInstanceConfig.
Protobuf type google.spanner.admin.instance.v1.CreateInstanceConfigMetadata
CreateInstanceConfigMetadata.Builder
Metadata type for the operation returned by CreateInstanceConfig.
Protobuf type google.spanner.admin.instance.v1.CreateInstanceConfigMetadata
CreateInstanceConfigRequest
The request for CreateInstanceConfigRequest.
Protobuf type google.spanner.admin.instance.v1.CreateInstanceConfigRequest
CreateInstanceConfigRequest.Builder
The request for CreateInstanceConfigRequest.
Protobuf type google.spanner.admin.instance.v1.CreateInstanceConfigRequest
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
DeleteInstanceConfigRequest
The request for DeleteInstanceConfigRequest.
Protobuf type google.spanner.admin.instance.v1.DeleteInstanceConfigRequest
DeleteInstanceConfigRequest.Builder
The request for DeleteInstanceConfigRequest.
Protobuf type google.spanner.admin.instance.v1.DeleteInstanceConfigRequest
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
A stub to allow clients to do synchronous rpc calls to service 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.
InstanceAdminGrpc.InstanceAdminFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service 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.
InstanceAdminGrpc.InstanceAdminImplBase
Base class for the server implementation of the service 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.
InstanceAdminGrpc.InstanceAdminStub
A stub to allow clients to do asynchronous rpc calls to service 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.
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}.
ListInstanceConfigOperationsRequest
The request for ListInstanceConfigOperations.
Protobuf type google.spanner.admin.instance.v1.ListInstanceConfigOperationsRequest
ListInstanceConfigOperationsRequest.Builder
The request for ListInstanceConfigOperations.
Protobuf type google.spanner.admin.instance.v1.ListInstanceConfigOperationsRequest
ListInstanceConfigOperationsResponse
The response for ListInstanceConfigOperations.
Protobuf type google.spanner.admin.instance.v1.ListInstanceConfigOperationsResponse
ListInstanceConfigOperationsResponse.Builder
The response for ListInstanceConfigOperations.
Protobuf type google.spanner.admin.instance.v1.ListInstanceConfigOperationsResponse
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
OperationProgress
Encapsulates progress related information for a Cloud Spanner long running instance operations.
Protobuf type google.spanner.admin.instance.v1.OperationProgress
OperationProgress.Builder
Encapsulates progress related information for a Cloud Spanner long running instance operations.
Protobuf type google.spanner.admin.instance.v1.OperationProgress
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
UpdateInstanceConfigMetadata
Metadata type for the operation returned by UpdateInstanceConfig.
Protobuf type google.spanner.admin.instance.v1.UpdateInstanceConfigMetadata
UpdateInstanceConfigMetadata.Builder
Metadata type for the operation returned by UpdateInstanceConfig.
Protobuf type google.spanner.admin.instance.v1.UpdateInstanceConfigMetadata
UpdateInstanceConfigRequest
The request for UpdateInstanceConfigRequest.
Protobuf type google.spanner.admin.instance.v1.UpdateInstanceConfigRequest
UpdateInstanceConfigRequest.Builder
The request for UpdateInstanceConfigRequest.
Protobuf type google.spanner.admin.instance.v1.UpdateInstanceConfigRequest
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
AutoscalingConfig.AutoscalingLimitsOrBuilder
AutoscalingConfig.AutoscalingTargetsOrBuilder
AutoscalingConfigOrBuilder
CreateInstanceConfigMetadataOrBuilder
CreateInstanceConfigRequestOrBuilder
CreateInstanceMetadataOrBuilder
CreateInstanceRequestOrBuilder
DeleteInstanceConfigRequestOrBuilder
DeleteInstanceRequestOrBuilder
GetInstanceConfigRequestOrBuilder
GetInstanceRequestOrBuilder
InstanceAdminGrpc.AsyncService
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.
InstanceConfigOrBuilder
InstanceOrBuilder
ListInstanceConfigOperationsRequestOrBuilder
ListInstanceConfigOperationsResponseOrBuilder
ListInstanceConfigsRequestOrBuilder
ListInstanceConfigsResponseOrBuilder
ListInstancesRequestOrBuilder
ListInstancesResponseOrBuilder
OperationProgressOrBuilder
ReplicaInfoOrBuilder
UpdateInstanceConfigMetadataOrBuilder
UpdateInstanceConfigRequestOrBuilder
UpdateInstanceMetadataOrBuilder
UpdateInstanceRequestOrBuilder
Enums
AutoscalingConfig.AutoscalingLimits.MaxLimitCase
AutoscalingConfig.AutoscalingLimits.MinLimitCase
Instance.State
Indicates the current state of the instance.
Protobuf enum google.spanner.admin.instance.v1.Instance.State
InstanceConfig.State
Indicates the current state of the instance config.
Protobuf enum google.spanner.admin.instance.v1.InstanceConfig.State
InstanceConfig.Type
The type of this configuration.
Protobuf enum google.spanner.admin.instance.v1.InstanceConfig.Type
ReplicaInfo.ReplicaType
Indicates the type of replica. See the replica types documentation for more details.
Protobuf enum google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType