public sealed class ListTagsRequest : IMessage<ListTagsRequest>, IEquatable<ListTagsRequest>, IDeepCloneable<ListTagsRequest>, IBufferMessage, IMessage, IPageRequest
Request message for [ListTags][google.cloud.datacatalog.v1.DataCatalog.ListTags].
Implements
IMessage<ListTagsRequest>, IEquatable<ListTagsRequest>, IDeepCloneable<ListTagsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ListTagsRequest()
public ListTagsRequest()
ListTagsRequest(ListTagsRequest)
public ListTagsRequest(ListTagsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListTagsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of tags to return. Default is 10. Maximum limit is 1000.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Pagination token that specifies the next page to return. If empty, the first page is returned.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The name of the Data Catalog resource to list the tags of.
The resource can be an [Entry][google.cloud.datacatalog.v1.Entry]
or an [EntryGroup][google.cloud.datacatalog.v1.EntryGroup]
(without /entries/{entries}
at the end).
Property Value | |
---|---|
Type | Description |
String |
ParentAsEntryName
public EntryName ParentAsEntryName { get; set; }
Property Value | |
---|---|
Type | Description |
EntryName |