public interface ListEntriesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
The maximum number of items to return.
|
String |
getPageToken()
Pagination token that specifies the next page to return.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Pagination token that specifies the next page to return.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
com.google.protobuf.FieldMask |
getReadMask()
The fields to return for each entry.
|
com.google.protobuf.FieldMaskOrBuilder |
getReadMaskOrBuilder()
The fields to return for each entry.
|
boolean |
hasReadMask()
The fields to return for each entry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the entry group that contains the entries to list. Can be provided in URL format.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The name of the entry group that contains the entries to list. Can be provided in URL format.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
The maximum number of items to return. Default is 10. Maximum limit is 1000. Throws an invalid argument if `page_size` is more than 1000.
int32 page_size = 2;String getPageToken()
Pagination token that specifies the next page to return. If empty, the first page is returned.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Pagination token that specifies the next page to return. If empty, the first page is returned.
string page_token = 3;boolean hasReadMask()
The fields to return for each entry. If empty or omitted, all fields are returned. For example, to return a list of entries with only the `name` field, set `read_mask` to only one path with the `name` value.
.google.protobuf.FieldMask read_mask = 4;com.google.protobuf.FieldMask getReadMask()
The fields to return for each entry. If empty or omitted, all fields are returned. For example, to return a list of entries with only the `name` field, set `read_mask` to only one path with the `name` value.
.google.protobuf.FieldMask read_mask = 4;com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder()
The fields to return for each entry. If empty or omitted, all fields are returned. For example, to return a list of entries with only the `name` field, set `read_mask` to only one path with the `name` value.
.google.protobuf.FieldMask read_mask = 4;Copyright © 2023 Google LLC. All rights reserved.