Google Cloud Migration Center V1 Client - Class GetErrorFrameRequest (0.1.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

Required. The name of the frame to retrieve.

Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.

Returns
TypeDescription
int

setView

Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
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
TypeDescription
Google\Cloud\MigrationCenter\V1\GetErrorFrameRequest