The maximum number of rule deployments to return. The service may return
fewer than this value. If unspecified, at most 100 rule deployments will be
returned. The maximum value is 1000; values above 1000 will be coerced to
1000.
Required. The collection of all parents which own all rule deployments. The
"-" wildcard token must be used as the rule identifier in the resource
path. Format:
projects/{project}/locations/{location}/instances/{instance}/rules/-
Required. The collection of all parents which own all rule deployments. The
"-" wildcard token must be used as the rule identifier in the resource
path. Format:
projects/{project}/locations/{location}/instances/{instance}/rules/-
[[["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 ListRuleDeploymentsRequestOrBuilder (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.ListRuleDeploymentsRequestOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.ListRuleDeploymentsRequestOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.ListRuleDeploymentsRequestOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.ListRuleDeploymentsRequestOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.ListRuleDeploymentsRequestOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.ListRuleDeploymentsRequestOrBuilder) \n\n public interface ListRuleDeploymentsRequestOrBuilder 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### getFilter()\n\n public abstract String getFilter()\n\nA filter that can be used to retrieve specific rule deployments.\nThe following fields are filterable:\narchived, name\n\n`string filter = 4;`\n\n### getFilterBytes()\n\n public abstract ByteString getFilterBytes()\n\nA filter that can be used to retrieve specific rule deployments.\nThe following fields are filterable:\narchived, name\n\n`string filter = 4;`\n\n### getPageSize()\n\n public abstract int getPageSize()\n\nThe maximum number of rule deployments to return. The service may return\nfewer than this value. If unspecified, at most 100 rule deployments will be\nreturned. The maximum value is 1000; values above 1000 will be coerced to\n1000.\n\n`int32 page_size = 2;`\n\n### getPageToken()\n\n public abstract String getPageToken()\n\nA page token, received from a previous `ListRuleDeployments` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListRuleDeployments`\nmust match the call that provided the page token.\n\n`string page_token = 3;`\n\n### getPageTokenBytes()\n\n public abstract ByteString getPageTokenBytes()\n\nA page token, received from a previous `ListRuleDeployments` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListRuleDeployments`\nmust match the call that provided the page token.\n\n`string page_token = 3;`\n\n### getParent()\n\n public abstract String getParent()\n\nRequired. The collection of all parents which own all rule deployments. The\n\"-\" wildcard token must be used as the rule identifier in the resource\npath. Format:\n`projects/{project}/locations/{location}/instances/{instance}/rules/-`\n\n`\nstring parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`\n\n### getParentBytes()\n\n public abstract ByteString getParentBytes()\n\nRequired. The collection of all parents which own all rule deployments. The\n\"-\" wildcard token must be used as the rule identifier in the resource\npath. Format:\n`projects/{project}/locations/{location}/instances/{instance}/rules/-`\n\n`\nstring parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`"]]