Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BackupChannelsResource.BackupPlanBindingsResource

The "backupPlanBindings" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.BackupChannelsResource.BackupPlanBindingsResource
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.BackupPlanBindingsResource

Constructors

BackupPlanBindingsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Retrieve the details of a single BackupPlanBinding.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.BackupChannelsResource.BackupPlanBindingsResource.GetRequest

List(string)

Lists BackupPlanBindings in a given location.

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

Required. The BackupChannel that contains the BackupPlanBindings to list. Format: projects/*/locations/*/backupChannels/*

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