Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.InsightsResource.GetRequest

Gets the value for a selected particular insight with default configuration. The default aggregation level is 'DAILY' and no grouping will be applied or default grouping if applicable. The data will be returned for recent 7 days starting the day before. The insight data size will be limited to 50 rows. Use the organization level path for fetching at org level and project level path for fetching the insight value specific to a particular project. Setting the view to BASIC will only return the metadata for the insight.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>
OrganizationsResource.LocationsResource.InsightsResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>
IClientServiceRequest
Inherited Members
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.Xgafv
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.AccessToken
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.Alt
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.Callback
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.Fields
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.Key
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.OauthToken
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.PrettyPrint
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.QuotaUser
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.UploadType
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.UploadProtocol
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.Execute()
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.ExecuteAsync()
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.GetBody()
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.ETagAction
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.ModifyRequest
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.ValidateParameters
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.ApiVersion
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.RequestParameters
ClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.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.BeyondCorp.v1alpha
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class OrganizationsResource.LocationsResource.InsightsResource.GetRequest : BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>, IClientServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the insight using the form: organizations/{organization_id}/locations/{location_id}/insights/{insight_id} projects/{project_id}/locations/{location_id}/insights/{insight_id}

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

RestPath

Gets the REST path.

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

View

Required. Metadata only or full data view.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual OrganizationsResource.LocationsResource.InsightsResource.GetRequest.ViewEnum? View { get; set; }
Property Value
Type Description
OrganizationsResource.LocationsResource.InsightsResource.GetRequest.ViewEnum?

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
BeyondCorpBaseServiceRequest<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight>.InitParameters()

Implements

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