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 | arrayOptional. Data for populating the Message object. | 
| ↳ parent | stringRequired. The name of the location that contains the entry groups to list. Can be provided as a URL. | 
| ↳ page_size | intOptional. The maximum number of items to return. Default is 10. Maximum limit is 1000. Throws an invalid argument if  | 
| ↳ page_token | stringOptional. 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 | stringRequired. 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 | |