Data Catalog v1 API - Class ListEntryGroupsRequest (2.11.0)

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

Reference documentation and code samples for the Data Catalog v1 API class ListEntryGroupsRequest.

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

Inheritance

object > ListEntryGroupsRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ListEntryGroupsRequest()

public ListEntryGroupsRequest()

ListEntryGroupsRequest(ListEntryGroupsRequest)

public ListEntryGroupsRequest(ListEntryGroupsRequest other)
Parameter
NameDescription
otherListEntryGroupsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of items to return.

Default is 10. Maximum limit is 1000. Throws an invalid argument if page_size is greater than 1000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. Pagination token that specifies the next page to return. If empty, returns the first page.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The name of the location that contains the entry groups to list.

Can be provided as a URL.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName