Class ProjectsResource.LocationsResource.BackupCollectionsResource
The "backupCollections" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudRedis.v1
Assembly: Google.Apis.CloudRedis.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BackupCollectionsResource
Constructors
BackupCollectionsResource(IClientService)
Constructs a new resource.
Declaration
public BackupCollectionsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Backups
Gets the Backups resource.
Declaration
public virtual ProjectsResource.LocationsResource.BackupCollectionsResource.BackupsResource Backups { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.BackupCollectionsResource.BackupsResource |
Methods
Get(string)
Get a backup collection.
Declaration
public virtual ProjectsResource.LocationsResource.BackupCollectionsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Redis backupCollection resource name using the form:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.BackupCollectionsResource.GetRequest |
List(string)
Lists all backup collections owned by a consumer project in either the specified location (region)
or all locations. If location_id is specified as - (wildcard), then all regions available to the
project are queried, and the results are aggregated.
Declaration
public virtual ProjectsResource.LocationsResource.BackupCollectionsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The resource name of the backupCollection location using the form:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.BackupCollectionsResource.ListRequest |