Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RestoreChannelsResource.RestorePlanBindingsResource

The "restorePlanBindings" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RestoreChannelsResource.RestorePlanBindingsResource
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.RestoreChannelsResource.RestorePlanBindingsResource

Constructors

RestorePlanBindingsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Retrieve the details of a single RestorePlanBinding.

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

Required. Fully qualified RestorePlanBinding name. Format: projects/*/locations/*/restoreChannels/*/restorePlanBindings/*

Returns
Type Description
ProjectsResource.LocationsResource.RestoreChannelsResource.RestorePlanBindingsResource.GetRequest

List(string)

Lists RestorePlanBindings in a given location.

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

Required. The RestoreChannel that contains the ListRestorePlanBindings to list. Format: projects/*/locations/*/restoreChannels/*

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