public interface ListSectionItemsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFilter()
public abstract String getFilter()Optional. A query filter.
Currently only supports filtering by space.
For example, space = spaces/{space}.
Invalid queries are rejected with an INVALID_ARGUMENT error.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes()Optional. A query filter.
Currently only supports filtering by space.
For example, space = spaces/{space}.
Invalid queries are rejected with an INVALID_ARGUMENT error.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public abstract int getPageSize()Optional. The maximum number of section items to return. The service may return fewer than this value.
If unspecified, at most 10 section items will be returned.
The maximum value is 100. If you use a value more than 100, it's automatically changed to 100.
Negative values return an INVALID_ARGUMENT error.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken()Optional. A page token, received from a previous list section items call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided should match the call that provided the page token. Passing different values to the other parameters might lead to unexpected results.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()Optional. A page token, received from a previous list section items call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided should match the call that provided the page token. Passing different values to the other parameters might lead to unexpected results.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public abstract String getParent()Required. The parent, which is the section resource name that owns this collection of section items. Only supports listing section items for the calling user.
When you're filtering by space, use the wildcard - to search across all
sections. For example, users/{user}/sections/-.
Format: users/{user}/sections/{section}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent, which is the section resource name that owns this collection of section items. Only supports listing section items for the calling user.
When you're filtering by space, use the wildcard - to search across all
sections. For example, users/{user}/sections/-.
Format: users/{user}/sections/{section}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |