Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
InstancePartition |
InstancePartition.clone() |
InstancePartition |
UpdateInstancePartitionMetadata.getInstancePartition()
The desired end state of the update.
|
InstancePartition |
CreateInstancePartitionMetadata.getInstancePartition()
The instance partition being created.
|
InstancePartition |
UpdateInstancePartitionRequest.getInstancePartition()
Required.
|
InstancePartition |
CreateInstancePartitionRequest.getInstancePartition()
Required.
|
InstancePartition |
InstancePartition.set(String fieldName,
Object value) |
InstancePartition |
InstancePartition.setConfig(String config)
Required.
|
InstancePartition |
InstancePartition.setCreateTime(String createTime)
Output only.
|
InstancePartition |
InstancePartition.setDisplayName(String displayName)
Required.
|
InstancePartition |
InstancePartition.setEtag(String etag)
Used for optimistic concurrency control as a way to help prevent simultaneous updates of a
instance partition from overwriting each other.
|
InstancePartition |
InstancePartition.setName(String name)
Required.
|
InstancePartition |
InstancePartition.setNodeCount(Integer nodeCount)
The number of nodes allocated to this instance partition.
|
InstancePartition |
InstancePartition.setProcessingUnits(Integer processingUnits)
The number of processing units allocated to this instance partition.
|
InstancePartition |
InstancePartition.setReferencingBackups(List<String> referencingBackups)
Output only.
|
InstancePartition |
InstancePartition.setReferencingDatabases(List<String> referencingDatabases)
Output only.
|
InstancePartition |
InstancePartition.setState(String state)
Output only.
|
InstancePartition |
InstancePartition.setUpdateTime(String updateTime)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<InstancePartition> |
ListInstancePartitionsResponse.getInstancePartitions()
The list of requested instancePartitions.
|
Modifier and Type | Method and Description |
---|---|
UpdateInstancePartitionMetadata |
UpdateInstancePartitionMetadata.setInstancePartition(InstancePartition instancePartition)
The desired end state of the update.
|
CreateInstancePartitionMetadata |
CreateInstancePartitionMetadata.setInstancePartition(InstancePartition instancePartition)
The instance partition being created.
|
UpdateInstancePartitionRequest |
UpdateInstancePartitionRequest.setInstancePartition(InstancePartition instancePartition)
Required.
|
CreateInstancePartitionRequest |
CreateInstancePartitionRequest.setInstancePartition(InstancePartition instancePartition)
Required.
|
Modifier and Type | Method and Description |
---|---|
ListInstancePartitionsResponse |
ListInstancePartitionsResponse.setInstancePartitions(List<InstancePartition> instancePartitions)
The list of requested instancePartitions.
|
Copyright © 2011–2025 Google. All rights reserved.