Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SourcesResource.ErrorFramesResource

The "errorFrames" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SourcesResource.ErrorFramesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 ListErrorFramesRequest.

Returns
Type Description
ProjectsResource.LocationsResource.SourcesResource.ErrorFramesResource.ListRequest
In this article
Back to top Generated by DocFX