Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource.GetRequest

Gets details of a single migration execution.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>
ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>
IClientServiceRequest
Inherited Members
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.Xgafv
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.AccessToken
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.Alt
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.Callback
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.Fields
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.Key
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.OauthToken
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.PrettyPrint
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.QuotaUser
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.UploadType
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.UploadProtocol
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.Execute()
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.ExecuteAsync()
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.GetBody()
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.ETagAction
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.ModifyRequest
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.ValidateParameters
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.ApiVersion
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.RequestParameters
ClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.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.DataprocMetastore.v2alpha
Assembly: Google.Apis.DataprocMetastore.v2alpha.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource.GetRequest : DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>, IClientServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>, 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<GoogleCloudMetastoreV2alphaMigrationExecution>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The relative resource name of the migration execution to retrieve, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/migrationExecutions/{migration_execution_id}.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2alphaMigrationExecution>.InitParameters()

Implements

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