- 6.108.0 (latest)
- 6.107.0
- 6.103.0
- 6.102.1
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static final class FreeInstanceMetadata.Builder extends GeneratedMessage.Builder<FreeInstanceMetadata.Builder> implements FreeInstanceMetadataOrBuilderFree instance specific metadata that is kept even after an instance has been upgraded for tracking purposes.
Protobuf type google.spanner.admin.instance.v1.FreeInstanceMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FreeInstanceMetadata.BuilderImplements
FreeInstanceMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FreeInstanceMetadata build()| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata |
|
buildPartial()
public FreeInstanceMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata |
|
clear()
public FreeInstanceMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
|
clearExpireBehavior()
public FreeInstanceMetadata.Builder clearExpireBehavior() Specifies the expiration behavior of a free instance. The default of
ExpireBehavior is REMOVE_AFTER_GRACE_PERIOD. This can be modified during
or after creation, and before expiration.
.google.spanner.admin.instance.v1.FreeInstanceMetadata.ExpireBehavior expire_behavior = 3;
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
This builder for chaining. |
clearExpireTime()
public FreeInstanceMetadata.Builder clearExpireTime()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.
.google.protobuf.Timestamp expire_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
|
clearUpgradeTime()
public FreeInstanceMetadata.Builder clearUpgradeTime()Output only. If present, the timestamp at which the free instance was upgraded to a provisioned instance.
.google.protobuf.Timestamp upgrade_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
|
getDefaultInstanceForType()
public FreeInstanceMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getExpireBehavior()
public FreeInstanceMetadata.ExpireBehavior getExpireBehavior() Specifies the expiration behavior of a free instance. The default of
ExpireBehavior is REMOVE_AFTER_GRACE_PERIOD. This can be modified during
or after creation, and before expiration.
.google.spanner.admin.instance.v1.FreeInstanceMetadata.ExpireBehavior expire_behavior = 3;
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.ExpireBehavior |
The expireBehavior. |
getExpireBehaviorValue()
public int getExpireBehaviorValue() Specifies the expiration behavior of a free instance. The default of
ExpireBehavior is REMOVE_AFTER_GRACE_PERIOD. This can be modified during
or after creation, and before expiration.
.google.spanner.admin.instance.v1.FreeInstanceMetadata.ExpireBehavior expire_behavior = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for expireBehavior. |
getExpireTime()
public Timestamp getExpireTime()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.
.google.protobuf.Timestamp expire_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The expireTime. |
getExpireTimeBuilder()
public Timestamp.Builder getExpireTimeBuilder()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.
.google.protobuf.Timestamp expire_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getExpireTimeOrBuilder()
public TimestampOrBuilder getExpireTimeOrBuilder()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.
.google.protobuf.Timestamp expire_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getUpgradeTime()
public Timestamp getUpgradeTime()Output only. If present, the timestamp at which the free instance was upgraded to a provisioned instance.
.google.protobuf.Timestamp upgrade_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The upgradeTime. |
getUpgradeTimeBuilder()
public Timestamp.Builder getUpgradeTimeBuilder()Output only. If present, the timestamp at which the free instance was upgraded to a provisioned instance.
.google.protobuf.Timestamp upgrade_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpgradeTimeOrBuilder()
public TimestampOrBuilder getUpgradeTimeOrBuilder()Output only. If present, the timestamp at which the free instance was upgraded to a provisioned instance.
.google.protobuf.Timestamp upgrade_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasExpireTime()
public boolean hasExpireTime()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.
.google.protobuf.Timestamp expire_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the expireTime field is set. |
hasUpgradeTime()
public boolean hasUpgradeTime()Output only. If present, the timestamp at which the free instance was upgraded to a provisioned instance.
.google.protobuf.Timestamp upgrade_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the upgradeTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeExpireTime(Timestamp value)
public FreeInstanceMetadata.Builder mergeExpireTime(Timestamp value)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.
.google.protobuf.Timestamp expire_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FreeInstanceMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FreeInstanceMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
|
mergeFrom(FreeInstanceMetadata other)
public FreeInstanceMetadata.Builder mergeFrom(FreeInstanceMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
FreeInstanceMetadata |
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
|
mergeUpgradeTime(Timestamp value)
public FreeInstanceMetadata.Builder mergeUpgradeTime(Timestamp value)Output only. If present, the timestamp at which the free instance was upgraded to a provisioned instance.
.google.protobuf.Timestamp upgrade_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
|
setExpireBehavior(FreeInstanceMetadata.ExpireBehavior value)
public FreeInstanceMetadata.Builder setExpireBehavior(FreeInstanceMetadata.ExpireBehavior value) Specifies the expiration behavior of a free instance. The default of
ExpireBehavior is REMOVE_AFTER_GRACE_PERIOD. This can be modified during
or after creation, and before expiration.
.google.spanner.admin.instance.v1.FreeInstanceMetadata.ExpireBehavior expire_behavior = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
FreeInstanceMetadata.ExpireBehaviorThe expireBehavior to set. |
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
This builder for chaining. |
setExpireBehaviorValue(int value)
public FreeInstanceMetadata.Builder setExpireBehaviorValue(int value) Specifies the expiration behavior of a free instance. The default of
ExpireBehavior is REMOVE_AFTER_GRACE_PERIOD. This can be modified during
or after creation, and before expiration.
.google.spanner.admin.instance.v1.FreeInstanceMetadata.ExpireBehavior expire_behavior = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for expireBehavior to set. |
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
This builder for chaining. |
setExpireTime(Timestamp value)
public FreeInstanceMetadata.Builder setExpireTime(Timestamp value)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.
.google.protobuf.Timestamp expire_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
|
setExpireTime(Timestamp.Builder builderForValue)
public FreeInstanceMetadata.Builder setExpireTime(Timestamp.Builder builderForValue)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.
.google.protobuf.Timestamp expire_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
|
setUpgradeTime(Timestamp value)
public FreeInstanceMetadata.Builder setUpgradeTime(Timestamp value)Output only. If present, the timestamp at which the free instance was upgraded to a provisioned instance.
.google.protobuf.Timestamp upgrade_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
|
setUpgradeTime(Timestamp.Builder builderForValue)
public FreeInstanceMetadata.Builder setUpgradeTime(Timestamp.Builder builderForValue)Output only. If present, the timestamp at which the free instance was upgraded to a provisioned instance.
.google.protobuf.Timestamp upgrade_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
FreeInstanceMetadata.Builder |
|