public sealed class GetErrorFrameRequest : IMessage<GetErrorFrameRequest>, IEquatable<GetErrorFrameRequest>, IDeepCloneable<GetErrorFrameRequest>, IBufferMessage, IMessageImplements
IMessageGetErrorFrameRequest, IEquatableGetErrorFrameRequest, IDeepCloneableGetErrorFrameRequest, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
GetErrorFrameRequest()
public GetErrorFrameRequest()GetErrorFrameRequest(GetErrorFrameRequest)
public GetErrorFrameRequest(GetErrorFrameRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetErrorFrameRequest | 
      
Properties
ErrorFrameName
public ErrorFrameName ErrorFrameName { get; set; }ErrorFrameName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
ErrorFrameView | 
        |