Class ListEntriesRequest (1.2.0)

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

Request message for [ListEntries][google.cloud.datacatalog.v1.DataCatalog.ListEntries].

Inheritance

Object > ListEntriesRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ListEntriesRequest()

public ListEntriesRequest()

ListEntriesRequest(ListEntriesRequest)

public ListEntriesRequest(ListEntriesRequest other)
Parameter
NameDescription
otherListEntriesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of items to return. Default is 10. Max limit is 1000. Throws an invalid argument for page_size > 1000.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Token that specifies which page is requested. If empty, the first page is returned.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The name of the entry group that contains the entries, which can be provided in URL format. Example:

  • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
Property Value
TypeDescription
String

ParentAsEntryGroupName

public EntryGroupName ParentAsEntryGroupName { get; set; }

EntryGroupName-typed view over the Parent resource name property.

Property Value
TypeDescription
EntryGroupName

ReadMask

public FieldMask ReadMask { get; set; }

The fields to return for each Entry. If not set or empty, all fields are returned. For example, setting read_mask to contain only one path "name" will cause ListEntries to return a list of Entries with only "name" field.

Property Value
TypeDescription
FieldMask