Class ProjectsResource.LocationsResource.GetTrialRequest
Gets the Trial state for a given project
Inheritance
ProjectsResource.LocationsResource.GetTrialRequest
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
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
Methods
InitParameters()
Initializes GetTrial parameter list.
Declaration
protected override void InitParameters()