public sealed class ListEntryGroupsRequest : IMessage<ListEntryGroupsRequest>, IEquatable<ListEntryGroupsRequest>, IDeepCloneable<ListEntryGroupsRequest>, IBufferMessage, IMessage, IPageRequest
Request message for [ListEntryGroups][google.cloud.datacatalog.v1.DataCatalog.ListEntryGroups].
Implements
IMessage<ListEntryGroupsRequest>, IEquatable<ListEntryGroupsRequest>, IDeepCloneable<ListEntryGroupsRequest>, 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. Max limit is 1000.
Throws an invalid argument for page_size > 1000
.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. Token that specifies which page is requested. If empty, the first page is returned.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The name of the location that contains the entry groups, which can be provided in URL format. Example:
- projects/{project_id}/locations/{location}
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 |