RowAccessPolicy class

Represents access on a subset of rows on the specified table, defined by its filter predicate.

Access to the subset of rows is controlled by its IAM policy.

Constructors

RowAccessPolicy({String? creationTime, String? etag, String? filterPredicate, String? lastModifiedTime, RowAccessPolicyReference? rowAccessPolicyReference})
RowAccessPolicy.fromJson(Map json_)

Properties

creationTime String?
The time when this row access policy was created, in milliseconds since the epoch.
getter/setter pair
etag String?
A hash of this resource.
getter/setter pair
filterPredicate String?
A SQL boolean expression that represents the rows defined by this row access policy, similar to the boolean expression in a WHERE clause of a SELECT query on a table.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastModifiedTime String?
The time when this row access policy was last modified, in milliseconds since the epoch.
getter/setter pair
rowAccessPolicyReference RowAccessPolicyReference?
Reference describing the ID of this row access policy.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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