Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.clone() |
Instance |
UpdateInstanceMetadata.getInstance()
The desired end state of the update.
|
Instance |
UpdateInstanceRequest.getInstance()
Required.
|
Instance |
CreateInstanceMetadata.getInstance()
The instance being created.
|
Instance |
CreateInstanceRequest.getInstance()
Required.
|
Instance |
Instance.set(String fieldName,
Object value) |
Instance |
Instance.setAutoscalingConfig(AutoscalingConfig autoscalingConfig)
Optional.
|
Instance |
Instance.setConfig(String config)
Required.
|
Instance |
Instance.setCreateTime(String createTime)
Output only.
|
Instance |
Instance.setDefaultBackupScheduleType(String defaultBackupScheduleType)
Optional.
|
Instance |
Instance.setDisplayName(String displayName)
Required.
|
Instance |
Instance.setEdition(String edition)
Optional.
|
Instance |
Instance.setEndpointUris(List<String> endpointUris)
Deprecated.
|
Instance |
Instance.setFreeInstanceMetadata(FreeInstanceMetadata freeInstanceMetadata)
Free instance metadata.
|
Instance |
Instance.setInstanceType(String instanceType)
The `InstanceType` of the current instance.
|
Instance |
Instance.setLabels(Map<String,String> 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.
|
Instance |
Instance.setName(String name)
Required.
|
Instance |
Instance.setNodeCount(Integer nodeCount)
The number of nodes allocated to this instance.
|
Instance |
Instance.setProcessingUnits(Integer processingUnits)
The number of processing units allocated to this instance.
|
Instance |
Instance.setReplicaComputeCapacity(List<ReplicaComputeCapacity> replicaComputeCapacity)
Output only.
|
Instance |
Instance.setState(String state)
Output only.
|
Instance |
Instance.setUpdateTime(String updateTime)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Instance> |
ListInstancesResponse.getInstances()
The list of requested instances.
|
Modifier and Type | Method and Description |
---|---|
UpdateInstanceMetadata |
UpdateInstanceMetadata.setInstance(Instance instance)
The desired end state of the update.
|
UpdateInstanceRequest |
UpdateInstanceRequest.setInstance(Instance instance)
Required.
|
CreateInstanceMetadata |
CreateInstanceMetadata.setInstance(Instance instance)
The instance being created.
|
CreateInstanceRequest |
CreateInstanceRequest.setInstance(Instance instance)
Required.
|
Modifier and Type | Method and Description |
---|---|
ListInstancesResponse |
ListInstancesResponse.setInstances(List<Instance> instances)
The list of requested instances.
|
Copyright © 2011–2025 Google. All rights reserved.