Reference documentation and code samples for the Google Cloud Migration Center V1 Client class ListErrorFramesRequest.
A request to list error frames for a source.
Generated from protobuf message google.cloud.migrationcenter.v1.ListErrorFramesRequest
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Parent value (the source) for |
↳ page_size |
int
Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
↳ page_token |
string
A token identifying a page of results the server should return. |
↳ view |
int
Optional. An optional view mode to control the level of details of each error frame. The default is a BASIC frame view. |
getParent
Required. Parent value (the source) for ListErrorFramesRequest
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Parent value (the source) for ListErrorFramesRequest
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Requested page size. Server may return fewer items than requested.
If unspecified, server will pick an appropriate default.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Requested page size. Server may return fewer items than requested.
If unspecified, server will pick an appropriate default.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
A token identifying a page of results the server should return.
Returns | |
---|---|
Type | Description |
string |
setPageToken
A token identifying a page of results the server should return.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getView
Optional. An optional view mode to control the level of details of each error frame. The default is a BASIC frame view.
Returns | |
---|---|
Type | Description |
int |
setView
Optional. An optional view mode to control the level of details of each error frame. The default is a BASIC frame view.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. Parent value (the source) for |
Returns | |
---|---|
Type | Description |
Google\Cloud\MigrationCenter\V1\ListErrorFramesRequest |