Show / Hide Table of Contents

Class ComputeInsightsResponse

Response for the ComputeInsights RPC.

Inheritance
object
ComputeInsightsResponse
Implements
IMessage<ComputeInsightsResponse>
IEquatable<ComputeInsightsResponse>
IDeepCloneable<ComputeInsightsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.AreaInsights.V1
Assembly: Google.Maps.AreaInsights.V1.dll
Syntax
public sealed class ComputeInsightsResponse : IMessage<ComputeInsightsResponse>, IEquatable<ComputeInsightsResponse>, IDeepCloneable<ComputeInsightsResponse>, IBufferMessage, IMessage

Constructors

ComputeInsightsResponse()

Declaration
public ComputeInsightsResponse()

ComputeInsightsResponse(ComputeInsightsResponse)

Declaration
public ComputeInsightsResponse(ComputeInsightsResponse other)
Parameters
Type Name Description
ComputeInsightsResponse other

Properties

Count

Result for Insights.INSIGHT_COUNT.

Declaration
public long Count { get; set; }
Property Value
Type Description
long

HasCount

Gets whether the "count" field is set

Declaration
public bool HasCount { get; }
Property Value
Type Description
bool

PlaceInsights

Result for Insights.INSIGHT_PLACES.

Declaration
public RepeatedField<PlaceInsight> PlaceInsights { get; }
Property Value
Type Description
RepeatedField<PlaceInsight>
In this article
Back to top Generated by DocFX