public static final class SqlInstancesGetLatestRecoveryTimeRequest.Builder extends GeneratedMessage.Builder<SqlInstancesGetLatestRecoveryTimeRequest.Builder> implements SqlInstancesGetLatestRecoveryTimeRequestOrBuilderInstance get latest recovery time request.
Protobuf type google.cloud.sql.v1beta4.SqlInstancesGetLatestRecoveryTimeRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SqlInstancesGetLatestRecoveryTimeRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SqlInstancesGetLatestRecoveryTimeRequest build()| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest |
|
buildPartial()
public SqlInstancesGetLatestRecoveryTimeRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest |
|
clear()
public SqlInstancesGetLatestRecoveryTimeRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
|
clearInstance()
public SqlInstancesGetLatestRecoveryTimeRequest.Builder clearInstance()Cloud SQL instance ID. This does not include the project ID.
string instance = 1;
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
This builder for chaining. |
clearProject()
public SqlInstancesGetLatestRecoveryTimeRequest.Builder clearProject()Project ID of the project that contains the instance.
string project = 2;
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
This builder for chaining. |
clearSourceInstanceDeletionTime()
public SqlInstancesGetLatestRecoveryTimeRequest.Builder clearSourceInstanceDeletionTime()The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.
optional .google.protobuf.Timestamp source_instance_deletion_time = 3;
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
|
getDefaultInstanceForType()
public SqlInstancesGetLatestRecoveryTimeRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInstance()
public String getInstance()Cloud SQL instance ID. This does not include the project ID.
string instance = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public ByteString getInstanceBytes()Cloud SQL instance ID. This does not include the project ID.
string instance = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getProject()
public String getProject()Project ID of the project that contains the instance.
string project = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID of the project that contains the instance.
string project = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getSourceInstanceDeletionTime()
public Timestamp getSourceInstanceDeletionTime()The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.
optional .google.protobuf.Timestamp source_instance_deletion_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The sourceInstanceDeletionTime. |
getSourceInstanceDeletionTimeBuilder()
public Timestamp.Builder getSourceInstanceDeletionTimeBuilder()The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.
optional .google.protobuf.Timestamp source_instance_deletion_time = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getSourceInstanceDeletionTimeOrBuilder()
public TimestampOrBuilder getSourceInstanceDeletionTimeOrBuilder()The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.
optional .google.protobuf.Timestamp source_instance_deletion_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasSourceInstanceDeletionTime()
public boolean hasSourceInstanceDeletionTime()The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.
optional .google.protobuf.Timestamp source_instance_deletion_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sourceInstanceDeletionTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SqlInstancesGetLatestRecoveryTimeRequest other)
public SqlInstancesGetLatestRecoveryTimeRequest.Builder mergeFrom(SqlInstancesGetLatestRecoveryTimeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SqlInstancesGetLatestRecoveryTimeRequest |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SqlInstancesGetLatestRecoveryTimeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SqlInstancesGetLatestRecoveryTimeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
|
mergeSourceInstanceDeletionTime(Timestamp value)
public SqlInstancesGetLatestRecoveryTimeRequest.Builder mergeSourceInstanceDeletionTime(Timestamp value)The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.
optional .google.protobuf.Timestamp source_instance_deletion_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
|
setInstance(String value)
public SqlInstancesGetLatestRecoveryTimeRequest.Builder setInstance(String value)Cloud SQL instance ID. This does not include the project ID.
string instance = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe instance to set. |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
This builder for chaining. |
setInstanceBytes(ByteString value)
public SqlInstancesGetLatestRecoveryTimeRequest.Builder setInstanceBytes(ByteString value)Cloud SQL instance ID. This does not include the project ID.
string instance = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for instance to set. |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
This builder for chaining. |
setProject(String value)
public SqlInstancesGetLatestRecoveryTimeRequest.Builder setProject(String value)Project ID of the project that contains the instance.
string project = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public SqlInstancesGetLatestRecoveryTimeRequest.Builder setProjectBytes(ByteString value)Project ID of the project that contains the instance.
string project = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
This builder for chaining. |
setSourceInstanceDeletionTime(Timestamp value)
public SqlInstancesGetLatestRecoveryTimeRequest.Builder setSourceInstanceDeletionTime(Timestamp value)The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.
optional .google.protobuf.Timestamp source_instance_deletion_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
|
setSourceInstanceDeletionTime(Timestamp.Builder builderForValue)
public SqlInstancesGetLatestRecoveryTimeRequest.Builder setSourceInstanceDeletionTime(Timestamp.Builder builderForValue)The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.
optional .google.protobuf.Timestamp source_instance_deletion_time = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
SqlInstancesGetLatestRecoveryTimeRequest.Builder |
|