Uses of Class
com.google.firestore.admin.v1.Backup.Builder
-
Uses of Backup.Builder in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Backup.BuilderModifier and TypeMethodDescriptionListBackupsResponse.Builder.addBackupsBuilder()List of all backups for the project.ListBackupsResponse.Builder.addBackupsBuilder(int index) List of all backups for the project.Backup.Builder.clear()Backup.Builder.clearDatabase()Output only.Backup.Builder.clearDatabaseUid()Output only.Backup.Builder.clearExpireTime()Output only.Backup.Builder.clearName()Output only.Backup.Builder.clearSnapshotTime()Output only.Backup.Builder.clearState()Output only.Backup.Builder.clearStats()Output only.ListBackupsResponse.Builder.getBackupsBuilder(int index) List of all backups for the project.Backup.Builder.mergeExpireTime(com.google.protobuf.Timestamp value) Output only.Backup.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Backup.Builder.mergeFrom(com.google.protobuf.Message other) Backup.Builder.mergeSnapshotTime(com.google.protobuf.Timestamp value) Output only.Backup.Builder.mergeStats(Backup.Stats value) Output only.static Backup.BuilderBackup.newBuilder()static Backup.BuilderBackup.newBuilder(Backup prototype) Backup.newBuilderForType()protected Backup.BuilderBackup.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Backup.Builder.setDatabase(String value) Output only.Backup.Builder.setDatabaseBytes(com.google.protobuf.ByteString value) Output only.Backup.Builder.setDatabaseUid(String value) Output only.Backup.Builder.setDatabaseUidBytes(com.google.protobuf.ByteString value) Output only.Backup.Builder.setExpireTime(com.google.protobuf.Timestamp value) Output only.Backup.Builder.setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Output only.Backup.Builder.setNameBytes(com.google.protobuf.ByteString value) Output only.Backup.Builder.setSnapshotTime(com.google.protobuf.Timestamp value) Output only.Backup.Builder.setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Backup.Builder.setState(Backup.State value) Output only.Backup.Builder.setStateValue(int value) Output only.Backup.Builder.setStats(Backup.Stats value) Output only.Backup.Builder.setStats(Backup.Stats.Builder builderForValue) Output only.Backup.toBuilder()Methods in com.google.firestore.admin.v1 that return types with arguments of type Backup.BuilderModifier and TypeMethodDescriptionListBackupsResponse.Builder.getBackupsBuilderList()List of all backups for the project.Methods in com.google.firestore.admin.v1 with parameters of type Backup.BuilderModifier and TypeMethodDescriptionListBackupsResponse.Builder.addBackups(int index, Backup.Builder builderForValue) List of all backups for the project.ListBackupsResponse.Builder.addBackups(Backup.Builder builderForValue) List of all backups for the project.ListBackupsResponse.Builder.setBackups(int index, Backup.Builder builderForValue) List of all backups for the project.