[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface ScheduleOrBuilder (0.2.0)\n\n public interface ScheduleOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getStartTime()\n\n public abstract Timestamp getStartTime()\n\nOptional. Start of operation. If not set, will be set to the start of the\nnext window. (optional)\n\n`.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getStartTimeOrBuilder()\n\n public abstract TimestampOrBuilder getStartTimeOrBuilder()\n\nOptional. Start of operation. If not set, will be set to the start of the\nnext window. (optional)\n\n`.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### hasStartTime()\n\n public abstract boolean hasStartTime()\n\nOptional. Start of operation. If not set, will be set to the start of the\nnext window. (optional)\n\n`.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];\n`"]]