Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ParametersResource.VersionsResource

The "versions" collection of methods.

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

Constructors

VersionsResource(IClientService)

Constructs a new resource.

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

Methods

Create(ParameterVersion, string)

Creates a new ParameterVersion in a given project, location, and parameter.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.ParametersResource.VersionsResource.CreateRequest

Delete(string)

Deletes a single ParameterVersion.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.ParametersResource.VersionsResource.DeleteRequest

Get(string)

Gets details of a single ParameterVersion.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.ParametersResource.VersionsResource.GetRequest

List(string)

Lists ParameterVersions in a given project, location, and parameter.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.ParametersResource.VersionsResource.ListRequest

Patch(ParameterVersion, string)

Updates a single ParameterVersion.

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

The body of the request.

string name

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

Returns
Type Description
ProjectsResource.LocationsResource.ParametersResource.VersionsResource.PatchRequest

Render(string)

Gets rendered version of a ParameterVersion.

Declaration
public virtual ProjectsResource.LocationsResource.ParametersResource.VersionsResource.RenderRequest Render(string name)
Parameters
Type Name Description
string name

Required. Name of the resource

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