public static final class ReplicationSync.Builder extends GeneratedMessageV3.Builder<ReplicationSync.Builder> implements ReplicationSyncOrBuilder
ReplicationSync contain information about the last replica sync to the cloud.
Protobuf type google.cloud.vmmigration.v1.ReplicationSync
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReplicationSync.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ReplicationSync build()
buildPartial()
public ReplicationSync buildPartial()
clear()
public ReplicationSync.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ReplicationSync.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearLastSyncTime()
public ReplicationSync.Builder clearLastSyncTime()
The most updated snapshot created time in the source that finished
replication.
.google.protobuf.Timestamp last_sync_time = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public ReplicationSync.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ReplicationSync.Builder clone()
Overrides
getDefaultInstanceForType()
public ReplicationSync getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getLastSyncTime()
public Timestamp getLastSyncTime()
The most updated snapshot created time in the source that finished
replication.
.google.protobuf.Timestamp last_sync_time = 1;
Returns |
---|
Type | Description |
Timestamp | The lastSyncTime.
|
getLastSyncTimeBuilder()
public Timestamp.Builder getLastSyncTimeBuilder()
The most updated snapshot created time in the source that finished
replication.
.google.protobuf.Timestamp last_sync_time = 1;
getLastSyncTimeOrBuilder()
public TimestampOrBuilder getLastSyncTimeOrBuilder()
The most updated snapshot created time in the source that finished
replication.
.google.protobuf.Timestamp last_sync_time = 1;
hasLastSyncTime()
public boolean hasLastSyncTime()
The most updated snapshot created time in the source that finished
replication.
.google.protobuf.Timestamp last_sync_time = 1;
Returns |
---|
Type | Description |
boolean | Whether the lastSyncTime field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ReplicationSync other)
public ReplicationSync.Builder mergeFrom(ReplicationSync other)
public ReplicationSync.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ReplicationSync.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeLastSyncTime(Timestamp value)
public ReplicationSync.Builder mergeLastSyncTime(Timestamp value)
The most updated snapshot created time in the source that finished
replication.
.google.protobuf.Timestamp last_sync_time = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReplicationSync.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ReplicationSync.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setLastSyncTime(Timestamp value)
public ReplicationSync.Builder setLastSyncTime(Timestamp value)
The most updated snapshot created time in the source that finished
replication.
.google.protobuf.Timestamp last_sync_time = 1;
setLastSyncTime(Timestamp.Builder builderForValue)
public ReplicationSync.Builder setLastSyncTime(Timestamp.Builder builderForValue)
The most updated snapshot created time in the source that finished
replication.
.google.protobuf.Timestamp last_sync_time = 1;
Parameter |
---|
Name | Description |
builderForValue | Builder
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReplicationSync.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ReplicationSync.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides