[[["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-08-07 UTC."],[],[],null,["# Interface MetadataOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.deploy.v1.MetadataOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.deploy.v1.MetadataOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.deploy.v1.MetadataOrBuilder) \n\n public interface MetadataOrBuilder 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### getAutomation()\n\n public abstract AutomationRolloutMetadata getAutomation()\n\nOutput only. AutomationRolloutMetadata contains the information about the\ninteractions between Automation service and this rollout.\n\n`.google.events.cloud.deploy.v1.AutomationRolloutMetadata automation = 2;`\n\n### getAutomationOrBuilder()\n\n public abstract AutomationRolloutMetadataOrBuilder getAutomationOrBuilder()\n\nOutput only. AutomationRolloutMetadata contains the information about the\ninteractions between Automation service and this rollout.\n\n`.google.events.cloud.deploy.v1.AutomationRolloutMetadata automation = 2;`\n\n### getCloudRun()\n\n public abstract CloudRunMetadata getCloudRun()\n\nOutput only. The name of the Cloud Run Service that is associated with a\n`Rollout`.\n\n`.google.events.cloud.deploy.v1.CloudRunMetadata cloud_run = 1;`\n\n### getCloudRunOrBuilder()\n\n public abstract CloudRunMetadataOrBuilder getCloudRunOrBuilder()\n\nOutput only. The name of the Cloud Run Service that is associated with a\n`Rollout`.\n\n`.google.events.cloud.deploy.v1.CloudRunMetadata cloud_run = 1;`\n\n### getCustom()\n\n public abstract CustomMetadata getCustom()\n\nOutput only. Custom metadata provided by user-defined `Rollout` operations.\n\n`.google.events.cloud.deploy.v1.CustomMetadata custom = 3;`\n\n### getCustomOrBuilder()\n\n public abstract CustomMetadataOrBuilder getCustomOrBuilder()\n\nOutput only. Custom metadata provided by user-defined `Rollout` operations.\n\n`.google.events.cloud.deploy.v1.CustomMetadata custom = 3;`\n\n### hasAutomation()\n\n public abstract boolean hasAutomation()\n\nOutput only. AutomationRolloutMetadata contains the information about the\ninteractions between Automation service and this rollout.\n\n`.google.events.cloud.deploy.v1.AutomationRolloutMetadata automation = 2;`\n\n### hasCloudRun()\n\n public abstract boolean hasCloudRun()\n\nOutput only. The name of the Cloud Run Service that is associated with a\n`Rollout`.\n\n`.google.events.cloud.deploy.v1.CloudRunMetadata cloud_run = 1;`\n\n### hasCustom()\n\n public abstract boolean hasCustom()\n\nOutput only. Custom metadata provided by user-defined `Rollout` operations.\n\n`.google.events.cloud.deploy.v1.CustomMetadata custom = 3;`"]]