Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.ReplaysResource

The "replays" collection of methods.

Inheritance
object
OrganizationsResource.LocationsResource.ReplaysResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PolicySimulator.v1
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class OrganizationsResource.LocationsResource.ReplaysResource

Constructors

ReplaysResource(IClientService)

Constructs a new resource.

Declaration
public ReplaysResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual OrganizationsResource.LocationsResource.ReplaysResource.OperationsResource Operations { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.ReplaysResource.OperationsResource

Results

Gets the Results resource.

Declaration
public virtual OrganizationsResource.LocationsResource.ReplaysResource.ResultsResource Results { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.ReplaysResource.ResultsResource

Methods

Create(GoogleCloudPolicysimulatorV1Replay, string)

Creates and starts a Replay using the given ReplayConfig.

Declaration
public virtual OrganizationsResource.LocationsResource.ReplaysResource.CreateRequest Create(GoogleCloudPolicysimulatorV1Replay body, string parent)
Parameters
Type Name Description
GoogleCloudPolicysimulatorV1Replay body

The body of the request.

string parent

Required. The parent resource where this Replay will be created. This resource must be a project, folder, or organization with a location. Example: projects/my-example-project/locations/global

Returns
Type Description
OrganizationsResource.LocationsResource.ReplaysResource.CreateRequest

Get(string)

Gets the specified Replay. Each Replay is available for at least 7 days.

Declaration
public virtual OrganizationsResource.LocationsResource.ReplaysResource.GetRequest Get(string name)
Parameters
Type Name Description
string 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

Returns
Type Description
OrganizationsResource.LocationsResource.ReplaysResource.GetRequest
In this article
Back to top Generated by DocFX