AccountsUserLinksResource 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
-
audit(GoogleAnalyticsAdminV1alphaAuditUserLinksRequest request, String parent, {String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaAuditUserLinksResponse>
-
Lists all user links on an account or property, including implicit ones
that come from effective permissions granted by groups or organization
admin roles.
-
batchCreate(GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest request, String parent, {String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>
-
Creates information about multiple users' links to an account or property.
-
batchDelete(GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest request, String parent, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes information about multiple users' links to an account or property.
-
batchGet(String parent, {List<String>? names, String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse>
-
Gets information about multiple users' links to an account or property.
-
batchUpdate(GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest request, String parent, {String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse>
-
Updates information about multiple users' links to an account or property.
-
create(GoogleAnalyticsAdminV1alphaUserLink request, String parent, {bool? notifyNewUser, String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaUserLink>
-
Creates a user link on an account or property.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes a user link on an account or property.
-
get(String name, {String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaUserLink>
-
Gets information about a user's link to an account or property.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaListUserLinksResponse>
-
Lists all user links on an account or property.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleAnalyticsAdminV1alphaUserLink request, String name, {String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaUserLink>
-
Updates a user link on an account or property.
-
toString()
→ String
-
A string representation of this object.
inherited