ProjectsInstancesTablesAuthorizedViewsResource class

Constructors

ProjectsInstancesTablesAuthorizedViewsResource(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

create(AuthorizedView request, String parent, {String? authorizedViewId, String? $fields}) Future<Operation>
Creates a new AuthorizedView in a table.
delete(String name, {String? etag, String? $fields}) Future<Empty>
Permanently deletes a specified AuthorizedView.
get(String name, {String? view, String? $fields}) Future<AuthorizedView>
Gets information from a specified AuthorizedView.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for a Bigtable resource.
list(String parent, {int? pageSize, String? pageToken, String? view, String? $fields}) Future<ListAuthorizedViewsResponse>
Lists all AuthorizedViews from a specific table.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(AuthorizedView request, String name, {bool? ignoreWarnings, String? updateMask, String? $fields}) Future<Operation>
Updates an AuthorizedView in a table.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on a Bigtable resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that the caller has on the specified Bigtable resource.
toString() String
A string representation of this object.
inherited

Operators

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