[[["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 ListRuleDeploymentsResponseOrBuilder (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.ListRuleDeploymentsResponseOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.ListRuleDeploymentsResponseOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.ListRuleDeploymentsResponseOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.ListRuleDeploymentsResponseOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.ListRuleDeploymentsResponseOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.ListRuleDeploymentsResponseOrBuilder) \n\n public interface ListRuleDeploymentsResponseOrBuilder 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### getNextPageToken()\n\n public abstract String getNextPageToken()\n\nA token, which can be sent as `page_token` to retrieve the next page.\nIf this field is omitted, there are no subsequent pages.\n\n`string next_page_token = 2;`\n\n### getNextPageTokenBytes()\n\n public abstract ByteString getNextPageTokenBytes()\n\nA token, which can be sent as `page_token` to retrieve the next page.\nIf this field is omitted, there are no subsequent pages.\n\n`string next_page_token = 2;`\n\n### getRuleDeployments(int index)\n\n public abstract RuleDeployment getRuleDeployments(int index)\n\nThe rule deployments from all rules.\n\n`repeated .google.cloud.chronicle.v1.RuleDeployment rule_deployments = 1;`\n\n### getRuleDeploymentsCount()\n\n public abstract int getRuleDeploymentsCount()\n\nThe rule deployments from all rules.\n\n`repeated .google.cloud.chronicle.v1.RuleDeployment rule_deployments = 1;`\n\n### getRuleDeploymentsList()\n\n public abstract List\u003cRuleDeployment\u003e getRuleDeploymentsList()\n\nThe rule deployments from all rules.\n\n`repeated .google.cloud.chronicle.v1.RuleDeployment rule_deployments = 1;`\n\n### getRuleDeploymentsOrBuilder(int index)\n\n public abstract RuleDeploymentOrBuilder getRuleDeploymentsOrBuilder(int index)\n\nThe rule deployments from all rules.\n\n`repeated .google.cloud.chronicle.v1.RuleDeployment rule_deployments = 1;`\n\n### getRuleDeploymentsOrBuilderList()\n\n public abstract List\u003c? extends RuleDeploymentOrBuilder\u003e getRuleDeploymentsOrBuilderList()\n\nThe rule deployments from all rules.\n\n`repeated .google.cloud.chronicle.v1.RuleDeployment rule_deployments = 1;`"]]