Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

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

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

InstanceConfigOperations

Gets the InstanceConfigOperations resource.

Declaration
public virtual ProjectsResource.InstanceConfigOperationsResource InstanceConfigOperations { get; }
Property Value
Type Description
ProjectsResource.InstanceConfigOperationsResource

InstanceConfigs

Gets the InstanceConfigs resource.

Declaration
public virtual ProjectsResource.InstanceConfigsResource InstanceConfigs { get; }
Property Value
Type Description
ProjectsResource.InstanceConfigsResource

Instances

Gets the Instances resource.

Declaration
public virtual ProjectsResource.InstancesResource Instances { get; }
Property Value
Type Description
ProjectsResource.InstancesResource
In this article
Back to top Generated by DocFX