Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RestoreChannelsResource

The "restoreChannels" collection of methods.

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

Constructors

RestoreChannelsResource(IClientService)

Constructs a new resource.

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

Properties

RestorePlanBindings

Gets the RestorePlanBindings resource.

Declaration
public virtual ProjectsResource.LocationsResource.RestoreChannelsResource.RestorePlanBindingsResource RestorePlanBindings { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.RestoreChannelsResource.RestorePlanBindingsResource

Methods

Create(RestoreChannel, string)

Creates a new RestoreChannel in a given location.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.RestoreChannelsResource.CreateRequest

Delete(string)

Deletes an existing RestoreChannel.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.RestoreChannelsResource.DeleteRequest

Get(string)

Retrieve the details of a single RestoreChannel.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.RestoreChannelsResource.GetRequest

List(string)

Lists RestoreChannels in a given location.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.RestoreChannelsResource.ListRequest

Patch(RestoreChannel, string)

Update a RestoreChannel.

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

The body of the request.

string name

Identifier. The fully qualified name of the RestoreChannel. projects/*/locations/*/restoreChannels/*

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