Index
InstanceAdmin
(interface)AutoscalingConfig
(message)AutoscalingConfig.AutoscalingLimits
(message)AutoscalingConfig.AutoscalingTargets
(message)CreateInstanceConfigMetadata
(message)CreateInstanceConfigRequest
(message)CreateInstanceMetadata
(message)CreateInstancePartitionMetadata
(message)CreateInstancePartitionRequest
(message)CreateInstanceRequest
(message)DeleteInstanceConfigRequest
(message)DeleteInstancePartitionRequest
(message)DeleteInstanceRequest
(message)FreeInstanceMetadata
(message)FreeInstanceMetadata.ExpireBehavior
(enum)FulfillmentPeriod
(enum)GetInstanceConfigRequest
(message)GetInstancePartitionRequest
(message)GetInstanceRequest
(message)Instance
(message)Instance.Edition
(enum)Instance.InstanceType
(enum)Instance.State
(enum)InstanceConfig
(message)InstanceConfig.FreeInstanceAvailability
(enum)InstanceConfig.QuorumType
(enum)InstanceConfig.State
(enum)InstanceConfig.Type
(enum)InstancePartition
(message)InstancePartition.State
(enum)ListInstanceConfigOperationsRequest
(message)ListInstanceConfigOperationsResponse
(message)ListInstanceConfigsRequest
(message)ListInstanceConfigsResponse
(message)ListInstancePartitionOperationsRequest
(message)ListInstancePartitionOperationsResponse
(message)ListInstancePartitionsRequest
(message)ListInstancePartitionsResponse
(message)ListInstancesRequest
(message)ListInstancesResponse
(message)MoveInstanceMetadata
(message)MoveInstanceRequest
(message)MoveInstanceResponse
(message)OperationProgress
(message)ReplicaInfo
(message)ReplicaInfo.ReplicaType
(enum)UpdateInstanceConfigMetadata
(message)UpdateInstanceConfigRequest
(message)UpdateInstanceMetadata
(message)UpdateInstancePartitionMetadata
(message)UpdateInstancePartitionRequest
(message)UpdateInstanceRequest
(message)
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.
CreateInstance |
---|
Creates an instance and begins preparing it to begin serving. The returned long-running operation can be used to track the progress of preparing the new instance. The instance name is assigned by the caller. If the named instance already exists, Immediately upon completion of this request:
Until completion of the returned operation:
Upon completion of the returned operation:
The returned long-running operation will have a name of the format
|
CreateInstanceConfig |
---|
Creates an instance configuration and begins preparing it to be used. The returned long-running operation can be used to track the progress of preparing the new instance configuration. The instance configuration name is assigned by the caller. If the named instance configuration already exists, Immediately after the request returns:
While the operation is pending:
Upon completion of the returned operation:
The returned long-running operation will have a name of the format Authorization requires
|
CreateInstancePartition |
---|
Creates an instance partition and begins preparing it to be used. The returned long-running operation can be used to track the progress of preparing the new instance partition. The instance partition name is assigned by the caller. If the named instance partition already exists, Immediately upon completion of this request:
Until completion of the returned operation:
Upon completion of the returned operation:
The returned long-running operation will have a name of the format
|
DeleteInstance |
---|
Deletes an instance. Immediately upon completion of the request:
Soon afterward:
|
DeleteInstanceConfig |
---|
Deletes the instance configuration. Deletion is only allowed when no instances are using the configuration. If any instances are using the configuration, returns Only user-managed configurations can be deleted. Authorization requires
|
DeleteInstancePartition |
---|
Deletes an existing instance partition. Requires that the instance partition is not used by any database or backup and is not the default instance partition of an instance. Authorization requires
|
GetIamPolicy |
---|
Gets the access control policy for an instance resource. Returns an empty policy if an instance exists but does not have a policy set. Authorization requires
|
GetInstance |
---|
Gets information about a particular instance.
|
GetInstanceConfig |
---|
Gets information about a particular instance configuration.
|
GetInstancePartition |
---|
Gets information about a particular instance partition.
|
ListInstanceConfigOperations |
---|
Lists the user-managed instance configuration long-running operations in the given project. An instance configuration operation has a name of the form
|
ListInstanceConfigs |
---|
Lists the supported instance configurations for a given project. Returns both Google-managed configurations and user-managed configurations.
|
ListInstancePartitionOperations |
---|
Lists instance partition long-running operations in the given instance. An instance partition operation has a name of the form Authorization requires
|
ListInstancePartitions |
---|
Lists all instance partitions for the given instance.
|
ListInstances |
---|
Lists all instances in the given project.
|
MoveInstance |
---|
Moves an instance to the target instance configuration. You can use the returned long-running operation to track the progress of moving the instance.
While the operation is pending:
The returned long-running operation has a name of the format If not cancelled, upon completion of the returned operation:
Authorization requires the For more details, see Move an instance.
|
SetIamPolicy |
---|
Sets the access control policy on an instance resource. Replaces any existing policy. Authorization requires
|
TestIamPermissions |
---|
Returns permissions that the caller has on the specified instance resource. Attempting this RPC on a non-existent Cloud Spanner instance resource will result in a NOT_FOUND error if the user has
|
UpdateInstance |
---|
Updates an instance, and begins allocating or releasing resources as requested. The returned long-running operation can be used to track the progress of updating the instance. If the named instance does not exist, returns Immediately upon completion of this request:
Until completion of the returned operation:
Upon completion of the returned operation:
The returned long-running operation will have a name of the format Authorization requires
|
UpdateInstanceConfig |
---|
Updates an instance configuration. The returned long-running operation can be used to track the progress of updating the instance. If the named instance configuration does not exist, returns Only user-managed configurations can be updated. Immediately after the request returns:
While the operation is pending:
Upon completion of the returned operation:
The returned long-running operation will have a name of the format Authorization requires
|
UpdateInstancePartition |
---|
Updates an instance partition, and begins allocating or releasing resources as requested. The returned long-running operation can be used to track the progress of updating the instance partition. If the named instance partition does not exist, returns Immediately upon completion of this request:
Until completion of the returned operation:
Upon completion of the returned operation:
The returned long-running operation will have a name of the format Authorization requires
|
AutoscalingConfig
Autoscaling configuration for an instance.
Fields | |
---|---|
autoscaling_ |
Required. Autoscaling limits for an instance. |
autoscaling_ |
Required. The autoscaling targets for an instance. |
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.
Fields | |
---|---|
Union field min_limit . The minimum compute capacity for the instance. min_limit can be only one of the following: |
|
min_ |
Minimum number of nodes allocated to the instance. If set, this number should be greater than or equal to 1. |
min_ |
Minimum number of processing units allocated to the instance. If set, this number should be multiples of 1000. |
Union field max_limit . The maximum compute capacity for the instance. The maximum compute capacity should be less than or equal to 10X the minimum compute capacity. max_limit can be only one of the following: |
|
max_ |
Maximum number of nodes allocated to the instance. If set, this number should be greater than or equal to min_nodes. |
max_ |
Maximum number of processing units allocated to the instance. If set, this number should be multiples of 1000 and be greater than or equal to min_processing_units. |
AutoscalingTargets
The autoscaling targets for an instance.
Fields | |
---|---|
high_ |
Required. The target high priority cpu utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 90] inclusive. |
storage_ |
Required. The target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 99] inclusive. |
CreateInstanceConfigMetadata
Metadata type for the operation returned by CreateInstanceConfig
.
Fields | |
---|---|
instance_ |
The target instance configuration end state. |
progress |
The progress of the |
cancel_ |
The time at which this operation was cancelled. |
CreateInstanceConfigRequest
The request for [CreateInstanceConfigRequest][InstanceAdmin.CreateInstanceConfigRequest].
Fields | |
---|---|
parent |
Required. The name of the project in which to create the instance configuration. Values are of the form Authorization requires the following IAM permission on the specified resource
|
instance_ |
Required. The ID of the instance configuration to create. Valid identifiers are of the form |
instance_ |
Required. The |
validate_ |
An option to validate, but not actually execute, a request, and provide the same response. |
CreateInstanceMetadata
Metadata type for the operation returned by CreateInstance
.
Fields | |
---|---|
instance |
The instance being created. |
start_ |
The time at which the |
cancel_ |
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again. |
end_ |
The time at which this operation failed or was completed successfully. |
expected_ |
The expected fulfillment period of this create operation. |
CreateInstancePartitionMetadata
Metadata type for the operation returned by CreateInstancePartition
.
Fields | |
---|---|
instance_ |
The instance partition being created. |
start_ |
The time at which the |
cancel_ |
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again. |
end_ |
The time at which this operation failed or was completed successfully. |
CreateInstancePartitionRequest
The request for CreateInstancePartition
.
Fields | |
---|---|
parent |
Required. The name of the instance in which to create the instance partition. Values are of the form Authorization requires the following IAM permission on the specified resource
|
instance_ |
Required. The ID of the instance partition to create. Valid identifiers are of the form |
instance_ |
Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be |
CreateInstanceRequest
The request for CreateInstance
.
Fields | |
---|---|
parent |
Required. The name of the project in which to create the instance. Values are of the form Authorization requires the following IAM permission on the specified resource
|
instance_ |
Required. The ID of the instance to create. Valid identifiers are of the form |
instance |
Required. The instance to create. The name may be omitted, but if specified must be |
DeleteInstanceConfigRequest
The request for [DeleteInstanceConfigRequest][InstanceAdmin.DeleteInstanceConfigRequest].
Fields | |
---|---|
name |
Required. The name of the instance configuration to be deleted. Values are of the form Authorization requires the following IAM permission on the specified resource
|
etag |
Used for optimistic concurrency control as a way to help prevent simultaneous deletes of an instance configuration from overwriting each other. If not empty, the API only deletes the instance configuration when the etag provided matches the current status of the requested instance configuration. Otherwise, deletes the instance configuration without checking the current status of the requested instance configuration. |
validate_ |
An option to validate, but not actually execute, a request, and provide the same response. |
DeleteInstancePartitionRequest
The request for DeleteInstancePartition
.
Fields | |
---|---|
name |
Required. The name of the instance partition to be deleted. Values are of the form Authorization requires the following IAM permission on the specified resource
|
etag |
Optional. If not empty, the API only deletes the instance partition when the etag provided matches the current status of the requested instance partition. Otherwise, deletes the instance partition without checking the current status of the requested instance partition. |
DeleteInstanceRequest
The request for DeleteInstance
.
Fields | |
---|---|
name |
Required. The name of the instance to be deleted. Values are of the form Authorization requires the following IAM permission on the specified resource
|
FreeInstanceMetadata
Free instance specific metadata that is kept even after an instance has been upgraded for tracking purposes.
Fields | |
---|---|
expire_ |
Output only. Timestamp after which the instance will either be upgraded or scheduled for deletion after a grace period. ExpireBehavior is used to choose between upgrading or scheduling the free instance for deletion. This timestamp is set during the creation of a free instance. |
upgrade_ |
Output only. If present, the timestamp at which the free instance was upgraded to a provisioned instance. |
expire_ |
Specifies the expiration behavior of a free instance. The default of ExpireBehavior is |
ExpireBehavior
Allows users to change behavior when a free instance expires.
Enums | |
---|---|
EXPIRE_BEHAVIOR_UNSPECIFIED |
Not specified. |
FREE_TO_PROVISIONED |
When the free instance expires, upgrade the instance to a provisioned instance. |
REMOVE_AFTER_GRACE_PERIOD |
When the free instance expires, disable the instance, and delete it after the grace period passes if it has not been upgraded. |
FulfillmentPeriod
Indicates the expected fulfillment period of an operation.
Enums | |
---|---|
FULFILLMENT_PERIOD_UNSPECIFIED |
Not specified. |
FULFILLMENT_PERIOD_NORMAL |
Normal fulfillment period. The operation is expected to complete within minutes. |
FULFILLMENT_PERIOD_EXTENDED |
Extended fulfillment period. It can take up to an hour for the operation to complete. |
GetInstanceConfigRequest
The request for GetInstanceConfigRequest
.
Fields | |
---|---|
name |
Required. The name of the requested instance configuration. Values are of the form Authorization requires the following IAM permission on the specified resource
|
GetInstancePartitionRequest
The request for GetInstancePartition
.
Fields | |
---|---|
name |
Required. The name of the requested instance partition. Values are of the form Authorization requires the following IAM permission on the specified resource
|
GetInstanceRequest
The request for GetInstance
.
Fields | |
---|---|
name |
Required. The name of the requested instance. Values are of the form Authorization requires the following IAM permission on the specified resource
|
field_ |
If field_mask is present, specifies the subset of |
Instance
An isolated set of Cloud Spanner resources on which databases can be hosted.
Fields | |
---|---|
name |
Required. A unique identifier for the instance, which cannot be changed after the instance is created. Values are of the form |
config |
Required. The name of the instance's configuration. Values are of the form |
display_ |
Required. The descriptive name for this instance as it appears in UIs. Must be unique per project and between 4 and 30 characters in length. |
node_ |
The number of nodes allocated to this instance. At most, one of either Users can set the If autoscaling is enabled, This might be zero in API responses for instances that are not yet in the For more information, see Compute capacity, nodes, and processing units. |
processing_ |
The number of processing units allocated to this instance. At most, one of either Users can set the If autoscaling is enabled, This might be zero in API responses for instances that are not yet in the For more information, see Compute capacity, nodes and processing units. |
autoscaling_ |
Optional. The autoscaling configuration. Autoscaling is enabled if this field is set. When autoscaling is enabled, node_count and processing_units are treated as OUTPUT_ONLY fields and reflect the current compute capacity allocated to the instance. |
state |
Output only. The current instance state. For |
labels |
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies. Cloud Labels can be used to filter collections of resources. They can be used to control how resource metrics are aggregated. And they can be used as arguments to policy management rules (e.g. route, firewall, load balancing, etc.).
See https://goo.gl/xmQnxf for more information on and examples of labels. If you plan to use labels in your own code, please note that additional characters may be allowed in the future. And so you are advised to use an internal label representation, such as JSON, which doesn't rely upon specific characters being disallowed. For example, representing labels as the string: name + "_" + value would prove problematic if we were to allow "_" in a future release. |
instance_ |
The |
endpoint_ |
Deprecated. This field is not populated. |
create_ |
Output only. The time at which the instance was created. |
update_ |
Output only. The time at which the instance was most recently updated. |
free_ |
Free instance metadata. Only populated for free instances. |
edition |
Optional. The |
Edition
The edition selected for this instance. Different editions provide different capabilities at different price points.
Enums | |
---|---|
EDITION_UNSPECIFIED |
Edition not specified. |
STANDARD |
Standard edition. |
ENTERPRISE |
Enterprise edition. |
ENTERPRISE_PLUS |
Enterprise Plus edition. |
InstanceType
The type of this instance. The type can be used to distinguish product variants, that can affect aspects like: usage restrictions, quotas and billing. Currently this is used to distinguish FREE_INSTANCE vs PROVISIONED instances.
Enums | |
---|---|
INSTANCE_TYPE_UNSPECIFIED |
Not specified. |
PROVISIONED |
Provisioned instances have dedicated resources, standard usage limits and support. |
FREE_INSTANCE |
Free instances provide no guarantee for dedicated resources, [node_count, processing_units] should be 0. They come with stricter usage limits and limited support. |
State
Indicates the current state of the instance.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not specified. |
CREATING |
The instance is still being created. Resources may not be available yet, and operations such as database creation may not work. |
READY |
The instance is fully created and ready to do work such as creating databases. |
InstanceConfig
A possible configuration for a Cloud Spanner instance. Configurations define the geographic placement of nodes and their replication.
Fields | |
---|---|
name |
A unique identifier for the instance configuration. Values are of the form User instance configuration must start with |
display_ |
The name of this instance configuration as it appears in UIs. |
config_ |
Output only. Whether this instance configuration is a Google-managed or user-managed configuration. |
replicas[] |
The geographic placement of nodes in this instance configuration and their replication properties. To create user-managed configurations, input |
optional_ |
Output only. The available optional replicas to choose from for user-managed configurations. Populated for Google-managed configurations. |
base_ |
Base configuration name, e.g. projects/ |
labels |
Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies. Cloud Labels can be used to filter collections of resources. They can be used to control how resource metrics are aggregated. And they can be used as arguments to policy management rules (e.g. route, firewall, load balancing, etc.).
See https://goo.gl/xmQnxf for more information on and examples of labels. If you plan to use labels in your own code, please note that additional characters may be allowed in the future. Therefore, you are advised to use an internal label representation, such as JSON, which doesn't rely upon specific characters being disallowed. For example, representing labels as the string: name + "_" + value would prove problematic if we were to allow "_" in a future release. |
etag |
etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a instance configuration from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform instance configuration updates in order to avoid race conditions: An etag is returned in the response which contains instance configurations, and systems are expected to put that etag in the request to update instance configuration to ensure that their change is applied to the same version of the instance configuration. If no etag is provided in the call to update the instance configuration, then the existing instance configuration is overwritten blindly. |
leader_ |
Allowed values of the "default_leader" schema option for databases in instances that use this instance configuration. |
reconciling |
Output only. If true, the instance configuration is being created or updated. If false, there are no ongoing operations for the instance configuration. |
state |
Output only. The current instance configuration state. Applicable only for |
free_ |
Output only. Describes whether free instances are available to be created in this instance configuration. |
quorum_ |
Output only. The |
storage_ |
Output only. The storage limit in bytes per processing unit. |
FreeInstanceAvailability
Describes the availability for free instances to be created in an instance configuration.
Enums | |
---|---|
FREE_INSTANCE_AVAILABILITY_UNSPECIFIED |
Not specified. |
AVAILABLE |
Indicates that free instances are available to be created in this instance configuration. |
UNSUPPORTED |
Indicates that free instances are not supported in this instance configuration. |
DISABLED |
Indicates that free instances are currently not available to be created in this instance configuration. |
QUOTA_EXCEEDED |
Indicates that additional free instances cannot be created in this instance configuration because the project has reached its limit of free instances. |
QuorumType
Indicates the quorum type of this instance configuration.
Enums | |
---|---|
QUORUM_TYPE_UNSPECIFIED |
Quorum type not specified. |
REGION |
An instance configuration tagged with REGION quorum type forms a write quorum in a single region. |
DUAL_REGION |
An instance configuration tagged with the This instance configuration requires failover in the event of regional failures. |
MULTI_REGION |
An instance configuration tagged with the MULTI_REGION quorum type forms a write quorum from replicas that are spread across more than one region in a multi-region configuration. |
State
Indicates the current state of the instance configuration.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not specified. |
CREATING |
The instance configuration is still being created. |
READY |
The instance configuration is fully created and ready to be used to create instances. |
Type
The type of this configuration.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Unspecified. |
GOOGLE_MANAGED |
Google-managed configuration. |
USER_MANAGED |
User-managed configuration. |
InstancePartition
An isolated set of Cloud Spanner resources that databases can define placements on.
Fields | |
---|---|
name |
Required. A unique identifier for the instance partition. Values are of the form |
config |
Required. The name of the instance partition's configuration. Values are of the form |
display_ |
Required. The descriptive name for this instance partition as it appears in UIs. Must be unique per project and between 4 and 30 characters in length. |
state |
Output only. The current instance partition state. |
create_ |
Output only. The time at which the instance partition was created. |
update_ |
Output only. The time at which the instance partition was most recently updated. |
referencing_ |
Output only. The names of the databases that reference this instance partition. Referencing databases should share the parent instance. The existence of any referencing database prevents the instance partition from being deleted. |
referencing_backups[] |
Output only. Deprecated: This field is not populated. Output only. The names of the backups that reference this instance partition. Referencing backups should share the parent instance. The existence of any referencing backup prevents the instance partition from being deleted. |
etag |
Used for optimistic concurrency control as a way to help prevent simultaneous updates of a instance partition from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform instance partition updates in order to avoid race conditions: An etag is returned in the response which contains instance partitions, and systems are expected to put that etag in the request to update instance partitions to ensure that their change will be applied to the same version of the instance partition. If no etag is provided in the call to update instance partition, then the existing instance partition is overwritten blindly. |
Union field compute_capacity . Compute capacity defines amount of server and storage resources that are available to the databases in an instance partition. At most, one of either node_count orprocessing_units should be present in the message. For more information, see Compute capacity, nodes, and processing units. compute_capacity can be only one of the following: |
|
node_ |
The number of nodes allocated to this instance partition. Users can set the This may be zero in API responses for instance partitions that are not yet in state |
processing_ |
The number of processing units allocated to this instance partition. Users can set the This might be zero in API responses for instance partitions that are not yet in the |
State
Indicates the current state of the instance partition.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not specified. |
CREATING |
The instance partition is still being created. Resources may not be available yet, and operations such as creating placements using this instance partition may not work. |
READY |
The instance partition is fully created and ready to do work such as creating placements and using in databases. |
ListInstanceConfigOperationsRequest
The request for ListInstanceConfigOperations
.
Fields | |
---|---|
parent |
Required. The project of the instance configuration operations. Values are of the form Authorization requires the following IAM permission on the specified resource
|
filter |
An expression that filters the list of returned operations. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: The following fields in the Operation are eligible for filtering:
You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic. However, you can specify AND, OR, and NOT logic explicitly. Here are a few examples:
|
page_ |
Number of operations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size. |
page_ |
If non-empty, |
ListInstanceConfigOperationsResponse
The response for ListInstanceConfigOperations
.
Fields | |
---|---|
operations[] |
The list of matching instance configuration long-running operations. Each operation's name will be prefixed by the name of the instance configuration. The operation's metadata field type |
next_ |
|
ListInstanceConfigsRequest
The request for ListInstanceConfigs
.
Fields | |
---|---|
parent |
Required. The name of the project for which a list of supported instance configurations is requested. Values are of the form Authorization requires the following IAM permission on the specified resource
|
page_ |
Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size. |
page_ |
If non-empty, |
ListInstanceConfigsResponse
The response for ListInstanceConfigs
.
Fields | |
---|---|
instance_ |
The list of requested instance configurations. |
next_ |
|
ListInstancePartitionOperationsRequest
The request for ListInstancePartitionOperations
.
Fields | |
---|---|
parent |
Required. The parent instance of the instance partition operations. Values are of the form Authorization requires the following IAM permission on the specified resource
|
filter |
Optional. An expression that filters the list of returned operations. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: The following fields in the Operation are eligible for filtering:
You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic. However, you can specify AND, OR, and NOT logic explicitly. Here are a few examples:
|
page_ |
Optional. Number of operations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size. |
page_ |
Optional. If non-empty, |
instance_ |
Optional. Deadline used while retrieving metadata for instance partition operations. Instance partitions whose operation metadata cannot be retrieved within this deadline will be added to [unreachable][ListInstancePartitionOperationsResponse.unreachable] in |
ListInstancePartitionOperationsResponse
The response for ListInstancePartitionOperations
.
Fields | |
---|---|
operations[] |
The list of matching instance partition long-running operations. Each operation's name will be prefixed by the instance partition's name. The operation's metadata field type |
next_ |
|
unreachable_ |
The list of unreachable instance partitions. It includes the names of instance partitions whose operation metadata could not be retrieved within |
ListInstancePartitionsRequest
The request for ListInstancePartitions
.
Fields | |
---|---|
parent |
Required. The instance whose instance partitions should be listed. Values are of the form Authorization requires the following IAM permission on the specified resource
|
page_ |
Number of instance partitions to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size. |
page_ |
If non-empty, |
instance_ |
Optional. Deadline used while retrieving metadata for instance partitions. Instance partitions whose metadata cannot be retrieved within this deadline will be added to |
ListInstancePartitionsResponse
The response for ListInstancePartitions
.
Fields | |
---|---|
instance_ |
The list of requested instancePartitions. |
next_ |
|
unreachable[] |
The list of unreachable instances or instance partitions. It includes the names of instances or instance partitions whose metadata could not be retrieved within |
ListInstancesRequest
The request for ListInstances
.
Fields | |
---|---|
parent |
Required. The name of the project for which a list of instances is requested. Values are of the form Authorization requires the following IAM permission on the specified resource
|
page_ |
Number of instances to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size. |
page_ |
If non-empty, |
filter |
An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:
Some examples of using filters are:
|
instance_ |
Deadline used while retrieving metadata for instances. Instances whose metadata cannot be retrieved within this deadline will be added to |
ListInstancesResponse
The response for ListInstances
.
Fields | |
---|---|
instances[] |
The list of requested instances. |
next_ |
|
unreachable[] |
The list of unreachable instances. It includes the names of instances whose metadata could not be retrieved within |
MoveInstanceMetadata
Metadata type for the operation returned by MoveInstance
.
Fields | |
---|---|
target_ |
The target instance configuration where to move the instance. Values are of the form |
progress |
The progress of the |
cancel_ |
The time at which this operation was cancelled. |
MoveInstanceRequest
The request for MoveInstance
.
Fields | |
---|---|
name |
Required. The instance to move. Values are of the form Authorization requires the following IAM permission on the specified resource
|
target_ |
Required. The target instance configuration where to move the instance. Values are of the form |
MoveInstanceResponse
This type has no fields.
The response for MoveInstance
.
OperationProgress
Encapsulates progress related information for a Cloud Spanner long running instance operations.
Fields | |
---|---|
progress_ |
Percent completion of the operation. Values are between 0 and 100 inclusive. |
start_ |
Time the request was received. |
end_ |
If set, the time at which this operation failed or was completed successfully. |
ReplicaInfo
Fields | |
---|---|
location |
The location of the serving resources, e.g., "us-central1". |
type |
The type of replica. |
default_ |
If true, this location is designated as the default leader location where leader replicas are placed. See the region types documentation for more details. |
ReplicaType
Indicates the type of replica. See the replica types documentation for more details.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Not specified. |
READ_WRITE |
Read-write replicas support both reads and writes. These replicas:
|
READ_ONLY |
Read-only replicas only support reads (not writes). Read-only replicas:
|
WITNESS |
Witness replicas don't support reads but do participate in voting to commit writes. Witness replicas:
|
UpdateInstanceConfigMetadata
Metadata type for the operation returned by UpdateInstanceConfig
.
Fields | |
---|---|
instance_ |
The desired instance configuration after updating. |
progress |
The progress of the |
cancel_ |
The time at which this operation was cancelled. |
UpdateInstanceConfigRequest
The request for [UpdateInstanceConfigRequest][InstanceAdmin.UpdateInstanceConfigRequest].
Fields | |
---|---|
instance_ |
Required. The user instance configuration to update, which must always include the instance configuration name. Otherwise, only fields mentioned in Authorization requires the following IAM permission on the specified resource
|
update_ |
Required. A mask specifying which fields in |
validate_ |
An option to validate, but not actually execute, a request, and provide the same response. |
UpdateInstanceMetadata
Metadata type for the operation returned by UpdateInstance
.
Fields | |
---|---|
instance |
The desired end state of the update. |
start_ |
The time at which |
cancel_ |
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again. |
end_ |
The time at which this operation failed or was completed successfully. |
expected_ |
The expected fulfillment period of this update operation. |
UpdateInstancePartitionMetadata
Metadata type for the operation returned by UpdateInstancePartition
.
Fields | |
---|---|
instance_ |
The desired end state of the update. |
start_ |
The time at which |
cancel_ |
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again. |
end_ |
The time at which this operation failed or was completed successfully. |
UpdateInstancePartitionRequest
The request for UpdateInstancePartition
.
Fields | |
---|---|
instance_ |
Required. The instance partition to update, which must always include the instance partition name. Otherwise, only fields mentioned in Authorization requires the following IAM permission on the specified resource
|
field_ |
Required. A mask specifying which fields in |
UpdateInstanceRequest
The request for UpdateInstance
.
Fields | |
---|---|
instance |
Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in Authorization requires the following IAM permission on the specified resource
|
field_ |
Required. A mask specifying which fields in |