[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[],null,["# Interface ListVariantsRequestOrBuilder (0.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.0 (latest)](/java/docs/reference/google-cloud-configdelivery/latest/com.google.cloud.configdelivery.v1beta.ListVariantsRequestOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-configdelivery/0.4.0/com.google.cloud.configdelivery.v1beta.ListVariantsRequestOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-configdelivery/0.2.0/com.google.cloud.configdelivery.v1beta.ListVariantsRequestOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-configdelivery/0.1.0/com.google.cloud.configdelivery.v1beta.ListVariantsRequestOrBuilder) \n\n public interface ListVariantsRequestOrBuilder 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\nOptional. Filtering results.\n\n`string filter = 4 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getFilterBytes()\n\n public abstract ByteString getFilterBytes()\n\nOptional. Filtering results.\n\n`string filter = 4 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getOrderBy()\n\n public abstract String getOrderBy()\n\nOptional. Hint for how to order the results.\n\n`string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getOrderByBytes()\n\n public abstract ByteString getOrderByBytes()\n\nOptional. Hint for how to order the results.\n\n`string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageSize()\n\n public abstract int getPageSize()\n\nOptional. Requested page size. Server may return fewer items than\nrequested. If unspecified, server will pick an appropriate default.\n\n`int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageToken()\n\n public abstract String getPageToken()\n\nOptional. A token identifying a page of results the server should return.\n\n`string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageTokenBytes()\n\n public abstract ByteString getPageTokenBytes()\n\nOptional. A token identifying a page of results the server should return.\n\n`string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getParent()\n\n public abstract String getParent()\n\nRequired. Parent value for ListVariantsRequest.\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. Parent value for ListVariantsRequest.\n\n`\nstring parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`"]]