Show / Hide Table of Contents

Class DatastoreService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Cloud Datastore API.

Inheritance
System.Object
DatastoreService.ScopeConstants
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.Datastore.v1
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public static class ScopeConstants

Fields

CloudPlatform

View and manage your data across Google Cloud Platform services

Declaration
public const string CloudPlatform = "https://www.googleapis.com/auth/cloud-platform"
Field Value
Type Description
System.String

Datastore

View and manage your Google Cloud Datastore data

Declaration
public const string Datastore = "https://www.googleapis.com/auth/datastore"
Field Value
Type Description
System.String
Back to top