Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RetiredResourcesResource

The "retiredResources" collection of methods.

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

Constructors

RetiredResourcesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Retrieves a specific RetiredResource resource, which represents the record of a deleted CryptoKey.

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

Required. The name of the RetiredResource to get.

Returns
Type Description
ProjectsResource.LocationsResource.RetiredResourcesResource.GetRequest

List(string)

Lists the RetiredResources which are the records of deleted CryptoKeys. RetiredResources prevent the reuse of these resource names after deletion.

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

Required. The project-specific location holding the RetiredResources, in the format projects/*/locations/*.

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