AccountsResource class
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
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Marks target Account as soft-deleted (ie: "trashed") and returns it.
-
get(String name, {String? $fields})
→ Future<GoogleAnalyticsAdminV1betaAccount>
-
Lookup for a single Account.
-
getDataSharingSettings(String name, {String? $fields})
→ Future<GoogleAnalyticsAdminV1betaDataSharingSettings>
-
Get data sharing settings on an account.
-
list({int? pageSize, String? pageToken, bool? showDeleted, String? $fields})
→ Future<GoogleAnalyticsAdminV1betaListAccountsResponse>
-
Returns all accounts accessible by the caller.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleAnalyticsAdminV1betaAccount request, String name, {String? updateMask, String? $fields})
→ Future<GoogleAnalyticsAdminV1betaAccount>
-
Updates an account.
-
provisionAccountTicket(GoogleAnalyticsAdminV1betaProvisionAccountTicketRequest request, {String? $fields})
→ Future<GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse>
-
Requests a ticket for creating an account.
-
runAccessReport(GoogleAnalyticsAdminV1betaRunAccessReportRequest request, String entity, {String? $fields})
→ Future<GoogleAnalyticsAdminV1betaRunAccessReportResponse>
-
Returns a customized report of data access records.
-
searchChangeHistoryEvents(GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest request, String account, {String? $fields})
→ Future<GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsResponse>
-
Searches through all changes to an account or its children given the
specified set of filters.
-
toString()
→ String
-
A string representation of this object.
inherited