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

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

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
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
Name Description
var string
Returns
Type Description
$this

getPageSize

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

Returns
Type Description
int

setPageSize

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

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

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

Returns
Type Description
string

setPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
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). Please see Google\Cloud\DataCatalog\V1\DataCatalogClient::entryName() for help formatting this field.

Returns
Type Description
Google\Cloud\DataCatalog\V1\ListTagsRequest