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 TypeMethodDescriptionCron style schedule specification.Cron style schedule specification.booleanCron style schedule specification.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
BackupScheduleSpec.ScheduleSpecCase getScheduleSpecCase()
-