Class ProjectsResource.LocationsResource.DbFrameworkComplianceReportsResource.AggregateRequest
Gets the aggregated compliance report over time for a given scope.
Inheritance
ClientServiceRequest<GoogleCloudAssuredworkloadsV1beta1AggregateDbFrameworkComplianceReportResponse>
AssuredworkloadsBaseServiceRequest<GoogleCloudAssuredworkloadsV1beta1AggregateDbFrameworkComplianceReportResponse>
ProjectsResource.LocationsResource.DbFrameworkComplianceReportsResource.AggregateRequest
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DbFrameworkComplianceReportsResource.AggregateRequest : AssuredworkloadsBaseServiceRequest<GoogleCloudAssuredworkloadsV1beta1AggregateDbFrameworkComplianceReportResponse>, IClientServiceRequest<GoogleCloudAssuredworkloadsV1beta1AggregateDbFrameworkComplianceReportResponse>, IClientServiceRequest
Constructors
AggregateRequest(IClientService, string)
Constructs a new Aggregate request.
Declaration
public AggregateRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
Filter
Optional. The filtering results.
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
IntervalEndTime
object representation of IntervalEndTimeRaw.
Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use IntervalEndTimeDateTimeOffset instead.")]
public virtual object IntervalEndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
IntervalEndTimeDateTimeOffset
Declaration
public virtual DateTimeOffset? IntervalEndTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
IntervalEndTimeRaw
String representation of IntervalEndTimeDateTimeOffset, formatted for inclusion in the HTTP request.
Declaration
[RequestParameter("interval.endTime", RequestParameterType.Query)]
public virtual string IntervalEndTimeRaw { get; }
Property Value
| Type | Description |
|---|---|
| string |
IntervalStartTime
object representation of IntervalStartTimeRaw.
Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use IntervalStartTimeDateTimeOffset instead.")]
public virtual object IntervalStartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
IntervalStartTimeDateTimeOffset
Declaration
public virtual DateTimeOffset? IntervalStartTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
IntervalStartTimeRaw
String representation of IntervalStartTimeDateTimeOffset, formatted for inclusion in the HTTP request.
Declaration
[RequestParameter("interval.startTime", RequestParameterType.Query)]
public virtual string IntervalStartTimeRaw { get; }
Property Value
| Type | Description |
|---|---|
| string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. The name of the aggregated compliance report over time to retrieve. Format:
organizations/{organization_id}/locations/{location}/dbFrameworkComplianceReports/{db_framework_compliance_report}
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
Methods
InitParameters()
Initializes Aggregate parameter list.
Declaration
protected override void InitParameters()