Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SourcesResource.ErrorFramesResource.GetRequest

Gets the details of an error frame.

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

MethodName

Gets the method name.

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

Name

Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}

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<ErrorFrame>.RestPath

View

Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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