Interface BackupScheduleSpecOrBuilder

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

public interface BackupScheduleSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Cron style schedule specification.
    Cron style schedule specification.
     
    boolean
    Cron style schedule specification.

    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

    • hasCronSpec

      boolean hasCronSpec()
       Cron style schedule specification.
       
      .google.spanner.admin.database.v1.CrontabSpec cron_spec = 1;
      Returns:
      Whether the cronSpec field is set.
    • getCronSpec

      CrontabSpec getCronSpec()
       Cron style schedule specification.
       
      .google.spanner.admin.database.v1.CrontabSpec cron_spec = 1;
      Returns:
      The cronSpec.
    • getCronSpecOrBuilder

      CrontabSpecOrBuilder getCronSpecOrBuilder()
       Cron style schedule specification.
       
      .google.spanner.admin.database.v1.CrontabSpec cron_spec = 1;
    • getScheduleSpecCase