Show / Hide Table of Contents

Class StatsResource.IndexResource.DatasourcesResource.GetRequest

Gets indexed item statistics for a single data source. Note: This API requires a standard end user account to execute.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<GetDataSourceIndexStatsResponse>
CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>
StatsResource.IndexResource.DatasourcesResource.GetRequest
Implements
Google.Apis.Requests.IClientServiceRequest<GetDataSourceIndexStatsResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>.Xgafv
CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>.AccessToken
CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>.Alt
CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>.Callback
CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>.Fields
CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>.Key
CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>.OauthToken
CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>.PrettyPrint
CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>.QuotaUser
CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>.UploadType
CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
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 GetRequest : CloudSearchBaseServiceRequest<GetDataSourceIndexStatsResponse>, IClientServiceRequest<GetDataSourceIndexStatsResponse>, IClientServiceRequest

Constructors

GetRequest(IClientService, String)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.String name

Properties

FromDateDay

Day of month. Must be from 1 to 31 and valid for the year and month.

Declaration
[RequestParameter("fromDate.day", RequestParameterType.Query)]
public virtual int? FromDateDay { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

FromDateMonth

Month of date. Must be from 1 to 12.

Declaration
[RequestParameter("fromDate.month", RequestParameterType.Query)]
public virtual int? FromDateMonth { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

FromDateYear

Year of date. Must be from 1 to 9999.

Declaration
[RequestParameter("fromDate.year", RequestParameterType.Query)]
public virtual int? FromDateYear { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.MethodName

Name

The resource id of the data source to retrieve statistics for, in the following format: "datasources/{source_id}"

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.RestPath

ToDateDay

Day of month. Must be from 1 to 31 and valid for the year and month.

Declaration
[RequestParameter("toDate.day", RequestParameterType.Query)]
public virtual int? ToDateDay { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ToDateMonth

Month of date. Must be from 1 to 12.

Declaration
[RequestParameter("toDate.month", RequestParameterType.Query)]
public virtual int? ToDateMonth { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ToDateYear

Year of date. Must be from 1 to 9999.

Declaration
[RequestParameter("toDate.year", RequestParameterType.Query)]
public virtual int? ToDateYear { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudSearch.v1.CloudSearchBaseServiceRequest<Google.Apis.CloudSearch.v1.Data.GetDataSourceIndexStatsResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top