2023-09-08
▼ ▲ policysimulator.projects.locations.replays.get
Description : Gets the specified Replay. Each `Replay` is available for at least 7 days.
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/replays/{replaysId}
Path : v1beta/{+name}
Parameters :
name
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/replays/[^/]+$
Required : Yes
Description : 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`
Location : path
Parameter Order : name
▼ ▲ policysimulator.projects.locations.replays.list
Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/replays
Path : v1beta/{+parent}/replays
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Parameter Order : parent
Description : Lists each Replay in a project, folder, or organization. Each `Replay` is available for at least 7 days.
Parameters :
parent
Description : Required. The parent resource, in the following format: `{projects|folders|organizations}/{resource-id}/locations/global`, where `{resource-id}` is the ID of the project, folder, or organization that owns the Replay. Example: `projects/my-example-project/locations/global` Only `Replay` objects that are direct children of the provided parent are listed. In other words, `Replay` objects that are children of a project will not be included when the parent is a folder of that project.
Required : Yes
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
pageSize
Format : int32
Location : query
Description : The maximum number of Replay objects to return. Defaults to 50. The maximum value is 1000; values above 1000 are rounded down to 1000.
Type : integer
pageToken
Description : A page token, received from a previous Simulator.ListReplays call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to Simulator.ListReplays must match the call that provided the page token.
Type : string
Location : query
▼ ▲ policysimulator.projects.locations.replays.create
Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/replays
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Path : v1beta/{+parent}/replays
Description : Creates and starts a Replay using the given ReplayConfig.
Parameters :
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Type : string
Description : 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`
Required : Yes
HTTP Method : POST
▼ ▲ policysimulator.projects.locations.replays.results.list
Description : Lists the results of running a Replay.
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/replays/{replaysId}/results
Parameter Order : parent
HTTP Method : GET
Parameters :
parent
Type : string
Description : Required. The Replay whose results are listed, in the following format: `{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}` Example: `projects/my-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36`
Pattern : ^projects/[^/]+/locations/[^/]+/replays/[^/]+$
Location : path
Required : Yes
pageSize
Location : query
Format : int32
Description : The maximum number of ReplayResult objects to return. Defaults to 5000. The maximum value is 5000; values above 5000 are rounded down to 5000.
Type : integer
pageToken
Description : A page token, received from a previous Simulator.ListReplayResults call. Provide this token to retrieve the next page of results. When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token.
Type : string
Location : query
Path : v1beta/{+parent}/results
▼ ▲ policysimulator.organizations.locations.replays.results.list
Flat Path : v1beta/organizations/{organizationsId}/locations/{locationsId}/replays/{replaysId}/results
Parameters :
parent
Pattern : ^organizations/[^/]+/locations/[^/]+/replays/[^/]+$
Location : path
Required : Yes
Type : string
Description : Required. The Replay whose results are listed, in the following format: `{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}` Example: `projects/my-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36`
pageToken
Location : query
Description : A page token, received from a previous Simulator.ListReplayResults call. Provide this token to retrieve the next page of results. When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token.
Type : string
pageSize
Format : int32
Type : integer
Description : The maximum number of ReplayResult objects to return. Defaults to 5000. The maximum value is 5000; values above 5000 are rounded down to 5000.
Location : query
Path : v1beta/{+parent}/results
Description : Lists the results of running a Replay.
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Parameter Order : parent
▼ ▲ policysimulator.organizations.locations.replays.create
Parameter Order : parent
Description : Creates and starts a Replay using the given ReplayConfig.
Flat Path : v1beta/organizations/{organizationsId}/locations/{locationsId}/replays
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
parent
Pattern : ^organizations/[^/]+/locations/[^/]+$
Type : string
Required : Yes
Description : 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`
Location : path
HTTP Method : POST
Path : v1beta/{+parent}/replays
▼ ▲ policysimulator.organizations.locations.replays.get
Parameters :
name
Location : path
Type : string
Required : Yes
Pattern : ^organizations/[^/]+/locations/[^/]+/replays/[^/]+$
Description : 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`
Path : v1beta/{+name}
Parameter Order : name
Description : Gets the specified Replay. Each `Replay` is available for at least 7 days.
Flat Path : v1beta/organizations/{organizationsId}/locations/{locationsId}/replays/{replaysId}
HTTP Method : GET
▼ ▲ policysimulator.organizations.locations.replays.list
Parameters :
pageSize
Format : int32
Location : query
Description : The maximum number of Replay objects to return. Defaults to 50. The maximum value is 1000; values above 1000 are rounded down to 1000.
Type : integer
parent
Description : Required. The parent resource, in the following format: `{projects|folders|organizations}/{resource-id}/locations/global`, where `{resource-id}` is the ID of the project, folder, or organization that owns the Replay. Example: `projects/my-example-project/locations/global` Only `Replay` objects that are direct children of the provided parent are listed. In other words, `Replay` objects that are children of a project will not be included when the parent is a folder of that project.
Pattern : ^organizations/[^/]+/locations/[^/]+$
Type : string
Required : Yes
Location : path
pageToken
Type : string
Description : A page token, received from a previous Simulator.ListReplays call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to Simulator.ListReplays must match the call that provided the page token.
Location : query
Parameter Order : parent
Description : Lists each Replay in a project, folder, or organization. Each `Replay` is available for at least 7 days.
Flat Path : v1beta/organizations/{organizationsId}/locations/{locationsId}/replays
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Path : v1beta/{+parent}/replays
▼ ▲ policysimulator.folders.locations.replays.create
Parameters :
parent
Description : 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`
Pattern : ^folders/[^/]+/locations/[^/]+$
Type : string
Location : path
Required : Yes
HTTP Method : POST
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta/folders/{foldersId}/locations/{locationsId}/replays
Path : v1beta/{+parent}/replays
Description : Creates and starts a Replay using the given ReplayConfig.
▼ ▲ policysimulator.folders.locations.replays.list
Parameters :
pageToken
Description : A page token, received from a previous Simulator.ListReplays call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to Simulator.ListReplays must match the call that provided the page token.
Location : query
Type : string
pageSize
Description : The maximum number of Replay objects to return. Defaults to 50. The maximum value is 1000; values above 1000 are rounded down to 1000.
Format : int32
Location : query
Type : integer
parent
Location : path
Type : string
Required : Yes
Pattern : ^folders/[^/]+/locations/[^/]+$
Description : Required. The parent resource, in the following format: `{projects|folders|organizations}/{resource-id}/locations/global`, where `{resource-id}` is the ID of the project, folder, or organization that owns the Replay. Example: `projects/my-example-project/locations/global` Only `Replay` objects that are direct children of the provided parent are listed. In other words, `Replay` objects that are children of a project will not be included when the parent is a folder of that project.
Path : v1beta/{+parent}/replays
Parameter Order : parent
Flat Path : v1beta/folders/{foldersId}/locations/{locationsId}/replays
HTTP Method : GET
Description : Lists each Replay in a project, folder, or organization. Each `Replay` is available for at least 7 days.
▼ ▲ policysimulator.folders.locations.replays.get
Flat Path : v1beta/folders/{foldersId}/locations/{locationsId}/replays/{replaysId}
Path : v1beta/{+name}
Description : Gets the specified Replay. Each `Replay` is available for at least 7 days.
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Parameters :
name
Pattern : ^folders/[^/]+/locations/[^/]+/replays/[^/]+$
Location : path
Type : string
Required : Yes
Description : 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`
Parameter Order : name
▼ ▲ policysimulator.folders.locations.replays.results.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta/{+parent}/results
Parameters :
pageSize
Location : query
Description : The maximum number of ReplayResult objects to return. Defaults to 5000. The maximum value is 5000; values above 5000 are rounded down to 5000.
Type : integer
Format : int32
pageToken
Location : query
Type : string
Description : A page token, received from a previous Simulator.ListReplayResults call. Provide this token to retrieve the next page of results. When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token.
parent
Required : Yes
Type : string
Description : Required. The Replay whose results are listed, in the following format: `{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}` Example: `projects/my-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36`
Pattern : ^folders/[^/]+/locations/[^/]+/replays/[^/]+$
Location : path
Parameter Order : parent
Description : Lists the results of running a Replay.
HTTP Method : GET
Flat Path : v1beta/folders/{foldersId}/locations/{locationsId}/replays/{replaysId}/results