Class ProjectsResource.LocationsResource.SourcesResource.ErrorFramesResource
The "errorFrames" collection of methods.
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SourcesResource.ErrorFramesResource
Constructors
ErrorFramesResource(IClientService)
Constructs a new resource.
Declaration
public ErrorFramesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets the details of an error frame.
Declaration
public virtual ProjectsResource.LocationsResource.SourcesResource.ErrorFramesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SourcesResource.ErrorFramesResource.GetRequest |
List(string)
Lists all error frames in a given source and location.
Declaration
public virtual ProjectsResource.LocationsResource.SourcesResource.ErrorFramesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Parent value (the source) for |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SourcesResource.ErrorFramesResource.ListRequest |