Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ParametersResource

The "parameters" collection of methods.

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

Constructors

ParametersResource(IClientService)

Constructs a new resource.

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

Properties

Versions

Gets the Versions resource.

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

Methods

Create(Parameter, string)

Creates a new Parameter in a given project and location.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.ParametersResource.CreateRequest

Delete(string)

Deletes a single Parameter.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.ParametersResource.DeleteRequest

Get(string)

Gets details of a single Parameter.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.ParametersResource.GetRequest

List(string)

Lists Parameters in a given project and location.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.ParametersResource.ListRequest

Patch(Parameter, string)

Updates a single Parameter.

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

The body of the request.

string name

Identifier. [Output only] The resource name of the Parameter in the format projects/*/locations/*/parameters/*.

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