Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BackupCollectionsResource

The "backupCollections" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.BackupCollectionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id} where location_id refers to a Google Cloud region.

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: projects/{project_id}/locations/{location_id} where location_id refers to a Google Cloud region.

Returns
Type Description
ProjectsResource.LocationsResource.BackupCollectionsResource.ListRequest
In this article
Back to top Generated by DocFX