Class FoldersResource.LocationsResource.ReplaysResource.GetRequest
Gets the specified Replay. Each Replay
is available for at least 7 days.
Inheritance
FoldersResource.LocationsResource.ReplaysResource.GetRequest
Inherited Members
Namespace: Google.Apis.PolicySimulator.v1
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class FoldersResource.LocationsResource.ReplaysResource.GetRequest : PolicySimulatorBaseServiceRequest<GoogleCloudPolicysimulatorV1Replay>, IClientServiceRequest<GoogleCloudPolicysimulatorV1Replay>, 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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The name of the Replay to retrieve, in the following format:
{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
, where
{resource-id}
is the ID of the project, folder, or organization that owns the Replay
.
Example:
projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
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 Get parameter list.
Declaration
protected override void InitParameters()