The rule deployment's name field is used to identify the rule deployment
to update. Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment
The rule deployment's name field is used to identify the rule deployment
to update. Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment
The rule deployment's name field is used to identify the rule deployment
to update. Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment
[[["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-28 UTC."],[],[],null,["# Interface UpdateRuleDeploymentRequestOrBuilder (0.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.10.0 (latest)](/java/docs/reference/google-cloud-chronicle/latest/com.google.cloud.chronicle.v1.UpdateRuleDeploymentRequestOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.UpdateRuleDeploymentRequestOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.UpdateRuleDeploymentRequestOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.UpdateRuleDeploymentRequestOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.UpdateRuleDeploymentRequestOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.UpdateRuleDeploymentRequestOrBuilder) \n\n public interface UpdateRuleDeploymentRequestOrBuilder 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### getRuleDeployment()\n\n public abstract RuleDeployment getRuleDeployment()\n\nRequired. The rule deployment to update.\n\nThe rule deployment's `name` field is used to identify the rule deployment\nto update. Format:\n`projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment`\n\n`\n.google.cloud.chronicle.v1.RuleDeployment rule_deployment = 1 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getRuleDeploymentOrBuilder()\n\n public abstract RuleDeploymentOrBuilder getRuleDeploymentOrBuilder()\n\nRequired. The rule deployment to update.\n\nThe rule deployment's `name` field is used to identify the rule deployment\nto update. Format:\n`projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment`\n\n`\n.google.cloud.chronicle.v1.RuleDeployment rule_deployment = 1 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getUpdateMask()\n\n public abstract FieldMask getUpdateMask()\n\nRequired. The list of fields to update.\n\n`.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getUpdateMaskOrBuilder()\n\n public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()\n\nRequired. The list of fields to update.\n\n`.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### hasRuleDeployment()\n\n public abstract boolean hasRuleDeployment()\n\nRequired. The rule deployment to update.\n\nThe rule deployment's `name` field is used to identify the rule deployment\nto update. Format:\n`projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment`\n\n`\n.google.cloud.chronicle.v1.RuleDeployment rule_deployment = 1 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### hasUpdateMask()\n\n public abstract boolean hasUpdateMask()\n\nRequired. The list of fields to update.\n\n`.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];\n`"]]