Interface UpdateBackupScheduleRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateBackupScheduleRequest, UpdateBackupScheduleRequest.Builder

@Generated public interface UpdateBackupScheduleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    Required.
    com.google.protobuf.FieldMask
    The list of fields to be updated.
    com.google.protobuf.FieldMaskOrBuilder
    The list of fields to be updated.
    boolean
    Required.
    boolean
    The list of fields to be updated.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasBackupSchedule

      boolean hasBackupSchedule()
       Required. The backup schedule to update.
       
      .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the backupSchedule field is set.
    • getBackupSchedule

      BackupSchedule getBackupSchedule()
       Required. The backup schedule to update.
       
      .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The backupSchedule.
    • getBackupScheduleOrBuilder

      BackupScheduleOrBuilder getBackupScheduleOrBuilder()
       Required. The backup schedule to update.
       
      .google.firestore.admin.v1.BackupSchedule backup_schedule = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       The list of fields to be updated.
       
      .google.protobuf.FieldMask update_mask = 2;
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       The list of fields to be updated.
       
      .google.protobuf.FieldMask update_mask = 2;
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       The list of fields to be updated.
       
      .google.protobuf.FieldMask update_mask = 2;