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
Implements
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
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()