Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReportConfigsResource

The "reportConfigs" collection of methods.

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

Constructors

ReportConfigsResource(IClientService)

Constructs a new resource.

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

Properties

Reports

Gets the Reports resource.

Declaration
public virtual ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource Reports { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource

Methods

Create(ReportConfig, string)

Creates a report configuration.

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

The body of the request.

string parent

Required. Value for parent.

Returns
Type Description
ProjectsResource.LocationsResource.ReportConfigsResource.CreateRequest

Delete(string)

Deletes a ReportConfig.

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

Required. Name of the resource.

Returns
Type Description
ProjectsResource.LocationsResource.ReportConfigsResource.DeleteRequest

Get(string)

Gets details of a single ReportConfig.

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

Required. Name of the resource.

Returns
Type Description
ProjectsResource.LocationsResource.ReportConfigsResource.GetRequest

List(string)

Lists ReportConfigs in a given project and location.

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

Required. Parent value for ListReportConfigsRequest.

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