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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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_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 | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The name of the location that contains the entry groups to list.
Can be provided as a URL.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Optional. Pagination token that specifies the next page to return.
If empty, returns the first page.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Optional. Pagination token that specifies the next page to return.
If empty, returns the first page.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The name of the location that contains the entry groups to list. Can be provided as a URL. Please see DataCatalogClient::locationName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
ListEntryGroupsRequest |
|