Output only. Unordered list. Messages contains information related to the
ResourceBundle deployment. For example, in case of an error, indicate the
reason for the error. In case of a pending deployment, reason for why the
deployment of new release is pending.
Output only. Unordered list. Messages contains information related to the
ResourceBundle deployment. For example, in case of an error, indicate the
reason for the error. In case of a pending deployment, reason for why the
deployment of new release is pending.
Output only. Unordered list. Messages contains information related to the
ResourceBundle deployment. For example, in case of an error, indicate the
reason for the error. In case of a pending deployment, reason for why the
deployment of new release is pending.
Output only. Unordered list. Messages contains information related to the
ResourceBundle deployment. For example, in case of an error, indicate the
reason for the error. In case of a pending deployment, reason for why the
deployment of new release is pending.
[[["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 ResourceBundleDeploymentInfoOrBuilder (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.ResourceBundleDeploymentInfoOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-configdelivery/0.4.0/com.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfoOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-configdelivery/0.2.0/com.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfoOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-configdelivery/0.1.0/com.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfoOrBuilder) \n\n public interface ResourceBundleDeploymentInfoOrBuilder 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### getMessages(int index)\n\n public abstract String getMessages(int index)\n\nOutput only. Unordered list. Messages contains information related to the\n`ResourceBundle` deployment. For example, in case of an error, indicate the\nreason for the error. In case of a pending deployment, reason for why the\ndeployment of new release is pending.\n\n`\nrepeated string messages = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = UNORDERED_LIST];\n`\n\n### getMessagesBytes(int index)\n\n public abstract ByteString getMessagesBytes(int index)\n\nOutput only. Unordered list. Messages contains information related to the\n`ResourceBundle` deployment. For example, in case of an error, indicate the\nreason for the error. In case of a pending deployment, reason for why the\ndeployment of new release is pending.\n\n`\nrepeated string messages = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = UNORDERED_LIST];\n`\n\n### getMessagesCount()\n\n public abstract int getMessagesCount()\n\nOutput only. Unordered list. Messages contains information related to the\n`ResourceBundle` deployment. For example, in case of an error, indicate the\nreason for the error. In case of a pending deployment, reason for why the\ndeployment of new release is pending.\n\n`\nrepeated string messages = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = UNORDERED_LIST];\n`\n\n### getMessagesList()\n\n public abstract List\u003cString\u003e getMessagesList()\n\nOutput only. Unordered list. Messages contains information related to the\n`ResourceBundle` deployment. For example, in case of an error, indicate the\nreason for the error. In case of a pending deployment, reason for why the\ndeployment of new release is pending.\n\n`\nrepeated string messages = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = UNORDERED_LIST];\n`\n\n### getRelease()\n\n public abstract String getRelease()\n\nOutput only. Refers to a `ResourceBundle` release.\n\n`\nstring release = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }\n`\n\n### getReleaseBytes()\n\n public abstract ByteString getReleaseBytes()\n\nOutput only. Refers to a `ResourceBundle` release.\n\n`\nstring release = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }\n`\n\n### getSyncState()\n\n public abstract ResourceBundleDeploymentInfo.SyncState getSyncState()\n\nOutput only. Synchronization state of the `ResourceBundle` deployment.\n\n`\n.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo.SyncState sync_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getSyncStateValue()\n\n public abstract int getSyncStateValue()\n\nOutput only. Synchronization state of the `ResourceBundle` deployment.\n\n`\n.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo.SyncState sync_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getVariant()\n\n public abstract String getVariant()\n\nOutput only. Refers to a variant in a `ResourceBundle` release.\n\n`string variant = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getVariantBytes()\n\n public abstract ByteString getVariantBytes()\n\nOutput only. Refers to a variant in a `ResourceBundle` release.\n\n`string variant = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getVersion()\n\n public abstract String getVersion()\n\nOutput only. Refers to a version of the `ResourceBundle` release.\n\n`string version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getVersionBytes()\n\n public abstract ByteString getVersionBytes()\n\nOutput only. Refers to a version of the `ResourceBundle` release.\n\n`string version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];`"]]