Show / Hide Table of Contents

Class IndexingService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Indexing API.

Inheritance
System.Object
IndexingService.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.Indexing.v3
Assembly: Google.Apis.Indexing.v3.dll
Syntax
public static class ScopeConstants

Fields

Indexing

Submit data to Google for indexing

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