Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ListEngineVersionsRequest.
Request for retrieving a paginated list of EngineVersion resources that meet the specified criteria.
Generated from protobuf message google.cloud.financialservices.v1.ListEngineVersionsRequest
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent of the EngineVersion is the Instance. |
↳ page_size |
int
Optional. The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources. |
↳ page_token |
string
Optional. In case of paginated results, this is the token that was returned in the previous ListEngineVersionsResponse. It should be copied here to retrieve the next page of resources. Empty will give the first page of ListEngineVersionsRequest, and the last page will return an empty page_token. |
↳ filter |
string
Optional. Specify a filter to narrow search results. If empty or unset will default to "state!=DEPRECATED", to view deprecated versions use "state:*" or any other filter. |
↳ order_by |
string
Optional. Specify a field to use for ordering. |
getParent
Required. The parent of the EngineVersion is the Instance.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent of the EngineVersion is the Instance.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. In case of paginated results, this is the token that was returned in the previous ListEngineVersionsResponse. It should be copied here to retrieve the next page of resources. Empty will give the first page of ListEngineVersionsRequest, and the last page will return an empty page_token.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. In case of paginated results, this is the token that was returned in the previous ListEngineVersionsResponse. It should be copied here to retrieve the next page of resources. Empty will give the first page of ListEngineVersionsRequest, and the last page will return an empty page_token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
Optional. Specify a filter to narrow search results.
If empty or unset will default to "state!=DEPRECATED", to view deprecated versions use "state:*" or any other filter.
Returns | |
---|---|
Type | Description |
string |
setFilter
Optional. Specify a filter to narrow search results.
If empty or unset will default to "state!=DEPRECATED", to view deprecated versions use "state:*" or any other filter.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOrderBy
Optional. Specify a field to use for ordering.
Returns | |
---|---|
Type | Description |
string |
setOrderBy
Optional. Specify a field to use for ordering.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The parent of the EngineVersion is the Instance. Please see AMLClient::instanceName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
ListEngineVersionsRequest |