final case class BackupInfo(backup: String = "", createTime: Option[Timestamp] = _root_.scala.None, sourceDatabase: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[BackupInfo] with Product with Serializable
Information about a backup.
- backup
Name of the backup.
- createTime
The backup contains an externally consistent copy of
source_databaseat the timestamp specified bycreate_time.- sourceDatabase
Name of the database the backup was created from.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BackupInfo
- Product
- Equals
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
BackupInfo(backup: String = "", createTime: Option[Timestamp] = _root_.scala.None, sourceDatabase: String = "", unknownFields: UnknownFieldSet = ...)
- backup
Name of the backup.
- createTime
The backup contains an externally consistent copy of
source_databaseat the timestamp specified bycreate_time.- sourceDatabase
Name of the database the backup was created from.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val backup: String
- def clearCreateTime: BackupInfo
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: BackupInfo.type
- Definition Classes
- BackupInfo → GeneratedMessage
- val createTime: Option[Timestamp]
- def discardUnknownFields: BackupInfo
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCreateTime: Timestamp
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- BackupInfo → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- BackupInfo → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
serializedSize: Int
- Definition Classes
- BackupInfo → GeneratedMessage
- val sourceDatabase: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- BackupInfo → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[BackupInfo, BackupInfo]) ⇒ Mutation[BackupInfo]*): BackupInfo
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withBackup(__v: String): BackupInfo
- def withCreateTime(__v: Timestamp): BackupInfo
- def withSourceDatabase(__v: String): BackupInfo
- def withUnknownFields(__v: UnknownFieldSet): BackupInfo
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- BackupInfo → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage