Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource

The "reports" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource
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.ReportConfigsResource.ReportsResource

Constructors

ReportsResource(IClientService)

Constructs a new resource.

Declaration
public ReportsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(Report, string)

Creates a report.

Declaration
public virtual ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.CreateRequest Create(Report body, string parent)
Parameters
Type Name Description
Report body

The body of the request.

string parent

Required. Value for parent.

Returns
Type Description
ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.CreateRequest

Delete(string)

Deletes a Report.

Declaration
public virtual ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Name of the resource.

Returns
Type Description
ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.DeleteRequest

Get(string)

Gets details of a single Report.

Declaration
public virtual ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the resource.

Returns
Type Description
ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.GetRequest

List(string)

Lists Reports in a given ReportConfig.

Declaration
public virtual ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent value for ListReportsRequest.

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