public sealed class ListTagsRequest : IMessage<ListTagsRequest>, IEquatable<ListTagsRequest>, IDeepCloneable<ListTagsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Data Catalog v1 API class ListTagsRequest.
Request message for [ListTags][google.cloud.datacatalog.v1.DataCatalog.ListTags].
Implements
IMessageListTagsRequest, IEquatableListTagsRequest, IDeepCloneableListTagsRequest, 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 |
int |
|
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 |
|