Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BackupChannelsResource

The "backupChannels" collection of methods.

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

Constructors

BackupChannelsResource(IClientService)

Constructs a new resource.

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

Properties

BackupPlanBindings

Gets the BackupPlanBindings resource.

Declaration
public virtual ProjectsResource.LocationsResource.BackupChannelsResource.BackupPlanBindingsResource BackupPlanBindings { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.BackupChannelsResource.BackupPlanBindingsResource

Methods

Create(BackupChannel, string)

Creates a new BackupChannel in a given location.

Declaration
public virtual ProjectsResource.LocationsResource.BackupChannelsResource.CreateRequest Create(BackupChannel body, string parent)
Parameters
Type Name Description
BackupChannel body

The body of the request.

string parent

Required. The location within which to create the BackupChannel. Format: projects/*/locations/*

Returns
Type Description
ProjectsResource.LocationsResource.BackupChannelsResource.CreateRequest

Delete(string)

Deletes an existing BackupChannel.

Declaration
public virtual ProjectsResource.LocationsResource.BackupChannelsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Fully qualified BackupChannel name. Format: projects/*/locations/*/backupChannels/*

Returns
Type Description
ProjectsResource.LocationsResource.BackupChannelsResource.DeleteRequest

Get(string)

Retrieve the details of a single BackupChannel.

Declaration
public virtual ProjectsResource.LocationsResource.BackupChannelsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Fully qualified BackupChannel name. Format: projects/*/locations/*/backupChannels/*

Returns
Type Description
ProjectsResource.LocationsResource.BackupChannelsResource.GetRequest

List(string)

Lists BackupChannels in a given location.

Declaration
public virtual ProjectsResource.LocationsResource.BackupChannelsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The location that contains the BackupChannels to list. Format: projects/*/locations/*

Returns
Type Description
ProjectsResource.LocationsResource.BackupChannelsResource.ListRequest

Patch(BackupChannel, string)

Update a BackupChannel.

Declaration
public virtual ProjectsResource.LocationsResource.BackupChannelsResource.PatchRequest Patch(BackupChannel body, string name)
Parameters
Type Name Description
BackupChannel body

The body of the request.

string name

Identifier. The fully qualified name of the BackupChannel. projects/*/locations/*/backupChannels/*

Returns
Type Description
ProjectsResource.LocationsResource.BackupChannelsResource.PatchRequest
In this article
Back to top Generated by DocFX