Show / Hide Table of Contents

Class CloudSearchService.ScopeConstants

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

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

Fields

CloudSearch

Index and serve your organization's data with Cloud Search

Declaration
public const string CloudSearch = "https://www.googleapis.com/auth/cloud_search"
Field Value
Type Description
System.String

CloudSearchDebug

New Service: https://www.googleapis.com/auth/cloud_search.debug

Declaration
public const string CloudSearchDebug = "https://www.googleapis.com/auth/cloud_search.debug"
Field Value
Type Description
System.String

CloudSearchIndexing

New Service: https://www.googleapis.com/auth/cloud_search.indexing

Declaration
public const string CloudSearchIndexing = "https://www.googleapis.com/auth/cloud_search.indexing"
Field Value
Type Description
System.String

CloudSearchQuery

Search your organization's data in the Cloud Search index

Declaration
public const string CloudSearchQuery = "https://www.googleapis.com/auth/cloud_search.query"
Field Value
Type Description
System.String

CloudSearchSettings

New Service: https://www.googleapis.com/auth/cloud_search.settings

Declaration
public const string CloudSearchSettings = "https://www.googleapis.com/auth/cloud_search.settings"
Field Value
Type Description
System.String

CloudSearchSettingsIndexing

New Service: https://www.googleapis.com/auth/cloud_search.settings.indexing

Declaration
public const string CloudSearchSettingsIndexing = "https://www.googleapis.com/auth/cloud_search.settings.indexing"
Field Value
Type Description
System.String

CloudSearchSettingsQuery

New Service: https://www.googleapis.com/auth/cloud_search.settings.query

Declaration
public const string CloudSearchSettingsQuery = "https://www.googleapis.com/auth/cloud_search.settings.query"
Field Value
Type Description
System.String

CloudSearchStats

New Service: https://www.googleapis.com/auth/cloud_search.stats

Declaration
public const string CloudSearchStats = "https://www.googleapis.com/auth/cloud_search.stats"
Field Value
Type Description
System.String

CloudSearchStatsIndexing

New Service: https://www.googleapis.com/auth/cloud_search.stats.indexing

Declaration
public const string CloudSearchStatsIndexing = "https://www.googleapis.com/auth/cloud_search.stats.indexing"
Field Value
Type Description
System.String
Back to top