CustomersEnterpriseSecurityInsightsResource class

Constructors

CustomersEnterpriseSecurityInsightsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkEnablementStatus(String customer, {String? $fields}) Future<GoogleChromeManagementVersionsV1CheckEnablementStatusResponse>
Gets the setting state of the insights feature for the customer.
disable(GoogleChromeManagementVersionsV1DisableInsightsRequest request, String customer, {String? $fields}) Future<GoogleChromeManagementVersionsV1CheckEnablementStatusResponse>
Disables insights for the customer.
enable(GoogleChromeManagementVersionsV1EnableInsightsRequest request, String customer, {String? $fields}) Future<GoogleChromeManagementVersionsV1CheckEnablementStatusResponse>
Enables insights for the customer and sets up required chrome connectors.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryContentTransfers(String customer, {String? filter, String? $fields}) Future<GoogleChromeManagementVersionsV1QueryContentTransfersResponse>
Returns a high-level summary of content transfers for a given customer.
queryContentTransfersBreakdowns(String customer, {String? breakdown, String? filter, String? fixedTimeRange, String? metric, int? pageSize, String? pageToken, String? $fields}) Future<GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse>
Returns summaries of content transfers for a given metric and breakdown dimension.
queryUrlVisits(String customer, {String? filter, String? $fields}) Future<GoogleChromeManagementVersionsV1QueryUrlVisitsResponse>
Returns a high-level summary of URL visits for a given customer.
queryUrlVisitsBreakdowns(String customer, {String? breakdown, String? filter, String? fixedTimeRange, String? metric, int? pageSize, String? pageToken, String? $fields}) Future<GoogleChromeManagementVersionsV1QueryUrlVisitsBreakdownsResponse>
Returns summaries of URL visits for a given metric and breakdown dimension.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited