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
Namespace: Google.Apis.Datastore.v1beta3
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public static class ScopeConstants : object

Fields

CloudPlatform

View and manage your data across Google Cloud Platform services

Declaration
public const string CloudPlatform = null
Field Value
Type Description
System.String

Datastore

View and manage your Google Cloud Datastore data

Declaration
public const string Datastore = null
Field Value
Type Description
System.String
Back to top