public sealed class ListEntryGroupsRequest : IMessage<ListEntryGroupsRequest>, IEquatable<ListEntryGroupsRequest>, IDeepCloneable<ListEntryGroupsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Data Catalog v1 API class ListEntryGroupsRequest.
Request message for [ListEntryGroups][google.cloud.datacatalog.v1.DataCatalog.ListEntryGroups].
Implements
IMessageListEntryGroupsRequest, IEquatableListEntryGroupsRequest, IDeepCloneableListEntryGroupsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ListEntryGroupsRequest()
public ListEntryGroupsRequest()ListEntryGroupsRequest(ListEntryGroupsRequest)
public ListEntryGroupsRequest(ListEntryGroupsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEntryGroupsRequest |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|