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.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Parent value (the source) for ListErrorFramesRequest
.
↳ 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
.
string
setParent
Required. Parent value (the source) for ListErrorFramesRequest
.
var
string
$this
getPageSize
Requested page size. Server may return fewer items than requested.
If unspecified, server will pick an appropriate default.
int
setPageSize
Requested page size. Server may return fewer items than requested.
If unspecified, server will pick an appropriate default.
var
int
$this
getPageToken
A token identifying a page of results the server should return.
string
setPageToken
A token identifying a page of results the server should return.
var
string
$this
getView
Optional. An optional view mode to control the level of details of each error frame. The default is a BASIC frame view.
int
setView
Optional. An optional view mode to control the level of details of each error frame. The default is a BASIC frame view.
var
int
$this
static::build
parent
string
Required. Parent value (the source) for ListErrorFramesRequest
. Please see Google\Cloud\MigrationCenter\V1\MigrationCenterClient::sourceName()
for help formatting this field.