Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReportConfigsResource.GetRequest

Gets details of a single ReportConfig.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ReportConfig>
MigrationCenterAPIBaseServiceRequest<ReportConfig>
ProjectsResource.LocationsResource.ReportConfigsResource.GetRequest
Implements
IClientServiceRequest<ReportConfig>
IClientServiceRequest
Inherited Members
MigrationCenterAPIBaseServiceRequest<ReportConfig>.Xgafv
MigrationCenterAPIBaseServiceRequest<ReportConfig>.AccessToken
MigrationCenterAPIBaseServiceRequest<ReportConfig>.Alt
MigrationCenterAPIBaseServiceRequest<ReportConfig>.Callback
MigrationCenterAPIBaseServiceRequest<ReportConfig>.Fields
MigrationCenterAPIBaseServiceRequest<ReportConfig>.Key
MigrationCenterAPIBaseServiceRequest<ReportConfig>.OauthToken
MigrationCenterAPIBaseServiceRequest<ReportConfig>.PrettyPrint
MigrationCenterAPIBaseServiceRequest<ReportConfig>.QuotaUser
MigrationCenterAPIBaseServiceRequest<ReportConfig>.UploadType
MigrationCenterAPIBaseServiceRequest<ReportConfig>.UploadProtocol
ClientServiceRequest<ReportConfig>.Execute()
ClientServiceRequest<ReportConfig>.ExecuteAsStream()
ClientServiceRequest<ReportConfig>.ExecuteAsync()
ClientServiceRequest<ReportConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ReportConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<ReportConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ReportConfig>.CreateRequest(bool?)
ClientServiceRequest<ReportConfig>.GenerateRequestUri()
ClientServiceRequest<ReportConfig>.GetBody()
ClientServiceRequest<ReportConfig>.GetDefaultETagAction(string)
ClientServiceRequest<ReportConfig>.ETagAction
ClientServiceRequest<ReportConfig>.ModifyRequest
ClientServiceRequest<ReportConfig>.ValidateParameters
ClientServiceRequest<ReportConfig>.ApiVersion
ClientServiceRequest<ReportConfig>.RequestParameters
ClientServiceRequest<ReportConfig>.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.GetRequest : MigrationCenterAPIBaseServiceRequest<ReportConfig>, IClientServiceRequest<ReportConfig>, 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<ReportConfig>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ReportConfig>.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<ReportConfig>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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