Interface ListJobsRequestOrBuilder (0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface ListJobsRequestOrBuilder extends MessageOrBuilder
Methods
getFilter()
public abstract String getFilter()
Returns |
Type |
Description |
String |
The filter.
|
getFilterBytes()
public abstract ByteString getFilterBytes()
Returns |
Type |
Description |
ByteString |
The bytes for filter.
|
getOrderBy()
public abstract String getOrderBy()
Optional. Field to sort by. Supported fields are name, create_time.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The orderBy.
|
getOrderByBytes()
public abstract ByteString getOrderByBytes()
Optional. Field to sort by. Supported fields are name, create_time.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for orderBy.
|
getPageSize()
public abstract int getPageSize()
Optional. The list page size. default page size is 100.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The pageSize.
|
getPageToken()
public abstract String getPageToken()
Optional. The list page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The pageToken.
|
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()
Optional. The list page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for pageToken.
|
getParent()
public abstract String getParent()
Required. Format: projects/{project_id}/locations/global.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
getParentBytes()
public abstract ByteString getParentBytes()
Required. Format: projects/{project_id}/locations/global.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["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 ListJobsRequestOrBuilder (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/java/docs/reference/google-cloud-storagebatchoperations/latest/com.google.cloud.storagebatchoperations.v1.ListJobsRequestOrBuilder)\n- [0.10.0](/java/docs/reference/google-cloud-storagebatchoperations/0.10.0/com.google.cloud.storagebatchoperations.v1.ListJobsRequestOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-storagebatchoperations/0.8.0/com.google.cloud.storagebatchoperations.v1.ListJobsRequestOrBuilder)\n- [0.7.0](/java/docs/reference/google-cloud-storagebatchoperations/0.7.0/com.google.cloud.storagebatchoperations.v1.ListJobsRequestOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-storagebatchoperations/0.4.0/com.google.cloud.storagebatchoperations.v1.ListJobsRequestOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-storagebatchoperations/0.3.0/com.google.cloud.storagebatchoperations.v1.ListJobsRequestOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-storagebatchoperations/0.2.0/com.google.cloud.storagebatchoperations.v1.ListJobsRequestOrBuilder) \n\n public interface ListJobsRequestOrBuilder 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. Filters results as defined by \u003chttps://google.aip.dev/160\u003e.\n\n`string filter = 2 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getFilterBytes()\n\n public abstract ByteString getFilterBytes()\n\nOptional. Filters results as defined by \u003chttps://google.aip.dev/160\u003e.\n\n`string filter = 2 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getOrderBy()\n\n public abstract String getOrderBy()\n\nOptional. Field to sort by. Supported fields are name, create_time.\n\n`string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getOrderByBytes()\n\n public abstract ByteString getOrderByBytes()\n\nOptional. Field to sort by. Supported fields are name, create_time.\n\n`string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageSize()\n\n public abstract int getPageSize()\n\nOptional. The list page size. default page size is 100.\n\n`int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageToken()\n\n public abstract String getPageToken()\n\nOptional. The list page token.\n\n`string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageTokenBytes()\n\n public abstract ByteString getPageTokenBytes()\n\nOptional. The list page token.\n\n`string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getParent()\n\n public abstract String getParent()\n\nRequired. Format: projects/{project_id}/locations/global.\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. Format: projects/{project_id}/locations/global.\n\n`\nstring parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`"]]