Reference documentation and code samples for the Google Cloud Migration Center V1 Client class GetErrorFrameRequest.
Generated from protobuf message google.cloud.migrationcenter.v1.GetErrorFrameRequest
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame} |
↳ view |
int
Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view. |
getName
Required. The name of the frame to retrieve.
Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the frame to retrieve.
Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getView
Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.
| Returns | |
|---|---|
| Type | Description |
int |
|
setView
Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame} Please see Google\Cloud\MigrationCenter\V1\MigrationCenterClient::errorFrameName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\MigrationCenter\V1\GetErrorFrameRequest |
|