Show / Hide Table of Contents

Class V1Resource.ComputeInsightsRequest

This method lets you retrieve insights about areas using a variety of filter such as: area, place type, operating status, price level and ratings. Currently "count" and "places" insights are supported. With "count" insights you can answer questions such as "How many restaurant are located in California that are operational, are inexpensive and have an average rating of at least 4 stars" (see insight enum for more details). With "places" insights, you can determine which places match the requested filter. Clients can then use those place resource names to fetch more details about each individual place using the Places API.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ComputeInsightsResponse>
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>
V1Resource.ComputeInsightsRequest
Implements
IClientServiceRequest<ComputeInsightsResponse>
IClientServiceRequest
Inherited Members
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>.Xgafv
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>.AccessToken
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>.Alt
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>.Callback
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>.Fields
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>.Key
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>.OauthToken
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>.PrettyPrint
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>.QuotaUser
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>.UploadType
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>.UploadProtocol
ClientServiceRequest<ComputeInsightsResponse>.Execute()
ClientServiceRequest<ComputeInsightsResponse>.ExecuteAsStream()
ClientServiceRequest<ComputeInsightsResponse>.ExecuteAsync()
ClientServiceRequest<ComputeInsightsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ComputeInsightsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ComputeInsightsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ComputeInsightsResponse>.CreateRequest(bool?)
ClientServiceRequest<ComputeInsightsResponse>.GenerateRequestUri()
ClientServiceRequest<ComputeInsightsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ComputeInsightsResponse>.ETagAction
ClientServiceRequest<ComputeInsightsResponse>.ModifyRequest
ClientServiceRequest<ComputeInsightsResponse>.ValidateParameters
ClientServiceRequest<ComputeInsightsResponse>.ApiVersion
ClientServiceRequest<ComputeInsightsResponse>.RequestParameters
ClientServiceRequest<ComputeInsightsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AreaInsights.v1
Assembly: Google.Apis.AreaInsights.v1.dll
Syntax
public class V1Resource.ComputeInsightsRequest : AreaInsightsBaseServiceRequest<ComputeInsightsResponse>, IClientServiceRequest<ComputeInsightsResponse>, IClientServiceRequest

Constructors

ComputeInsightsRequest(IClientService, ComputeInsightsRequest)

Constructs a new ComputeInsights request.

Declaration
public ComputeInsightsRequest(IClientService service, ComputeInsightsRequest body)
Parameters
Type Name Description
IClientService service
ComputeInsightsRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ComputeInsightsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ComputeInsightsResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ComputeInsightsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<ComputeInsightsResponse>.GetBody()

InitParameters()

Initializes ComputeInsights parameter list.

Declaration
protected override void InitParameters()
Overrides
AreaInsightsBaseServiceRequest<ComputeInsightsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX