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.
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}
string
setName
Required. The name of the frame to retrieve.
Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}
var
string
$this
getView
Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.
int
setView
Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.
var
int
$this
static::build
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.