Show / Hide Table of Contents

Class IndexingService

The Indexing Service.

Inheritance
System.Object
BaseClientService
IndexingService
Implements
IClientService
System.IDisposable
Inherited Members
BaseClientService.DefaultMaxUrlLength
BaseClientService.CreateBackOffHandler()
BaseClientService.SetRequestSerailizedContent(HttpRequestMessage, Object)
BaseClientService.SerializeObject(Object)
BaseClientService.DeserializeResponse<T>(HttpResponseMessage)
BaseClientService.DeserializeError(HttpResponseMessage)
BaseClientService.Dispose()
BaseClientService.BaseUriOverride
BaseClientService.HttpClient
BaseClientService.HttpClientInitializer
BaseClientService.GZipEnabled
BaseClientService.ApiKey
BaseClientService.ApplicationName
BaseClientService.Serializer
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 class IndexingService : BaseClientService, IClientService, IDisposable

Constructors

IndexingService()

Constructs a new service.

Declaration
public IndexingService()

IndexingService(BaseClientService.Initializer)

Constructs a new service.

Declaration
public IndexingService(BaseClientService.Initializer initializer)
Parameters
Type Name Description
BaseClientService.Initializer initializer

The service initializer.

Fields

DiscoveryVersionUsed

The discovery version used to generate this service.

Declaration
public static DiscoveryVersion DiscoveryVersionUsed
Field Value
Type Description
DiscoveryVersion

Version

The API version.

Declaration
public const string Version = "v3"
Field Value
Type Description
System.String

Properties

BasePath

Gets the service base path.

Declaration
public override string BasePath { get; }
Property Value
Type Description
System.String
Overrides
BaseClientService.BasePath

BaseUri

Gets the service base URI.

Declaration
public override string BaseUri { get; }
Property Value
Type Description
System.String
Overrides
BaseClientService.BaseUri

BatchPath

Gets the batch base path; null if unspecified.

Declaration
public override string BatchPath { get; }
Property Value
Type Description
System.String
Overrides
BaseClientService.BatchPath

BatchUri

Gets the batch base URI; null if unspecified.

Declaration
public override string BatchUri { get; }
Property Value
Type Description
System.String
Overrides
BaseClientService.BatchUri

Features

Gets the service supported features.

Declaration
public override IList<string> Features { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
Overrides
BaseClientService.Features

Name

Gets the service name.

Declaration
public override string Name { get; }
Property Value
Type Description
System.String
Overrides
BaseClientService.Name

UrlNotifications

Gets the UrlNotifications resource.

Declaration
public virtual UrlNotificationsResource UrlNotifications { get; }
Property Value
Type Description
UrlNotificationsResource

Implements

IClientService
System.IDisposable
Back to top