Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TerraformVersionsResource

The "terraformVersions" collection of methods.

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

Constructors

TerraformVersionsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets details about a TerraformVersion.

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

Required. The name of the TerraformVersion. Format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'

Returns
Type Description
ProjectsResource.LocationsResource.TerraformVersionsResource.GetRequest

List(string)

Lists TerraformVersions in a given project and location.

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

Required. The parent in whose context the TerraformVersions are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}'.

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