Cloud Dataplex v1 API - Class ListEntriesRequest (2.15.0)

public sealed class ListEntriesRequest : IMessage<ListEntriesRequest>, IEquatable<ListEntriesRequest>, IDeepCloneable<ListEntriesRequest>, IBufferMessage, IMessage, IPageRequest

Inheritance

object > ListEntriesRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListEntriesRequest()

public ListEntriesRequest()

ListEntriesRequest(ListEntriesRequest)

public ListEntriesRequest(ListEntriesRequest other)
Parameter
NameDescription
otherListEntriesRequest

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
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of elements to return in the response.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. The pagination token returned by a previous request.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsEntryGroupName

public EntryGroupName ParentAsEntryGroupName { get; set; }

EntryGroupName-typed view over the Parent resource name property.

Property Value
TypeDescription
EntryGroupName