Uses of Class
com.google.spanner.admin.database.v1.CrontabSpec
-
Uses of CrontabSpec in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return CrontabSpecModifier and TypeMethodDescriptionCrontabSpec.Builder.build()CrontabSpec.Builder.buildPartial()BackupScheduleSpec.Builder.getCronSpec()Cron style schedule specification.BackupScheduleSpec.getCronSpec()Cron style schedule specification.BackupScheduleSpecOrBuilder.getCronSpec()Cron style schedule specification.static CrontabSpecCrontabSpec.getDefaultInstance()CrontabSpec.Builder.getDefaultInstanceForType()CrontabSpec.getDefaultInstanceForType()static CrontabSpecCrontabSpec.parseDelimitedFrom(InputStream input) static CrontabSpecCrontabSpec.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CrontabSpecCrontabSpec.parseFrom(byte[] data) static CrontabSpecCrontabSpec.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CrontabSpecCrontabSpec.parseFrom(com.google.protobuf.ByteString data) static CrontabSpecCrontabSpec.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CrontabSpecCrontabSpec.parseFrom(com.google.protobuf.CodedInputStream input) static CrontabSpecCrontabSpec.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CrontabSpecCrontabSpec.parseFrom(InputStream input) static CrontabSpecCrontabSpec.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CrontabSpecCrontabSpec.parseFrom(ByteBuffer data) static CrontabSpecCrontabSpec.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.admin.database.v1 that return types with arguments of type CrontabSpecModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CrontabSpec>CrontabSpec.getParserForType()static com.google.protobuf.Parser<CrontabSpec>CrontabSpec.parser()Methods in com.google.spanner.admin.database.v1 with parameters of type CrontabSpecModifier and TypeMethodDescriptionBackupScheduleSpec.Builder.mergeCronSpec(CrontabSpec value) Cron style schedule specification.CrontabSpec.Builder.mergeFrom(CrontabSpec other) static CrontabSpec.BuilderCrontabSpec.newBuilder(CrontabSpec prototype) BackupScheduleSpec.Builder.setCronSpec(CrontabSpec value) Cron style schedule specification.