Uses of Class
com.google.firestore.admin.v1.Database.SourceInfo.Builder
-
Uses of Database.SourceInfo.Builder in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Database.SourceInfo.BuilderModifier and TypeMethodDescriptionDatabase.SourceInfo.Builder.clear()Database.SourceInfo.Builder.clearBackup()If set, this database was restored from the specified backup (or a snapshot thereof).Database.SourceInfo.Builder.clearOperation()The associated long-running operation.Database.SourceInfo.Builder.clearSource()Database.Builder.getSourceInfoBuilder()Output only.Database.SourceInfo.Builder.mergeBackup(Database.SourceInfo.BackupSource value) If set, this database was restored from the specified backup (or a snapshot thereof).Database.SourceInfo.Builder.mergeFrom(Database.SourceInfo other) Database.SourceInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Database.SourceInfo.Builder.mergeFrom(com.google.protobuf.Message other) static Database.SourceInfo.BuilderDatabase.SourceInfo.newBuilder()static Database.SourceInfo.BuilderDatabase.SourceInfo.newBuilder(Database.SourceInfo prototype) Database.SourceInfo.newBuilderForType()protected Database.SourceInfo.BuilderDatabase.SourceInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Database.SourceInfo.Builder.setBackup(Database.SourceInfo.BackupSource value) If set, this database was restored from the specified backup (or a snapshot thereof).Database.SourceInfo.Builder.setBackup(Database.SourceInfo.BackupSource.Builder builderForValue) If set, this database was restored from the specified backup (or a snapshot thereof).Database.SourceInfo.Builder.setOperation(String value) The associated long-running operation.Database.SourceInfo.Builder.setOperationBytes(com.google.protobuf.ByteString value) The associated long-running operation.Database.SourceInfo.toBuilder()Methods in com.google.firestore.admin.v1 with parameters of type Database.SourceInfo.BuilderModifier and TypeMethodDescriptionDatabase.Builder.setSourceInfo(Database.SourceInfo.Builder builderForValue) Output only.