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

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

Request message for ListEntryGroups.

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

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the location that contains the entry groups to list. Can be provided as a URL.

↳ page_size int

Optional. The maximum number of items to return. Default is 10. Maximum limit is 1000. Throws an invalid argument if page_size is greater than 1000.

↳ page_token string

Optional. Pagination token that specifies the next page to return. If empty, returns the first page.

getParent

Required. The name of the location that contains the entry groups to list.

Can be provided as a URL.

Returns
TypeDescription
string

setParent

Required. The name of the location that contains the entry groups to list.

Can be provided as a URL.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Optional. The maximum number of items to return.

Default is 10. Maximum limit is 1000. Throws an invalid argument if page_size is greater than 1000.

Returns
TypeDescription
int

setPageSize

Optional. The maximum number of items to return.

Default is 10. Maximum limit is 1000. Throws an invalid argument if page_size is greater than 1000.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Optional. Pagination token that specifies the next page to return.

If empty, returns the first page.

Returns
TypeDescription
string

setPageToken

Optional. Pagination token that specifies the next page to return.

If empty, returns the first page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The name of the location that contains the entry groups to list.

Can be provided as a URL. Please see Google\Cloud\DataCatalog\V1\DataCatalogClient::locationName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\ListEntryGroupsRequest