public sealed class ListEntriesRequest : IMessage<ListEntriesRequest>, IEquatable<ListEntriesRequest>, IDeepCloneable<ListEntriesRequest>, IBufferMessage, IMessage, IPageRequest
Implements
IMessageListEntriesRequest, IEquatableListEntriesRequest, IDeepCloneableListEntriesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListEntriesRequest()
public ListEntriesRequest()
ListEntriesRequest(ListEntriesRequest)
public ListEntriesRequest(ListEntriesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListEntriesRequest |
Properties
Filter
public string Filter { get; set; }
Optional. A filter on the entries to return. Filters are case-sensitive. The request can be filtered by the following fields: entry_type, display_name. The comparison operators are =, !=, <, >, <=, >= (strings are compared according to lexical order) The logical operators AND, OR, NOT can be used in the filter. Example filter expressions: "display_name=AnExampleDisplayName" "entry_type=projects/example-project/locations/global/entryTypes/example-entry_type" "entry_type=projects/a* OR "entry_type=projects/k*" "NOT display_name=AnotherExampleDisplayName"
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of elements to return in the response.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The pagination token returned by a previous request.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the parent Entry Group:
projects/{project}/locations/{location}/entryGroups/{entry_group}
.
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 |