Show / Hide Table of Contents

Class ProjectsResource.InstanceConfigsResource

The "instanceConfigs" collection of methods.

Inheritance
System.Object
ProjectsResource.InstanceConfigsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Spanner.v1
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class InstanceConfigsResource

Constructors

InstanceConfigsResource(IClientService)

Constructs a new resource.

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

Methods

Get(String)

Gets information about a particular instance configuration.

Declaration
public virtual ProjectsResource.InstanceConfigsResource.GetRequest Get(string name)
Parameters
Type Name Description
System.String name

Required. The name of the requested instance configuration. Values are of the form projects//instanceConfigs/.

Returns
Type Description
ProjectsResource.InstanceConfigsResource.GetRequest

List(String)

Lists the supported instance configurations for a given project.

Declaration
public virtual ProjectsResource.InstanceConfigsResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Required. The name of the project for which a list of supported instance configurations is requested. Values are of the form projects/.

Returns
Type Description
ProjectsResource.InstanceConfigsResource.ListRequest
In This Article
Back to top