Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.GetRequest

Gets details of a single Report.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Report>
MigrationCenterAPIBaseServiceRequest<Report>
ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.GetRequest
Implements
IClientServiceRequest<Report>
IClientServiceRequest
Inherited Members
MigrationCenterAPIBaseServiceRequest<Report>.Xgafv
MigrationCenterAPIBaseServiceRequest<Report>.AccessToken
MigrationCenterAPIBaseServiceRequest<Report>.Alt
MigrationCenterAPIBaseServiceRequest<Report>.Callback
MigrationCenterAPIBaseServiceRequest<Report>.Fields
MigrationCenterAPIBaseServiceRequest<Report>.Key
MigrationCenterAPIBaseServiceRequest<Report>.OauthToken
MigrationCenterAPIBaseServiceRequest<Report>.PrettyPrint
MigrationCenterAPIBaseServiceRequest<Report>.QuotaUser
MigrationCenterAPIBaseServiceRequest<Report>.UploadType
MigrationCenterAPIBaseServiceRequest<Report>.UploadProtocol
ClientServiceRequest<Report>.Execute()
ClientServiceRequest<Report>.ExecuteAsStream()
ClientServiceRequest<Report>.ExecuteAsync()
ClientServiceRequest<Report>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Report>.ExecuteAsStreamAsync()
ClientServiceRequest<Report>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Report>.CreateRequest(bool?)
ClientServiceRequest<Report>.GenerateRequestUri()
ClientServiceRequest<Report>.GetBody()
ClientServiceRequest<Report>.GetDefaultETagAction(string)
ClientServiceRequest<Report>.ETagAction
ClientServiceRequest<Report>.ModifyRequest
ClientServiceRequest<Report>.ValidateParameters
ClientServiceRequest<Report>.ApiVersion
ClientServiceRequest<Report>.RequestParameters
ClientServiceRequest<Report>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.GetRequest : MigrationCenterAPIBaseServiceRequest<Report>, IClientServiceRequest<Report>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Report>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Report>.MethodName

Name

Required. Name of the resource.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Report>.RestPath

View

Determines what information to retrieve for the Report.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.GetRequest.ViewEnum? View { get; set; }
Property Value
Type Description
ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.GetRequest.ViewEnum?

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
MigrationCenterAPIBaseServiceRequest<Report>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX