public sealed class ListEntriesRequest : IMessage<ListEntriesRequest>, IEquatable<ListEntriesRequest>, IDeepCloneable<ListEntriesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Data Catalog v1 API class ListEntriesRequest.
Request message for [ListEntries][google.cloud.datacatalog.v1.DataCatalog.ListEntries].
Implements
IMessageListEntriesRequest, IEquatableListEntriesRequest, IDeepCloneableListEntriesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ListEntriesRequest()
public ListEntriesRequest()ListEntriesRequest(ListEntriesRequest)
public ListEntriesRequest(ListEntriesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEntriesRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of items to return. Default is 10. Maximum limit is
- Throws an invalid argument if
page_sizeis more than 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Pagination token that specifies the next page to return. If empty, the first page is returned.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The name of the entry group that contains the entries to list.
Can be provided in URL format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsEntryGroupName
public EntryGroupName ParentAsEntryGroupName { get; set; }EntryGroupName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
EntryGroupName |
|
ReadMask
public FieldMask ReadMask { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|