Optional. Specify a filter to narrow search results.
If empty or unset will default to "state!=DEPRECATED",
to view deprecated versions use "state:*" or any other filter.
Optional. Specify a filter to narrow search results.
If empty or unset will default to "state!=DEPRECATED",
to view deprecated versions use "state:*" or any other filter.
Optional. 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.
Optional. In case of paginated results, this is the token that was returned
in the previous ListEngineVersionsResponse. It should be copied here to
retrieve the next page of resources. Empty will give the first page of
ListEngineVersionsRequest, and the last page will return an empty
page_token.
Optional. In case of paginated results, this is the token that was returned
in the previous ListEngineVersionsResponse. It should be copied here to
retrieve the next page of resources. Empty will give the first page of
ListEngineVersionsRequest, 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 ListEngineVersionsRequestOrBuilder (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.ListEngineVersionsRequestOrBuilder)\n- [0.11.0](/java/docs/reference/google-cloud-financialservices/0.11.0/com.google.cloud.financialservices.v1.ListEngineVersionsRequestOrBuilder)\n- [0.9.0](/java/docs/reference/google-cloud-financialservices/0.9.0/com.google.cloud.financialservices.v1.ListEngineVersionsRequestOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-financialservices/0.8.0/com.google.cloud.financialservices.v1.ListEngineVersionsRequestOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-financialservices/0.5.0/com.google.cloud.financialservices.v1.ListEngineVersionsRequestOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-financialservices/0.4.0/com.google.cloud.financialservices.v1.ListEngineVersionsRequestOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-financialservices/0.3.0/com.google.cloud.financialservices.v1.ListEngineVersionsRequestOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-financialservices/0.1.0/com.google.cloud.financialservices.v1.ListEngineVersionsRequestOrBuilder) \n\n public interface ListEngineVersionsRequestOrBuilder 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. Specify a filter to narrow search results.\nIf empty or unset will default to \"state!=DEPRECATED\",\nto view deprecated versions use \"state:\\*\" or any other filter.\n\n`string filter = 4 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getFilterBytes()\n\n public abstract ByteString getFilterBytes()\n\nOptional. Specify a filter to narrow search results.\nIf empty or unset will default to \"state!=DEPRECATED\",\nto view deprecated versions use \"state:\\*\" or any other filter.\n\n`string filter = 4 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getOrderBy()\n\n public abstract String getOrderBy()\n\nOptional. Specify a field to use for ordering.\n\n`string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getOrderByBytes()\n\n public abstract ByteString getOrderByBytes()\n\nOptional. Specify a field to use for ordering.\n\n`string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageSize()\n\n public abstract int getPageSize()\n\nOptional. The number of resources to be included in the response. The\nresponse contains a next_page_token, which can be used to retrieve the next\npage of resources.\n\n`int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageToken()\n\n public abstract String getPageToken()\n\nOptional. In case of paginated results, this is the token that was returned\nin the previous ListEngineVersionsResponse. It should be copied here to\nretrieve the next page of resources. Empty will give the first page of\nListEngineVersionsRequest, and the last page will return an empty\npage_token.\n\n`string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageTokenBytes()\n\n public abstract ByteString getPageTokenBytes()\n\nOptional. In case of paginated results, this is the token that was returned\nin the previous ListEngineVersionsResponse. It should be copied here to\nretrieve the next page of resources. Empty will give the first page of\nListEngineVersionsRequest, and the last page will return an empty\npage_token.\n\n`string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getParent()\n\n public abstract String getParent()\n\nRequired. The parent of the EngineVersion 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 EngineVersion is the Instance.\n\n`\nstring parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`"]]