Show / Hide Table of Contents

Class LocationsResource.BusinesscallsinsightsResource.ListRequest

Returns insights for Business calls for a location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListBusinessCallsInsightsResponse>
MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>
LocationsResource.BusinesscallsinsightsResource.ListRequest
Implements
IClientServiceRequest<ListBusinessCallsInsightsResponse>
IClientServiceRequest
Inherited Members
MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>.Xgafv
MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>.AccessToken
MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>.Alt
MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>.Callback
MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>.Fields
MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>.Key
MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>.OauthToken
MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>.PrettyPrint
MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>.QuotaUser
MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>.UploadType
MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>.UploadProtocol
ClientServiceRequest<ListBusinessCallsInsightsResponse>.Execute()
ClientServiceRequest<ListBusinessCallsInsightsResponse>.ExecuteAsStream()
ClientServiceRequest<ListBusinessCallsInsightsResponse>.ExecuteAsync()
ClientServiceRequest<ListBusinessCallsInsightsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListBusinessCallsInsightsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListBusinessCallsInsightsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListBusinessCallsInsightsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListBusinessCallsInsightsResponse>.GenerateRequestUri()
ClientServiceRequest<ListBusinessCallsInsightsResponse>.GetBody()
ClientServiceRequest<ListBusinessCallsInsightsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListBusinessCallsInsightsResponse>.ETagAction
ClientServiceRequest<ListBusinessCallsInsightsResponse>.ModifyRequest
ClientServiceRequest<ListBusinessCallsInsightsResponse>.ValidateParameters
ClientServiceRequest<ListBusinessCallsInsightsResponse>.RequestParameters
ClientServiceRequest<ListBusinessCallsInsightsResponse>.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.MyBusinessBusinessCalls.v1
Assembly: Google.Apis.MyBusinessBusinessCalls.v1.dll
Syntax
public class LocationsResource.BusinesscallsinsightsResource.ListRequest : MyBusinessBusinessCallsBaseServiceRequest<ListBusinessCallsInsightsResponse>, IClientServiceRequest<ListBusinessCallsInsightsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. A filter constraining the calls insights to return. The response includes only entries that match the filter. If the MetricType is not provided, AGGREGATE_COUNT is returned. If no end_date is provided, the last date for which data is available is used. If no start_date is provided, we will default to the first date for which data is available, which is currently 6 months. If start_date is before the date when data is available, data is returned starting from the date when it is available. At this time we support following filters. 1. start_date="DATE" where date is in YYYY-MM-DD format. 2. end_date="DATE" where date is in YYYY-MM-DD format. 3. metric_type=XYZ where XYZ is a valid MetricType. 4. Conjunctions(AND) of all of the above. e.g., "start_date=2021-08-01 AND end_date=2021-08-10 AND metric_type=AGGREGATE_COUNT" The AGGREGATE_COUNT metric_type ignores the DD part of the date.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessCalls.v1.Data.ListBusinessCallsInsightsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessCalls.v1.Data.ListBusinessCallsInsightsResponse>.MethodName

PageSize

Optional. The maximum number of BusinessCallsInsights to return. If unspecified, at most 20 will be returned. Some of the metric_types(e.g, AGGREGATE_COUNT) returns a single page. For these metrics, the page_size is ignored.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token, received from a previous ListBusinessCallsInsights call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListBusinessCallsInsights must match the call that provided the page token. Some of the metric_types (e.g, AGGREGATE_COUNT) returns a single page. For these metrics, the pake_token is ignored.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The parent location to fetch calls insights for. Format: locations/{location_id}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessCalls.v1.Data.ListBusinessCallsInsightsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.MyBusinessBusinessCalls.v1.MyBusinessBusinessCallsBaseServiceRequest<Google.Apis.MyBusinessBusinessCalls.v1.Data.ListBusinessCallsInsightsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX