Show / Hide Table of Contents

Class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaCustomGrouping

Customised grouping option that allows setting the group_by fields and also the filters togather for a configured insight request.

Inheritance
object
GoogleCloudBeyondcorpSaasplatformInsightsV1alphaCustomGrouping
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaCustomGrouping : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldFilter

Optional. Filterable parameters to be added to the grouping clause. Available fields could be fetched by calling insight list and get APIs in BASIC view. = is the only comparison operator supported. AND is the only logical operator supported. Usage: field_filter="fieldName1=fieldVal1 AND fieldName2=fieldVal2". NOTE: Only AND conditions are allowed. NOTE: Use the filter_alias from Insight.Metadata.Field message for the filtering the corresponding fields in this filter field. (These expressions are based on the filter language described at https://google.aip.dev/160).

Declaration
[JsonProperty("fieldFilter")]
public virtual string FieldFilter { get; set; }
Property Value
Type Description
string

GroupFields

Required. Fields to be used for grouping. NOTE: Use the filter_alias from Insight.Metadata.Field message for declaring the fields to be grouped-by here.

Declaration
[JsonProperty("groupFields")]
public virtual IList<string> GroupFields { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX