Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.InsightsResource

The "insights" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.InsightsResource
Inherited Members
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 ProjectsResource.LocationsResource.InsightsResource

Constructors

InsightsResource(IClientService)

Constructs a new resource.

Declaration
public InsightsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

ConfiguredInsight(string)

Gets the value for a selected particular insight based on the provided filters. Use the organization level path for fetching at org level and project level path for fetching the insight value specific to a particular project.

Declaration
public virtual ProjectsResource.LocationsResource.InsightsResource.ConfiguredInsightRequest ConfiguredInsight(string insight)
Parameters
Type Name Description
string insight

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}.

Returns
Type Description
ProjectsResource.LocationsResource.InsightsResource.ConfiguredInsightRequest

Get(string)

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.

Declaration
public virtual ProjectsResource.LocationsResource.InsightsResource.GetRequest Get(string name)
Parameters
Type Name Description
string 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}

Returns
Type Description
ProjectsResource.LocationsResource.InsightsResource.GetRequest

List(string)

Lists for all the available insights that could be fetched from the system. Allows to filter using category. Setting the view to BASIC will let you iterate over the list of insight metadatas.

Declaration
public virtual ProjectsResource.LocationsResource.InsightsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of InsightMetadata using the form: organizations/{organization_id}/locations/{location} projects/{project_id}/locations/{location_id}

Returns
Type Description
ProjectsResource.LocationsResource.InsightsResource.ListRequest
In this article
Back to top Generated by DocFX