Data Catalog v1 API - Class ListTagsRequest (2.11.0)

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

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

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

Inheritance

object > ListTagsRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ListTagsRequest()

public ListTagsRequest()

ListTagsRequest(ListTagsRequest)

public ListTagsRequest(ListTagsRequest other)
Parameter
NameDescription
otherListTagsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of tags to return. Default is 10. Maximum limit is 1000.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsEntryName

public EntryName ParentAsEntryName { get; set; }

EntryName-typed view over the Parent resource name property.

Property Value
TypeDescription
EntryName