Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TemplatesResource

The "templates" collection of methods.

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

Constructors

TemplatesResource(IClientService)

Constructs a new resource.

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

Properties

Versions

Gets the Versions resource.

Declaration
public virtual ProjectsResource.LocationsResource.TemplatesResource.VersionsResource Versions { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.TemplatesResource.VersionsResource

Methods

Create(Template, string)

Creates a new Template in a given project and location.

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

The body of the request.

string parent

Required. Value for parent in the format projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.TemplatesResource.CreateRequest

Delete(string)

Deletes a single Template.

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

Required. Name of the resource in the format projects/*/locations/*/templates/*.

Returns
Type Description
ProjectsResource.LocationsResource.TemplatesResource.DeleteRequest

Get(string)

Gets details of a single Template.

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

Required. Name of the resource in the format projects/*/locations/*/templates/*.

Returns
Type Description
ProjectsResource.LocationsResource.TemplatesResource.GetRequest

List(string)

Lists Templates in a given project and location.

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

Required. Parent value for ListTemplatesRequest in the format projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.TemplatesResource.ListRequest

Patch(Template, string)

Updates a single Template.

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

The body of the request.

string name

Identifier. The resource name of the Template in the format projects/*/locations/*/templates/*.

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