[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[],null,["# Interface RolloutInfoOrBuilder (0.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.0 (latest)](/java/docs/reference/google-cloud-configdelivery/latest/com.google.cloud.configdelivery.v1beta.RolloutInfoOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-configdelivery/0.4.0/com.google.cloud.configdelivery.v1beta.RolloutInfoOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-configdelivery/0.2.0/com.google.cloud.configdelivery.v1beta.RolloutInfoOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-configdelivery/0.1.0/com.google.cloud.configdelivery.v1beta.RolloutInfoOrBuilder) \n\n public interface RolloutInfoOrBuilder 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### getEndTime()\n\n public abstract Timestamp getEndTime()\n\nOutput only. Time when the rollout completed.\n\n`.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getEndTimeOrBuilder()\n\n public abstract TimestampOrBuilder getEndTimeOrBuilder()\n\nOutput only. Time when the rollout completed.\n\n`.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getMessage()\n\n public abstract String getMessage()\n\nOutput only. Message containing additional information related to the\nrollout.\n\n`string message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getMessageBytes()\n\n public abstract ByteString getMessageBytes()\n\nOutput only. Message containing additional information related to the\nrollout.\n\n`string message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getRolloutStrategyInfo()\n\n public abstract RolloutStrategyInfo getRolloutStrategyInfo()\n\nOutput only. Rollout strategy info represents the status of execution of\nrollout strategy.\n\n`\n.google.cloud.configdelivery.v1beta.RolloutStrategyInfo rollout_strategy_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getRolloutStrategyInfoOrBuilder()\n\n public abstract RolloutStrategyInfoOrBuilder getRolloutStrategyInfoOrBuilder()\n\nOutput only. Rollout strategy info represents the status of execution of\nrollout strategy.\n\n`\n.google.cloud.configdelivery.v1beta.RolloutStrategyInfo rollout_strategy_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getStartTime()\n\n public abstract Timestamp getStartTime()\n\nOutput only. Time when the rollout started.\n\n`.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getStartTimeOrBuilder()\n\n public abstract TimestampOrBuilder getStartTimeOrBuilder()\n\nOutput only. Time when the rollout started.\n\n`.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getState()\n\n public abstract RolloutInfo.State getState()\n\nOutput only. state contains the overall status of the Rollout.\n\n`\n.google.cloud.configdelivery.v1beta.RolloutInfo.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getStateValue()\n\n public abstract int getStateValue()\n\nOutput only. state contains the overall status of the Rollout.\n\n`\n.google.cloud.configdelivery.v1beta.RolloutInfo.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### hasEndTime()\n\n public abstract boolean hasEndTime()\n\nOutput only. Time when the rollout completed.\n\n`.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### hasRolloutStrategyInfo()\n\n public abstract boolean hasRolloutStrategyInfo()\n\nOutput only. Rollout strategy info represents the status of execution of\nrollout strategy.\n\n`\n.google.cloud.configdelivery.v1beta.RolloutStrategyInfo rollout_strategy_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### hasStartTime()\n\n public abstract boolean hasStartTime()\n\nOutput only. Time when the rollout started.\n\n`.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`"]]