Uses of Class
com.google.firestore.admin.v1.DailyRecurrence
-
Uses of DailyRecurrence in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return DailyRecurrenceModifier and TypeMethodDescriptionDailyRecurrence.Builder.build()DailyRecurrence.Builder.buildPartial()BackupSchedule.Builder.getDailyRecurrence()For a schedule that runs daily.BackupSchedule.getDailyRecurrence()For a schedule that runs daily.BackupScheduleOrBuilder.getDailyRecurrence()For a schedule that runs daily.static DailyRecurrenceDailyRecurrence.getDefaultInstance()DailyRecurrence.Builder.getDefaultInstanceForType()DailyRecurrence.getDefaultInstanceForType()static DailyRecurrenceDailyRecurrence.parseDelimitedFrom(InputStream input) static DailyRecurrenceDailyRecurrence.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DailyRecurrenceDailyRecurrence.parseFrom(byte[] data) static DailyRecurrenceDailyRecurrence.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DailyRecurrenceDailyRecurrence.parseFrom(com.google.protobuf.ByteString data) static DailyRecurrenceDailyRecurrence.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DailyRecurrenceDailyRecurrence.parseFrom(com.google.protobuf.CodedInputStream input) static DailyRecurrenceDailyRecurrence.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DailyRecurrenceDailyRecurrence.parseFrom(InputStream input) static DailyRecurrenceDailyRecurrence.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DailyRecurrenceDailyRecurrence.parseFrom(ByteBuffer data) static DailyRecurrenceDailyRecurrence.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.firestore.admin.v1 that return types with arguments of type DailyRecurrenceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DailyRecurrence>DailyRecurrence.getParserForType()static com.google.protobuf.Parser<DailyRecurrence>DailyRecurrence.parser()Methods in com.google.firestore.admin.v1 with parameters of type DailyRecurrenceModifier and TypeMethodDescriptionBackupSchedule.Builder.mergeDailyRecurrence(DailyRecurrence value) For a schedule that runs daily.DailyRecurrence.Builder.mergeFrom(DailyRecurrence other) static DailyRecurrence.BuilderDailyRecurrence.newBuilder(DailyRecurrence prototype) BackupSchedule.Builder.setDailyRecurrence(DailyRecurrence value) For a schedule that runs daily.