Class ListTagsRequest (1.2.0)

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

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. Max limit is 1000.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Token that specifies which page is requested. 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 could be an [Entry][google.cloud.datacatalog.v1.Entry] or an [EntryGroup][google.cloud.datacatalog.v1.EntryGroup].

Examples:

  • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
  • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
Property Value
TypeDescription
String

ParentAsEntryName

public EntryName ParentAsEntryName { get; set; }

EntryName-typed view over the Parent resource name property.

Property Value
TypeDescription
EntryName