The number of resources to be included in the response. The response
contains a next_page_token, which can be used to retrieve the next page of
resources.
In case of paginated results, this is the token that was returned in the
previous ListModelsResponse. It should be copied here to retrieve the next
page of resources. Empty will give the first page of ListModelsRequest, and
the last page will return an empty page_token.
In case of paginated results, this is the token that was returned in the
previous ListModelsResponse. It should be copied here to retrieve the next
page of resources. Empty will give the first page of ListModelsRequest, and
the last page will return an empty page_token.
[[["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-09-04 UTC."],[],[],null,["# Interface ListModelsRequestOrBuilder (0.13.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.0 (latest)](/java/docs/reference/google-cloud-financialservices/latest/com.google.cloud.financialservices.v1.ListModelsRequestOrBuilder)\n- [0.11.0](/java/docs/reference/google-cloud-financialservices/0.11.0/com.google.cloud.financialservices.v1.ListModelsRequestOrBuilder)\n- [0.9.0](/java/docs/reference/google-cloud-financialservices/0.9.0/com.google.cloud.financialservices.v1.ListModelsRequestOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-financialservices/0.8.0/com.google.cloud.financialservices.v1.ListModelsRequestOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-financialservices/0.5.0/com.google.cloud.financialservices.v1.ListModelsRequestOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-financialservices/0.4.0/com.google.cloud.financialservices.v1.ListModelsRequestOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-financialservices/0.3.0/com.google.cloud.financialservices.v1.ListModelsRequestOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-financialservices/0.1.0/com.google.cloud.financialservices.v1.ListModelsRequestOrBuilder) \n\n public interface ListModelsRequestOrBuilder 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\nSpecify a filter to narrow search results.\n\n`string filter = 4;`\n\n### getFilterBytes()\n\n public abstract ByteString getFilterBytes()\n\nSpecify a filter to narrow search results.\n\n`string filter = 4;`\n\n### getOrderBy()\n\n public abstract String getOrderBy()\n\nSpecify a field to use for ordering.\n\n`string order_by = 5;`\n\n### getOrderByBytes()\n\n public abstract ByteString getOrderByBytes()\n\nSpecify a field to use for ordering.\n\n`string order_by = 5;`\n\n### getPageSize()\n\n public abstract int getPageSize()\n\nThe number of resources to be included in the response. The response\ncontains a next_page_token, which can be used to retrieve the next page of\nresources.\n\n`int32 page_size = 2;`\n\n### getPageToken()\n\n public abstract String getPageToken()\n\nIn case of paginated results, this is the token that was returned in the\nprevious ListModelsResponse. It should be copied here to retrieve the next\npage of resources. Empty will give the first page of ListModelsRequest, and\nthe last page will return an empty page_token.\n\n`string page_token = 3;`\n\n### getPageTokenBytes()\n\n public abstract ByteString getPageTokenBytes()\n\nIn case of paginated results, this is the token that was returned in the\nprevious ListModelsResponse. It should be copied here to retrieve the next\npage of resources. Empty will give the first page of ListModelsRequest, and\nthe last page will return an empty page_token.\n\n`string page_token = 3;`\n\n### getParent()\n\n public abstract String getParent()\n\nRequired. The parent of the Model is the Instance.\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 parent of the Model is the Instance.\n\n`\nstring parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`"]]