listRoleBindings method
ResponseFuture<ListRoleBindingsResponse>
listRoleBindings(
- RequestEnvelope request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.ListRoleBindingsResponse> listRoleBindings($0.RequestEnvelope request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$listRoleBindings, request, options: options);
}