Migration Center v1 API - Class GetErrorFrameRequest (1.1.0)

public sealed class GetErrorFrameRequest : IMessage<GetErrorFrameRequest>, IEquatable<GetErrorFrameRequest>, IDeepCloneable<GetErrorFrameRequest>, IBufferMessage, IMessage

Inheritance

object > GetErrorFrameRequest

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

GetErrorFrameRequest()

public GetErrorFrameRequest()

GetErrorFrameRequest(GetErrorFrameRequest)

public GetErrorFrameRequest(GetErrorFrameRequest other)
Parameter
NameDescription
otherGetErrorFrameRequest

Properties

ErrorFrameName

public ErrorFrameName ErrorFrameName { get; set; }

ErrorFrameName-typed view over the Name resource name property.

Property Value
TypeDescription
ErrorFrameName

Name

public string Name { get; set; }

Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}

Property Value
TypeDescription
string

View

public ErrorFrameView View { get; set; }

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

Property Value
TypeDescription
ErrorFrameView