Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetTrialRequest

Gets the Trial state for a given project

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

Constructors

GetTrialRequest(IClientService, string)

Constructs a new GetTrial request.

Declaration
public GetTrialRequest(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<Trial>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The project for which trial details need to be retrieved. Format: projects/{project}/locations/{location} Supported Locations are - us, eu and asia.

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

Methods

InitParameters()

Initializes GetTrial parameter list.

Declaration
protected override void InitParameters()
Overrides
BackupdrBaseServiceRequest<Trial>.InitParameters()

Implements

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