Google Cloud Data Catalog V1 Client - Class ListTagsRequest (1.4.2)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ListTagsRequest.

Request message for ListTags.

Generated from protobuf message google.cloud.datacatalog.v1.ListTagsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the Data Catalog resource to list the tags of. The resource can be an Entry or an EntryGroup (without /entries/{entries} at the end).

↳ page_size int

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

↳ page_token string

Pagination token that specifies the next page to return. If empty, the first page is returned.

getParent

Required. The name of the Data Catalog resource to list the tags of.

The resource can be an Entry or an EntryGroup (without /entries/{entries} at the end).

Returns
TypeDescription
string

setParent

Required. The name of the Data Catalog resource to list the tags of.

The resource can be an Entry or an EntryGroup (without /entries/{entries} at the end).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

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

Returns
TypeDescription
int

setPageSize

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Pagination token that specifies the next page to return. If empty, the first page is returned.

Returns
TypeDescription
string

setPageToken

Pagination token that specifies the next page to return. If empty, the first page is returned.

Parameter
NameDescription
var string
Returns
TypeDescription
$this