public static final class SqlInstancesGetLatestRecoveryTimeResponse.Builder extends GeneratedMessage.Builder<SqlInstancesGetLatestRecoveryTimeResponse.Builder> implements SqlInstancesGetLatestRecoveryTimeResponseOrBuilderInstance get latest recovery time response.
Protobuf type google.cloud.sql.v1beta4.SqlInstancesGetLatestRecoveryTimeResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SqlInstancesGetLatestRecoveryTimeResponse.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SqlInstancesGetLatestRecoveryTimeResponse build()| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse |
|
buildPartial()
public SqlInstancesGetLatestRecoveryTimeResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse |
|
clear()
public SqlInstancesGetLatestRecoveryTimeResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
|
clearEarliestRecoveryTime()
public SqlInstancesGetLatestRecoveryTimeResponse.Builder clearEarliestRecoveryTime()Timestamp, identifies the earliest recovery time of the source instance.
.google.protobuf.Timestamp earliest_recovery_time = 3;
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
|
clearKind()
public SqlInstancesGetLatestRecoveryTimeResponse.Builder clearKind() This is always sql#getLatestRecoveryTime.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
This builder for chaining. |
clearLatestRecoveryTime()
public SqlInstancesGetLatestRecoveryTimeResponse.Builder clearLatestRecoveryTime()Timestamp, identifies the latest recovery time of the source instance.
.google.protobuf.Timestamp latest_recovery_time = 2;
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
|
getDefaultInstanceForType()
public SqlInstancesGetLatestRecoveryTimeResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEarliestRecoveryTime()
public Timestamp getEarliestRecoveryTime()Timestamp, identifies the earliest recovery time of the source instance.
.google.protobuf.Timestamp earliest_recovery_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The earliestRecoveryTime. |
getEarliestRecoveryTimeBuilder()
public Timestamp.Builder getEarliestRecoveryTimeBuilder()Timestamp, identifies the earliest recovery time of the source instance.
.google.protobuf.Timestamp earliest_recovery_time = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getEarliestRecoveryTimeOrBuilder()
public TimestampOrBuilder getEarliestRecoveryTimeOrBuilder()Timestamp, identifies the earliest recovery time of the source instance.
.google.protobuf.Timestamp earliest_recovery_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getKind()
public String getKind() This is always sql#getLatestRecoveryTime.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public ByteString getKindBytes() This is always sql#getLatestRecoveryTime.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getLatestRecoveryTime()
public Timestamp getLatestRecoveryTime()Timestamp, identifies the latest recovery time of the source instance.
.google.protobuf.Timestamp latest_recovery_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The latestRecoveryTime. |
getLatestRecoveryTimeBuilder()
public Timestamp.Builder getLatestRecoveryTimeBuilder()Timestamp, identifies the latest recovery time of the source instance.
.google.protobuf.Timestamp latest_recovery_time = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getLatestRecoveryTimeOrBuilder()
public TimestampOrBuilder getLatestRecoveryTimeOrBuilder()Timestamp, identifies the latest recovery time of the source instance.
.google.protobuf.Timestamp latest_recovery_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasEarliestRecoveryTime()
public boolean hasEarliestRecoveryTime()Timestamp, identifies the earliest recovery time of the source instance.
.google.protobuf.Timestamp earliest_recovery_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the earliestRecoveryTime field is set. |
hasLatestRecoveryTime()
public boolean hasLatestRecoveryTime()Timestamp, identifies the latest recovery time of the source instance.
.google.protobuf.Timestamp latest_recovery_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the latestRecoveryTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeEarliestRecoveryTime(Timestamp value)
public SqlInstancesGetLatestRecoveryTimeResponse.Builder mergeEarliestRecoveryTime(Timestamp value)Timestamp, identifies the earliest recovery time of the source instance.
.google.protobuf.Timestamp earliest_recovery_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
|
mergeFrom(SqlInstancesGetLatestRecoveryTimeResponse other)
public SqlInstancesGetLatestRecoveryTimeResponse.Builder mergeFrom(SqlInstancesGetLatestRecoveryTimeResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SqlInstancesGetLatestRecoveryTimeResponse |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SqlInstancesGetLatestRecoveryTimeResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SqlInstancesGetLatestRecoveryTimeResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
|
mergeLatestRecoveryTime(Timestamp value)
public SqlInstancesGetLatestRecoveryTimeResponse.Builder mergeLatestRecoveryTime(Timestamp value)Timestamp, identifies the latest recovery time of the source instance.
.google.protobuf.Timestamp latest_recovery_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
|
setEarliestRecoveryTime(Timestamp value)
public SqlInstancesGetLatestRecoveryTimeResponse.Builder setEarliestRecoveryTime(Timestamp value)Timestamp, identifies the earliest recovery time of the source instance.
.google.protobuf.Timestamp earliest_recovery_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
|
setEarliestRecoveryTime(Timestamp.Builder builderForValue)
public SqlInstancesGetLatestRecoveryTimeResponse.Builder setEarliestRecoveryTime(Timestamp.Builder builderForValue)Timestamp, identifies the earliest recovery time of the source instance.
.google.protobuf.Timestamp earliest_recovery_time = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
|
setKind(String value)
public SqlInstancesGetLatestRecoveryTimeResponse.Builder setKind(String value) This is always sql#getLatestRecoveryTime.
string kind = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe kind to set. |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
This builder for chaining. |
setKindBytes(ByteString value)
public SqlInstancesGetLatestRecoveryTimeResponse.Builder setKindBytes(ByteString value) This is always sql#getLatestRecoveryTime.
string kind = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for kind to set. |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
This builder for chaining. |
setLatestRecoveryTime(Timestamp value)
public SqlInstancesGetLatestRecoveryTimeResponse.Builder setLatestRecoveryTime(Timestamp value)Timestamp, identifies the latest recovery time of the source instance.
.google.protobuf.Timestamp latest_recovery_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
|
setLatestRecoveryTime(Timestamp.Builder builderForValue)
public SqlInstancesGetLatestRecoveryTimeResponse.Builder setLatestRecoveryTime(Timestamp.Builder builderForValue)Timestamp, identifies the latest recovery time of the source instance.
.google.protobuf.Timestamp latest_recovery_time = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeResponse.Builder |
|