public static final class BackupProtos.ServerTimestamp.Builder extends <any> implements BackupProtos.ServerTimestampOrBuilder
ServerTimestamp| Modifier and Type | Method and Description | 
|---|---|
BackupProtos.ServerTimestamp | 
build()  | 
BackupProtos.ServerTimestamp | 
buildPartial()  | 
BackupProtos.ServerTimestamp.Builder | 
clear()  | 
BackupProtos.ServerTimestamp.Builder | 
clearServer()
required string server = 1; | 
BackupProtos.ServerTimestamp.Builder | 
clearTimestamp()
required uint64 timestamp = 2; | 
BackupProtos.ServerTimestamp.Builder | 
clone()  | 
BackupProtos.ServerTimestamp | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.Descriptor | 
getDescriptorForType()  | 
String | 
getServer()
required string server = 1; | 
com.google.protobuf.ByteString | 
getServerBytes()
required string server = 1; | 
long | 
getTimestamp()
required uint64 timestamp = 2; | 
boolean | 
hasServer()
required string server = 1; | 
boolean | 
hasTimestamp()
required uint64 timestamp = 2; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
BackupProtos.ServerTimestamp.Builder | 
mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
BackupProtos.ServerTimestamp.Builder | 
mergeFrom(com.google.protobuf.Message other)  | 
BackupProtos.ServerTimestamp.Builder | 
setServer(String value)
required string server = 1; | 
BackupProtos.ServerTimestamp.Builder | 
setServerBytes(com.google.protobuf.ByteString value)
required string server = 1; | 
BackupProtos.ServerTimestamp.Builder | 
setTimestamp(long value)
required uint64 timestamp = 2; | 
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public BackupProtos.ServerTimestamp.Builder clear()
public BackupProtos.ServerTimestamp.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public BackupProtos.ServerTimestamp getDefaultInstanceForType()
public BackupProtos.ServerTimestamp build()
public BackupProtos.ServerTimestamp buildPartial()
public BackupProtos.ServerTimestamp.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public BackupProtos.ServerTimestamp.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasServer()
required string server = 1;hasServer in interface BackupProtos.ServerTimestampOrBuilderpublic String getServer()
required string server = 1;getServer in interface BackupProtos.ServerTimestampOrBuilderpublic com.google.protobuf.ByteString getServerBytes()
required string server = 1;getServerBytes in interface BackupProtos.ServerTimestampOrBuilderpublic BackupProtos.ServerTimestamp.Builder setServer(String value)
required string server = 1;public BackupProtos.ServerTimestamp.Builder clearServer()
required string server = 1;public BackupProtos.ServerTimestamp.Builder setServerBytes(com.google.protobuf.ByteString value)
required string server = 1;public boolean hasTimestamp()
required uint64 timestamp = 2;hasTimestamp in interface BackupProtos.ServerTimestampOrBuilderpublic long getTimestamp()
required uint64 timestamp = 2;getTimestamp in interface BackupProtos.ServerTimestampOrBuilderpublic BackupProtos.ServerTimestamp.Builder setTimestamp(long value)
required uint64 timestamp = 2;public BackupProtos.ServerTimestamp.Builder clearTimestamp()
required uint64 timestamp = 2;