Show / Hide Table of Contents

Class CloudSearchService.Scope

Available OAuth 2.0 scopes for use with the Cloud Search API.

Inheritance
System.Object
CloudSearchService.Scope
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 class Scope

Fields

CloudSearch

Index and serve your organization's data with Cloud Search

Declaration
public static string CloudSearch
Field Value
Type Description
System.String

CloudSearchDebug

Index and serve your organization's data with Cloud Search

Declaration
public static string CloudSearchDebug
Field Value
Type Description
System.String

CloudSearchIndexing

Index and serve your organization's data with Cloud Search

Declaration
public static string CloudSearchIndexing
Field Value
Type Description
System.String

CloudSearchQuery

Search your organization's data in the Cloud Search index

Declaration
public static string CloudSearchQuery
Field Value
Type Description
System.String

CloudSearchSettings

Index and serve your organization's data with Cloud Search

Declaration
public static string CloudSearchSettings
Field Value
Type Description
System.String

CloudSearchSettingsIndexing

Index and serve your organization's data with Cloud Search

Declaration
public static string CloudSearchSettingsIndexing
Field Value
Type Description
System.String

CloudSearchSettingsQuery

Index and serve your organization's data with Cloud Search

Declaration
public static string CloudSearchSettingsQuery
Field Value
Type Description
System.String

CloudSearchStats

Index and serve your organization's data with Cloud Search

Declaration
public static string CloudSearchStats
Field Value
Type Description
System.String

CloudSearchStatsIndexing

Index and serve your organization's data with Cloud Search

Declaration
public static string CloudSearchStatsIndexing
Field Value
Type Description
System.String
Back to top