Optional. Deploy parameters are applied to targets with match labels.
If unspecified, deploy parameters are applied to all targets (including
child targets of a multi-target).
Optional. Deploy parameters are applied to targets with match labels.
If unspecified, deploy parameters are applied to all targets (including
child targets of a multi-target).
Optional. Deploy parameters are applied to targets with match labels.
If unspecified, deploy parameters are applied to all targets (including
child targets of a multi-target).
Optional. Deploy parameters are applied to targets with match labels.
If unspecified, deploy parameters are applied to all targets (including
child targets of a multi-target).
Optional. Deploy parameters are applied to targets with match labels.
If unspecified, deploy parameters are applied to all targets (including
child targets of a multi-target).
[[["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 DeployParametersOrBuilder (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.DeployParametersOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.deploy.v1.DeployParametersOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.deploy.v1.DeployParametersOrBuilder) \n\n public interface DeployParametersOrBuilder 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### containsMatchTargetLabels(String key)\n\n public abstract boolean containsMatchTargetLabels(String key)\n\nOptional. Deploy parameters are applied to targets with match labels.\nIf unspecified, deploy parameters are applied to all targets (including\nchild targets of a multi-target).\n\n`map\u003cstring, string\u003e match_target_labels = 2;`\n\n### containsValues(String key)\n\n public abstract boolean containsValues(String key)\n\nRequired. Values are deploy parameters in key-value pairs.\n\n`map\u003cstring, string\u003e values = 1;`\n\n### getMatchTargetLabels()\n\n public abstract Map\u003cString,String\u003e getMatchTargetLabels()\n\nUse [#getMatchTargetLabelsMap()](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.deploy.v1.DeployParametersOrBuilder#com_google_events_cloud_deploy_v1_DeployParametersOrBuilder_getMatchTargetLabelsMap__) instead.\n\n### getMatchTargetLabelsCount()\n\n public abstract int getMatchTargetLabelsCount()\n\nOptional. Deploy parameters are applied to targets with match labels.\nIf unspecified, deploy parameters are applied to all targets (including\nchild targets of a multi-target).\n\n`map\u003cstring, string\u003e match_target_labels = 2;`\n\n### getMatchTargetLabelsMap()\n\n public abstract Map\u003cString,String\u003e getMatchTargetLabelsMap()\n\nOptional. Deploy parameters are applied to targets with match labels.\nIf unspecified, deploy parameters are applied to all targets (including\nchild targets of a multi-target).\n\n`map\u003cstring, string\u003e match_target_labels = 2;`\n\n### getMatchTargetLabelsOrDefault(String key, String defaultValue)\n\n public abstract String getMatchTargetLabelsOrDefault(String key, String defaultValue)\n\nOptional. Deploy parameters are applied to targets with match labels.\nIf unspecified, deploy parameters are applied to all targets (including\nchild targets of a multi-target).\n\n`map\u003cstring, string\u003e match_target_labels = 2;`\n\n### getMatchTargetLabelsOrThrow(String key)\n\n public abstract String getMatchTargetLabelsOrThrow(String key)\n\nOptional. Deploy parameters are applied to targets with match labels.\nIf unspecified, deploy parameters are applied to all targets (including\nchild targets of a multi-target).\n\n`map\u003cstring, string\u003e match_target_labels = 2;`\n\n### getValues()\n\n public abstract Map\u003cString,String\u003e getValues()\n\nUse [#getValuesMap()](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.deploy.v1.DeployParametersOrBuilder#com_google_events_cloud_deploy_v1_DeployParametersOrBuilder_getValuesMap__) instead.\n\n### getValuesCount()\n\n public abstract int getValuesCount()\n\nRequired. Values are deploy parameters in key-value pairs.\n\n`map\u003cstring, string\u003e values = 1;`\n\n### getValuesMap()\n\n public abstract Map\u003cString,String\u003e getValuesMap()\n\nRequired. Values are deploy parameters in key-value pairs.\n\n`map\u003cstring, string\u003e values = 1;`\n\n### getValuesOrDefault(String key, String defaultValue)\n\n public abstract String getValuesOrDefault(String key, String defaultValue)\n\nRequired. Values are deploy parameters in key-value pairs.\n\n`map\u003cstring, string\u003e values = 1;`\n\n### getValuesOrThrow(String key)\n\n public abstract String getValuesOrThrow(String key)\n\nRequired. Values are deploy parameters in key-value pairs.\n\n`map\u003cstring, string\u003e values = 1;`"]]